1999-04-16 01:35:26 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
1999-08-02 23:48:37 +00:00
|
|
|
EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
|
|
|
|
derivation inherit local member-ptr method misc \
|
2006-07-13 04:31:42 +00:00
|
|
|
overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace \
|
2009-06-15 12:11:37 +00:00
|
|
|
ref-types ref-params method2 pr9594 gdb2495
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2003-01-09 18:50:28 +00:00
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
|
|
@echo "Nothing to be done for $@..."
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
clean mostlyclean:
|
1999-08-02 23:48:37 +00:00
|
|
|
-rm -f *~ *.o *.ci
|
|
|
|
-rm -f core ${EXECUTABLES}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
-rm -f Makefile config.status config.log
|