]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.cp/Makefile.in
PR 9167
[binutils.git] / gdb / testsuite / gdb.cp / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = 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 \
7         ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \
8         pr1072 pr10687 pr9167
9
10 all info install-info dvi install uninstall installcheck check:
11         @echo "Nothing to be done for $@..."
12
13 clean mostlyclean:
14         -rm -f *~ *.o *.ci
15         -rm -f core ${EXECUTABLES}
16
17 distclean maintainer-clean realclean: clean
18         -rm -f Makefile config.status config.log
This page took 0.027266 seconds and 4 git commands to generate.