import gdb-1999-07-07 pre reformat
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.c++ / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 PROGS = annota2 anon-union compiler cplusfuncs derivation inherit local \
5 member-ptr method misc \
6 overload ovldbreak ref-types ref-types2 templates userdef virtfunc
7
8 all:
9 @echo "Nothing to be done for all..."
10
11 #### host, target, and site specific Makefile frags come in here.
12
13 clean mostlyclean:
14 -rm -f *.ci *.o ${OBJS} ${PROGS} *~ core
15
16 distclean maintainer-clean realclean: clean
17 -rm -f Makefile config.status config.log
18
19 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
20 $(SHELL) ./config.status --recheck
This page took 0.032847 seconds and 4 git commands to generate.