# FC=fc
FC=bdftosnf

all:
	(cd bdf; for i in *.bdf.Z; do \
		zcat $$i | $(FC) > ../snf_$${MACHTYPE}/`echo $$i |sed 's/bdf.Z/snf/'`; done)
