1999-04-16 01:35:26 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
2011-02-22 03:23:20 +00:00
|
|
|
EXECUTABLES = abstract-origin ambiguous annota2 annota3 anon-union \
|
|
|
|
arg-reference bool breakpoint bs15503 call-c casts class2 \
|
|
|
|
classes converts cpexprs cplusfuncs cttiadd derivation \
|
|
|
|
exception expand-sals extern-c formatted-ref fpointer gdb1355 \
|
|
|
|
gdb2384 hang infcall-dlopen inherit koenig local m-data m-static \
|
|
|
|
mb-ctor mb-inline mb-templates member-ptr method misc namespace \
|
2011-10-11 19:19:08 +00:00
|
|
|
namespace-enum namespace-nested-import nextoverthrow noparam nsdecl \
|
|
|
|
nsimport nsnested nsnoimports nsrecurs nsstress nsusing operator \
|
|
|
|
oranking overload overload-const ovldbreak pass-by-ref pr-1023 pr-1210 \
|
2011-02-22 03:23:20 +00:00
|
|
|
pr-574 pr10728 pr12028 pr9631 printmethod psmang ptype-cv-cp \
|
|
|
|
re-set-overloaded ref-typ ref-typ2 rtti shadow smartp temargs \
|
|
|
|
templates try_catch typedef-operator userdef virtbase virtfunc \
|
2010-02-08 18:27:53 +00:00
|
|
|
ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \
|
2010-04-21 17:33:54 +00:00
|
|
|
pr1072 pr10687 pr9167
|
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
|
2012-05-17 19:03:59 +00:00
|
|
|
-rm -f *.dwo *.dwp
|
1999-08-02 23:48:37 +00:00
|
|
|
-rm -f core ${EXECUTABLES}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
2011-02-22 20:52:49 +00:00
|
|
|
-rm -f Makefile config.status config.log gdb.log gdb.sum
|