10 lines
212 B
Makefile
10 lines
212 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_PROGRAMS = xlate_locale
|
|
|
|
xlate_locale_CFLAGS = -I$(SVCSRC)/DtUtil2
|
|
|
|
xlate_locale_LDADD = $(LIBTT) $(LIBSVC) $(XTOOLLIB) ${X_LIBS}
|
|
|
|
xlate_locale_SOURCES = xlate_locale.c
|