# TO INSTALL ALL SOFTWARE:


#
# Installation notes:
# 1. On Silicon Graphics, ranlib must be removed from the makefiles. 
# 
# 2. On HP 700s the X libraries are .sl files
#

all:
	(cd GetparC; make all)
	(cd source; make all)
	(cd auxsource; make Step)

#
# TO CLEAN UP THE DIRECTORY OF OBJECT FILES
#
clean:
	/bin/rm -f *.o core gmon.out save.dat  *.trace  mon.out *~ \#*\# *.old tmp *.lm *.out hostname msg Revision *.datb* spur movie movie.h *.out fort.*
	./Cleansubdirs
#
#  TO REMOVE UTILITY FILES
#
purge: 
	/bin/rm -rf bin lib include
