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 \
48 m32c-desc.h m32c-opc.h \
49 m32r-desc.h m32r-opc.h \
51 mep-desc.h mep-opc.h \
53 openrisc-desc.h openrisc-opc.h \
59 xc16x-desc.h xc16x-opc.h \
60 xstormy16-desc.h xstormy16-opc.h \
63 # C source files that correspond to .o's.
377 OFILES = @BFD_MACHINES@
379 # We should reconfigure whenever bfd/configure.in changes, because
380 # that's where the version number in Makefile comes from.
381 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
383 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
385 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
386 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
388 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
389 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
390 # Unfortunately this causes libtool to add -L$(libdir), referring to the
391 # planned install directory of libbfd. This can cause us to pick up an
392 # old version of libbfd, or to pick up libbfd for the wrong architecture
393 # if host != build. So for building with shared libraries we use a
394 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
395 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
396 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
397 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
399 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
400 # the build directory so that we don't have to convert all the
401 # programs that use libopcodes.a simultaneously. This is a hack which
402 # should be removed if everything else starts using libtool. FIXME.
404 noinst_LIBRARIES = libopcodes.a
406 stamp-lib: libopcodes.la
407 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
408 if [ -f $$libtooldir/libopcodes.a ]; then \
409 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
410 $(RANLIB) libopcodes.tmp; \
411 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
415 libopcodes.a: stamp-lib ; @true
417 POTFILES = $(HFILES) $(CFILES)
418 po/POTFILES.in: @MAINT@ Makefile
419 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
420 && mv tmp $(srcdir)/po/POTFILES.in
422 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
425 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
428 .PHONY: install_libopcodes uninstall_libopcodes
429 install_libopcodes: $(bfdlib_LTLIBRARIES)
430 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
431 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
432 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
433 if test -f $$p; then \
434 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
435 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
438 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
440 uninstall_libopcodes:
441 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
442 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
444 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
447 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
448 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
449 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
453 CPUDIR = $(CGENDIR)/cpu
454 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
458 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
459 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
460 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
461 $(CGENDIR)/opc-opinst.scm \
462 cgen-asm.in cgen-dis.in cgen-ibld.in
464 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
467 IP2K_DEPS = stamp-ip2k
468 LM32_DEPS = stamp-lm32
469 M32C_DEPS = stamp-m32c
470 M32R_DEPS = stamp-m32r
471 FR30_DEPS = stamp-fr30
475 OPENRISC_DEPS = stamp-openrisc
476 IQ2000_DEPS = stamp-iq2000
477 XC16X_DEPS = stamp-xc16x
478 XSTORMY16_DEPS = stamp-xstormy16
495 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
496 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
497 "$(options)" "$(extrafiles)"
498 touch stamp-${prefix}
501 # Maintainer utility rule to regenerate all cgen files.
503 for c in $(CGEN_CPUS) ; \
505 $(MAKE) stamp-$$c || exit 1 ; \
509 # For now, require developers to configure with --enable-cgen-maint.
510 $(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)
512 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
513 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
514 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
516 $(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)
518 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
519 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
520 archfile=$(srcdir)/../cpu/lm32.cpu \
521 opcfile=$(srcdir)/../cpu/lm32.opc \
524 $(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)
526 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
527 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
528 archfile=$(srcdir)/../cpu/m32c.cpu \
529 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
530 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
531 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
532 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
533 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
534 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
535 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
536 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
537 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
538 $(BFD_H) $(INCDIR)/ansidecl.h \
539 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
540 $(m32c_opc_h) opintl.h
541 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
542 $(BFD_H) $(INCDIR)/ansidecl.h \
543 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
544 $(m32c_opc_h) opintl.h
545 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
546 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
547 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
549 $(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)
551 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
552 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
553 archfile=$(srcdir)/../cpu/m32r.cpu \
554 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
556 $(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)
558 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
559 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
560 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
562 $(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)
564 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
565 $(MAKE) run-cgen arch=frv prefix=frv options= \
566 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
568 $(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)
570 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
571 $(MAKE) run-cgen arch=mep prefix=mep options= \
572 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
574 $(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)
576 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
577 $(MAKE) run-cgen arch=mt prefix=mt options= \
578 archfile=$(srcdir)/../cpu/mt.cpu \
579 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
581 $(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)
583 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
584 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
585 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
587 $(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)
589 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
590 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
591 $(srcdir)/../cpu/iq10.cpu
592 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
593 archfile=$(srcdir)/../cpu/iq2000.cpu \
594 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
596 $(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)
598 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
599 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
600 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
602 $(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)
604 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
605 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
606 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
609 $(LINK) i386-gen.o $(LIBIBERTY)
611 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
613 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
616 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
617 ./i386-gen --srcdir $(srcdir)
620 $(LINK) ia64-gen.o $(LIBIBERTY)
622 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
623 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
625 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
626 # Some make versions don't handle line continuations in comments.
627 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
628 ./ia64-gen --srcdir $(srcdir) > $@
630 s390-mkopc: s390-mkopc.c
631 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
633 s390-opc.tab: s390-mkopc s390-opc.txt
634 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
637 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
639 # This dependency stuff is copied from BFD.
641 DEP: dep.sed $(CFILES) $(HFILES) config.h
643 $(MAKE) MKDEP="$(MKDEP)" DEP1
644 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
645 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
646 echo 'make DEP failed!'; exit 1; \
652 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
653 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
655 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
656 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
657 sed -e '1s/.*: //' -f dep.sed < DEPA | \
658 LC_ALL=C sort | LC_ALL=C uniq | \
659 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
664 dep.sed: dep-in.sed config.status
665 sed <$(srcdir)/dep-in.sed >dep.sed \
666 -e 's!@BFD_H@!$(BFD_H)!' \
667 -e 's!@INCDIR@!$(INCDIR)!' \
668 -e 's!@BFDDIR@!$(BFDDIR)!' \
669 -e 's!@SRCDIR@!$(srcdir)!' \
670 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
673 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
674 cat DEP >> tmp-Makefile
675 $(srcdir)/../move-if-change tmp-Makefile Makefile
678 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
679 cat DEP >> tmp-Makefile.in
680 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
683 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
684 cat DEP >> tmp-Makefile.am
685 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
687 .PHONY: dep dep-in dep-am
689 # What appears below is generated by a hacked mkdep using gcc -MM.
691 # DO NOT DELETE THIS LINE -- mkdep uses it.
692 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
696 $(INCDIR)/ansidecl.h \
697 $(INCDIR)/dis-asm.h \
698 $(INCDIR)/opcode/alpha.h \
705 $(INCDIR)/ansidecl.h \
706 $(INCDIR)/opcode/alpha.h \
713 $(BFDDIR)/elf-bfd.h \
715 $(INCDIR)/ansidecl.h \
716 $(INCDIR)/bfdlink.h \
717 $(INCDIR)/dis-asm.h \
718 $(INCDIR)/elf/arc.h \
719 $(INCDIR)/elf/common.h \
720 $(INCDIR)/elf/external.h \
721 $(INCDIR)/elf/internal.h \
722 $(INCDIR)/elf/reloc-macros.h \
723 $(INCDIR)/libiberty.h \
724 $(INCDIR)/opcode/arc.h \
732 $(INCDIR)/ansidecl.h \
733 $(INCDIR)/opcode/arc.h \
741 $(INCDIR)/ansidecl.h \
742 $(INCDIR)/libiberty.h \
749 $(BFDDIR)/elf-bfd.h \
750 $(BFDDIR)/libcoff.h \
752 $(INCDIR)/ansidecl.h \
753 $(INCDIR)/bfdlink.h \
754 $(INCDIR)/coff/internal.h \
755 $(INCDIR)/dis-asm.h \
756 $(INCDIR)/elf/arm.h \
757 $(INCDIR)/elf/common.h \
758 $(INCDIR)/elf/external.h \
759 $(INCDIR)/elf/internal.h \
760 $(INCDIR)/elf/reloc-macros.h \
761 $(INCDIR)/floatformat.h \
762 $(INCDIR)/opcode/arm.h \
763 $(INCDIR)/safe-ctype.h \
771 $(INCDIR)/ansidecl.h \
772 $(INCDIR)/dis-asm.h \
773 $(INCDIR)/libiberty.h \
774 $(INCDIR)/opcode/avr.h \
782 $(INCDIR)/ansidecl.h \
783 $(INCDIR)/dis-asm.h \
784 $(INCDIR)/opcode/bfin.h \
789 $(INCDIR)/ansidecl.h \
790 $(INCDIR)/libiberty.h \
791 $(INCDIR)/opcode/cgen-bitset.h \
792 $(INCDIR)/opcode/cgen.h \
793 $(INCDIR)/safe-ctype.h \
800 $(INCDIR)/ansidecl.h \
801 $(INCDIR)/libiberty.h \
802 $(INCDIR)/opcode/cgen-bitset.h
806 $(INCDIR)/ansidecl.h \
807 $(INCDIR)/libiberty.h \
808 $(INCDIR)/opcode/cgen-bitset.h \
809 $(INCDIR)/opcode/cgen.h \
816 $(INCDIR)/alloca-conf.h \
817 $(INCDIR)/ansidecl.h \
818 $(INCDIR)/libiberty.h \
819 $(INCDIR)/opcode/cgen-bitset.h \
820 $(INCDIR)/opcode/cgen.h \
821 $(INCDIR)/safe-ctype.h \
828 $(INCDIR)/ansidecl.h \
829 $(INCDIR)/dis-asm.h \
830 $(INCDIR)/libiberty.h \
831 $(INCDIR)/opcode/cr16.h \
837 $(INCDIR)/ansidecl.h \
838 $(INCDIR)/libiberty.h \
839 $(INCDIR)/opcode/cr16.h \
844 $(INCDIR)/ansidecl.h \
845 $(INCDIR)/dis-asm.h \
846 $(INCDIR)/libiberty.h \
847 $(INCDIR)/opcode/cris.h \
853 $(INCDIR)/opcode/cris.h
857 $(INCDIR)/ansidecl.h \
858 $(INCDIR)/dis-asm.h \
859 $(INCDIR)/opcode/crx.h \
865 $(INCDIR)/ansidecl.h \
866 $(INCDIR)/libiberty.h \
867 $(INCDIR)/opcode/crx.h \
872 $(INCDIR)/ansidecl.h \
873 $(INCDIR)/dis-asm.h \
874 $(INCDIR)/opcode/d10v.h \
880 $(INCDIR)/ansidecl.h \
881 $(INCDIR)/opcode/d10v.h \
887 $(INCDIR)/ansidecl.h \
888 $(INCDIR)/dis-asm.h \
889 $(INCDIR)/opcode/d30v.h \
896 $(INCDIR)/ansidecl.h \
897 $(INCDIR)/opcode/d30v.h \
903 $(INCDIR)/ansidecl.h \
904 $(INCDIR)/dis-asm.h \
905 $(INCDIR)/opcode/dlx.h \
912 $(INCDIR)/ansidecl.h \
913 $(INCDIR)/dis-asm.h \
921 $(INCDIR)/ansidecl.h \
922 $(INCDIR)/dis-asm.h \
929 $(INCDIR)/ansidecl.h \
930 $(INCDIR)/dis-asm.h \
937 $(INCDIR)/ansidecl.h \
938 $(INCDIR)/libiberty.h \
939 $(INCDIR)/opcode/cgen-bitset.h \
940 $(INCDIR)/opcode/cgen.h \
941 $(INCDIR)/safe-ctype.h \
944 $(INCDIR)/xregex2.h \
953 $(INCDIR)/ansidecl.h \
954 $(INCDIR)/libiberty.h \
955 $(INCDIR)/opcode/cgen-bitset.h \
956 $(INCDIR)/opcode/cgen.h \
959 $(INCDIR)/xregex2.h \
968 $(INCDIR)/ansidecl.h \
969 $(INCDIR)/dis-asm.h \
970 $(INCDIR)/libiberty.h \
971 $(INCDIR)/opcode/cgen-bitset.h \
972 $(INCDIR)/opcode/cgen.h \
982 $(INCDIR)/ansidecl.h \
983 $(INCDIR)/dis-asm.h \
984 $(INCDIR)/opcode/cgen-bitset.h \
985 $(INCDIR)/opcode/cgen.h \
986 $(INCDIR)/safe-ctype.h \
996 $(INCDIR)/ansidecl.h \
997 $(INCDIR)/libiberty.h \
998 $(INCDIR)/opcode/cgen-bitset.h \
999 $(INCDIR)/opcode/cgen.h \
1000 $(INCDIR)/symcat.h \
1008 $(INCDIR)/ansidecl.h \
1009 $(INCDIR)/libiberty.h \
1010 $(INCDIR)/opcode/cgen-bitset.h \
1011 $(INCDIR)/opcode/cgen.h \
1012 $(INCDIR)/safe-ctype.h \
1013 $(INCDIR)/symcat.h \
1014 $(INCDIR)/xregex.h \
1015 $(INCDIR)/xregex2.h \
1024 $(INCDIR)/ansidecl.h \
1025 $(INCDIR)/libiberty.h \
1026 $(INCDIR)/opcode/cgen-bitset.h \
1027 $(INCDIR)/opcode/cgen.h \
1028 $(INCDIR)/symcat.h \
1029 $(INCDIR)/xregex.h \
1030 $(INCDIR)/xregex2.h \
1039 $(INCDIR)/ansidecl.h \
1040 $(INCDIR)/dis-asm.h \
1041 $(INCDIR)/libiberty.h \
1042 $(INCDIR)/opcode/cgen-bitset.h \
1043 $(INCDIR)/opcode/cgen.h \
1044 $(INCDIR)/symcat.h \
1053 $(INCDIR)/ansidecl.h \
1054 $(INCDIR)/dis-asm.h \
1055 $(INCDIR)/opcode/cgen-bitset.h \
1056 $(INCDIR)/opcode/cgen.h \
1057 $(INCDIR)/safe-ctype.h \
1058 $(INCDIR)/symcat.h \
1067 $(INCDIR)/ansidecl.h \
1068 $(INCDIR)/elf/frv.h \
1069 $(INCDIR)/elf/reloc-macros.h \
1070 $(INCDIR)/libiberty.h \
1071 $(INCDIR)/opcode/cgen-bitset.h \
1072 $(INCDIR)/opcode/cgen.h \
1073 $(INCDIR)/symcat.h \
1081 $(INCDIR)/ansidecl.h \
1082 $(INCDIR)/dis-asm.h \
1083 $(INCDIR)/opcode/moxie.h \
1084 $(INCDIR)/symcat.h \
1089 $(INCDIR)/ansidecl.h \
1090 $(INCDIR)/opcode/moxie.h \
1096 $(INCDIR)/ansidecl.h \
1097 $(INCDIR)/dis-asm.h \
1098 $(INCDIR)/libiberty.h \
1099 $(INCDIR)/opcode/h8300.h \
1100 $(INCDIR)/symcat.h \
1107 $(INCDIR)/ansidecl.h \
1108 $(INCDIR)/dis-asm.h \
1109 $(INCDIR)/symcat.h \
1116 $(BFDDIR)/libhppa.h \
1118 $(INCDIR)/ansidecl.h \
1119 $(INCDIR)/dis-asm.h \
1120 $(INCDIR)/opcode/hppa.h \
1121 $(INCDIR)/symcat.h \
1127 $(INCDIR)/ansidecl.h \
1128 $(INCDIR)/dis-asm.h \
1129 $(INCDIR)/opcode/i370.h \
1130 $(INCDIR)/symcat.h \
1135 $(INCDIR)/ansidecl.h \
1136 $(INCDIR)/opcode/i370.h \
1142 $(INCDIR)/ansidecl.h \
1143 $(INCDIR)/dis-asm.h \
1144 $(INCDIR)/libiberty.h \
1145 $(INCDIR)/opcode/i386.h \
1146 $(INCDIR)/symcat.h \
1152 $(INCDIR)/ansidecl.h \
1153 $(INCDIR)/libiberty.h \
1154 $(INCDIR)/opcode/i386.h \
1161 $(INCDIR)/ansidecl.h \
1162 $(INCDIR)/getopt.h \
1163 $(INCDIR)/hashtab.h \
1164 $(INCDIR)/libiberty.h \
1165 $(INCDIR)/opcode/i386.h \
1166 $(INCDIR)/safe-ctype.h \
1173 $(INCDIR)/ansidecl.h \
1174 $(INCDIR)/dis-asm.h \
1175 $(INCDIR)/opcode/i860.h \
1180 $(INCDIR)/ansidecl.h \
1181 $(INCDIR)/dis-asm.h \
1182 $(INCDIR)/symcat.h \
1188 $(INCDIR)/ansidecl.h \
1189 $(INCDIR)/dis-asm.h \
1190 $(INCDIR)/opcode/ia64.h \
1195 $(INCDIR)/ansidecl.h \
1196 $(INCDIR)/opcode/ia64.h \
1197 $(INCDIR)/symcat.h \
1202 $(INCDIR)/ansidecl.h \
1203 $(INCDIR)/opcode/ia64.h \
1204 $(INCDIR)/symcat.h \
1209 $(INCDIR)/ansidecl.h \
1210 $(INCDIR)/opcode/ia64.h \
1211 $(INCDIR)/symcat.h \
1216 $(INCDIR)/ansidecl.h \
1217 $(INCDIR)/opcode/ia64.h \
1218 $(INCDIR)/symcat.h \
1223 $(INCDIR)/ansidecl.h \
1224 $(INCDIR)/opcode/ia64.h \
1225 $(INCDIR)/symcat.h \
1232 $(INCDIR)/ansidecl.h \
1233 $(INCDIR)/libiberty.h \
1234 $(INCDIR)/opcode/ia64.h \
1235 $(INCDIR)/symcat.h \
1243 $(INCDIR)/ansidecl.h \
1244 $(INCDIR)/getopt.h \
1245 $(INCDIR)/libiberty.h \
1246 $(INCDIR)/opcode/ia64.h \
1247 $(INCDIR)/safe-ctype.h \
1248 $(INCDIR)/symcat.h \
1264 $(INCDIR)/ansidecl.h \
1265 $(INCDIR)/libiberty.h \
1266 $(INCDIR)/opcode/cgen-bitset.h \
1267 $(INCDIR)/opcode/cgen.h \
1268 $(INCDIR)/safe-ctype.h \
1269 $(INCDIR)/symcat.h \
1270 $(INCDIR)/xregex.h \
1271 $(INCDIR)/xregex2.h \
1280 $(INCDIR)/ansidecl.h \
1281 $(INCDIR)/libiberty.h \
1282 $(INCDIR)/opcode/cgen-bitset.h \
1283 $(INCDIR)/opcode/cgen.h \
1284 $(INCDIR)/symcat.h \
1285 $(INCDIR)/xregex.h \
1286 $(INCDIR)/xregex2.h \
1295 $(INCDIR)/ansidecl.h \
1296 $(INCDIR)/dis-asm.h \
1297 $(INCDIR)/libiberty.h \
1298 $(INCDIR)/opcode/cgen-bitset.h \
1299 $(INCDIR)/opcode/cgen.h \
1300 $(INCDIR)/symcat.h \
1309 $(INCDIR)/ansidecl.h \
1310 $(INCDIR)/dis-asm.h \
1311 $(INCDIR)/opcode/cgen-bitset.h \
1312 $(INCDIR)/opcode/cgen.h \
1313 $(INCDIR)/safe-ctype.h \
1314 $(INCDIR)/symcat.h \
1323 $(INCDIR)/ansidecl.h \
1324 $(INCDIR)/libiberty.h \
1325 $(INCDIR)/opcode/cgen-bitset.h \
1326 $(INCDIR)/opcode/cgen.h \
1327 $(INCDIR)/safe-ctype.h \
1328 $(INCDIR)/symcat.h \
1336 $(INCDIR)/ansidecl.h \
1337 $(INCDIR)/libiberty.h \
1338 $(INCDIR)/opcode/cgen-bitset.h \
1339 $(INCDIR)/opcode/cgen.h \
1340 $(INCDIR)/safe-ctype.h \
1341 $(INCDIR)/symcat.h \
1342 $(INCDIR)/xregex.h \
1343 $(INCDIR)/xregex2.h \
1352 $(INCDIR)/ansidecl.h \
1353 $(INCDIR)/libiberty.h \
1354 $(INCDIR)/opcode/cgen-bitset.h \
1355 $(INCDIR)/opcode/cgen.h \
1356 $(INCDIR)/symcat.h \
1357 $(INCDIR)/xregex.h \
1358 $(INCDIR)/xregex2.h \
1367 $(INCDIR)/ansidecl.h \
1368 $(INCDIR)/dis-asm.h \
1369 $(INCDIR)/libiberty.h \
1370 $(INCDIR)/opcode/cgen-bitset.h \
1371 $(INCDIR)/opcode/cgen.h \
1372 $(INCDIR)/symcat.h \
1381 $(INCDIR)/ansidecl.h \
1382 $(INCDIR)/dis-asm.h \
1383 $(INCDIR)/opcode/cgen-bitset.h \
1384 $(INCDIR)/opcode/cgen.h \
1385 $(INCDIR)/safe-ctype.h \
1386 $(INCDIR)/symcat.h \
1395 $(INCDIR)/ansidecl.h \
1396 $(INCDIR)/libiberty.h \
1397 $(INCDIR)/opcode/cgen-bitset.h \
1398 $(INCDIR)/opcode/cgen.h \
1399 $(INCDIR)/symcat.h \
1407 $(INCDIR)/ansidecl.h \
1408 $(INCDIR)/libiberty.h \
1409 $(INCDIR)/opcode/cgen-bitset.h \
1410 $(INCDIR)/opcode/cgen.h \
1411 $(INCDIR)/safe-ctype.h \
1412 $(INCDIR)/symcat.h \
1413 $(INCDIR)/xregex.h \
1414 $(INCDIR)/xregex2.h \
1423 $(INCDIR)/ansidecl.h \
1424 $(INCDIR)/libiberty.h \
1425 $(INCDIR)/opcode/cgen-bitset.h \
1426 $(INCDIR)/opcode/cgen.h \
1427 $(INCDIR)/symcat.h \
1428 $(INCDIR)/xregex.h \
1429 $(INCDIR)/xregex2.h \
1438 $(INCDIR)/ansidecl.h \
1439 $(INCDIR)/dis-asm.h \
1440 $(INCDIR)/libiberty.h \
1441 $(INCDIR)/opcode/cgen-bitset.h \
1442 $(INCDIR)/opcode/cgen.h \
1443 $(INCDIR)/symcat.h \
1452 $(INCDIR)/ansidecl.h \
1453 $(INCDIR)/dis-asm.h \
1454 $(INCDIR)/opcode/cgen-bitset.h \
1455 $(INCDIR)/opcode/cgen.h \
1456 $(INCDIR)/safe-ctype.h \
1457 $(INCDIR)/symcat.h \
1466 $(INCDIR)/ansidecl.h \
1467 $(INCDIR)/libiberty.h \
1468 $(INCDIR)/opcode/cgen-bitset.h \
1469 $(INCDIR)/opcode/cgen.h \
1470 $(INCDIR)/symcat.h \
1478 $(INCDIR)/ansidecl.h \
1479 $(INCDIR)/opcode/cgen-bitset.h \
1480 $(INCDIR)/opcode/cgen.h \
1481 $(INCDIR)/symcat.h \
1489 $(INCDIR)/ansidecl.h \
1490 $(INCDIR)/libiberty.h \
1491 $(INCDIR)/opcode/cgen-bitset.h \
1492 $(INCDIR)/opcode/cgen.h \
1493 $(INCDIR)/safe-ctype.h \
1494 $(INCDIR)/symcat.h \
1495 $(INCDIR)/xregex.h \
1496 $(INCDIR)/xregex2.h \
1497 ../bfd/bfd_stdint.h \
1508 $(INCDIR)/ansidecl.h \
1509 $(INCDIR)/libiberty.h \
1510 $(INCDIR)/opcode/cgen-bitset.h \
1511 $(INCDIR)/opcode/cgen.h \
1512 $(INCDIR)/symcat.h \
1513 $(INCDIR)/xregex.h \
1514 $(INCDIR)/xregex2.h \
1515 ../bfd/bfd_stdint.h \
1525 $(BFDDIR)/elf-bfd.h \
1527 $(INCDIR)/ansidecl.h \
1528 $(INCDIR)/bfdlink.h \
1529 $(INCDIR)/dis-asm.h \
1530 $(INCDIR)/elf/common.h \
1531 $(INCDIR)/elf/external.h \
1532 $(INCDIR)/elf/internal.h \
1533 $(INCDIR)/elf/m32c.h \
1534 $(INCDIR)/elf/reloc-macros.h \
1535 $(INCDIR)/libiberty.h \
1536 $(INCDIR)/opcode/cgen-bitset.h \
1537 $(INCDIR)/opcode/cgen.h \
1538 $(INCDIR)/symcat.h \
1539 ../bfd/bfd_stdint.h \
1550 $(INCDIR)/ansidecl.h \
1551 $(INCDIR)/dis-asm.h \
1552 $(INCDIR)/opcode/cgen-bitset.h \
1553 $(INCDIR)/opcode/cgen.h \
1554 $(INCDIR)/safe-ctype.h \
1555 $(INCDIR)/symcat.h \
1556 ../bfd/bfd_stdint.h \
1567 $(INCDIR)/ansidecl.h \
1568 $(INCDIR)/libiberty.h \
1569 $(INCDIR)/opcode/cgen-bitset.h \
1570 $(INCDIR)/opcode/cgen.h \
1571 $(INCDIR)/symcat.h \
1572 ../bfd/bfd_stdint.h \
1582 $(INCDIR)/ansidecl.h \
1583 $(INCDIR)/libiberty.h \
1584 $(INCDIR)/opcode/cgen-bitset.h \
1585 $(INCDIR)/opcode/cgen.h \
1586 $(INCDIR)/safe-ctype.h \
1587 $(INCDIR)/symcat.h \
1588 $(INCDIR)/xregex.h \
1589 $(INCDIR)/xregex2.h \
1598 $(INCDIR)/ansidecl.h \
1599 $(INCDIR)/libiberty.h \
1600 $(INCDIR)/opcode/cgen-bitset.h \
1601 $(INCDIR)/opcode/cgen.h \
1602 $(INCDIR)/symcat.h \
1603 $(INCDIR)/xregex.h \
1604 $(INCDIR)/xregex2.h \
1613 $(INCDIR)/ansidecl.h \
1614 $(INCDIR)/dis-asm.h \
1615 $(INCDIR)/libiberty.h \
1616 $(INCDIR)/opcode/cgen-bitset.h \
1617 $(INCDIR)/opcode/cgen.h \
1618 $(INCDIR)/symcat.h \
1627 $(INCDIR)/ansidecl.h \
1628 $(INCDIR)/dis-asm.h \
1629 $(INCDIR)/opcode/cgen-bitset.h \
1630 $(INCDIR)/opcode/cgen.h \
1631 $(INCDIR)/safe-ctype.h \
1632 $(INCDIR)/symcat.h \
1641 $(INCDIR)/ansidecl.h \
1642 $(INCDIR)/libiberty.h \
1643 $(INCDIR)/opcode/cgen-bitset.h \
1644 $(INCDIR)/opcode/cgen.h \
1645 $(INCDIR)/symcat.h \
1653 $(INCDIR)/ansidecl.h \
1654 $(INCDIR)/opcode/cgen-bitset.h \
1655 $(INCDIR)/opcode/cgen.h \
1656 $(INCDIR)/symcat.h \
1664 $(INCDIR)/ansidecl.h \
1665 $(INCDIR)/dis-asm.h \
1666 $(INCDIR)/opcode/m68hc11.h \
1670 $(INCDIR)/ansidecl.h \
1671 $(INCDIR)/opcode/m68hc11.h
1675 $(INCDIR)/ansidecl.h \
1676 $(INCDIR)/dis-asm.h \
1677 $(INCDIR)/floatformat.h \
1678 $(INCDIR)/libiberty.h \
1679 $(INCDIR)/opcode/m68k.h \
1680 $(INCDIR)/symcat.h \
1686 $(INCDIR)/ansidecl.h \
1687 $(INCDIR)/opcode/m68k.h \
1693 $(INCDIR)/ansidecl.h \
1694 $(INCDIR)/dis-asm.h \
1695 $(INCDIR)/libiberty.h \
1696 $(INCDIR)/opcode/m88k.h \
1697 $(INCDIR)/symcat.h \
1704 $(INCDIR)/ansidecl.h \
1705 $(INCDIR)/dis-asm.h \
1706 $(INCDIR)/opcode/maxq.h \
1707 $(INCDIR)/symcat.h \
1713 $(INCDIR)/ansidecl.h \
1714 $(INCDIR)/dis-asm.h \
1715 $(INCDIR)/symcat.h \
1722 $(INCDIR)/ansidecl.h \
1723 $(INCDIR)/elf/mep.h \
1724 $(INCDIR)/elf/reloc-macros.h \
1725 $(INCDIR)/libiberty.h \
1726 $(INCDIR)/opcode/cgen-bitset.h \
1727 $(INCDIR)/opcode/cgen.h \
1728 $(INCDIR)/safe-ctype.h \
1729 $(INCDIR)/symcat.h \
1730 $(INCDIR)/xregex.h \
1731 $(INCDIR)/xregex2.h \
1740 $(INCDIR)/ansidecl.h \
1741 $(INCDIR)/libiberty.h \
1742 $(INCDIR)/opcode/cgen-bitset.h \
1743 $(INCDIR)/opcode/cgen.h \
1744 $(INCDIR)/symcat.h \
1745 $(INCDIR)/xregex.h \
1746 $(INCDIR)/xregex2.h \
1754 $(BFDDIR)/elf-bfd.h \
1756 $(INCDIR)/ansidecl.h \
1757 $(INCDIR)/bfdlink.h \
1758 $(INCDIR)/dis-asm.h \
1759 $(INCDIR)/elf/common.h \
1760 $(INCDIR)/elf/external.h \
1761 $(INCDIR)/elf/internal.h \
1762 $(INCDIR)/elf/mep.h \
1763 $(INCDIR)/elf/reloc-macros.h \
1764 $(INCDIR)/libiberty.h \
1765 $(INCDIR)/opcode/cgen-bitset.h \
1766 $(INCDIR)/opcode/cgen.h \
1767 $(INCDIR)/symcat.h \
1776 $(INCDIR)/ansidecl.h \
1777 $(INCDIR)/dis-asm.h \
1778 $(INCDIR)/opcode/cgen-bitset.h \
1779 $(INCDIR)/opcode/cgen.h \
1780 $(INCDIR)/safe-ctype.h \
1781 $(INCDIR)/symcat.h \
1790 $(INCDIR)/ansidecl.h \
1791 $(INCDIR)/elf/mep.h \
1792 $(INCDIR)/elf/reloc-macros.h \
1793 $(INCDIR)/libiberty.h \
1794 $(INCDIR)/opcode/cgen-bitset.h \
1795 $(INCDIR)/opcode/cgen.h \
1796 $(INCDIR)/symcat.h \
1803 $(BFDDIR)/elf-bfd.h \
1805 $(INCDIR)/ansidecl.h \
1806 $(INCDIR)/bfdlink.h \
1807 $(INCDIR)/dis-asm.h \
1808 $(INCDIR)/elf/common.h \
1809 $(INCDIR)/elf/external.h \
1810 $(INCDIR)/elf/internal.h \
1811 $(INCDIR)/elf/mips.h \
1812 $(INCDIR)/elf/reloc-macros.h \
1813 $(INCDIR)/libiberty.h \
1814 $(INCDIR)/opcode/mips.h \
1815 $(INCDIR)/symcat.h \
1821 $(INCDIR)/ansidecl.h \
1822 $(INCDIR)/opcode/mips.h \
1827 $(INCDIR)/ansidecl.h \
1828 $(INCDIR)/opcode/mips.h \
1834 $(INCDIR)/ansidecl.h \
1835 $(INCDIR)/dis-asm.h \
1836 $(INCDIR)/opcode/mn10200.h \
1837 $(INCDIR)/symcat.h \
1843 $(INCDIR)/ansidecl.h \
1844 $(INCDIR)/opcode/mn10200.h \
1850 $(INCDIR)/ansidecl.h \
1851 $(INCDIR)/dis-asm.h \
1852 $(INCDIR)/opcode/mn10300.h \
1853 $(INCDIR)/symcat.h \
1859 $(INCDIR)/ansidecl.h \
1860 $(INCDIR)/opcode/mn10300.h \
1866 $(INCDIR)/ansidecl.h \
1867 $(INCDIR)/dis-asm.h \
1868 $(INCDIR)/libiberty.h \
1869 $(INCDIR)/opcode/mmix.h \
1870 $(INCDIR)/symcat.h \
1874 $(INCDIR)/opcode/mmix.h \
1879 $(INCDIR)/ansidecl.h \
1880 $(INCDIR)/libiberty.h \
1881 $(INCDIR)/opcode/cgen-bitset.h \
1882 $(INCDIR)/opcode/cgen.h \
1883 $(INCDIR)/safe-ctype.h \
1884 $(INCDIR)/symcat.h \
1885 $(INCDIR)/xregex.h \
1886 $(INCDIR)/xregex2.h \
1895 $(INCDIR)/ansidecl.h \
1896 $(INCDIR)/libiberty.h \
1897 $(INCDIR)/opcode/cgen-bitset.h \
1898 $(INCDIR)/opcode/cgen.h \
1899 $(INCDIR)/symcat.h \
1900 $(INCDIR)/xregex.h \
1901 $(INCDIR)/xregex2.h \
1910 $(INCDIR)/ansidecl.h \
1911 $(INCDIR)/dis-asm.h \
1912 $(INCDIR)/libiberty.h \
1913 $(INCDIR)/opcode/cgen-bitset.h \
1914 $(INCDIR)/opcode/cgen.h \
1915 $(INCDIR)/symcat.h \
1924 $(INCDIR)/ansidecl.h \
1925 $(INCDIR)/dis-asm.h \
1926 $(INCDIR)/opcode/cgen-bitset.h \
1927 $(INCDIR)/opcode/cgen.h \
1928 $(INCDIR)/safe-ctype.h \
1929 $(INCDIR)/symcat.h \
1938 $(INCDIR)/ansidecl.h \
1939 $(INCDIR)/libiberty.h \
1940 $(INCDIR)/opcode/cgen-bitset.h \
1941 $(INCDIR)/opcode/cgen.h \
1942 $(INCDIR)/safe-ctype.h \
1943 $(INCDIR)/symcat.h \
1951 $(INCDIR)/ansidecl.h \
1952 $(INCDIR)/dis-asm.h \
1953 $(INCDIR)/opcode/ns32k.h \
1954 $(INCDIR)/symcat.h \
1961 $(INCDIR)/ansidecl.h \
1962 $(INCDIR)/libiberty.h \
1963 $(INCDIR)/opcode/cgen-bitset.h \
1964 $(INCDIR)/opcode/cgen.h \
1965 $(INCDIR)/safe-ctype.h \
1966 $(INCDIR)/symcat.h \
1967 $(INCDIR)/xregex.h \
1968 $(INCDIR)/xregex2.h \
1977 $(INCDIR)/ansidecl.h \
1978 $(INCDIR)/libiberty.h \
1979 $(INCDIR)/opcode/cgen-bitset.h \
1980 $(INCDIR)/opcode/cgen.h \
1981 $(INCDIR)/symcat.h \
1982 $(INCDIR)/xregex.h \
1983 $(INCDIR)/xregex2.h \
1992 $(INCDIR)/ansidecl.h \
1993 $(INCDIR)/dis-asm.h \
1994 $(INCDIR)/libiberty.h \
1995 $(INCDIR)/opcode/cgen-bitset.h \
1996 $(INCDIR)/opcode/cgen.h \
1997 $(INCDIR)/symcat.h \
2006 $(INCDIR)/ansidecl.h \
2007 $(INCDIR)/dis-asm.h \
2008 $(INCDIR)/opcode/cgen-bitset.h \
2009 $(INCDIR)/opcode/cgen.h \
2010 $(INCDIR)/safe-ctype.h \
2011 $(INCDIR)/symcat.h \
2020 $(INCDIR)/ansidecl.h \
2021 $(INCDIR)/libiberty.h \
2022 $(INCDIR)/opcode/cgen-bitset.h \
2023 $(INCDIR)/opcode/cgen.h \
2024 $(INCDIR)/symcat.h \
2032 $(INCDIR)/ansidecl.h \
2033 $(INCDIR)/dis-asm.h \
2034 $(INCDIR)/opcode/or32.h \
2035 $(INCDIR)/safe-ctype.h \
2039 $(INCDIR)/ansidecl.h \
2040 $(INCDIR)/opcode/or32.h \
2041 $(INCDIR)/safe-ctype.h
2045 $(INCDIR)/ansidecl.h \
2046 $(INCDIR)/dis-asm.h \
2047 $(INCDIR)/opcode/pdp11.h \
2048 $(INCDIR)/symcat.h \
2053 $(INCDIR)/opcode/pdp11.h
2057 $(INCDIR)/ansidecl.h \
2058 $(INCDIR)/dis-asm.h \
2059 $(INCDIR)/opcode/pj.h \
2060 $(INCDIR)/symcat.h \
2065 $(INCDIR)/ansidecl.h \
2066 $(INCDIR)/opcode/pj.h \
2072 $(INCDIR)/ansidecl.h \
2073 $(INCDIR)/dis-asm.h \
2074 $(INCDIR)/opcode/ppc.h \
2075 $(INCDIR)/symcat.h \
2081 $(INCDIR)/ansidecl.h \
2082 $(INCDIR)/opcode/ppc.h \
2090 $(INCDIR)/ansidecl.h \
2091 $(INCDIR)/opcode/s390.h \
2096 $(INCDIR)/ansidecl.h \
2097 $(INCDIR)/dis-asm.h \
2098 $(INCDIR)/opcode/s390.h \
2099 $(INCDIR)/symcat.h \
2105 $(BFDDIR)/elf-bfd.h \
2107 $(INCDIR)/ansidecl.h \
2108 $(INCDIR)/bfdlink.h \
2109 $(INCDIR)/dis-asm.h \
2110 $(INCDIR)/elf/common.h \
2111 $(INCDIR)/elf/external.h \
2112 $(INCDIR)/elf/internal.h \
2113 $(INCDIR)/elf/reloc-macros.h \
2114 $(INCDIR)/elf/score.h \
2115 $(INCDIR)/symcat.h \
2121 $(BFDDIR)/elf-bfd.h \
2123 $(INCDIR)/ansidecl.h \
2124 $(INCDIR)/bfdlink.h \
2125 $(INCDIR)/dis-asm.h \
2126 $(INCDIR)/elf/common.h \
2127 $(INCDIR)/elf/external.h \
2128 $(INCDIR)/elf/internal.h \
2129 $(INCDIR)/elf/reloc-macros.h \
2130 $(INCDIR)/elf/score.h \
2131 $(INCDIR)/symcat.h \
2138 $(INCDIR)/ansidecl.h \
2139 $(INCDIR)/dis-asm.h \
2140 $(INCDIR)/symcat.h \
2146 $(BFDDIR)/elf-bfd.h \
2147 $(BFDDIR)/elf32-sh64.h \
2149 $(INCDIR)/ansidecl.h \
2150 $(INCDIR)/bfdlink.h \
2151 $(INCDIR)/dis-asm.h \
2152 $(INCDIR)/elf/common.h \
2153 $(INCDIR)/elf/external.h \
2154 $(INCDIR)/elf/internal.h \
2155 $(INCDIR)/elf/reloc-macros.h \
2156 $(INCDIR)/elf/sh.h \
2157 $(INCDIR)/libiberty.h \
2158 $(INCDIR)/symcat.h \
2168 $(INCDIR)/ansidecl.h \
2169 $(INCDIR)/dis-asm.h \
2170 $(INCDIR)/libiberty.h \
2171 $(INCDIR)/opcode/sparc.h \
2172 $(INCDIR)/symcat.h \
2178 $(INCDIR)/ansidecl.h \
2179 $(INCDIR)/opcode/sparc.h \
2185 $(INCDIR)/ansidecl.h \
2186 $(INCDIR)/dis-asm.h \
2187 $(INCDIR)/opcode/spu-insns.h \
2188 $(INCDIR)/opcode/spu.h \
2189 $(INCDIR)/symcat.h \
2194 $(INCDIR)/opcode/spu-insns.h \
2195 $(INCDIR)/opcode/spu.h
2199 $(INCDIR)/ansidecl.h \
2200 $(INCDIR)/dis-asm.h \
2201 $(INCDIR)/opcode/tic30.h \
2202 $(INCDIR)/symcat.h \
2208 $(INCDIR)/ansidecl.h \
2209 $(INCDIR)/dis-asm.h \
2210 $(INCDIR)/libiberty.h \
2211 $(INCDIR)/opcode/tic4x.h \
2216 $(INCDIR)/ansidecl.h \
2217 $(INCDIR)/coff/ti.h \
2218 $(INCDIR)/coff/tic54x.h \
2219 $(INCDIR)/dis-asm.h \
2220 $(INCDIR)/opcode/tic54x.h \
2221 $(INCDIR)/symcat.h \
2227 $(INCDIR)/ansidecl.h \
2228 $(INCDIR)/dis-asm.h \
2229 $(INCDIR)/opcode/tic54x.h \
2230 $(INCDIR)/symcat.h \
2236 $(INCDIR)/ansidecl.h \
2237 $(INCDIR)/dis-asm.h \
2238 $(INCDIR)/opcode/tic80.h \
2239 $(INCDIR)/symcat.h \
2244 $(INCDIR)/ansidecl.h \
2245 $(INCDIR)/opcode/tic80.h \
2251 $(INCDIR)/ansidecl.h \
2252 $(INCDIR)/dis-asm.h \
2253 $(INCDIR)/opcode/v850.h \
2254 $(INCDIR)/symcat.h \
2260 $(INCDIR)/ansidecl.h \
2261 $(INCDIR)/opcode/v850.h \
2268 $(INCDIR)/ansidecl.h \
2269 $(INCDIR)/dis-asm.h \
2270 $(INCDIR)/opcode/vax.h \
2271 $(INCDIR)/symcat.h \
2277 $(INCDIR)/ansidecl.h \
2278 $(INCDIR)/dis-asm.h \
2279 $(INCDIR)/symcat.h \
2286 $(INCDIR)/ansidecl.h \
2287 $(INCDIR)/libiberty.h \
2288 $(INCDIR)/opcode/cgen-bitset.h \
2289 $(INCDIR)/opcode/cgen.h \
2290 $(INCDIR)/safe-ctype.h \
2291 $(INCDIR)/symcat.h \
2292 $(INCDIR)/xregex.h \
2293 $(INCDIR)/xregex2.h \
2302 $(INCDIR)/ansidecl.h \
2303 $(INCDIR)/libiberty.h \
2304 $(INCDIR)/opcode/cgen-bitset.h \
2305 $(INCDIR)/opcode/cgen.h \
2306 $(INCDIR)/symcat.h \
2307 $(INCDIR)/xregex.h \
2308 $(INCDIR)/xregex2.h \
2317 $(INCDIR)/ansidecl.h \
2318 $(INCDIR)/dis-asm.h \
2319 $(INCDIR)/libiberty.h \
2320 $(INCDIR)/opcode/cgen-bitset.h \
2321 $(INCDIR)/opcode/cgen.h \
2322 $(INCDIR)/symcat.h \
2331 $(INCDIR)/ansidecl.h \
2332 $(INCDIR)/dis-asm.h \
2333 $(INCDIR)/opcode/cgen-bitset.h \
2334 $(INCDIR)/opcode/cgen.h \
2335 $(INCDIR)/safe-ctype.h \
2336 $(INCDIR)/symcat.h \
2345 $(INCDIR)/ansidecl.h \
2346 $(INCDIR)/libiberty.h \
2347 $(INCDIR)/opcode/cgen-bitset.h \
2348 $(INCDIR)/opcode/cgen.h \
2349 $(INCDIR)/symcat.h \
2357 $(INCDIR)/ansidecl.h \
2358 $(INCDIR)/libiberty.h \
2359 $(INCDIR)/opcode/cgen-bitset.h \
2360 $(INCDIR)/opcode/cgen.h \
2361 $(INCDIR)/safe-ctype.h \
2362 $(INCDIR)/symcat.h \
2363 $(INCDIR)/xregex.h \
2364 $(INCDIR)/xregex2.h \
2370 xstormy16-desc.lo: \
2373 $(INCDIR)/ansidecl.h \
2374 $(INCDIR)/libiberty.h \
2375 $(INCDIR)/opcode/cgen-bitset.h \
2376 $(INCDIR)/opcode/cgen.h \
2377 $(INCDIR)/symcat.h \
2378 $(INCDIR)/xregex.h \
2379 $(INCDIR)/xregex2.h \
2388 $(INCDIR)/ansidecl.h \
2389 $(INCDIR)/dis-asm.h \
2390 $(INCDIR)/libiberty.h \
2391 $(INCDIR)/opcode/cgen-bitset.h \
2392 $(INCDIR)/opcode/cgen.h \
2393 $(INCDIR)/symcat.h \
2399 xstormy16-ibld.lo: \
2402 $(INCDIR)/ansidecl.h \
2403 $(INCDIR)/dis-asm.h \
2404 $(INCDIR)/opcode/cgen-bitset.h \
2405 $(INCDIR)/opcode/cgen.h \
2406 $(INCDIR)/safe-ctype.h \
2407 $(INCDIR)/symcat.h \
2416 $(INCDIR)/ansidecl.h \
2417 $(INCDIR)/libiberty.h \
2418 $(INCDIR)/opcode/cgen-bitset.h \
2419 $(INCDIR)/opcode/cgen.h \
2420 $(INCDIR)/symcat.h \
2428 $(INCDIR)/ansidecl.h \
2429 $(INCDIR)/dis-asm.h \
2430 $(INCDIR)/libiberty.h \
2431 $(INCDIR)/symcat.h \
2432 $(INCDIR)/xtensa-isa.h \
2438 $(INCDIR)/ansidecl.h \
2439 $(INCDIR)/dis-asm.h \
2440 $(INCDIR)/symcat.h \
2446 $(INCDIR)/ansidecl.h \
2447 $(INCDIR)/dis-asm.h \
2448 $(INCDIR)/symcat.h \
2454 $(INCDIR)/ansidecl.h \
2455 $(INCDIR)/libiberty.h \
2458 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY