Major revision to testsuites for cross-testing and DOS testing support.
[deliverable/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
This page took 0.180937 seconds and 4 git commands to generate.