# $Header: /build/srclib/fonts/tools/bdftopcf/RCS/Imakefile,v 1.6 90/03/29 17:46:47 erik Exp [Imakefile,v 1.1.1.1 91/08/23 16:09:23 afuller Exp ]$
#
# Make file for the BDF to PCF font compiler
#
       INCLUDES = -I. -I$(FONTSRC)/include -I$(TOP)
LOCAL_LIBRARIES =  $(FONTSRC)/lib/libfont.a
           SRCS = bdftopcf.c
           OBJS = bdftopcf.o
    CDEBUGFLAGS = -g

ComplexProgramTarget(bdftopcf)
clean::
	$(RM) *.pcf

#ifdef UWSBuild
install:: bdftopcf
	$(RM) $(DESTDIR)/usr/bin/dxfc
	ln $(BINDIR)/bdftopcf $(DESTDIR)/usr/bin/dxfc
#endif
