Resolve many build warnings
[oweals/cde.git] / cde / programs / dtaction / Imakefile
1 XCOMM $TOG: Imakefile /main/9 1998/04/06 13:11:38 mgreess $
2
3        INCLUDES = -I.
4
5 DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
6 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
7 SYS_LIBRARIES   = -lm 
8
9
10 #ifdef HPArchitecture
11 EXTRA_DEFINES = +e
12 #endif
13
14 #ifdef LinuxArchitecture
15 SYS_LIBRARIES   = -lm -lcrypt
16 #endif
17
18 #ifdef FreeBSDArchitecture
19 SYS_LIBRARIES   = -lm -lcrypt
20 #endif
21
22 #ifdef NetBSDArchitecture
23 SYS_LIBRARIES   = -lm -lcrypt
24 #endif
25
26 #ifdef SCOArchitecture
27 SYS_LIBRARIES   = -lm -lcrypt
28 #endif
29
30 #ifdef RsArchitecture
31 SYS_LIBRARIES   = -liconv
32 #endif
33
34 #ifdef USLArchitecture
35 SYS_LIBRARIES   = -lm -lgen 
36 #endif
37
38 #ifdef UXPArchitecture
39 SYS_LIBRARIES   = -lm -lgen 
40 #endif
41
42 #if defined(SunArchitecture)
43 SYS_LIBRARIES = -lm -ldl
44 #endif
45
46 SRCS = Main.c
47 OBJS = Main.o
48
49 ComplexProgramTarget(dtaction)