]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.c++/Makefile.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.c++ / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 PROGS = 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