Files
cdesktop/cde/lib/tt/bin/ttauth/Imakefile
Jon Trulson cdf8003f7c Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).
Added proper SharedDtSvcReqs in lnxLib.tmpl and CplusplusLibC in
linux.cf.  This allows the libstdc++ dependancy to be properly
declared for libDtSvc so that it is not neccessary to hardcode 'CCLINK
= g++' in the Imakefiles of programs linking angainst libDtSvc.
2012-06-19 16:27:20 -06:00

23 lines
505 B
Plaintext

XCOMM $TOG: Imakefile /main/1 1999/08/30 10:44:56 mgreess $
#include <Threads.tmpl>
#include "../../tooltalk.tmpl"
DEFINES =
CONN_DEFINES = ConnectionFlags
INCLUDES = -I. -I../../slib -I../../lib
DEPLIBS = TtClientDepLibs
LOCAL_LIBRARIES = TtClientLibs
SYS_LIBRARIES =
#ifdef TtClientExtraLibs
EXTRA_LIBRARIES = TtClientExtraLibs
#endif
SRCS = ttauth.c process.c
OBJS = ttauth.o process.o
ComplexProgramTarget(ttauth)
SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES))