gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
a0b3c4fd
JM
4EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
5 derivation inherit local member-ptr method misc \
fb933624 6 overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace \
191ca0a1 7 ref-types ref-params method2 pr9594 gdb2495 virtfunc2
c906108c 8
696d5a5b
DJ
9all info install-info dvi install uninstall installcheck check:
10 @echo "Nothing to be done for $@..."
c906108c
SS
11
12clean mostlyclean:
a0b3c4fd
JM
13 -rm -f *~ *.o *.ci
14 -rm -f core ${EXECUTABLES}
c906108c
SS
15
16distclean maintainer-clean realclean: clean
17 -rm -f Makefile config.status config.log
This page took 0.950545 seconds and 4 git commands to generate.