eb349ee74cbb95e27356e5264513442bf9491318
[oweals/cde.git] / cde / programs / dtdocbook / xlate_locale / Imakefile
1 XCOMM $XConsortium: Imakefile /main/4 1996/10/26 13:55:35 rws $
2 /* xlate_locale Imakefile */
3
4 XLATESRC  = $(DTSVCSRC)/DtUtil2
5
6 INCLUDES =  -I$(XLATESRC)
7
8 SRCS =  xlate_locale.c
9
10 OBJS =  xlate_locale.o
11
12 #ifdef UXPArchitecture
13 SYS_LIBRARIES = -lgen 
14 #endif
15
16 XCOMM On Linux once you link against a C++ library the whole program
17 XCOMM has to be linked with the C++ linker
18 #if defined(LinuxDistribution)
19 CCLINK = $(CXX)
20 #endif
21
22 DEPLIBS = $(DEPDTSVCLIB)
23 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
24
25 ComplexProgramTarget(xlate_locale)