old-cross-binutils/gdb/testsuite/gdb.disasm/Makefile.in
Jim Kingdon 478826389e Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
* configure.in (configdirs): Add gdb.disasm
	* gdb.disasm: New directory for GDB disassembler tests.
	* gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
1993-10-14 21:03:36 +00:00

17 lines
410 B
Makefile

#### host, target, and site specific Makefile frags come in here.
srcdir = .
CFLAGS = -g
.PHONY: all clean mostlyclean distclean realclean
all: $(EXECUTABLES)
clean mostlyclean:
-rm -f *.o $(EXECUTABLES) *.diff *~ *.bad core foo twice-tmp.c
distclean realclean: clean
-rm -f Makefile config.status
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
$(SHELL) ./config.status