]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.stabs/Makefile.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.stabs / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 all:
5 @echo "Nothing to be done for all..."
6
7 #### host, target, and site specific Makefile frags come in here.
8
9 clean mostlyclean:
10 -rm -f *.o *~ core tmp.c tmp.s weird.s errs
11
12 distclean maintainer-clean realclean: clean
13 -rm -f Makefile config.status config.log
14
15 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
16 $(SHELL) ./config.status --recheck