Imakefile 502 Bytes
Newer Older
1 2 3 4 5 6 7
XCOMM $XFree86$

#define DoNormalLib NormalLibDmx
#define DoSharedLib SharedLibDmx
#define DoDebugLib DebugLibDmx
#define DoProfileLib ProfileLibDmx

Mike Gabriel's avatar
Mike Gabriel committed
8
#define LibName dmx
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
#define SoRev SODMXREV
#define LibHeaders NO

#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()