all:
	@echo "Make install to install all graphical stuff"

install:
	echo "You must be superuser to do this!"
	sleep 1
#	System-wide include file
	-cd filters; ln -s `pwd`/include/vplot.h /usr/include/vplot.h
#	Vplotlib
	cd lvplot; make install
#	Install the fonts
#		This will crash if you don't have the Hershey_Fonts directory.
#		If you have the short distribution, you'll need to get the
#		Hershey Fonts yourself, generate the .oc files, and copy
#		them into the "Hershey" directory. Having done that, you
#		won't need this next line.
	cd Hershey_Fonts; csh -xf README_Vplot
	cd Hershey; csh -xf make_vplot.csh
	cd ./filters/include/vplotfonts; make
#	Filters
	cd filters; csh -f MakeMake; make install
#	Utilities
	cd util; make install
#	Manual Pages
#		Beware, we keep our manual pages in "man9". Might need to
#		change "./Documentation/install.csh" for your site.
	cd Documentation; csh -xf install.csh
