summaryrefslogtreecommitdiffstats
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2005-12-02 20:09:42 +0000
committerDave Brolley <brolley@redhat.com>2005-12-02 20:09:42 +0000
commit3609e0feb6ad892d20a8078f47812b72a590dd86 (patch)
tree63bbb11ffe6e3004b70806e95914ba9449837a9d /opcodes/Makefile.am
parent31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1 (diff)
downloadppe42-binutils-3609e0feb6ad892d20a8078f47812b72a590dd86.tar.gz
ppe42-binutils-3609e0feb6ad892d20a8078f47812b72a590dd86.zip
2005-12-02 Dave Brolley <brolley@redhat.com>
* configure.in (cgen_files): Add cgen-bitset.lo. (ta): Add cgen-bitset.lo when arch==bfd_cris_arch. * Makefile.am (CFILES): Add cgen-bitset.c. (ALL_MACHINES): Add cgen-bitset.lo. (cgen-bitset.lo): New target. * cgen-opc.c (cgen_bitset_create, cgen_bitset_init, cgen_bitset_clear) (cgen_bitset_add, cgen_bitset_set, cgen_bitset_contains) (cgen_bitset_compare, cgen_bitset_intersect_p, cgen_bitset_copy) (cgen_bitset_union): Moved from here ... * cgen-bitset.c: ... to here. New file. * Makefile.in: Regenerated. * configure: Regenerated.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 4a7b3c9299..1c3c7870b0 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -56,6 +56,7 @@ CFILES = \
avr-dis.c \
bfin-dis.c \
cgen-asm.c \
+ cgen-bitset.c \
cgen-dis.c \
cgen-opc.c \
cris-dis.c \
@@ -192,6 +193,7 @@ ALL_MACHINES = \
avr-dis.lo \
bfin-dis.lo \
cgen-asm.lo \
+ cgen-bitset.lo \
cgen-dis.lo \
cgen-opc.lo \
cris-dis.lo \
@@ -612,6 +614,10 @@ cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
$(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
$(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
opintl.h
+cgen-bitset.lo: cgen-bitset.c sysdep.h config.h $(INCDIR)/ansidecl.h \
+ $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
+ $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
+ $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
$(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
OpenPOWER on IntegriCloud