# Copyright 1989 by Norman Ramsey, Odyssey Research Associates
# Not to be sold, but may be used freely for any purpose
# For more information, see file COPYRIGHT in the parent directory

OBJECTDIRS=sun3 vax

clean:
	-rm -f *.tex *.dvi *.log *.wlog *~ *.toc
	@-for i in $(OBJECTDIRS); do \
		rm -f $$i/*.o; \
	done
	-rm -f *.o

superclean:
	-rm -f sun3/*.o vax/*.o *.o
	-rm -f *.c
	-rm -f *.tex *.dvi *.log *~ *.toc