1VPATH = @srcdir@ 2srcdir = @srcdir@ 3 4.PHONY: all clean mostlyclean distclean realclean 5 6all info install-info dvi install uninstall installcheck check: 7 @echo "Nothing to be done for $@..." 8 9clean mostlyclean: 10 -rm -f actions circ collection limits 11 -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300 12 13distclean maintainer-clean realclean: clean 14 -rm -f Makefile config.status config.log 15