#
# makefile for Wfonts, part of W
# (C) 12/95 by Torsten Scherer (TeSche)
# itschere@techfak.uni-bielefeld.de
#

include ../Makevars

CFLAGS = $(ADDCFLAGS)
LDFLAGS = $(ADDLDFLAGS)

FONTS = cour10.wfnt cour10b.wfnt cour10bi.wfnt cour10i.wfnt cour12.wfnt \
	cour12b.wfnt cour12bi.wfnt cour12i.wfnt cour14.wfnt cour14b.wfnt \
	cour14bi.wfnt cour14i.wfnt cour18.wfnt cour18b.wfnt cour18bi.wfnt \
	cour18i.wfnt cour24.wfnt cour24b.wfnt cour24bi.wfnt cour24i.wfnt \
	cour8.wfnt cour8b.wfnt cour8bi.wfnt cour8i.wfnt fixed10.wfnt \
	fixed13.wfnt fixed13b.wfnt fixed14.wfnt fixed14b.wfnt fixed15.wfnt \
	fixed15b.wfnt fixed20.wfnt fixed7.wfnt fixed8.wfnt fixed9.wfnt \
	lucidat10.wfnt lucidat10b.wfnt lucidat12.wfnt lucidat12b.wfnt \
	lucidat14.wfnt lucidat14b.wfnt lucidat18.wfnt lucidat18b.wfnt \
	lucidat24.wfnt lucidat24b.wfnt

all:

install:
	$(INSTALL) -d -m 755 $(FONTDIR)
	@for i in $(FONTS) ; do \
		echo $(INSTALL) -m 644 $$i $(FONTDIR) ; \
		$(INSTALL) -m 644 $$i $(FONTDIR) ; \
	done

clean:

veryclean:

fontconv:
