When linking against C++ libraries gcc insists on using the C++ linker
[oweals/cde.git] / cde / lib / tt / bin / ttauth / Imakefile
1 XCOMM $TOG: Imakefile /main/1 1999/08/30 10:44:56 mgreess $
2
3 #include <Threads.tmpl>
4 #include "../../tooltalk.tmpl"
5
6 DEFINES         = 
7 CONN_DEFINES    = ConnectionFlags
8 INCLUDES        = -I. -I../../slib -I../../lib
9
10 XCOMM On Linux once you link against a C++ library the whole program 
11 XCOMM has to be linked with the C++ linker
12 #if defined(LinuxDistribution)
13 CCLINK = $(CXX)
14 #endif
15
16 DEPLIBS         = TtClientDepLibs
17 LOCAL_LIBRARIES = TtClientLibs
18 SYS_LIBRARIES   = 
19 #ifdef TtClientExtraLibs
20 EXTRA_LIBRARIES = TtClientExtraLibs
21 #endif
22
23 SRCS            = ttauth.c process.c
24 OBJS            = ttauth.o process.o
25
26 ComplexProgramTarget(ttauth)
27
28 SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES))