summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/Makefile.in
blob: 5bf35ea76a1a6ca73178c77415d371b7deef6c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VPATH = @srcdir@
srcdir = @srcdir@

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

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

clean mostlyclean:
	-rm -f *.o *~ core tmp.c tmp.s weird.s errs

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

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