1VPATH = @srcdir@ 2srcdir = @srcdir@ 3 4EXECUTABLES = null_record 5 6MISCELLANEOUS = 7 8all info install-info dvi install uninstall installcheck check: 9 @echo "Nothing to be done for $@..." 10 11clean mostlyclean: 12 -gnatclean -Pgnat_ada -q $(EXECUTABLES) 13 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp 14 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) 15 -rm -f $(MISCELLANEOUS) twice-tmp.c 16 17distclean maintainer-clean realclean: clean 18 -rm -f *~ core 19 -rm -f Makefile config.status config.log gnat_ada.gpr 20 -rm -f *-init.exp 21 -rm -fr *.log summary detail *.plog *.sum *.psum site.* 22