blob: c4296de6f9f3d826219012a746399e42cb5f984b (
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 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()
|