Files
cdesktop/cde/programs/dtdocbook/xlate_locale/Imakefile
2012-05-31 13:40:38 +01:00

26 lines
552 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
XCOMM On Linux once you link against a C++ library the whole program
XCOMM has to be linked with the C++ linker
#if defined(LinuxArchitecture)
CCLINK = $(CXX)
#endif
DEPLIBS = $(DEPDTSVCLIB)
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
ComplexProgramTarget(xlate_locale)