1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
8 INCDIR = $(srcdir)/../include
9 BFDDIR = $(srcdir)/../bfd
12 WARN_CFLAGS = @WARN_CFLAGS@
13 NO_WERROR = @NO_WERROR@
14 AM_CFLAGS = $(WARN_CFLAGS)
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
25 bfdlib_LTLIBRARIES = libopcodes.la
27 # This is where bfd.h lives.
30 # This is where libiberty lives.
31 LIBIBERTY = ../libiberty/libiberty.a
35 cgen-ops.h cgen-types.h \
36 fr30-desc.h fr30-opc.h \
37 frv-desc.h frv-opc.h \
44 ip2k-desc.h ip2k-opc.h \
45 iq2000-desc.h iq2000-opc.h \
46 m32c-desc.h m32c-opc.h \
47 m32r-desc.h m32r-opc.h \
49 mep-desc.h mep-opc.h \
51 openrisc-desc.h openrisc-opc.h \
57 xc16x-desc.h xc16x-opc.h \
58 xstormy16-desc.h xstormy16-opc.h \
61 # C source files that correspond to .o's.
371 OFILES = @BFD_MACHINES@
373 # We should reconfigure whenever bfd/configure.in changes, because
374 # that's where the version number in Makefile comes from.
375 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
377 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
379 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
380 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
382 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
383 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
384 # Unfortunately this causes libtool to add -L$(libdir), referring to the
385 # planned install directory of libbfd. This can cause us to pick up an
386 # old version of libbfd, or to pick up libbfd for the wrong architecture
387 # if host != build. So for building with shared libraries we use a
388 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
389 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
390 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
391 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
393 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
394 # the build directory so that we don't have to convert all the
395 # programs that use libopcodes.a simultaneously. This is a hack which
396 # should be removed if everything else starts using libtool. FIXME.
398 noinst_LIBRARIES = libopcodes.a
400 stamp-lib: libopcodes.la
401 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
402 if [ -f $$libtooldir/libopcodes.a ]; then \
403 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
404 $(RANLIB) libopcodes.tmp; \
405 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
409 libopcodes.a: stamp-lib ; @true
411 POTFILES = $(HFILES) $(CFILES)
412 po/POTFILES.in: @MAINT@ Makefile
413 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
414 && mv tmp $(srcdir)/po/POTFILES.in
416 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
419 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
422 .PHONY: install_libopcodes uninstall_libopcodes
423 install_libopcodes: $(bfdlib_LTLIBRARIES)
424 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
425 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
426 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
427 if test -f $$p; then \
428 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
429 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
432 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
434 uninstall_libopcodes:
435 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
436 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
438 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
441 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
442 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
443 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
447 CPUDIR = $(CGENDIR)/cpu
448 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
452 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
453 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
454 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
455 $(CGENDIR)/opc-opinst.scm \
456 cgen-asm.in cgen-dis.in cgen-ibld.in
458 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
461 IP2K_DEPS = stamp-ip2k
462 LM32_DEPS = stamp-lm32
463 M32C_DEPS = stamp-m32c
464 M32R_DEPS = stamp-m32r
465 FR30_DEPS = stamp-fr30
469 OPENRISC_DEPS = stamp-openrisc
470 IQ2000_DEPS = stamp-iq2000
471 XC16X_DEPS = stamp-xc16x
472 XSTORMY16_DEPS = stamp-xstormy16
489 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
490 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
491 "$(options)" "$(extrafiles)"
492 touch stamp-${prefix}
495 # Maintainer utility rule to regenerate all cgen files.
497 for c in $(CGEN_CPUS) ; \
499 $(MAKE) stamp-$$c || exit 1 ; \
503 # For now, require developers to configure with --enable-cgen-maint.
504 $(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS)
506 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
507 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
508 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
510 $(srcdir)lm32-desc.h $(srcdir)/lm32-desc.c $(srcdir)/lm32-opc.h $(srcdir)/lm32-opc.c $(srcdir)/lm32-ibld.c $(srcdir)/lm32-opinst.c $(srcdir)/lm32-asm.c $(srcdir)/lm32-dis.c: $(LM32_DEPS)
512 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
513 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
514 archfile=$(srcdir)/../cpu/lm32.cpu \
515 opcfile=$(srcdir)/../cpu/lm32.opc \
518 $(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
520 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
521 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
522 archfile=$(srcdir)/../cpu/m32c.cpu \
523 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
524 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
525 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
526 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
527 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
528 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
529 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
530 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
531 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
532 $(BFD_H) $(INCDIR)/ansidecl.h \
533 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
534 $(m32c_opc_h) opintl.h
535 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
536 $(BFD_H) $(INCDIR)/ansidecl.h \
537 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
538 $(m32c_opc_h) opintl.h
539 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
540 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
541 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
543 $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
545 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
546 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
547 archfile=$(srcdir)/../cpu/m32r.cpu \
548 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
550 $(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
552 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
553 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
554 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
556 $(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS)
558 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
559 $(MAKE) run-cgen arch=frv prefix=frv options= \
560 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
562 $(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
564 stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
565 $(MAKE) run-cgen arch=mep prefix=mep options= \
566 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
568 $(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
570 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
571 $(MAKE) run-cgen arch=mt prefix=mt options= \
572 archfile=$(srcdir)/../cpu/mt.cpu \
573 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
575 $(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
577 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
578 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
579 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
581 $(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
583 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
584 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
585 $(srcdir)/../cpu/iq10.cpu
586 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
587 archfile=$(srcdir)/../cpu/iq2000.cpu \
588 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
590 $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
592 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
593 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
594 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
596 $(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
598 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
599 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
600 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
603 $(LINK) i386-gen.o $(LIBIBERTY)
605 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
607 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
610 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
611 ./i386-gen --srcdir $(srcdir)
614 $(LINK) ia64-gen.o $(LIBIBERTY)
616 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
617 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
619 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
620 # Some make versions don't handle line continuations in comments.
621 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
622 ./ia64-gen --srcdir $(srcdir) > $@
624 s390-mkopc: s390-mkopc.c
625 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
627 s390-opc.tab: s390-mkopc s390-opc.txt
628 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
631 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
633 # This dependency stuff is copied from BFD.
635 DEP: dep.sed $(CFILES) $(HFILES) config.h
637 $(MAKE) MKDEP="$(MKDEP)" DEP1
638 sed -f dep.sed < DEP1 > DEPA
639 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
640 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
641 echo 'make DEP failed!'; exit 1; \
647 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
648 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
649 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
652 dep.sed: dep-in.sed config.status
653 sed <$(srcdir)/dep-in.sed >dep.sed \
654 -e 's!@BFD_H@!$(BFD_H)!' \
655 -e 's!@INCDIR@!$(INCDIR)!' \
656 -e 's!@BFDDIR@!$(BFDDIR)!' \
657 -e 's!@SRCDIR@!$(srcdir)!' \
658 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
661 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
662 cat DEP >> tmp-Makefile
663 $(srcdir)/../move-if-change tmp-Makefile Makefile
666 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
667 cat DEP >> tmp-Makefile.in
668 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
671 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
672 cat DEP >> tmp-Makefile.am
673 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
675 .PHONY: dep dep-in dep-am
677 # What appears below is generated by a hacked mkdep using gcc -MM.
679 # DO NOT DELETE THIS LINE -- mkdep uses it.
680 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
681 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
682 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
683 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
684 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
686 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
687 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
688 $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
689 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
690 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h opintl.h \
692 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
693 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
695 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
696 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h \
698 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
699 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
700 opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/floatformat.h \
701 $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
702 $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
703 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h \
704 $(INCDIR)/elf/reloc-macros.h
705 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
706 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
707 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/opcode/avr.h
708 bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
709 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
710 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
711 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
712 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
713 $(INCDIR)/opcode/cgen-bitset.h opintl.h
714 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
715 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
716 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
717 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
718 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h
719 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
720 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
721 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
722 $(INCDIR)/opcode/cgen-bitset.h
723 cr16-dis.lo: cr16-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
724 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
725 $(INCDIR)/opcode/cr16.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
726 cr16-opc.lo: cr16-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
727 $(INCDIR)/symcat.h $(INCDIR)/opcode/cr16.h
728 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
729 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
730 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
731 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
732 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
733 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
734 $(INCDIR)/opcode/crx.h
735 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
736 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
737 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
738 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
740 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
741 $(INCDIR)/opcode/d10v.h
742 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
743 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
744 $(INCDIR)/symcat.h opintl.h
745 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
746 $(INCDIR)/opcode/d30v.h
747 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
748 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
749 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
750 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
751 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
752 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
753 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
754 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
755 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
756 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
757 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
758 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
759 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
760 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
761 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
762 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
763 fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
764 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
765 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
766 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
767 $(INCDIR)/ansidecl.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
768 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
770 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
771 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
772 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
773 $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h opintl.h \
774 $(INCDIR)/safe-ctype.h
775 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
776 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
777 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
778 fr30-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
779 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
780 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
781 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
782 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
783 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
784 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
785 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
786 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
787 frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
788 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
789 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
790 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
791 $(INCDIR)/ansidecl.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
792 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
794 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
795 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
796 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
797 $(INCDIR)/opcode/cgen-bitset.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
798 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
799 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
800 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
801 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
802 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
803 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
804 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
805 $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
806 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
807 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
809 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
810 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
811 $(INCDIR)/opcode/hppa.h
812 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
813 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
814 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
815 $(INCDIR)/opcode/i370.h
816 i386-dis.lo: i386-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
817 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
818 $(INCDIR)/opcode/i386.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
819 i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
820 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
821 $(INCDIR)/opcode/i386.h i386-tbl.h
822 i386-gen.lo: i386-gen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
823 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
824 $(INCDIR)/safe-ctype.h i386-opc.h $(INCDIR)/opcode/i386.h
825 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
826 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
827 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
828 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
829 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
830 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
831 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
832 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
833 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
834 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
835 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
836 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
837 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
838 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
839 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
840 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
841 ia64-opc-d.lo: ia64-opc-d.c
842 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
843 config.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
844 ia64-asmtab.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
846 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
847 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
848 config.h $(INCDIR)/getopt.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
849 $(BFD_H) $(INCDIR)/symcat.h ia64-opc-a.c ia64-opc-i.c \
850 ia64-opc-m.c ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c \
852 ia64-asmtab.lo: ia64-asmtab.c
853 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
854 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
855 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
856 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
857 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
858 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
859 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
860 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
861 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
862 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
863 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
864 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
865 $(INCDIR)/ansidecl.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
866 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
868 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
869 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
870 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
871 $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h opintl.h \
872 $(INCDIR)/safe-ctype.h
873 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
874 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
875 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
876 ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
877 $(INCDIR)/safe-ctype.h
878 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
879 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
880 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
881 iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
882 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
883 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
884 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
885 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
886 iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
887 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
888 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
889 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
890 $(INCDIR)/ansidecl.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
891 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
892 iq2000-opc.h opintl.h
893 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
894 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
895 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
896 $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h opintl.h \
897 $(INCDIR)/safe-ctype.h
898 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
899 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
900 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
901 iq2000-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
902 lm32-asm.lo: lm32-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
903 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
904 lm32-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
905 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
906 lm32-desc.lo: lm32-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
907 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
908 lm32-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
910 lm32-dis.lo: lm32-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
911 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
912 lm32-desc.h $(INCDIR)/opcode/cgen.h lm32-opc.h opintl.h
913 lm32-ibld.lo: lm32-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
914 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h \
915 $(INCDIR)/opcode/cgen.h lm32-opc.h opintl.h $(INCDIR)/safe-ctype.h
916 lm32-opc.lo: lm32-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
917 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
918 lm32-opc.h $(INCDIR)/libiberty.h
919 lm32-opinst.lo: lm32-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
920 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
922 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
923 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
924 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
925 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
926 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
927 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
928 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
929 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
930 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
931 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
932 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
933 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
934 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
935 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
936 $(INCDIR)/ansidecl.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
937 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
938 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
939 opintl.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h \
940 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
941 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
942 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
943 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h \
944 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
945 $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h cgen-types.h \
946 ../bfd/bfd_stdint.h cgen-ops.h opintl.h $(INCDIR)/safe-ctype.h
947 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
948 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
949 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
950 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
951 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
952 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
953 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
954 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
955 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
956 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
957 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
958 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
959 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
960 m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
961 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
962 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
963 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
964 $(INCDIR)/ansidecl.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
965 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
967 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
968 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
969 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
970 $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h opintl.h \
971 $(INCDIR)/safe-ctype.h
972 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
973 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
974 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
975 m32r-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
976 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
977 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
978 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
980 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
981 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
983 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
984 $(INCDIR)/opcode/m68hc11.h
985 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
986 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
987 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h opintl.h \
988 $(INCDIR)/opcode/m68k.h
989 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
990 $(INCDIR)/opcode/m68k.h
991 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
992 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
993 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
994 maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
995 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
996 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
997 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
998 mep-asm.lo: mep-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
999 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1000 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1001 mep-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1002 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1003 mep-desc.lo: mep-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1004 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1005 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1006 mep-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1007 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1008 mep-dis.lo: mep-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1009 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1010 $(INCDIR)/ansidecl.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1011 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1012 mep-opc.h opintl.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1013 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1014 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
1015 mep-ibld.lo: mep-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1016 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mep-desc.h \
1017 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1018 $(INCDIR)/opcode/cgen-bitset.h mep-opc.h opintl.h $(INCDIR)/safe-ctype.h
1019 mep-opc.lo: mep-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1020 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1021 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1022 mep-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1023 $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h
1024 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1025 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1026 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h opintl.h \
1027 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1028 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h \
1029 $(INCDIR)/elf/reloc-macros.h
1030 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1031 $(INCDIR)/opcode/mips.h
1032 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1033 $(INCDIR)/opcode/mips.h
1034 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1035 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
1036 $(INCDIR)/symcat.h opintl.h
1037 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1038 $(INCDIR)/opcode/mn10200.h
1039 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1040 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1041 $(INCDIR)/symcat.h opintl.h
1042 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1043 $(INCDIR)/opcode/mn10300.h
1044 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
1045 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1046 $(INCDIR)/ansidecl.h opintl.h
1047 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
1048 mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1049 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1050 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1051 mt-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1052 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1053 mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1054 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1055 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1056 mt-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1057 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1058 mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1059 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1060 $(INCDIR)/ansidecl.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1061 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1063 mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1064 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mt-desc.h \
1065 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1066 $(INCDIR)/opcode/cgen-bitset.h mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1067 mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1068 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1069 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1070 mt-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1071 $(INCDIR)/safe-ctype.h
1072 ns32k-dis.lo: ns32k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1073 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
1075 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1076 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1077 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1078 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1079 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1080 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1081 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1082 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1083 $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h opintl.h \
1084 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1086 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1087 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1088 $(INCDIR)/ansidecl.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1089 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1090 openrisc-opc.h opintl.h
1091 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1092 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1093 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1094 $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h opintl.h \
1095 $(INCDIR)/safe-ctype.h
1096 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1097 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1098 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1099 openrisc-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1100 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1101 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1102 $(INCDIR)/safe-ctype.h
1103 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1104 $(INCDIR)/opcode/or32.h
1105 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1106 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
1107 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
1108 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1109 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1111 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1112 $(INCDIR)/opcode/pj.h
1113 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1114 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
1115 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1116 $(INCDIR)/opcode/ppc.h opintl.h
1117 s390-mkopc.lo: s390-mkopc.c
1118 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
1120 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1121 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1122 opintl.h $(INCDIR)/opcode/s390.h
1123 score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1124 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \
1125 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1126 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1127 $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
1128 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1129 sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
1130 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1131 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1132 sh64-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1133 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1134 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1135 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
1136 sh64-opc.lo: sh64-opc.c sh64-opc.h
1137 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1138 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
1139 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1141 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1142 $(INCDIR)/opcode/sparc.h
1143 spu-dis.lo: spu-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1144 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/spu.h \
1145 $(INCDIR)/opcode/spu-insns.h
1146 spu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h
1147 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1148 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
1149 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1150 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1151 $(INCDIR)/opcode/tic4x.h
1152 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1153 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
1154 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1155 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1156 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
1157 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1158 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1160 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1161 $(INCDIR)/opcode/tic80.h
1162 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1163 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1164 $(INCDIR)/symcat.h opintl.h
1165 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1166 $(INCDIR)/opcode/v850.h opintl.h
1167 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1168 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1170 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1171 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1172 xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1173 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1174 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1175 xc16x-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1176 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1177 xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1178 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1179 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1180 xc16x-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1181 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1182 xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1183 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1184 $(INCDIR)/ansidecl.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1185 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1186 xc16x-opc.h opintl.h
1187 xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1188 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h \
1189 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1190 $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h opintl.h \
1191 $(INCDIR)/safe-ctype.h
1192 xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1193 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1194 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1195 xc16x-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1196 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1197 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1198 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1199 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1200 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1201 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1202 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1203 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1204 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1205 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1206 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1208 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1209 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1210 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h xstormy16-desc.h \
1211 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1212 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h
1213 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1214 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1215 xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1216 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1217 $(INCDIR)/safe-ctype.h
1218 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1219 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1220 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1221 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h $(INCDIR)/libiberty.h \
1222 $(INCDIR)/ansidecl.h
1223 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1224 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1225 sysdep.h config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1226 z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1227 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1228 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1229 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
1230 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1231 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1232 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY