diff options
author | Doug Evans <dje@google.com> | 1998-11-06 00:01:02 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-11-06 00:01:02 +0000 |
commit | 04ad3a5905d70a683b7f2c1a9635b3a7fd96927a (patch) | |
tree | 53a809e2ce972ec004a9184095fb4efda7016e8a /opcodes/Makefile.in | |
parent | f3dc77c2433574f65f892e0946aeb0f3fd5205c1 (diff) | |
download | gdb-04ad3a5905d70a683b7f2c1a9635b3a7fd96927a.zip gdb-04ad3a5905d70a683b7f2c1a9635b3a7fd96927a.tar.gz gdb-04ad3a5905d70a683b7f2c1a9635b3a7fd96927a.tar.bz2 |
temporarily sanitize fr30
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index b0e21ff..6e79465 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -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 |