all:	if.fnt hq3.fnt

if.fnt:	shex if.shex
	shex if.shex if.fnt

hq3.fnt: ixmak hq3.stdin hq3.input
	ixmak <hq3.stdin
	delete hq3.fnt
	rename out.fnt hq3.fnt

ixmak:	ixmak.c lmkfile /Bullet/cgif.h /Bullet/port.h /Bullet/debug.h \
		/Bullet/segments.h /Bullet/ix.h
	lc -dDEBUG -i/Diskfont -i/Bullet -i:Include2.0Strip \
		-y -v -L ixmak.c
	delete ixmak.o ixmak.lnk

shex:	shex.c lmkfile
	lc -y -v -L shex.c
	delete shex.o shex.lnk
