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