diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-14 21:03:36 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-14 21:03:36 +0000 |
commit | 478826389ea7b05ef778f52a44ea5df72900165c (patch) | |
tree | a505cfc03a5588b260e9873197edd1147023e0d5 /gdb/testsuite/gdb.disasm/Makefile.in | |
parent | 545081384891df719c0f75a6d2c42ef4a3253754 (diff) | |
download | gdb-478826389ea7b05ef778f52a44ea5df72900165c.zip gdb-478826389ea7b05ef778f52a44ea5df72900165c.tar.gz gdb-478826389ea7b05ef778f52a44ea5df72900165c.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.disasm/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.disasm/Makefile.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.disasm/Makefile.in b/gdb/testsuite/gdb.disasm/Makefile.in new file mode 100644 index 0000000..6fa8bef --- /dev/null +++ b/gdb/testsuite/gdb.disasm/Makefile.in @@ -0,0 +1,17 @@ +#### 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 |