Don't try to define abs() on linux, stdlib will handle it.
[oweals/cde.git] / cde / programs / dtdspmsg / Imakefile
1 XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:16 drk $
2
3 SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
4
5 #ifdef HPArchitecture
6 EXTRA_DEFINES = +e
7 #endif
8
9 #ifdef SCOArchitecture
10 SYS_LIBRARIES   = -lm -lcrypt
11 #endif
12
13 PROGRAMS=dtdspmsg
14
15 SRCS =  dtdspmsg.c
16 OBJS =  dtdspmsg.o
17
18 ComplexProgramTarget($(PROGRAMS))