Files
cdesktop/cde/programs/dtexec/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

16 lines
479 B
Plaintext

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.
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)