
DATA=fonts.bin newfonts.bin

CLEAN=fonts.bin readfont mkfont

ldlibs = $(F77LIBS) -lm 

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)

fonts.bin : readfont mkfont fonts.asc
	rm -f fonts.bin
	mkfont

newfonts.bin : ff2cf
	rm -f newfonts.bin
	ff2cf < fonts.bin > newfonts.bin

# $Id: Makefile,v 1.3 1998/02/25 19:28:29 danq Exp $ 
# DO NOT DELETE
