Fix derived class overload problem.
[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 \
83b10087 7 ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \
0b66f317 8 pr1072 pr10687 pr9167
c906108c 9
696d5a5b
DJ
10all info install-info dvi install uninstall installcheck check:
11 @echo "Nothing to be done for $@..."
c906108c
SS
12
13clean mostlyclean:
a0b3c4fd
JM
14 -rm -f *~ *.o *.ci
15 -rm -f core ${EXECUTABLES}
c906108c
SS
16
17distclean maintainer-clean realclean: clean
18 -rm -f Makefile config.status config.log
This page took 1.360719 seconds and 4 git commands to generate.