XCOMM $XConsortium: Imakefile /main/9 1996/11/22 09:23:17 kaleb $
XCOMM $XFree86: xc/programs/bdftopcf/Imakefile,v 3.4 1997/01/05 12:00:32 dawes Exp $
#if GzipFontCompression
ZLIB = GzipLibrary
#endif
LOCAL_LIBRARIES = $(FONTLIB) $(ZLIB)
DEPLIBS = $(DEPFONTLIB)
INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include
SRCS = bdftopcf.c
OBJS = bdftopcf.o

ComplexProgramTarget(bdftopcf)
LinkBuildBinary(ProgramTargetName(bdftopcf))
