aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-07-15 16:40:49 +0000
committerIan Lance Taylor <ian@airs.com>1993-07-15 16:40:49 +0000
commita4c012992412369f39907d2021a5c8d4de8c4e7c (patch)
treec0ee6dc1087c87b3d22f05af77035fa13701116c /opcodes/Makefile.in
parent77a401e2e0f33475003675d549a65235b1a8df2b (diff)
downloadgdb-a4c012992412369f39907d2021a5c8d4de8c4e7c.zip
gdb-a4c012992412369f39907d2021a5c8d4de8c4e7c.tar.gz
gdb-a4c012992412369f39907d2021a5c8d4de8c4e7c.tar.bz2
* m88k-dis.c: New file, moved in from gdb and changed to use the
new dis-asm.h disassembler interface. * Makefile.in (DIS_LIBS): Added m88k-dis.o. (m88k-dis.o): New target.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index d550dc9..fee9aab 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -63,8 +63,10 @@ TARGETLIB = libopcodes.a
# To circumvent a Sun make VPATH bug, each file listed here
# should also have a foo.o: foo.c line further along in this file.
-DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o h8300-dis.o dis-buf.o \
- sparc-dis.o a29k-dis.o i960-dis.o alpha-dis.o sh-dis.o hppa-dis.o
+
+DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o \
+ h8300-dis.o dis-buf.o sparc-dis.o a29k-dis.o i960-dis.o \
+ alpha-dis.o sh-dis.o hppa-dis.o m88k-dis.o
OFILES = $(DIS_LIBS) sparc-opc.o m68881-ext.o
#### host and target dependent Makefile fragments come in here.
@@ -128,6 +130,7 @@ z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h
sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h
alpha-dis.o: alpha-dis.c alpha-opc.h $(INCDIR)/dis-asm.h
hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h
+m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m88k.h
tags etags: TAGS