Initial creation of sourceware repository
[deliverable/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
This page took 0.032433 seconds and 4 git commands to generate.