import gdb-1999-08-02 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.c++ / 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
7
8 all:
9 @echo "Nothing to be done for all..."
10
11 info:
12 install-info:
13 dvi:
14 install:
15 uninstall: force
16 installcheck:
17 check:
18
19 clean mostlyclean:
20 -rm -f *~ *.o *.ci
21 -rm -f core ${EXECUTABLES}
22
23 distclean maintainer-clean realclean: clean
24 -rm -f Makefile config.status config.log
25
26 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
27 $(SHELL) ./config.status --recheck
This page took 0.029469 seconds and 4 git commands to generate.