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