Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
[binutils-gdb.git] / gdb / testsuite / gdb.disasm / Makefile.in
1 #### host, target, and site specific Makefile frags come in here.
2
3 srcdir = .
4 CFLAGS = -g
5
6 .PHONY: all clean mostlyclean distclean realclean
7
8 all: $(EXECUTABLES)
9
10 clean mostlyclean:
11 -rm -f *.o $(EXECUTABLES) *.diff *~ *.bad core foo twice-tmp.c
12
13 distclean realclean: clean
14 -rm -f Makefile config.status
15
16 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
17 $(SHELL) ./config.status