Disassemble for z8k and build using opcode library
authorSteve Chamberlain <sac@cygnus>
Mon, 31 Aug 1992 22:28:08 +0000 (22:28 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 31 Aug 1992 22:28:08 +0000 (22:28 +0000)
binutils/Makefile.in

index 0ea2429fd4b6a18dcfd1c389b8b06d87c3d5d6dd..49fa13fe7e21075c481a711295b45cf342457057 100644 (file)
@@ -93,6 +93,7 @@ STAGESTUFF = $(PROGS) *.o
 
 BASEDIR = $(srcdir)/..
 LIBDIR  = ./../bfd
+OPCODEDIR = ./../opcodes
 
 #### host and target dependant Makefile fragments come in here.
 ###
@@ -130,6 +131,7 @@ BULIBS = bucomm.o version.o filemode.o
 ADDL_LIBS = $(MALLOC) $(BULIBS) $(BFD) $(LIBIBERTY)
 
 BFD = $(LIBDIR)/libbfd.a
+OPCODES = $(OPCODEDIR)/libopcodes.a
 #\f
 ## The rules
 
@@ -158,7 +160,7 @@ $(STRIP_PROG): $(ADDL_LIBS) copy.o is-strip.o $(BFD)
 $(NM_PROG): $(ADDL_LIBS) nm.o $(BFD)
        $(CC) $(LDFLAGS) $(CFLAGS) -o $(NM_PROG) nm.o $(ADDL_LIBS) $(LOADLIBES)
 
-$(OBJDUMP_PROG): $(ADDL_LIBS) size.o objdump.o $(DISASMS) $(BFD)
+$(OBJDUMP_PROG): $(ADDL_LIBS) size.o objdump.o $(DISASMS) $(BFD) $(OPCODES)
        $(CC) $(LDFLAGS) $(CFLAGS) -o $(OBJDUMP_PROG) objdump.o $(DISASMS) $(ADDL_LIBS) $(LOADLIBES)
 
 arparse.c:arparse.y
This page took 0.024945 seconds and 4 git commands to generate.