]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.disasm/Makefile.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.disasm / Makefile.in
CommitLineData
47882638
JK
1#### host, target, and site specific Makefile frags come in here.
2
3srcdir = .
4CFLAGS = -g
5
6.PHONY: all clean mostlyclean distclean realclean
7
8all: $(EXECUTABLES)
9
10clean mostlyclean:
11 -rm -f *.o $(EXECUTABLES) *.diff *~ *.bad core foo twice-tmp.c
12
13distclean realclean: clean
14 -rm -f Makefile config.status
15
16Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
17 $(SHELL) ./config.status