1VPATH = @srcdir@ 2srcdir = @srcdir@ 3 4EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \ 5 derivation inherit local member-ptr method misc \ 6 overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types 7 8all info install-info dvi install uninstall installcheck check: 9 @echo "Nothing to be done for $@..." 10 11clean mostlyclean: 12 -rm -f *~ *.o *.ci 13 -rm -f core ${EXECUTABLES} 14 15distclean maintainer-clean realclean: clean 16 -rm -f Makefile config.status config.log 17