PR gdb/15827
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = abstract-origin ambiguous annota2 annota3 anon-union \
5 arg-reference bool breakpoint bs15503 call-c casts class2 \
6 classes converts cpexprs cplusfuncs cttiadd derivation \
7 exception expand-sals extern-c formatted-ref fpointer gdb1355 \
8 gdb2384 hang infcall-dlopen inherit koenig local m-data m-static \
9 mb-ctor mb-inline mb-templates member-ptr method misc namespace \
10 namespace-enum namespace-nested-import nextoverthrow noparam nsdecl \
11 nsimport nsnested nsnoimports nsrecurs nsstress nsusing operator \
12 oranking overload overload-const ovldbreak pass-by-ref pr-1023 pr-1210 \
13 pr-574 pr10728 pr12028 pr9631 printmethod psmang ptype-cv-cp \
14 re-set-overloaded ref-typ ref-typ2 rtti shadow smartp temargs \
15 templates try_catch typedef-operator userdef virtbase virtfunc \
16 ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \
17 pr1072 pr10687 pr9167
18
19 all info install-info dvi install uninstall installcheck check:
20 @echo "Nothing to be done for $@..."
21
22 clean mostlyclean:
23 -rm -f *~ *.o *.ci
24 -rm -f *.dwo *.dwp
25 -rm -f core ${EXECUTABLES}
26
27 distclean maintainer-clean realclean: clean
28 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.029859 seconds and 4 git commands to generate.