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 \
|
2000-06-12 01:31:41 +00:00
|
|
|
overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types
|
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
|