diff options
author | Doug Evans <dje@google.com> | 1998-01-05 13:46:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-05 13:46:22 +0000 |
commit | 54cc8ed4db2ff765d53a27b3e08dee68062e74b3 (patch) | |
tree | 0792304465b4d256b892cbfb8ce16df0417a40cb /opcodes/Makefile.in | |
parent | 70e4ceaccba5f80a3bcbbfdca422d21d53d701a0 (diff) | |
download | gdb-54cc8ed4db2ff765d53a27b3e08dee68062e74b3.zip gdb-54cc8ed4db2ff765d53a27b3e08dee68062e74b3.tar.gz gdb-54cc8ed4db2ff765d53a27b3e08dee68062e74b3.tar.bz2 |
* txvu-dis.c, txvu-opc.c: New files.
* configure.in: Compile them.
* configure: Regenerate.
* Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo.
(txvu-dis.lo,txvu-opc.lo): Add rules for.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 5ae42c3..efe5b51 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -173,6 +173,10 @@ ALL_MACHINES = \ tic80-dis.lo \ tic80-opc.lo \ $(end-sanitize-tic80) \ + $(start-sanitize-sky) \ + txvu-dis.lo \ + txvu-opc.lo \ + $(end-sanitize-sky) \ v850-dis.lo \ v850-opc.lo \ w65-dis.lo \ @@ -497,6 +501,12 @@ tic80-dis.lo: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \ tic80-opc.lo: tic80-opc.c $(INCDIR)/opcode/tic80.h # end-sanitize-tic80 +# start-sanitize-sky +txvu-dis.lo: txvu-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \ + $(INCDIR)/opcode/txvu.h +txvu-opc.lo: txvu-opc.c $(INCDIR)/opcode/txvu.h +# end-sanitize-sky + # This dependency stuff is copied from BFD. .dep: dep.sed $(CFILES) $(HFILES) config.h |