1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/programs/dtexec/Imakefile
2012-03-12 11:27:37 +00:00

21 lines
646 B
Text

XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:32 drk $
DEPLIBS = $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(TTLIB) $(XTOOLLIB) $(XLIB)
DEFINES = -DMSGLOG_CLIENT_ONLY
INCLUDES = -I.
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
SRCS = DtGetMessage.c Main.c MsgLog.c Version.c
OBJS = DtGetMessage.o Main.o MsgLog.o Version.o
ComplexProgramTarget(dtexec)
LinkSourceFile(DtSvcLock.h,$(DTSVCSRC)/include)
LinkSourceFile(MsgLog.c,$(DTSVCSRC)/DtUtil2)
LinkSourceFile(DtGetMessage.c,$(DTSVCSRC)/DtUtil2)