29 lines
673 B
Plaintext
29 lines
673 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
|
|
|
|
XCOMM On Linux once you link against a C++ library the whole program
|
|
XCOMM has to be linked with the C++ linker
|
|
#if defined(LinuxDistribution)
|
|
CCLINK = $(CXX)
|
|
#endif
|
|
|
|
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))
|