summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.trace/Makefile.in
blob: 601c9e17ff9fcde5f469282afad67176877af040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#### host, target, and site specific Makefile frags come in here.

VPATH = @srcdir@
srcdir = @srcdir@

.PHONY: all clean mostlyclean distclean realclean

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

clean mostlyclean:
	-rm -f actions circ collection limits
	-rm -f *.o *.diff *~ *.bad core sh3 hppa mn10200 mn10300

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

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