#
# 5799-WZQ (C) COPYRIGHT IBM CORPORATION 1986
# LICENSED MATERIALS - PROPERTY OF IBM
# REFER TO COPYRIGHT INSTRUCTIONS FORM NUMBER G120-2083
#
#$Header:Makefile 12.0$
#$ACIS:Makefile 12.0$
#$Source: /ibm/acis/usr/src/ibm/proff/fonts/RCS/Makefile,v $
# make IBM 4201 Proprinter and IBM 5152 Graphics Printer
#	fonts from info in code.pro
.SUFFIXES:	.c .o

all: special.font

special.font:	mat.c ../code.pro make.special
		chmod a+x make.special
		./make.special

install:

clean:
	rm -f *.font matrix.h a.out
