summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/Makefile.in
blob: 13a1234a8906ed65a658565c658043f77191df02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
VPATH = @srcdir@
srcdir = @srcdir@

PROGS = anon-union compiler cplusfuncs derivation inherit local \
	member-ptr method misc \
        overload ovldbreak ref-types ref-types2 templates userdef virtfunc

all: 
	@echo "Nothing to be done for all..."

#### host, target, and site specific Makefile frags come in here.

clean mostlyclean:
	-rm -f *.ci *.o ${OBJS} ${PROGS} *~ core 

distclean maintainer-clean realclean: clean
	-rm -f Makefile config.status config.log

Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
	$(SHELL) ./config.status --recheck