XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:48 cpqbld Exp $




XCOMM $XFree86: xc/programs/bdftopcf/Imakefile,v 3.8 1999/01/11 09:39:27 dawes Exp $

#if GzipFontCompression
ZLIB = GzipLibrary
#endif
LOCAL_LIBRARIES = $(FONTLIB)
SYS_LIBRARIES = $(ZLIB) MathLibrary
DEPLIBS = $(DEPFONTLIB)
INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include
SRCS = bdftopcf.c
OBJS = bdftopcf.o

ComplexProgramTarget(bdftopcf)
LinkBuildBinary(ProgramTargetName(bdftopcf))
