1VPATH = @srcdir@ 2srcdir = @srcdir@ 3 4EXECUTABLES = enable function_call_history instruction_history 5 6MISCELLANEOUS = 7 8all info install-info dvi install uninstall installcheck check: 9 @echo "Nothing to be done for $@..." 10 11clean mostlyclean: 12 rm -f *~ *.o *.x *.ci *.sl a.out core 13 rm -f *.dwo *.dwp 14 rm -f $(EXECUTABLES) $(MISCELLANEOUS) 15 16distclean maintainer-clean realclean: clean 17 rm -f Makefile config.status config.log site.* gdb.log gdb.sum 18