xsrc/xfree/xc/lib/dmx/Imakefile
2014-11-06 13:19:51 +01:00

32 lines
650 B
Plaintext

XCOMM $XFree86: xc/lib/dmx/Imakefile,v 1.3 2005/02/05 02:01:39 dawes Exp $
#define DoNormalLib NormalLibDmx
#define DoExtraLib ExtraLibDmx
#define DoSharedLib SharedLibDmx
#define DoDebugLib DebugLibDmx
#define DoProfileLib ProfileLibDmx
#define LibName dmx
#define SoRev SODMXREV
#define LibHeaders NO
#ifdef SharedDmxReqs
REQUIREDLIBS = SharedDmxReqs
#endif
#include <Threads.tmpl>
#if Malloc0ReturnsNull
ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
#endif
DEFINES = $(ALLOC_DEFINES)
INCLUDES = -I$(XLIBSRC) -I$(EXTINCSRC)
SRCS = dmx.c
OBJS = dmx.o
LINTLIBS = $(LINTXLIB)
#include <Library.tmpl>
DependTarget()