aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/dmx/Imakefile
blob: 18db2855ee0fb0d8772b53224132fcc997172854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
XCOMM $XFree86$

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

#define LibName NX_dmx
#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()