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

20 lines
385 B
Plaintext

XCOMM $XConsortium: Imakefile /main/4 1996/10/26 13:55:35 rws $
/* xlate_locale Imakefile */
XLATESRC = $(DTSVCSRC)/DtUtil2
INCLUDES = -I$(XLATESRC)
SRCS = xlate_locale.c
OBJS = xlate_locale.o
#ifdef UXPArchitecture
SYS_LIBRARIES = -lgen
#endif
DEPLIBS = $(DEPDTSVCLIB)
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
ComplexProgramTarget(xlate_locale)