Files
xsrc/xfree/xc/programs/bdftopcf/Imakefile

20 lines
477 B
Plaintext

XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:48 cpqbld Exp $
XCOMM $XFree86: xc/programs/bdftopcf/Imakefile,v 3.10 2001/08/01 00:45:00 tsi Exp $
#if GzipFontCompression
ZLIB = GzipLibrary
#endif
LOCAL_LIBRARIES = $(FONTLIB)
SYS_LIBRARIES = $(ZLIB) MathLibrary
DEPLIBS = $(DEPFONTLIB)
INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include -I$(FONTLIBSRC)/bitmap
SRCS = bdftopcf.c
OBJS = bdftopcf.o
ComplexProgramTarget(bdftopcf)
LinkBuildBinary(ProgramTargetName(bdftopcf))