1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.9 cygnus
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
11 WARN_CFLAGS = @WARN_CFLAGS@
12 NO_WERROR = @NO_WERROR@
13 AM_CFLAGS = $(WARN_CFLAGS)
15 bfdlibdir = @bfdlibdir@
16 bfdincludedir = @bfdincludedir@
21 bfdlib_LTLIBRARIES = libopcodes.la
23 # This is where bfd.h lives.
26 # This is where libiberty lives.
27 LIBIBERTY = ../libiberty/libiberty.a
31 cgen-ops.h cgen-types.h \
32 fr30-desc.h fr30-opc.h \
33 frv-desc.h frv-opc.h \
37 ip2k-desc.h ip2k-opc.h \
38 iq2000-desc.h iq2000-opc.h \
39 m32c-desc.h m32c-opc.h \
40 m32r-desc.h m32r-opc.h \
43 openrisc-desc.h openrisc-opc.h \
49 xc16x-desc.h xc16x-opc.h \
50 xstormy16-desc.h xstormy16-opc.h \
53 # C source files that correspond to .o's.
328 OFILES = @BFD_MACHINES@
330 # We should reconfigure whenever bfd/configure.in changes, because
331 # that's where the version number in Makefile comes from.
332 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
334 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
336 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
337 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
339 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
340 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
341 # Unfortunately this causes libtool to add -L$(libdir), referring to the
342 # planned install directory of libbfd. This can cause us to pick up an
343 # old version of libbfd, or to pick up libbfd for the wrong architecture
345 libopcodes_la_DEPENDENCIES = $(OFILES)
346 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
347 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
349 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
350 # the build directory so that we don't have to convert all the
351 # programs that use libopcodes.a simultaneously. This is a hack which
352 # should be removed if everything else starts using libtool. FIXME.
354 noinst_LIBRARIES = libopcodes.a
356 stamp-lib: libopcodes.la
357 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
358 if [ -f $$libtooldir/libopcodes.a ]; then \
359 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
360 $(RANLIB) libopcodes.tmp; \
361 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
365 libopcodes.a: stamp-lib ; @true
367 POTFILES = $(HFILES) $(CFILES)
368 po/POTFILES.in: @MAINT@ Makefile
369 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
370 && mv tmp $(srcdir)/po/POTFILES.in
372 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
375 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
378 .PHONY: install_libopcodes uninstall_libopcodes
379 install_libopcodes: $(bfdlib_LTLIBRARIES)
380 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
381 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
382 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
383 if test -f $$p; then \
384 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
385 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
388 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
390 uninstall_libopcodes:
391 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
392 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
394 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
397 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
398 stamp-openrisc stamp-iq2000 stamp-mt stamp-xstormy16 stamp-xc16x\
399 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
403 CPUDIR = $(CGENDIR)/cpu
404 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
408 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
409 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
410 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
411 $(CGENDIR)/opc-opinst.scm \
412 cgen-asm.in cgen-dis.in cgen-ibld.in
414 CGEN_CPUS = fr30 frv ip2k m32c m32r mt openrisc xc16x xstormy16
417 IP2K_DEPS = stamp-ip2k
418 M32C_DEPS = stamp-m32c
419 M32R_DEPS = stamp-m32r
420 FR30_DEPS = stamp-fr30
423 OPENRISC_DEPS = stamp-openrisc
424 IQ2000_DEPS = stamp-iq2000
425 XC16X_DEPS = stamp-xc16x
426 XSTORMY16_DEPS = stamp-xstormy16
441 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
442 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
443 "$(options)" "$(extrafiles)"
444 touch stamp-${prefix}
447 # Maintainer utility rule to regenerate all cgen files.
449 for c in $(CGEN_CPUS) ; \
451 $(MAKE) stamp-$$c || exit 1 ; \
455 # For now, require developers to configure with --enable-cgen-maint.
456 $(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)
458 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
459 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
460 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
462 $(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)
464 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
465 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
466 archfile=$(srcdir)/../cpu/m32c.cpu \
467 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
468 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
469 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
470 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
471 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
472 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
473 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
474 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
475 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
476 $(BFD_H) $(INCDIR)/ansidecl.h \
477 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
478 $(m32c_opc_h) opintl.h
479 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
480 $(BFD_H) $(INCDIR)/ansidecl.h \
481 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
482 $(m32c_opc_h) opintl.h
483 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
484 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
485 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
487 $(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)
489 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
490 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
491 archfile=$(srcdir)/../cpu/m32r.cpu \
492 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
494 $(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)
496 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
497 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
498 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
500 $(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)
502 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
503 $(MAKE) run-cgen arch=frv prefix=frv options= \
504 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
506 $(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)
508 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
509 $(MAKE) run-cgen arch=mt prefix=mt options= \
510 archfile=$(srcdir)/../cpu/mt.cpu \
511 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
513 $(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)
515 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
516 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
517 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
519 $(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)
521 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
522 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
523 $(srcdir)/../cpu/iq10.cpu
524 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
525 archfile=$(srcdir)/../cpu/iq2000.cpu \
526 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
528 $(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)
530 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
531 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
532 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
534 $(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)
536 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
537 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
538 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
541 $(LINK) ia64-gen.o $(LIBIBERTY)
543 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
544 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
546 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
547 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
549 s390-mkopc: s390-mkopc.c
550 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
552 s390-opc.tab: s390-mkopc s390-opc.txt
553 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
556 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
558 # This dependency stuff is copied from BFD.
560 DEP: dep.sed $(CFILES) $(HFILES) config.h
562 $(MAKE) MKDEP="$(MKDEP)" DEP1
563 sed -f dep.sed < DEP1 > DEPA
564 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
565 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
566 echo 'make DEP failed!'; exit 1; \
572 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
573 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
574 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
577 dep.sed: dep-in.sed config.status
578 sed <$(srcdir)/dep-in.sed >dep.sed \
579 -e 's!@BFD_H@!$(BFD_H)!' \
580 -e 's!@INCDIR@!$(INCDIR)!' \
581 -e 's!@BFDDIR@!$(BFDDIR)!' \
582 -e 's!@SRCDIR@!$(srcdir)!' \
583 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
586 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
587 cat DEP >> tmp-Makefile
588 $(srcdir)/../move-if-change tmp-Makefile Makefile
591 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
592 cat DEP >> tmp-Makefile.in
593 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
596 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
597 cat DEP >> tmp-Makefile.am
598 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
600 .PHONY: dep dep-in dep-am
602 # What appears below is generated by a hacked mkdep using gcc -MM.
604 # DO NOT DELETE THIS LINE -- mkdep uses it.
605 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
606 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
607 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
608 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
609 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
611 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
612 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
613 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
614 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
615 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
616 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
617 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
619 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
620 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
621 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
622 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
623 opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/floatformat.h \
624 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
625 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
626 $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
627 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
628 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
629 $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
630 bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
631 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
632 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
633 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
634 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
636 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
637 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
638 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
639 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
640 $(INCDIR)/opcode/cgen-bitset.h
641 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
642 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
643 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h
644 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
645 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
646 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
647 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
648 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
649 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
650 $(INCDIR)/opcode/crx.h
651 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
652 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
653 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
654 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
656 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
657 $(INCDIR)/opcode/d10v.h
658 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
659 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
660 $(INCDIR)/symcat.h opintl.h
661 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
662 $(INCDIR)/opcode/d30v.h
663 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
664 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
665 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
666 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
667 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
668 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
669 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
670 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
671 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
672 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
673 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/xregex.h \
674 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
675 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
676 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
677 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/libiberty.h \
678 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
679 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
680 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
681 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
683 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
684 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
685 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
686 fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
687 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
688 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
689 $(INCDIR)/opcode/cgen.h fr30-opc.h $(INCDIR)/libiberty.h
690 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
691 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
692 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/xregex.h \
693 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
694 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
695 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
696 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/libiberty.h \
697 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
698 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
699 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
700 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
702 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
703 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
704 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
705 frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
706 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
707 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
708 $(INCDIR)/opcode/cgen.h frv-opc.h $(INCDIR)/libiberty.h \
709 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
710 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
711 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
712 $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h
713 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
714 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
716 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
717 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
718 $(INCDIR)/opcode/hppa.h
719 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
720 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
721 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
722 $(INCDIR)/opcode/i370.h
723 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
724 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
726 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
727 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
728 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
729 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
730 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
731 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
732 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
733 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
734 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
735 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
736 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
737 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
738 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
739 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
740 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
741 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
742 ia64-opc-d.lo: ia64-opc-d.c
743 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
744 config.h $(INCDIR)/libiberty.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
745 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
746 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
747 $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
748 ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
749 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
750 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
751 ia64-asmtab.lo: ia64-asmtab.c
752 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
753 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
754 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/xregex.h \
755 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
756 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
757 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
758 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/libiberty.h \
759 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
760 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
761 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
762 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
764 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
765 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
766 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
767 ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
768 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
769 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
770 $(INCDIR)/opcode/cgen.h ip2k-opc.h $(INCDIR)/libiberty.h \
771 $(INCDIR)/safe-ctype.h
772 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
773 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
774 $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/xregex.h \
775 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
776 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
777 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
778 $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/libiberty.h \
779 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
780 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
781 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
782 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
783 iq2000-opc.h opintl.h
784 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
785 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
786 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
787 iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
788 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
789 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
790 $(INCDIR)/opcode/cgen.h iq2000-opc.h $(INCDIR)/libiberty.h
791 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
792 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
793 $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
794 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
795 $(INCDIR)/safe-ctype.h
796 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
797 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
798 $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
799 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
800 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
801 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
802 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
803 m32c-opc.h cgen-types.h cgen-ops.h opintl.h $(INCDIR)/elf/m32c.h \
804 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
805 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
806 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
807 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h \
808 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
809 m32c-opc.h cgen-types.h cgen-ops.h opintl.h $(INCDIR)/safe-ctype.h
810 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
811 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
812 $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
813 $(INCDIR)/libiberty.h
814 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
815 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
816 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/xregex.h \
817 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
818 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
819 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
820 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/libiberty.h \
821 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
822 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
823 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
824 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
826 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
827 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
828 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
829 m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
830 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
831 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
832 $(INCDIR)/opcode/cgen.h m32r-opc.h $(INCDIR)/libiberty.h
833 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
834 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
835 $(INCDIR)/opcode/cgen.h m32r-opc.h
836 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
837 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
839 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
840 $(INCDIR)/opcode/m68hc11.h
841 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
842 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
843 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
844 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
845 $(INCDIR)/opcode/m68k.h
846 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
847 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
848 opintl.h $(INCDIR)/libiberty.h
849 maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
850 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
851 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
852 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
853 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
854 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
855 $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
856 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
857 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
858 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
859 $(INCDIR)/opcode/mips.h
860 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
861 $(INCDIR)/opcode/mips.h
862 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
863 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
864 $(INCDIR)/symcat.h opintl.h
865 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
866 $(INCDIR)/opcode/mn10200.h
867 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
868 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
869 $(INCDIR)/symcat.h opintl.h
870 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
871 $(INCDIR)/opcode/mn10300.h
872 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
873 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
875 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
876 mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
877 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
878 $(INCDIR)/opcode/cgen.h mt-opc.h opintl.h $(INCDIR)/xregex.h \
879 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
880 mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
881 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
882 $(INCDIR)/opcode/cgen.h mt-opc.h opintl.h $(INCDIR)/libiberty.h \
883 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
884 mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
885 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
886 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
888 mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
889 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mt-desc.h \
890 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
891 mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
892 mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
893 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
894 $(INCDIR)/opcode/cgen.h mt-opc.h $(INCDIR)/libiberty.h \
895 $(INCDIR)/safe-ctype.h
896 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
897 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
898 $(INCDIR)/opcode/ns32k.h opintl.h
899 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
900 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
901 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/xregex.h \
902 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
903 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
904 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
905 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
906 openrisc-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
908 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
909 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
910 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
911 openrisc-opc.h opintl.h
912 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
913 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
914 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
915 openrisc-opc.h opintl.h $(INCDIR)/safe-ctype.h
916 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
917 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
918 $(INCDIR)/opcode/cgen.h openrisc-opc.h $(INCDIR)/libiberty.h
919 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
920 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
921 $(INCDIR)/safe-ctype.h
922 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
923 $(INCDIR)/opcode/or32.h
924 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
925 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
926 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
927 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
928 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
930 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
931 $(INCDIR)/opcode/pj.h
932 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
933 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
934 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
935 $(INCDIR)/opcode/ppc.h opintl.h
936 s390-mkopc.lo: s390-mkopc.c
937 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
939 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
940 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
941 $(INCDIR)/opcode/s390.h
942 score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
943 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \
944 $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
945 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/score.h \
946 $(INCDIR)/elf/reloc-macros.h
947 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
948 sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
949 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
950 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
951 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
952 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
953 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
954 $(BFDDIR)/elf32-sh64.h
955 sh64-opc.lo: sh64-opc.c sh64-opc.h
956 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
957 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
958 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
959 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
960 $(INCDIR)/opcode/sparc.h
961 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
962 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
963 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
964 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
965 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
966 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
967 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
968 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
969 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
970 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
971 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
973 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
974 $(INCDIR)/opcode/tic80.h
975 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
976 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
977 $(INCDIR)/symcat.h opintl.h
978 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
979 $(INCDIR)/opcode/v850.h opintl.h
980 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
981 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
983 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
984 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
985 xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
986 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
987 $(INCDIR)/opcode/cgen.h xc16x-opc.h opintl.h $(INCDIR)/xregex.h \
988 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
989 xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
990 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
991 $(INCDIR)/opcode/cgen.h xc16x-opc.h opintl.h $(INCDIR)/libiberty.h \
992 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
993 xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
994 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
995 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
997 xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
998 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h \
999 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1000 xc16x-opc.h opintl.h $(INCDIR)/safe-ctype.h
1001 xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1002 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1003 $(INCDIR)/opcode/cgen.h xc16x-opc.h $(INCDIR)/libiberty.h
1004 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1005 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1006 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1007 xstormy16-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1008 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1009 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1010 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1011 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1012 xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1014 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1015 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1016 $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1017 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h
1018 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1019 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1020 xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1021 xstormy16-opc.h opintl.h $(INCDIR)/safe-ctype.h
1022 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1023 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1024 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1025 xstormy16-opc.h $(INCDIR)/libiberty.h
1026 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1027 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h sysdep.h \
1028 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1029 z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1030 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1031 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1032 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
1033 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1034 $(INCDIR)/libiberty.h
1035 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY