16 lines
331 B
Plaintext
16 lines
331 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
|
|
|
|
DEPLIBS = $(DEPDTSVCLIB)
|
|
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
|
|
ComplexProgramTarget(xlate_locale)
|