# The following two variables are set by "local-defs".
# PS_PRINTER_CLASS:	0: for LW
#			1: for LW Plus and LW II
# PS_FONTS_EXTRA:   	0: no extra fonts (in directory 'extra')
#			1: there are some extra fonts in there!
all install print:
	cd regular; make $@; cd ..
	-if [ $(PS_PRINTER_CLASS) = 1 ] ; then cd regular-II; make $@; cd ..; fi
	-if [ $(PS_FONTS_EXTRA) = 1 ] ; then   cd extra;      make $@; cd ..; fi

clean::
	cd regular; make clean; cd ..
	cd regular-II; make clean; cd ..
	cd extra;   make clean; cd ..
depend:
lint:
relink:
