mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-09 12:49:44 -04:00
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:45:50 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/lib/Xext/Imakefile,v 1.14 2004/04/05 02:33:12 dawes Exp $
|
|
|
|
#define DoNormalLib NormalLibXext
|
|
#define DoSharedLib SharedLibXext
|
|
#define DoExtraLib ExtraLibXext
|
|
#define DoDebugLib DebugLibXext
|
|
#define DoProfileLib ProfileLibXext
|
|
#define LibName Xext
|
|
#define SoRev SOXEXTREV
|
|
#define LibHeaders NO
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
#ifdef SharedXextReqs
|
|
REQUIREDLIBS = SharedXextReqs
|
|
#endif
|
|
|
|
#if HasShm
|
|
SHMSRCS = XShm.c
|
|
SHMOBJS = XShm.o
|
|
#endif
|
|
|
|
#if Malloc0ReturnsNull
|
|
ALLOC_DEFINES = Malloc0ReturnsNullDefines
|
|
#endif
|
|
|
|
DEFINES = $(ALLOC_DEFINES)
|
|
INCLUDES = -I$(XLIBSRC)
|
|
SRCS = globals.c extutil.c XMultibuf.c XShape.c $(SHMSRCS) \
|
|
MITMisc.c XTestExt1.c XSync.c Xdbe.c XLbx.c \
|
|
XSecurity.c XAppgroup.c Xcup.c DPMS.c XEVI.c
|
|
OBJS = globals.o extutil.o XMultibuf.o XShape.o $(SHMOBJS) \
|
|
MITMisc.o XTestExt1.o XSync.o Xdbe.o XLbx.o \
|
|
XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o
|
|
LINTLIBS = $(LINTXLIB)
|
|
|
|
#include <Library.tmpl>
|
|
|
|
LinkFile(ImUtil.h,$(XLIBSRC)/ImUtil.h)
|
|
|
|
DependTarget()
|