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