temporarily sanitize fr30
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
index b0e21ffce5a2df6b28dccb1fc0c842f2f4ab7dc3..6e794650f352ac9596408179045ee9e8fa5b4f91 100644 (file)
@@ -143,9 +143,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 \
@@ -190,9 +192,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 \
@@ -252,8 +256,11 @@ POTFILES = $(HFILES) $(CFILES)
 
 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.
@@ -666,11 +673,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 \
@@ -687,6 +696,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
@@ -777,15 +798,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.025296 seconds and 4 git commands to generate.