Added zip to java files
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
index 860b738d24318d8f4a0a1cd8b9187db1f2a79837..b63f0113291cd6d0b68f8f0c1d121d61e9857867 100644 (file)
@@ -37,9 +37,11 @@ CFILES = \
        d30v-opc.c \
        dis-buf.c \
        disassemble.c \
+       $(start-sanitize-fr30) \
        fr30-asm.c \
        fr30-dis.c \
        fr30-opc.c \
+       $(end-sanitize-fr30) \
        h8300-dis.c \
        h8500-dis.c \
        hppa-dis.c \
@@ -84,9 +86,11 @@ ALL_MACHINES = \
        d10v-opc.lo \
        d30v-dis.lo \
        d30v-opc.lo \
+       $(end-sanitize-fr30) \
        fr30-asm.lo \
        fr30-dis.lo \
        fr30-opc.lo \
+       $(end-sanitize-fr30) \
        h8300-dis.lo \
        h8500-dis.lo \
        hppa-dis.lo \
@@ -166,8 +170,11 @@ config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
 
 CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
 # start-sanitize-cygnus
-CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r stamp-fr30
+CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r
 # end-sanitize-cygnus
+# start-sanitize-fr30
+CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r stamp-fr30
+# end-sanitize-fr30
 
 # start-sanitize-cygnus
 # CGEN support is sanitized out of FSF releases for now.
@@ -210,11 +217,13 @@ m32r-opc.h m32r-opc.c m32r-asm.c m32r-dis.c: $(M32R_DEPS)
        @true
 stamp-m32r: $(CGENFILES) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
        $(MAKE) run-cgen arch=m32r prefix=m32r
+# end-sanitize-cygnus
+# start-sanitize-fr30
 fr30-opc.h fr30-opc.c fr30-asm.c fr30-dis.c: $(FR30_DEPS)
        @true
 stamp-fr30: $(CGENFILES) $(CGENDIR)/fr30.cpu $(CGENDIR)/fr30.opc
        $(MAKE) run-cgen arch=fr30 prefix=fr30
-# end-sanitize-cygnus
+# end-sanitize-fr30
 
 # start-sanitize-tic80
 tic80-dis.lo: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
@@ -231,6 +240,18 @@ mips-dis.lo: mips-dis.c
        $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/mips-dis.c
 # end-sanitize-sky
 
+# start-sanitize-fr30
+fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
+  $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
+  opintl.h
+fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
+  $(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
+  opintl.h
+fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
+  $(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
+  opintl.h
+# end-sanitize-fr30
+
 # This dependency stuff is copied from BFD.
 
 .dep: dep.sed $(CFILES) $(HFILES) config.h
@@ -321,15 +342,6 @@ m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
   $(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
   opintl.h
-fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
-  $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
-  opintl.h
-fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
-  $(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
-  opintl.h
-fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
-  $(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
-  opintl.h
 m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
   $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
   $(INCDIR)/opcode/m68k.h
This page took 0.024164 seconds and 4 git commands to generate.