XCOMM $XConsortium: Imakefile /main/10 1996/11/03 19:32:28 kaleb $
LOCAL_LIBRARIES = $(FONTLIB)
DEPLIBS = $(DEPFONTLIB)
INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include
#if GzipFontCompression
ZLIB = -lz
#endif
SYS_LIBRARIES = MathLibrary $(ZLIB)
SRCS = mkfontdir.c
OBJS = mkfontdir.o

ComplexProgramTarget(mkfontdir)

LinkBuildBinary(mkfontdir)
