20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
XCOMM $XFree86: xc/programs/luit/Imakefile,v 1.4 2003/05/28 16:02:35 tsi Exp $
|
|
|
|
#ifndef LocaleAliasFile
|
|
#define LocaleAliasFile $(XLOCALEDIR)/locale.alias
|
|
#endif
|
|
|
|
LOCALEALIASFILE = LocaleAliasFile
|
|
LOCAL_LIBRARIES = $(XFONTENCLIB)
|
|
DEPLIBS = $(DEPXFONTENCLIB)
|
|
|
|
SYS_LIBRARIES = GzipLibrary
|
|
|
|
SRCS = luit.c iso2022.c charset.c parser.c sys.c other.c
|
|
|
|
OBJS = luit.o iso2022.o charset.o parser.o sys.o other.o
|
|
|
|
DEFINES = -DLOCALE_ALIAS_FILE=\"$(LOCALEALIASFILE)\"
|
|
|
|
ComplexProgramTarget(luit)
|