gdb
[deliverable/binutils-gdb.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
8
9 all info install-info dvi install uninstall installcheck check:
10 @echo "Nothing to be done for $@..."
11
12 clean mostlyclean:
13 -rm -f *~ *.o *.ci
14 -rm -f core ${EXECUTABLES}
15
16 distclean maintainer-clean realclean: clean
17 -rm -f Makefile config.status config.log
This page took 0.034696 seconds and 4 git commands to generate.