XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:48 cpqbld Exp $
#if GzipFontCompression
#if HasZlib
       ZLIB = -lz
#else
       ZLIB = $(TOP)/exports/lib/LibraryTargetName(z)
#endif
#endif
LOCAL_LIBRARIES = $(FONTLIB) $(ZLIB)
DEPLIBS = $(DEPFONTLIB)
INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include
SRCS = bdftopcf.c
OBJS = bdftopcf.o

ComplexProgramTarget(bdftopcf)

LinkBuildBinary(bdftopcf)
