1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
6 # Uncomment the following line when doing a release.
9 INCDIR = $(srcdir)/../include
10 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
19 datarootdir = @datarootdir@
24 bfdlib_LTLIBRARIES = libbfd.la
26 WARN_CFLAGS = @WARN_CFLAGS@
27 NO_WERROR = @NO_WERROR@
28 AM_CFLAGS = $(WARN_CFLAGS)
29 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
34 # bfd.h goes here, for now
38 # Writing S-records should be included in all (or at least most)
39 # *-*-coff, *-*-aout, etc., configurations, because people will want to
40 # be able to use objcopy to create S-records. (S-records are not useful
41 # for the debugger, so if you are downloading things as S-records you
42 # need two copies of the executable, one to download and one for the
45 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
46 cache.lo coffgen.lo corefile.lo \
47 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
48 section.lo syms.lo targets.lo hash.lo linker.lo \
49 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
50 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
52 BFD64_LIBS = archive64.lo
55 archive.c archures.c bfd.c bfdio.c bfdwin.c \
56 cache.c coffgen.c corefile.c \
57 format.c init.c libbfd.c opncls.c reloc.c \
58 section.c syms.c targets.c hash.c linker.c \
59 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
60 merge.c dwarf2.c simple.c compress.c verilog.c
62 BFD64_LIBS_CFILES = archive64.c
64 # This list is alphabetized to make it easier to keep in sync
65 # with the decls and initializer in archures.c.
137 ALL_MACHINES_CFILES = \
208 # The .o files needed by all of the 32 bit vectors that are configured into
209 # target_vector in targets.c if configured with --enable-targets=all.
296 elf32-microblaze.lo \
306 elf32-sh-symbian.lo \
394 BFD32_BACKENDS_CFILES = \
577 # The .o files needed by all of the 64 bit vectors that are configured into
578 # target_vector in targets.c if configured with --enable-targets=all
579 # and --enable-64-bit-bfd.
580 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
614 BFD64_BACKENDS_CFILES = \
642 OPTIONAL_BACKENDS = \
652 OPTIONAL_BACKENDS_CFILES = \
662 # We want to rerun configure if configure.in, config.bfd or
663 # configure.host change. configure.in is needed since the version
664 # number in Makefile comes from configure.in.
665 CONFIG_STATUS_DEPENDENCIES = \
666 $(srcdir)/configure.in \
667 $(srcdir)/config.bfd \
668 $(srcdir)/configure.host
670 # These are defined by configure.in:
671 WORDSIZE = @wordsize@
672 ALL_BACKENDS = @all_backends@
673 BFD_BACKENDS = @bfd_backends@
674 BFD_MACHINES = @bfd_machines@
675 TDEFAULTS = @tdefaults@
677 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
679 # C source files that correspond to .o's.
681 $(BFD32_LIBS_CFILES) \
682 $(BFD64_LIBS_CFILES) \
683 $(ALL_MACHINES_CFILES) \
684 $(BFD32_BACKENDS_CFILES) \
685 $(BFD64_BACKENDS_CFILES) \
686 $(OPTIONAL_BACKENDS_CFILES)
689 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
691 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
693 ## This is a list of all .h files which are in the source tree.
695 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
696 elf-bfd.h elf-hppa.h elf32-hppa.h \
697 elf64-hppa.h elfcode.h elfcore.h \
698 freebsd.h genlink.h go32stub.h \
699 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
700 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
701 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
702 pef.h pef-traceback.h peicode.h som.h version.h \
703 vms.h xcoff-target.h xsym.h
705 ## ... and all .h files which are in the build tree.
707 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
709 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
711 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
712 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
714 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
715 for file in $(SRC_POTFILES); do echo $$file; done \
716 | LC_ALL=C sort > tmp.src \
717 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
719 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
720 for file in $(BLD_POTFILES); do echo $$file; done \
721 | LC_ALL=C sort > tmp.bld \
722 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
726 .PHONY: install-pdf install-pdf-am install-pdf-recursive
728 install-pdf: install-pdf-recursive
730 install-pdf-recursive:
732 for f in x $$MAKEFLAGS; do \
735 *k*) failcom='fail=yes';; \
739 target=`echo $@ | sed s/-recursive//`; \
740 list='$(SUBDIRS)'; for subdir in $$list; do \
741 echo "Making $$target in $$subdir"; \
742 if test "$$subdir" = "."; then \
744 local_target="$$target-am"; \
746 local_target="$$target"; \
748 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
751 if test "$$dot_seen" = "no"; then \
752 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
755 .PHONY: install-html install-html-am install-html-recursive
757 install-html: install-html-recursive
759 install-html-recursive:
761 for f in x $$MAKEFLAGS; do \
764 *k*) failcom='fail=yes';; \
768 target=`echo $@ | sed s/-recursive//`; \
769 list='$(SUBDIRS)'; for subdir in $$list; do \
770 echo "Making $$target in $$subdir"; \
771 if test "$$subdir" = "."; then \
773 local_target="$$target-am"; \
775 local_target="$$target"; \
777 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
780 if test "$$dot_seen" = "no"; then \
781 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
784 # Various kinds of .o files to put in libbfd.a:
785 # BFD_BACKENDS Routines the configured targets need.
786 # BFD_MACHINES Architecture-specific routines the configured targets need.
787 # COREFILE Core file routines for a native configuration
788 # bfd64_libs Routines for 64bit support
789 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
791 stamp-ofiles: Makefile
794 for i in $(OFILES) ; do \
801 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
804 ofiles: stamp-ofiles ; @true
806 # Since BFD64_LIBS is optional and we can't have substitution in
807 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
808 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
809 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
810 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
811 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
813 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
814 # directory so that we don't have to convert all the programs that use
815 # libbfd.a simultaneously. This is a hack which should be removed if
816 # everything else starts using libtool. FIXME.
818 noinst_LIBRARIES = libbfd.a
822 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
823 if [ -f $$libtooldir/libbfd.a ]; then \
824 cp $$libtooldir/libbfd.a libbfd.tmp; \
825 $(RANLIB) libbfd.tmp; \
826 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
830 libbfd.a: stamp-lib ; @true
832 # This file holds an array associating configuration triplets and
833 # vector names. It is built from config.bfd. It is not compiled by
834 # itself, but is included by targets.c.
835 targmatch.h: config.bfd targmatch.sed
837 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
838 mv -f targmatch.new targmatch.h
840 # When compiling archures.c and targets.c, supply the default target
841 # info from configure.
843 targets.lo: targets.c Makefile
844 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
846 archures.lo: archures.c Makefile
847 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
849 dwarf2.lo: dwarf2.c Makefile
850 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
852 elf32-target.h : elfxx-target.h
854 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
855 mv -f elf32-target.new elf32-target.h
857 elf64-target.h : elfxx-target.h
859 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
860 mv -f elf64-target.new elf64-target.h
862 elf32-ia64.c : elfxx-ia64.c
864 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
865 mv -f elf32-ia64.new elf32-ia64.c
867 elf64-ia64.c : elfxx-ia64.c
869 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
870 mv -f elf64-ia64.new elf64-ia64.c
872 peigen.c : peXXigen.c
874 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
875 mv -f peigen.new peigen.c
877 pepigen.c : peXXigen.c
879 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
880 mv -f pepigen.new pepigen.c
882 pex64igen.c: peXXigen.c
884 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
885 mv -f pex64igen.new pex64igen.c
887 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
888 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
894 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
896 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
899 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
902 .PHONY: install_libbfd uninstall_libbfd
903 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
904 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
905 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
906 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
907 if test -f $$p; then \
908 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
909 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
912 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
913 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
914 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
915 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
918 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
919 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
921 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
922 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
923 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
924 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
926 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
927 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
929 $(MAKE) MKDEP="$(MKDEP)" DEP1
930 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
931 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
932 echo 'make DEP failed!'; exit 1; \
938 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
939 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
941 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
942 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
943 sed -e '1s/.*: //' -f dep.sed < DEPA | \
944 LC_ALL=C sort | LC_ALL=C uniq | \
945 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
950 dep.sed: dep-in.sed config.status
951 sed <$(srcdir)/dep-in.sed >dep.sed \
952 -e 's!@BFD_H@!$(BFD_H)!' \
953 -e 's!@SRCDIR@!$(srcdir)!' \
954 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
957 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
958 cat DEP >> tmp-Makefile
959 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
962 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
963 cat DEP >> tmp-Makefile.in
964 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
967 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
968 cat DEP >> tmp-Makefile.am
969 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
971 host-aout.lo: Makefile
973 # The following program can be used to generate a simple config file
974 # which can be folded into an h-XXX file for a new host, with some editing.
975 aout-params.h: gen-aout
976 ./gen-aout host > aout-params.h
977 gen-aout: $(srcdir)/gen-aout.c Makefile
978 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
980 $(BFD_H): stmp-bfd-h ; @true
982 stmp-bfd-h: bfd-in3.h
984 cp bfd-in3.h bfd-tmp.h
985 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
989 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
990 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
991 archive.c corefile.c targets.c format.c compress.c
992 BFD64_H_FILES = archive64.c
993 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
994 cache.c reloc.c archures.c elf.c
995 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
997 # Could really use a "copy-if-change"...
999 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1000 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1001 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1002 cp $(bfddocdir)/libbfd.h libbfd.h-new
1003 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1004 cp $(bfddocdir)/libcoff.h libcoff.h-new
1005 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1007 # We only rebuild the header files automatically if we have been
1008 # configured with --enable-maintainer-mode.
1010 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1011 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1012 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1013 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1014 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1017 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1018 stmp-lbfd-h: $(LIBBFD_H_FILES)
1019 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1020 cp $(bfddocdir)/libbfd.h libbfd.h-new
1021 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1024 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1025 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1026 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1027 cp $(bfddocdir)/libcoff.h libcoff.h-new
1028 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1031 MOSTLYCLEANFILES = ofiles stamp-ofiles
1033 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1034 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1036 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1038 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1040 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1041 bfd_version_string="\"$(VERSION)\"" ;\
1042 bfd_soversion="$(VERSION)" ;\
1043 bfd_version_package="\"$(PKGVERSION)\"" ;\
1044 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1045 if test "x$(RELEASE)" = x ; then \
1046 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1047 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1048 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1050 sed -e "s,@bfd_version@,$$bfd_version," \
1051 -e "s,@bfd_version_string@,$$bfd_version_string," \
1052 -e "s,@bfd_version_package@,$$bfd_version_package," \
1053 -e "s,@report_bugs_to@,$$report_bugs_to," \
1054 < $(srcdir)/version.h > $@; \
1055 echo "$${bfd_soversion}" > libtool-soversion
1057 # What appears below is generated by a hacked mkdep using gcc -MM.
1059 # DO NOT DELETE THIS LINE -- mkdep uses it.
1060 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1063 $(INCDIR)/aout/ar.h \
1064 $(INCDIR)/aout/ranlib.h \
1065 $(INCDIR)/filenames.h \
1066 $(INCDIR)/hashtab.h \
1067 $(INCDIR)/libiberty.h \
1068 $(INCDIR)/safe-ctype.h
1071 $(INCDIR)/filenames.h \
1072 $(INCDIR)/hashtab.h \
1073 $(INCDIR)/safe-ctype.h
1076 $(INCDIR)/bfdlink.h \
1077 $(INCDIR)/coff/ecoff.h \
1078 $(INCDIR)/coff/internal.h \
1079 $(INCDIR)/coff/sym.h \
1080 $(INCDIR)/demangle.h \
1081 $(INCDIR)/elf/common.h \
1082 $(INCDIR)/elf/external.h \
1083 $(INCDIR)/elf/internal.h \
1084 $(INCDIR)/filenames.h \
1085 $(INCDIR)/hashtab.h \
1086 $(INCDIR)/libiberty.h \
1087 $(INCDIR)/safe-ctype.h \
1094 $(INCDIR)/filenames.h \
1098 $(INCDIR)/filenames.h \
1102 $(INCDIR)/filenames.h \
1103 $(INCDIR)/hashtab.h \
1104 $(INCDIR)/libiberty.h
1107 $(INCDIR)/bfdlink.h \
1108 $(INCDIR)/coff/internal.h \
1109 $(INCDIR)/filenames.h \
1110 $(INCDIR)/hashtab.h \
1114 $(INCDIR)/filenames.h \
1118 $(INCDIR)/filenames.h \
1122 $(INCDIR)/filenames.h \
1126 $(INCDIR)/filenames.h \
1130 $(INCDIR)/filenames.h \
1131 $(INCDIR)/hashtab.h \
1132 $(INCDIR)/libiberty.h \
1133 $(INCDIR)/objalloc.h
1136 $(INCDIR)/bfdlink.h \
1137 $(INCDIR)/filenames.h \
1141 $(INCDIR)/bfdlink.h \
1142 $(INCDIR)/filenames.h \
1146 $(INCDIR)/aout/stab.def \
1147 $(INCDIR)/aout/stab_gnu.h \
1148 $(INCDIR)/bfdlink.h \
1149 $(INCDIR)/filenames.h \
1150 $(INCDIR)/hashtab.h \
1151 $(INCDIR)/safe-ctype.h
1154 $(INCDIR)/filenames.h \
1155 $(INCDIR)/fnmatch.h \
1156 $(INCDIR)/hashtab.h \
1160 $(INCDIR)/filenames.h \
1161 $(INCDIR)/hashtab.h \
1162 $(INCDIR)/libiberty.h \
1163 $(INCDIR)/objalloc.h
1166 $(INCDIR)/bfdlink.h \
1167 $(INCDIR)/filenames.h \
1168 $(INCDIR)/hashtab.h \
1172 $(INCDIR)/filenames.h \
1173 $(INCDIR)/hashtab.h \
1174 $(INCDIR)/libiberty.h \
1175 $(INCDIR)/safe-ctype.h
1178 $(INCDIR)/filenames.h \
1179 $(INCDIR)/hashtab.h \
1180 $(INCDIR)/safe-ctype.h
1183 $(INCDIR)/filenames.h \
1184 $(INCDIR)/hashtab.h \
1185 $(INCDIR)/libiberty.h
1188 $(INCDIR)/filenames.h \
1189 $(INCDIR)/hashtab.h \
1190 $(INCDIR)/libiberty.h \
1191 $(INCDIR)/safe-ctype.h
1194 $(INCDIR)/aout/stab.def \
1195 $(INCDIR)/aout/stab_gnu.h \
1196 $(INCDIR)/filenames.h \
1197 $(INCDIR)/hashtab.h \
1198 $(INCDIR)/safe-ctype.h
1201 $(INCDIR)/aout/aout64.h \
1202 $(INCDIR)/aout/stab.def \
1203 $(INCDIR)/bfdlink.h \
1207 $(INCDIR)/filenames.h \
1208 $(INCDIR)/hashtab.h \
1209 $(INCDIR)/libiberty.h
1212 $(INCDIR)/bfdlink.h \
1213 $(INCDIR)/dwarf2.h \
1214 $(INCDIR)/elf/common.h \
1215 $(INCDIR)/elf/external.h \
1216 $(INCDIR)/elf/internal.h \
1217 $(INCDIR)/filenames.h \
1218 $(INCDIR)/hashtab.h \
1219 $(INCDIR)/libiberty.h \
1223 $(INCDIR)/bfdlink.h \
1224 $(INCDIR)/filenames.h \
1228 $(INCDIR)/filenames.h \
1232 $(INCDIR)/filenames.h \
1233 $(INCDIR)/hashtab.h \
1234 $(INCDIR)/libiberty.h \
1235 $(INCDIR)/safe-ctype.h
1238 $(INCDIR)/aout/ar.h \
1239 $(INCDIR)/filenames.h \
1243 $(INCDIR)/filenames.h \
1247 $(INCDIR)/filenames.h \
1251 $(INCDIR)/filenames.h \
1252 $(INCDIR)/hashtab.h \
1253 $(INCDIR)/libiberty.h
1256 $(INCDIR)/filenames.h \
1260 $(INCDIR)/filenames.h \
1264 $(INCDIR)/filenames.h \
1268 $(INCDIR)/filenames.h \
1272 $(INCDIR)/filenames.h \
1276 $(INCDIR)/filenames.h \
1280 $(INCDIR)/filenames.h \
1284 $(INCDIR)/filenames.h \
1288 $(INCDIR)/filenames.h \
1292 $(INCDIR)/filenames.h \
1296 $(INCDIR)/filenames.h \
1300 $(INCDIR)/filenames.h \
1304 $(INCDIR)/filenames.h \
1308 $(INCDIR)/filenames.h \
1312 $(INCDIR)/filenames.h \
1316 $(INCDIR)/filenames.h \
1320 $(INCDIR)/filenames.h \
1324 $(INCDIR)/filenames.h \
1328 $(INCDIR)/filenames.h \
1332 $(INCDIR)/filenames.h \
1333 $(INCDIR)/hashtab.h \
1334 $(INCDIR)/opcode/ia64.h \
1335 $(srcdir)/../opcodes/ia64-opc.h \
1339 $(INCDIR)/filenames.h \
1343 $(INCDIR)/filenames.h \
1347 $(INCDIR)/filenames.h \
1351 $(INCDIR)/filenames.h \
1355 $(INCDIR)/filenames.h \
1359 $(INCDIR)/filenames.h \
1363 $(INCDIR)/filenames.h \
1367 $(INCDIR)/filenames.h \
1371 $(INCDIR)/filenames.h \
1375 $(INCDIR)/filenames.h \
1376 $(INCDIR)/hashtab.h \
1377 $(INCDIR)/opcode/m68k.h
1380 $(INCDIR)/filenames.h \
1384 $(INCDIR)/filenames.h \
1388 $(INCDIR)/filenames.h \
1392 $(INCDIR)/filenames.h \
1394 cpu-microblaze.lo: \
1396 $(INCDIR)/filenames.h \
1400 $(INCDIR)/filenames.h \
1404 $(INCDIR)/filenames.h \
1408 $(INCDIR)/filenames.h \
1412 $(INCDIR)/filenames.h \
1416 $(INCDIR)/filenames.h \
1420 $(INCDIR)/filenames.h \
1421 $(INCDIR)/hashtab.h \
1425 $(INCDIR)/filenames.h \
1429 $(INCDIR)/filenames.h \
1433 $(INCDIR)/filenames.h \
1437 $(INCDIR)/filenames.h \
1441 $(INCDIR)/filenames.h \
1445 $(INCDIR)/filenames.h \
1449 $(INCDIR)/filenames.h \
1453 $(INCDIR)/filenames.h \
1457 $(INCDIR)/filenames.h \
1461 $(INCDIR)/filenames.h \
1462 $(INCDIR)/hashtab.h \
1463 $(srcdir)/../opcodes/sh-opc.h
1466 $(INCDIR)/filenames.h \
1470 $(INCDIR)/filenames.h \
1474 $(INCDIR)/filenames.h \
1478 $(INCDIR)/filenames.h \
1482 $(INCDIR)/filenames.h \
1486 $(INCDIR)/filenames.h \
1490 $(INCDIR)/filenames.h \
1491 $(INCDIR)/hashtab.h \
1492 $(INCDIR)/safe-ctype.h
1495 $(INCDIR)/filenames.h \
1499 $(INCDIR)/filenames.h \
1503 $(INCDIR)/filenames.h \
1507 $(INCDIR)/filenames.h \
1511 $(INCDIR)/filenames.h \
1515 $(INCDIR)/filenames.h \
1519 $(INCDIR)/filenames.h \
1523 $(INCDIR)/filenames.h \
1527 $(INCDIR)/aout/adobe.h \
1528 $(INCDIR)/aout/stab.def \
1529 $(INCDIR)/aout/stab_gnu.h \
1530 $(INCDIR)/bfdlink.h \
1531 $(INCDIR)/filenames.h \
1532 $(INCDIR)/hashtab.h \
1536 $(INCDIR)/aout/aout64.h \
1537 $(INCDIR)/aout/ar.h \
1538 $(INCDIR)/aout/stab.def \
1539 $(INCDIR)/aout/stab_gnu.h \
1540 $(INCDIR)/bfdlink.h \
1541 $(INCDIR)/filenames.h \
1542 $(INCDIR)/hashtab.h \
1543 $(INCDIR)/safe-ctype.h \
1549 $(INCDIR)/aout/aout64.h \
1550 $(INCDIR)/aout/ar.h \
1551 $(INCDIR)/aout/stab.def \
1552 $(INCDIR)/aout/stab_gnu.h \
1553 $(INCDIR)/bfdlink.h \
1554 $(INCDIR)/filenames.h \
1555 $(INCDIR)/hashtab.h \
1556 $(INCDIR)/safe-ctype.h \
1563 $(INCDIR)/aout/aout64.h \
1564 $(INCDIR)/aout/ar.h \
1565 $(INCDIR)/aout/stab.def \
1566 $(INCDIR)/aout/stab_gnu.h \
1567 $(INCDIR)/bfdlink.h \
1568 $(INCDIR)/filenames.h \
1569 $(INCDIR)/hashtab.h \
1570 $(INCDIR)/safe-ctype.h \
1576 $(INCDIR)/aout/aout64.h \
1577 $(INCDIR)/aout/ar.h \
1578 $(INCDIR)/aout/stab.def \
1579 $(INCDIR)/aout/stab_gnu.h \
1580 $(INCDIR)/aout/sun4.h \
1581 $(INCDIR)/bfdlink.h \
1582 $(INCDIR)/filenames.h \
1583 $(INCDIR)/hashtab.h \
1589 $(INCDIR)/aout/aout64.h \
1590 $(INCDIR)/aout/ar.h \
1591 $(INCDIR)/aout/stab.def \
1592 $(INCDIR)/aout/stab_gnu.h \
1593 $(INCDIR)/bfdlink.h \
1594 $(INCDIR)/filenames.h \
1595 $(INCDIR)/hashtab.h \
1596 $(INCDIR)/safe-ctype.h \
1601 $(INCDIR)/aout/aout64.h \
1602 $(INCDIR)/aout/ar.h \
1603 $(INCDIR)/aout/stab.def \
1604 $(INCDIR)/aout/stab_gnu.h \
1605 $(INCDIR)/aout/sun4.h \
1606 $(INCDIR)/bfdlink.h \
1607 $(INCDIR)/filenames.h \
1608 $(INCDIR)/hashtab.h \
1614 $(INCDIR)/aout/aout64.h \
1615 $(INCDIR)/aout/ar.h \
1616 $(INCDIR)/aout/stab.def \
1617 $(INCDIR)/aout/stab_gnu.h \
1618 $(INCDIR)/bfdlink.h \
1619 $(INCDIR)/filenames.h \
1620 $(INCDIR)/hashtab.h \
1621 $(INCDIR)/safe-ctype.h \
1626 $(INCDIR)/aout/aout64.h \
1627 $(INCDIR)/aout/ar.h \
1628 $(INCDIR)/aout/stab.def \
1629 $(INCDIR)/aout/stab_gnu.h \
1630 $(INCDIR)/bfdlink.h \
1631 $(INCDIR)/filenames.h \
1632 $(INCDIR)/hashtab.h \
1638 $(INCDIR)/aout/stab.def \
1639 $(INCDIR)/aout/stab_gnu.h \
1640 $(INCDIR)/bfdlink.h \
1642 $(INCDIR)/filenames.h \
1643 $(INCDIR)/hashtab.h \
1644 $(INCDIR)/libiberty.h \
1649 $(INCDIR)/bfdlink.h \
1650 $(INCDIR)/coff/external.h \
1651 $(INCDIR)/coff/i386.h \
1652 $(INCDIR)/coff/internal.h \
1653 $(INCDIR)/filenames.h \
1654 $(INCDIR)/hashtab.h \
1661 $(INCDIR)/bfdlink.h \
1662 $(INCDIR)/coff/external.h \
1663 $(INCDIR)/coff/internal.h \
1664 $(INCDIR)/coff/sparc.h \
1665 $(INCDIR)/filenames.h \
1666 $(INCDIR)/hashtab.h \
1673 $(INCDIR)/bfdlink.h \
1674 $(INCDIR)/coff/apollo.h \
1675 $(INCDIR)/coff/external.h \
1676 $(INCDIR)/coff/internal.h \
1677 $(INCDIR)/filenames.h \
1678 $(INCDIR)/hashtab.h \
1684 $(INCDIR)/bfdlink.h \
1685 $(INCDIR)/coff/arm.h \
1686 $(INCDIR)/coff/external.h \
1687 $(INCDIR)/coff/internal.h \
1688 $(INCDIR)/filenames.h \
1689 $(INCDIR)/hashtab.h \
1695 $(INCDIR)/bfdlink.h \
1696 $(INCDIR)/coff/aux-coff.h \
1697 $(INCDIR)/coff/external.h \
1698 $(INCDIR)/coff/internal.h \
1699 $(INCDIR)/coff/m68k.h \
1700 $(INCDIR)/filenames.h \
1701 $(INCDIR)/hashtab.h \
1708 $(INCDIR)/bfdlink.h \
1709 $(INCDIR)/coff/external.h \
1710 $(INCDIR)/coff/i386.h \
1711 $(INCDIR)/coff/internal.h \
1712 $(INCDIR)/filenames.h \
1713 $(INCDIR)/hashtab.h \
1720 $(INCDIR)/bfdlink.h \
1721 $(INCDIR)/coff/external.h \
1722 $(INCDIR)/coff/h8300.h \
1723 $(INCDIR)/coff/internal.h \
1724 $(INCDIR)/filenames.h \
1725 $(INCDIR)/hashtab.h \
1726 $(INCDIR)/libiberty.h \
1733 $(INCDIR)/bfdlink.h \
1734 $(INCDIR)/coff/external.h \
1735 $(INCDIR)/coff/h8500.h \
1736 $(INCDIR)/coff/internal.h \
1737 $(INCDIR)/filenames.h \
1738 $(INCDIR)/hashtab.h \
1744 $(INCDIR)/bfdlink.h \
1745 $(INCDIR)/coff/external.h \
1746 $(INCDIR)/coff/i386.h \
1747 $(INCDIR)/coff/internal.h \
1748 $(INCDIR)/filenames.h \
1749 $(INCDIR)/hashtab.h \
1755 $(INCDIR)/bfdlink.h \
1756 $(INCDIR)/coff/external.h \
1757 $(INCDIR)/coff/i860.h \
1758 $(INCDIR)/coff/internal.h \
1759 $(INCDIR)/filenames.h \
1760 $(INCDIR)/hashtab.h \
1766 $(INCDIR)/bfdlink.h \
1767 $(INCDIR)/coff/i960.h \
1768 $(INCDIR)/coff/internal.h \
1769 $(INCDIR)/filenames.h \
1770 $(INCDIR)/hashtab.h \
1776 $(INCDIR)/bfdlink.h \
1777 $(INCDIR)/coff/external.h \
1778 $(INCDIR)/coff/internal.h \
1779 $(INCDIR)/coff/m68k.h \
1780 $(INCDIR)/filenames.h \
1781 $(INCDIR)/hashtab.h \
1787 $(INCDIR)/bfdlink.h \
1788 $(INCDIR)/coff/external.h \
1789 $(INCDIR)/coff/internal.h \
1790 $(INCDIR)/coff/m88k.h \
1791 $(INCDIR)/filenames.h \
1792 $(INCDIR)/hashtab.h \
1798 $(INCDIR)/bfdlink.h \
1799 $(INCDIR)/coff/external.h \
1800 $(INCDIR)/coff/internal.h \
1801 $(INCDIR)/coff/maxq.h \
1802 $(INCDIR)/filenames.h \
1803 $(INCDIR)/hashtab.h \
1804 $(INCDIR)/libiberty.h \
1810 $(INCDIR)/bfdlink.h \
1811 $(INCDIR)/coff/ecoff.h \
1812 $(INCDIR)/coff/external.h \
1813 $(INCDIR)/coff/internal.h \
1814 $(INCDIR)/coff/mips.h \
1815 $(INCDIR)/coff/sym.h \
1816 $(INCDIR)/coff/symconst.h \
1817 $(INCDIR)/filenames.h \
1818 $(INCDIR)/hashtab.h \
1825 $(INCDIR)/bfdlink.h \
1826 $(INCDIR)/coff/internal.h \
1827 $(INCDIR)/coff/or32.h \
1828 $(INCDIR)/filenames.h \
1829 $(INCDIR)/hashtab.h \
1835 $(INCDIR)/bfdlink.h \
1836 $(INCDIR)/coff/internal.h \
1837 $(INCDIR)/coff/rs6000.h \
1838 $(INCDIR)/coff/xcoff.h \
1839 $(INCDIR)/filenames.h \
1840 $(INCDIR)/hashtab.h \
1847 $(INCDIR)/bfdlink.h \
1848 $(INCDIR)/coff/external.h \
1849 $(INCDIR)/coff/internal.h \
1850 $(INCDIR)/coff/sh.h \
1851 $(INCDIR)/filenames.h \
1852 $(INCDIR)/hashtab.h \
1853 $(INCDIR)/libiberty.h \
1859 $(INCDIR)/bfdlink.h \
1860 $(INCDIR)/coff/external.h \
1861 $(INCDIR)/coff/internal.h \
1862 $(INCDIR)/coff/sparc.h \
1863 $(INCDIR)/filenames.h \
1864 $(INCDIR)/hashtab.h \
1870 $(INCDIR)/bfdlink.h \
1871 $(INCDIR)/coff/external.h \
1872 $(INCDIR)/coff/go32exe.h \
1873 $(INCDIR)/coff/i386.h \
1874 $(INCDIR)/coff/internal.h \
1875 $(INCDIR)/filenames.h \
1876 $(INCDIR)/hashtab.h \
1884 $(INCDIR)/bfdlink.h \
1885 $(INCDIR)/coff/external.h \
1886 $(INCDIR)/coff/internal.h \
1887 $(INCDIR)/coff/m68k.h \
1888 $(INCDIR)/filenames.h \
1889 $(INCDIR)/hashtab.h \
1896 $(INCDIR)/bfdlink.h \
1897 $(INCDIR)/coff/external.h \
1898 $(INCDIR)/coff/internal.h \
1899 $(INCDIR)/coff/tic30.h \
1900 $(INCDIR)/filenames.h \
1901 $(INCDIR)/hashtab.h \
1907 $(INCDIR)/bfdlink.h \
1908 $(INCDIR)/coff/internal.h \
1909 $(INCDIR)/coff/ti.h \
1910 $(INCDIR)/coff/tic4x.h \
1911 $(INCDIR)/filenames.h \
1912 $(INCDIR)/hashtab.h \
1918 $(INCDIR)/bfdlink.h \
1919 $(INCDIR)/coff/internal.h \
1920 $(INCDIR)/coff/ti.h \
1921 $(INCDIR)/coff/tic54x.h \
1922 $(INCDIR)/filenames.h \
1923 $(INCDIR)/hashtab.h \
1929 $(INCDIR)/bfdlink.h \
1930 $(INCDIR)/coff/external.h \
1931 $(INCDIR)/coff/internal.h \
1932 $(INCDIR)/coff/tic80.h \
1933 $(INCDIR)/filenames.h \
1934 $(INCDIR)/hashtab.h \
1940 $(INCDIR)/bfdlink.h \
1941 $(INCDIR)/coff/external.h \
1942 $(INCDIR)/coff/internal.h \
1943 $(INCDIR)/coff/m68k.h \
1944 $(INCDIR)/filenames.h \
1945 $(INCDIR)/hashtab.h \
1952 $(INCDIR)/bfdlink.h \
1953 $(INCDIR)/coff/external.h \
1954 $(INCDIR)/coff/internal.h \
1955 $(INCDIR)/coff/w65.h \
1956 $(INCDIR)/filenames.h \
1957 $(INCDIR)/hashtab.h \
1963 $(INCDIR)/bfdlink.h \
1964 $(INCDIR)/coff/external.h \
1965 $(INCDIR)/coff/internal.h \
1966 $(INCDIR)/coff/we32k.h \
1967 $(INCDIR)/filenames.h \
1968 $(INCDIR)/hashtab.h \
1974 $(INCDIR)/bfdlink.h \
1975 $(INCDIR)/coff/external.h \
1976 $(INCDIR)/coff/internal.h \
1977 $(INCDIR)/coff/z80.h \
1978 $(INCDIR)/filenames.h \
1979 $(INCDIR)/hashtab.h \
1985 $(INCDIR)/bfdlink.h \
1986 $(INCDIR)/coff/external.h \
1987 $(INCDIR)/coff/internal.h \
1988 $(INCDIR)/coff/z8k.h \
1989 $(INCDIR)/filenames.h \
1990 $(INCDIR)/hashtab.h \
1996 $(INCDIR)/bfdlink.h \
1997 $(INCDIR)/coff/internal.h \
1998 $(INCDIR)/filenames.h \
1999 $(INCDIR)/hashtab.h \
2000 $(INCDIR)/safe-ctype.h \
2004 $(INCDIR)/bfdlink.h \
2005 $(INCDIR)/elf/common.h \
2006 $(INCDIR)/elf/dwarf.h \
2007 $(INCDIR)/elf/external.h \
2008 $(INCDIR)/elf/internal.h \
2009 $(INCDIR)/filenames.h \
2010 $(INCDIR)/hashtab.h \
2011 $(INCDIR)/libiberty.h \
2015 $(INCDIR)/aout/aout64.h \
2016 $(INCDIR)/aout/ar.h \
2017 $(INCDIR)/aout/ranlib.h \
2018 $(INCDIR)/aout/stab.def \
2019 $(INCDIR)/aout/stab_gnu.h \
2020 $(INCDIR)/bfdlink.h \
2021 $(INCDIR)/coff/ecoff.h \
2022 $(INCDIR)/coff/internal.h \
2023 $(INCDIR)/coff/sym.h \
2024 $(INCDIR)/coff/symconst.h \
2025 $(INCDIR)/filenames.h \
2026 $(INCDIR)/hashtab.h \
2027 $(INCDIR)/libiberty.h \
2033 $(INCDIR)/aout/stab.def \
2034 $(INCDIR)/aout/stab_gnu.h \
2035 $(INCDIR)/bfdlink.h \
2036 $(INCDIR)/coff/ecoff.h \
2037 $(INCDIR)/coff/internal.h \
2038 $(INCDIR)/coff/sym.h \
2039 $(INCDIR)/coff/symconst.h \
2040 $(INCDIR)/filenames.h \
2041 $(INCDIR)/hashtab.h \
2042 $(INCDIR)/objalloc.h \
2047 $(INCDIR)/bfdlink.h \
2048 $(INCDIR)/elf/common.h \
2049 $(INCDIR)/elf/external.h \
2050 $(INCDIR)/elf/internal.h \
2051 $(INCDIR)/filenames.h \
2052 $(INCDIR)/hashtab.h \
2053 $(INCDIR)/libiberty.h \
2057 $(INCDIR)/bfdlink.h \
2058 $(INCDIR)/dwarf2.h \
2059 $(INCDIR)/elf/common.h \
2060 $(INCDIR)/elf/external.h \
2061 $(INCDIR)/elf/internal.h \
2062 $(INCDIR)/filenames.h \
2063 $(INCDIR)/hashtab.h \
2067 $(INCDIR)/bfdlink.h \
2068 $(INCDIR)/elf/common.h \
2069 $(INCDIR)/elf/external.h \
2070 $(INCDIR)/elf/internal.h \
2071 $(INCDIR)/filenames.h \
2072 $(INCDIR)/hashtab.h \
2073 $(INCDIR)/libiberty.h \
2074 $(INCDIR)/objalloc.h \
2075 $(INCDIR)/safe-ctype.h \
2079 $(INCDIR)/bfdlink.h \
2080 $(INCDIR)/elf/common.h \
2081 $(INCDIR)/elf/external.h \
2082 $(INCDIR)/elf/internal.h \
2083 $(INCDIR)/filenames.h \
2084 $(INCDIR)/hashtab.h \
2089 $(INCDIR)/bfdlink.h \
2090 $(INCDIR)/elf/common.h \
2091 $(INCDIR)/elf/external.h \
2092 $(INCDIR)/elf/internal.h \
2093 $(INCDIR)/elf/mn10300.h \
2094 $(INCDIR)/elf/reloc-macros.h \
2095 $(INCDIR)/filenames.h \
2096 $(INCDIR)/hashtab.h \
2097 $(INCDIR)/libiberty.h \
2102 $(INCDIR)/bfdlink.h \
2103 $(INCDIR)/elf/common.h \
2104 $(INCDIR)/elf/external.h \
2105 $(INCDIR)/elf/internal.h \
2106 $(INCDIR)/filenames.h \
2107 $(INCDIR)/hashtab.h \
2108 $(INCDIR)/libiberty.h \
2112 $(INCDIR)/bfdlink.h \
2113 $(INCDIR)/elf/common.h \
2114 $(INCDIR)/elf/external.h \
2115 $(INCDIR)/elf/internal.h \
2116 $(INCDIR)/elf/vxworks.h \
2117 $(INCDIR)/filenames.h \
2118 $(INCDIR)/hashtab.h \
2123 $(INCDIR)/bfdlink.h \
2124 $(INCDIR)/elf/common.h \
2125 $(INCDIR)/elf/external.h \
2126 $(INCDIR)/elf/internal.h \
2127 $(INCDIR)/filenames.h \
2128 $(INCDIR)/hashtab.h \
2129 $(INCDIR)/libiberty.h \
2130 $(INCDIR)/safe-ctype.h \
2134 $(INCDIR)/bfdlink.h \
2135 $(INCDIR)/elf/common.h \
2136 $(INCDIR)/elf/external.h \
2137 $(INCDIR)/elf/internal.h \
2138 $(INCDIR)/elf/mn10300.h \
2139 $(INCDIR)/elf/reloc-macros.h \
2140 $(INCDIR)/filenames.h \
2141 $(INCDIR)/hashtab.h \
2142 $(INCDIR)/libiberty.h \
2148 $(INCDIR)/bfdlink.h \
2149 $(INCDIR)/elf/arc.h \
2150 $(INCDIR)/elf/common.h \
2151 $(INCDIR)/elf/external.h \
2152 $(INCDIR)/elf/internal.h \
2153 $(INCDIR)/elf/reloc-macros.h \
2154 $(INCDIR)/filenames.h \
2155 $(INCDIR)/hashtab.h \
2156 $(INCDIR)/libiberty.h \
2161 $(INCDIR)/bfdlink.h \
2162 $(INCDIR)/elf/arm.h \
2163 $(INCDIR)/elf/common.h \
2164 $(INCDIR)/elf/external.h \
2165 $(INCDIR)/elf/internal.h \
2166 $(INCDIR)/elf/reloc-macros.h \
2167 $(INCDIR)/filenames.h \
2168 $(INCDIR)/hashtab.h \
2169 $(INCDIR)/libiberty.h \
2175 $(INCDIR)/bfdlink.h \
2176 $(INCDIR)/elf/avr.h \
2177 $(INCDIR)/elf/common.h \
2178 $(INCDIR)/elf/external.h \
2179 $(INCDIR)/elf/internal.h \
2180 $(INCDIR)/elf/reloc-macros.h \
2181 $(INCDIR)/filenames.h \
2182 $(INCDIR)/hashtab.h \
2188 $(INCDIR)/bfdlink.h \
2189 $(INCDIR)/dwarf2.h \
2190 $(INCDIR)/elf/bfin.h \
2191 $(INCDIR)/elf/common.h \
2192 $(INCDIR)/elf/external.h \
2193 $(INCDIR)/elf/internal.h \
2194 $(INCDIR)/elf/reloc-macros.h \
2195 $(INCDIR)/filenames.h \
2196 $(INCDIR)/hashtab.h \
2201 $(INCDIR)/bfdlink.h \
2202 $(INCDIR)/elf/common.h \
2203 $(INCDIR)/elf/cr16.h \
2204 $(INCDIR)/elf/external.h \
2205 $(INCDIR)/elf/internal.h \
2206 $(INCDIR)/elf/reloc-macros.h \
2207 $(INCDIR)/filenames.h \
2208 $(INCDIR)/hashtab.h \
2209 $(INCDIR)/libiberty.h \
2214 $(INCDIR)/bfdlink.h \
2215 $(INCDIR)/elf/common.h \
2216 $(INCDIR)/elf/cr16c.h \
2217 $(INCDIR)/elf/external.h \
2218 $(INCDIR)/elf/internal.h \
2219 $(INCDIR)/elf/reloc-macros.h \
2220 $(INCDIR)/filenames.h \
2221 $(INCDIR)/hashtab.h \
2226 $(INCDIR)/bfdlink.h \
2227 $(INCDIR)/elf/common.h \
2228 $(INCDIR)/elf/cris.h \
2229 $(INCDIR)/elf/external.h \
2230 $(INCDIR)/elf/internal.h \
2231 $(INCDIR)/elf/reloc-macros.h \
2232 $(INCDIR)/filenames.h \
2233 $(INCDIR)/hashtab.h \
2238 $(INCDIR)/bfdlink.h \
2239 $(INCDIR)/elf/common.h \
2240 $(INCDIR)/elf/crx.h \
2241 $(INCDIR)/elf/external.h \
2242 $(INCDIR)/elf/internal.h \
2243 $(INCDIR)/elf/reloc-macros.h \
2244 $(INCDIR)/filenames.h \
2245 $(INCDIR)/hashtab.h \
2250 $(INCDIR)/bfdlink.h \
2251 $(INCDIR)/elf/common.h \
2252 $(INCDIR)/elf/d10v.h \
2253 $(INCDIR)/elf/external.h \
2254 $(INCDIR)/elf/internal.h \
2255 $(INCDIR)/elf/reloc-macros.h \
2256 $(INCDIR)/filenames.h \
2257 $(INCDIR)/hashtab.h \
2262 $(INCDIR)/bfdlink.h \
2263 $(INCDIR)/elf/common.h \
2264 $(INCDIR)/elf/d30v.h \
2265 $(INCDIR)/elf/external.h \
2266 $(INCDIR)/elf/internal.h \
2267 $(INCDIR)/elf/reloc-macros.h \
2268 $(INCDIR)/filenames.h \
2269 $(INCDIR)/hashtab.h \
2274 $(INCDIR)/bfdlink.h \
2275 $(INCDIR)/elf/common.h \
2276 $(INCDIR)/elf/dlx.h \
2277 $(INCDIR)/elf/external.h \
2278 $(INCDIR)/elf/internal.h \
2279 $(INCDIR)/elf/reloc-macros.h \
2280 $(INCDIR)/filenames.h \
2281 $(INCDIR)/hashtab.h \
2286 $(INCDIR)/bfdlink.h \
2287 $(INCDIR)/elf/common.h \
2288 $(INCDIR)/elf/external.h \
2289 $(INCDIR)/elf/fr30.h \
2290 $(INCDIR)/elf/internal.h \
2291 $(INCDIR)/elf/reloc-macros.h \
2292 $(INCDIR)/filenames.h \
2293 $(INCDIR)/hashtab.h \
2298 $(INCDIR)/bfdlink.h \
2299 $(INCDIR)/dwarf2.h \
2300 $(INCDIR)/elf/common.h \
2301 $(INCDIR)/elf/external.h \
2302 $(INCDIR)/elf/frv.h \
2303 $(INCDIR)/elf/internal.h \
2304 $(INCDIR)/elf/reloc-macros.h \
2305 $(INCDIR)/filenames.h \
2306 $(INCDIR)/hashtab.h \
2311 $(INCDIR)/bfdlink.h \
2312 $(INCDIR)/elf/common.h \
2313 $(INCDIR)/elf/external.h \
2314 $(INCDIR)/elf/internal.h \
2315 $(INCDIR)/filenames.h \
2316 $(INCDIR)/hashtab.h \
2321 $(INCDIR)/bfdlink.h \
2322 $(INCDIR)/elf/common.h \
2323 $(INCDIR)/elf/external.h \
2324 $(INCDIR)/elf/h8.h \
2325 $(INCDIR)/elf/internal.h \
2326 $(INCDIR)/elf/reloc-macros.h \
2327 $(INCDIR)/filenames.h \
2328 $(INCDIR)/hashtab.h \
2333 $(INCDIR)/bfdlink.h \
2334 $(INCDIR)/elf/common.h \
2335 $(INCDIR)/elf/external.h \
2336 $(INCDIR)/elf/hppa.h \
2337 $(INCDIR)/elf/internal.h \
2338 $(INCDIR)/elf/reloc-macros.h \
2339 $(INCDIR)/filenames.h \
2340 $(INCDIR)/hashtab.h \
2348 $(INCDIR)/bfdlink.h \
2349 $(INCDIR)/elf/common.h \
2350 $(INCDIR)/elf/external.h \
2351 $(INCDIR)/elf/i370.h \
2352 $(INCDIR)/elf/internal.h \
2353 $(INCDIR)/elf/reloc-macros.h \
2354 $(INCDIR)/filenames.h \
2355 $(INCDIR)/hashtab.h \
2360 $(INCDIR)/bfdlink.h \
2361 $(INCDIR)/elf/common.h \
2362 $(INCDIR)/elf/external.h \
2363 $(INCDIR)/elf/i386.h \
2364 $(INCDIR)/elf/internal.h \
2365 $(INCDIR)/elf/reloc-macros.h \
2366 $(INCDIR)/filenames.h \
2367 $(INCDIR)/hashtab.h \
2368 $(INCDIR)/objalloc.h \
2375 $(INCDIR)/bfdlink.h \
2376 $(INCDIR)/elf/common.h \
2377 $(INCDIR)/elf/external.h \
2378 $(INCDIR)/elf/i860.h \
2379 $(INCDIR)/elf/internal.h \
2380 $(INCDIR)/elf/reloc-macros.h \
2381 $(INCDIR)/filenames.h \
2382 $(INCDIR)/hashtab.h \
2387 $(INCDIR)/bfdlink.h \
2388 $(INCDIR)/elf/common.h \
2389 $(INCDIR)/elf/external.h \
2390 $(INCDIR)/elf/i960.h \
2391 $(INCDIR)/elf/internal.h \
2392 $(INCDIR)/elf/reloc-macros.h \
2393 $(INCDIR)/filenames.h \
2394 $(INCDIR)/hashtab.h \
2399 $(INCDIR)/bfdlink.h \
2400 $(INCDIR)/elf/common.h \
2401 $(INCDIR)/elf/external.h \
2402 $(INCDIR)/elf/internal.h \
2403 $(INCDIR)/elf/ip2k.h \
2404 $(INCDIR)/elf/reloc-macros.h \
2405 $(INCDIR)/filenames.h \
2406 $(INCDIR)/hashtab.h \
2411 $(INCDIR)/bfdlink.h \
2412 $(INCDIR)/elf/common.h \
2413 $(INCDIR)/elf/external.h \
2414 $(INCDIR)/elf/internal.h \
2415 $(INCDIR)/elf/iq2000.h \
2416 $(INCDIR)/elf/reloc-macros.h \
2417 $(INCDIR)/filenames.h \
2418 $(INCDIR)/hashtab.h \
2423 $(INCDIR)/bfdlink.h \
2424 $(INCDIR)/elf/common.h \
2425 $(INCDIR)/elf/external.h \
2426 $(INCDIR)/elf/internal.h \
2427 $(INCDIR)/elf/lm32.h \
2428 $(INCDIR)/elf/reloc-macros.h \
2429 $(INCDIR)/filenames.h \
2430 $(INCDIR)/hashtab.h \
2435 $(INCDIR)/bfdlink.h \
2436 $(INCDIR)/elf/common.h \
2437 $(INCDIR)/elf/external.h \
2438 $(INCDIR)/elf/internal.h \
2439 $(INCDIR)/elf/m32c.h \
2440 $(INCDIR)/elf/reloc-macros.h \
2441 $(INCDIR)/filenames.h \
2442 $(INCDIR)/hashtab.h \
2443 $(INCDIR)/libiberty.h \
2448 $(INCDIR)/bfdlink.h \
2449 $(INCDIR)/elf/common.h \
2450 $(INCDIR)/elf/external.h \
2451 $(INCDIR)/elf/internal.h \
2452 $(INCDIR)/elf/m32r.h \
2453 $(INCDIR)/elf/reloc-macros.h \
2454 $(INCDIR)/filenames.h \
2455 $(INCDIR)/hashtab.h \
2460 $(INCDIR)/bfdlink.h \
2461 $(INCDIR)/elf/common.h \
2462 $(INCDIR)/elf/external.h \
2463 $(INCDIR)/elf/internal.h \
2464 $(INCDIR)/elf/m68hc11.h \
2465 $(INCDIR)/elf/reloc-macros.h \
2466 $(INCDIR)/filenames.h \
2467 $(INCDIR)/hashtab.h \
2468 $(INCDIR)/opcode/m68hc11.h \
2474 $(INCDIR)/bfdlink.h \
2475 $(INCDIR)/elf/common.h \
2476 $(INCDIR)/elf/external.h \
2477 $(INCDIR)/elf/internal.h \
2478 $(INCDIR)/elf/m68hc11.h \
2479 $(INCDIR)/elf/reloc-macros.h \
2480 $(INCDIR)/filenames.h \
2481 $(INCDIR)/hashtab.h \
2482 $(INCDIR)/opcode/m68hc11.h \
2488 $(INCDIR)/alloca-conf.h \
2489 $(INCDIR)/bfdlink.h \
2490 $(INCDIR)/elf/common.h \
2491 $(INCDIR)/elf/external.h \
2492 $(INCDIR)/elf/internal.h \
2493 $(INCDIR)/elf/m68hc11.h \
2494 $(INCDIR)/elf/reloc-macros.h \
2495 $(INCDIR)/filenames.h \
2496 $(INCDIR)/hashtab.h \
2497 $(INCDIR)/opcode/m68hc11.h \
2502 $(INCDIR)/bfdlink.h \
2503 $(INCDIR)/elf/common.h \
2504 $(INCDIR)/elf/external.h \
2505 $(INCDIR)/elf/internal.h \
2506 $(INCDIR)/elf/m68k.h \
2507 $(INCDIR)/elf/reloc-macros.h \
2508 $(INCDIR)/filenames.h \
2509 $(INCDIR)/hashtab.h \
2510 $(INCDIR)/opcode/m68k.h \
2515 $(INCDIR)/bfdlink.h \
2516 $(INCDIR)/elf/common.h \
2517 $(INCDIR)/elf/external.h \
2518 $(INCDIR)/elf/internal.h \
2519 $(INCDIR)/filenames.h \
2520 $(INCDIR)/hashtab.h \
2525 $(INCDIR)/bfdlink.h \
2526 $(INCDIR)/elf/common.h \
2527 $(INCDIR)/elf/external.h \
2528 $(INCDIR)/elf/internal.h \
2529 $(INCDIR)/elf/mcore.h \
2530 $(INCDIR)/elf/reloc-macros.h \
2531 $(INCDIR)/filenames.h \
2532 $(INCDIR)/hashtab.h \
2537 $(INCDIR)/bfdlink.h \
2538 $(INCDIR)/elf/common.h \
2539 $(INCDIR)/elf/external.h \
2540 $(INCDIR)/elf/internal.h \
2541 $(INCDIR)/elf/mep.h \
2542 $(INCDIR)/elf/reloc-macros.h \
2543 $(INCDIR)/filenames.h \
2544 $(INCDIR)/hashtab.h \
2545 $(INCDIR)/libiberty.h \
2550 $(INCDIR)/bfdlink.h \
2551 $(INCDIR)/coff/ecoff.h \
2552 $(INCDIR)/coff/external.h \
2553 $(INCDIR)/coff/internal.h \
2554 $(INCDIR)/coff/mips.h \
2555 $(INCDIR)/coff/sym.h \
2556 $(INCDIR)/coff/symconst.h \
2557 $(INCDIR)/elf/common.h \
2558 $(INCDIR)/elf/external.h \
2559 $(INCDIR)/elf/internal.h \
2560 $(INCDIR)/elf/mips.h \
2561 $(INCDIR)/elf/reloc-macros.h \
2562 $(INCDIR)/filenames.h \
2563 $(INCDIR)/hashtab.h \
2572 $(INCDIR)/bfdlink.h \
2573 $(INCDIR)/elf/common.h \
2574 $(INCDIR)/elf/external.h \
2575 $(INCDIR)/elf/internal.h \
2576 $(INCDIR)/elf/moxie.h \
2577 $(INCDIR)/elf/reloc-macros.h \
2578 $(INCDIR)/filenames.h \
2579 $(INCDIR)/hashtab.h \
2584 $(INCDIR)/bfdlink.h \
2585 $(INCDIR)/elf/common.h \
2586 $(INCDIR)/elf/external.h \
2587 $(INCDIR)/elf/internal.h \
2588 $(INCDIR)/elf/msp430.h \
2589 $(INCDIR)/elf/reloc-macros.h \
2590 $(INCDIR)/filenames.h \
2591 $(INCDIR)/hashtab.h \
2592 $(INCDIR)/libiberty.h \
2597 $(INCDIR)/bfdlink.h \
2598 $(INCDIR)/elf/common.h \
2599 $(INCDIR)/elf/external.h \
2600 $(INCDIR)/elf/internal.h \
2601 $(INCDIR)/elf/mt.h \
2602 $(INCDIR)/elf/reloc-macros.h \
2603 $(INCDIR)/filenames.h \
2604 $(INCDIR)/hashtab.h \
2607 elf32-openrisc.lo: \
2609 $(INCDIR)/bfdlink.h \
2610 $(INCDIR)/elf/common.h \
2611 $(INCDIR)/elf/external.h \
2612 $(INCDIR)/elf/internal.h \
2613 $(INCDIR)/elf/openrisc.h \
2614 $(INCDIR)/elf/reloc-macros.h \
2615 $(INCDIR)/filenames.h \
2616 $(INCDIR)/hashtab.h \
2617 $(INCDIR)/libiberty.h \
2622 $(INCDIR)/bfdlink.h \
2623 $(INCDIR)/elf/common.h \
2624 $(INCDIR)/elf/external.h \
2625 $(INCDIR)/elf/internal.h \
2626 $(INCDIR)/elf/or32.h \
2627 $(INCDIR)/elf/reloc-macros.h \
2628 $(INCDIR)/filenames.h \
2629 $(INCDIR)/hashtab.h \
2630 $(INCDIR)/libiberty.h \
2635 $(INCDIR)/bfdlink.h \
2636 $(INCDIR)/elf/common.h \
2637 $(INCDIR)/elf/external.h \
2638 $(INCDIR)/elf/internal.h \
2639 $(INCDIR)/elf/pj.h \
2640 $(INCDIR)/elf/reloc-macros.h \
2641 $(INCDIR)/filenames.h \
2642 $(INCDIR)/hashtab.h \
2647 $(INCDIR)/bfdlink.h \
2648 $(INCDIR)/elf/common.h \
2649 $(INCDIR)/elf/external.h \
2650 $(INCDIR)/elf/internal.h \
2651 $(INCDIR)/elf/ppc.h \
2652 $(INCDIR)/elf/reloc-macros.h \
2653 $(INCDIR)/filenames.h \
2654 $(INCDIR)/hashtab.h \
2661 $(INCDIR)/bfdlink.h \
2662 $(INCDIR)/elf/common.h \
2663 $(INCDIR)/elf/external.h \
2664 $(INCDIR)/elf/internal.h \
2665 $(INCDIR)/elf/reloc-macros.h \
2666 $(INCDIR)/elf/s390.h \
2667 $(INCDIR)/filenames.h \
2668 $(INCDIR)/hashtab.h \
2671 elf32-sh-symbian.lo: \
2672 elf32-sh-symbian.c \
2673 $(INCDIR)/bfdlink.h \
2674 $(INCDIR)/elf/common.h \
2675 $(INCDIR)/elf/external.h \
2676 $(INCDIR)/elf/internal.h \
2677 $(INCDIR)/elf/reloc-macros.h \
2678 $(INCDIR)/elf/sh.h \
2679 $(INCDIR)/filenames.h \
2680 $(INCDIR)/hashtab.h \
2681 $(INCDIR)/libiberty.h \
2682 $(srcdir)/../opcodes/sh-opc.h \
2690 $(INCDIR)/bfdlink.h \
2691 $(INCDIR)/elf/common.h \
2692 $(INCDIR)/elf/external.h \
2693 $(INCDIR)/elf/internal.h \
2694 $(INCDIR)/elf/reloc-macros.h \
2695 $(INCDIR)/elf/sh.h \
2696 $(INCDIR)/filenames.h \
2697 $(INCDIR)/hashtab.h \
2698 $(INCDIR)/libiberty.h \
2699 $(srcdir)/../opcodes/sh-opc.h \
2704 elf32-sh64-com.lo: \
2706 $(INCDIR)/bfdlink.h \
2707 $(INCDIR)/elf/common.h \
2708 $(INCDIR)/elf/external.h \
2709 $(INCDIR)/elf/internal.h \
2710 $(INCDIR)/elf/reloc-macros.h \
2711 $(INCDIR)/elf/sh.h \
2712 $(INCDIR)/filenames.h \
2713 $(INCDIR)/hashtab.h \
2714 $(srcdir)/../opcodes/sh64-opc.h \
2719 $(INCDIR)/bfdlink.h \
2720 $(INCDIR)/elf/common.h \
2721 $(INCDIR)/elf/external.h \
2722 $(INCDIR)/elf/internal.h \
2723 $(INCDIR)/elf/reloc-macros.h \
2724 $(INCDIR)/elf/sh.h \
2725 $(INCDIR)/filenames.h \
2726 $(INCDIR)/hashtab.h \
2727 $(INCDIR)/libiberty.h \
2728 $(srcdir)/../opcodes/sh-opc.h \
2729 $(srcdir)/../opcodes/sh64-opc.h \
2738 $(INCDIR)/bfdlink.h \
2739 $(INCDIR)/elf/common.h \
2740 $(INCDIR)/elf/external.h \
2741 $(INCDIR)/elf/internal.h \
2742 $(INCDIR)/elf/reloc-macros.h \
2743 $(INCDIR)/elf/sparc.h \
2744 $(INCDIR)/filenames.h \
2745 $(INCDIR)/hashtab.h \
2746 $(INCDIR)/opcode/sparc.h \
2753 $(INCDIR)/bfdlink.h \
2754 $(INCDIR)/elf/common.h \
2755 $(INCDIR)/elf/external.h \
2756 $(INCDIR)/elf/internal.h \
2757 $(INCDIR)/elf/reloc-macros.h \
2758 $(INCDIR)/elf/spu.h \
2759 $(INCDIR)/filenames.h \
2760 $(INCDIR)/hashtab.h \
2761 $(INCDIR)/libiberty.h \
2767 $(INCDIR)/bfdlink.h \
2768 $(INCDIR)/elf/common.h \
2769 $(INCDIR)/elf/external.h \
2770 $(INCDIR)/elf/internal.h \
2771 $(INCDIR)/elf/reloc-macros.h \
2772 $(INCDIR)/elf/v850.h \
2773 $(INCDIR)/filenames.h \
2774 $(INCDIR)/hashtab.h \
2775 $(INCDIR)/libiberty.h \
2780 $(INCDIR)/bfdlink.h \
2781 $(INCDIR)/elf/common.h \
2782 $(INCDIR)/elf/external.h \
2783 $(INCDIR)/elf/internal.h \
2784 $(INCDIR)/elf/reloc-macros.h \
2785 $(INCDIR)/elf/vax.h \
2786 $(INCDIR)/filenames.h \
2787 $(INCDIR)/hashtab.h \
2792 $(INCDIR)/bfdlink.h \
2793 $(INCDIR)/dwarf2.h \
2794 $(INCDIR)/elf/common.h \
2795 $(INCDIR)/elf/external.h \
2796 $(INCDIR)/elf/internal.h \
2797 $(INCDIR)/elf/reloc-macros.h \
2798 $(INCDIR)/elf/xc16x.h \
2799 $(INCDIR)/filenames.h \
2800 $(INCDIR)/hashtab.h \
2801 $(INCDIR)/libiberty.h \
2804 elf32-xstormy16.lo: \
2806 $(INCDIR)/bfdlink.h \
2807 $(INCDIR)/elf/common.h \
2808 $(INCDIR)/elf/external.h \
2809 $(INCDIR)/elf/internal.h \
2810 $(INCDIR)/elf/reloc-macros.h \
2811 $(INCDIR)/elf/xstormy16.h \
2812 $(INCDIR)/filenames.h \
2813 $(INCDIR)/hashtab.h \
2814 $(INCDIR)/libiberty.h \
2819 $(INCDIR)/bfdlink.h \
2820 $(INCDIR)/elf/common.h \
2821 $(INCDIR)/elf/external.h \
2822 $(INCDIR)/elf/internal.h \
2823 $(INCDIR)/elf/reloc-macros.h \
2824 $(INCDIR)/elf/xtensa.h \
2825 $(INCDIR)/filenames.h \
2826 $(INCDIR)/hashtab.h \
2827 $(INCDIR)/xtensa-config.h \
2828 $(INCDIR)/xtensa-isa.h \
2833 $(INCDIR)/bfdlink.h \
2834 $(INCDIR)/elf/common.h \
2835 $(INCDIR)/elf/external.h \
2836 $(INCDIR)/elf/internal.h \
2837 $(INCDIR)/filenames.h \
2838 $(INCDIR)/hashtab.h \
2839 $(INCDIR)/libiberty.h \
2845 $(INCDIR)/bfdlink.h \
2846 $(INCDIR)/elf/common.h \
2847 $(INCDIR)/elf/external.h \
2848 $(INCDIR)/elf/internal.h \
2849 $(INCDIR)/filenames.h \
2850 $(INCDIR)/hashtab.h \
2851 $(INCDIR)/libiberty.h \
2852 $(INCDIR)/objalloc.h \
2853 $(INCDIR)/safe-ctype.h \
2855 elf32-microblaze.lo: \
2856 elf32-microblaze.c \
2857 $(INCDIR)/filenames.h \
2858 $(INCDIR)/bfdlink.h \
2861 $(INCDIR)/elf/common.h \
2862 $(INCDIR)/elf/internal.h \
2863 $(INCDIR)/elf/external.h \
2864 $(INCDIR)/elf/reloc-macros.h \
2868 $(INCDIR)/bfdlink.h \
2869 $(INCDIR)/coff/ecoff.h \
2870 $(INCDIR)/coff/external.h \
2871 $(INCDIR)/coff/mips.h \
2872 $(INCDIR)/coff/sym.h \
2873 $(INCDIR)/coff/symconst.h \
2874 $(INCDIR)/elf/common.h \
2875 $(INCDIR)/elf/external.h \
2876 $(INCDIR)/elf/internal.h \
2877 $(INCDIR)/elf/mips.h \
2878 $(INCDIR)/elf/reloc-macros.h \
2879 $(INCDIR)/filenames.h \
2880 $(INCDIR)/hashtab.h \
2881 $(INCDIR)/libiberty.h \
2887 $(INCDIR)/bfdlink.h \
2888 $(INCDIR)/elf/common.h \
2889 $(INCDIR)/elf/external.h \
2890 $(INCDIR)/elf/internal.h \
2891 $(INCDIR)/elf/reloc-macros.h \
2892 $(INCDIR)/elf/sparc.h \
2893 $(INCDIR)/filenames.h \
2894 $(INCDIR)/hashtab.h \
2895 $(INCDIR)/libiberty.h \
2896 $(INCDIR)/opcode/sparc.h \
2902 $(INCDIR)/bfdlink.h \
2903 $(INCDIR)/coff/arm.h \
2904 $(INCDIR)/coff/external.h \
2905 $(INCDIR)/coff/internal.h \
2906 $(INCDIR)/coff/pe.h \
2907 $(INCDIR)/filenames.h \
2908 $(INCDIR)/hashtab.h \
2917 $(INCDIR)/bfdlink.h \
2918 $(INCDIR)/coff/arm.h \
2919 $(INCDIR)/coff/external.h \
2920 $(INCDIR)/coff/internal.h \
2921 $(INCDIR)/coff/pe.h \
2922 $(INCDIR)/filenames.h \
2923 $(INCDIR)/hashtab.h \
2932 $(INCDIR)/aout/aout64.h \
2933 $(INCDIR)/aout/ar.h \
2934 $(INCDIR)/aout/stab.def \
2935 $(INCDIR)/aout/stab_gnu.h \
2936 $(INCDIR)/bfdlink.h \
2937 $(INCDIR)/filenames.h \
2938 $(INCDIR)/hashtab.h \
2943 $(INCDIR)/aout/aout64.h \
2944 $(INCDIR)/aout/ar.h \
2945 $(INCDIR)/aout/hp300hpux.h \
2946 $(INCDIR)/aout/stab.def \
2947 $(INCDIR)/aout/stab_gnu.h \
2948 $(INCDIR)/bfdlink.h \
2949 $(INCDIR)/filenames.h \
2950 $(INCDIR)/hashtab.h \
2951 $(INCDIR)/safe-ctype.h \
2957 $(INCDIR)/aout/aout64.h \
2958 $(INCDIR)/aout/ar.h \
2959 $(INCDIR)/aout/stab.def \
2960 $(INCDIR)/aout/stab_gnu.h \
2961 $(INCDIR)/bfdlink.h \
2962 $(INCDIR)/filenames.h \
2963 $(INCDIR)/hashtab.h \
2968 $(INCDIR)/aout/aout64.h \
2969 $(INCDIR)/aout/ar.h \
2970 $(INCDIR)/aout/stab.def \
2971 $(INCDIR)/aout/stab_gnu.h \
2972 $(INCDIR)/bfdlink.h \
2973 $(INCDIR)/filenames.h \
2974 $(INCDIR)/hashtab.h \
2979 $(INCDIR)/aout/aout64.h \
2980 $(INCDIR)/aout/ar.h \
2981 $(INCDIR)/aout/dynix3.h \
2982 $(INCDIR)/aout/stab.def \
2983 $(INCDIR)/aout/stab_gnu.h \
2984 $(INCDIR)/bfdlink.h \
2985 $(INCDIR)/filenames.h \
2986 $(INCDIR)/hashtab.h \
2987 $(INCDIR)/safe-ctype.h \
2993 $(INCDIR)/aout/aout64.h \
2994 $(INCDIR)/aout/ar.h \
2995 $(INCDIR)/aout/stab.def \
2996 $(INCDIR)/aout/stab_gnu.h \
2997 $(INCDIR)/bfdlink.h \
2998 $(INCDIR)/filenames.h \
2999 $(INCDIR)/hashtab.h \
3005 $(INCDIR)/aout/aout64.h \
3006 $(INCDIR)/aout/ar.h \
3007 $(INCDIR)/aout/stab.def \
3008 $(INCDIR)/aout/stab_gnu.h \
3009 $(INCDIR)/bfdlink.h \
3010 $(INCDIR)/filenames.h \
3011 $(INCDIR)/hashtab.h \
3016 $(INCDIR)/aout/aout64.h \
3017 $(INCDIR)/aout/ar.h \
3018 $(INCDIR)/aout/stab.def \
3019 $(INCDIR)/aout/stab_gnu.h \
3020 $(INCDIR)/bfdlink.h \
3021 $(INCDIR)/filenames.h \
3022 $(INCDIR)/hashtab.h \
3027 $(INCDIR)/aout/aout64.h \
3028 $(INCDIR)/aout/ar.h \
3029 $(INCDIR)/aout/stab.def \
3030 $(INCDIR)/aout/stab_gnu.h \
3031 $(INCDIR)/bfdlink.h \
3032 $(INCDIR)/filenames.h \
3033 $(INCDIR)/hashtab.h \
3038 $(INCDIR)/bfdlink.h \
3039 $(INCDIR)/filenames.h \
3040 $(INCDIR)/hashtab.h \
3044 $(INCDIR)/aout/aout64.h \
3045 $(INCDIR)/aout/ar.h \
3046 $(INCDIR)/aout/stab.def \
3047 $(INCDIR)/aout/stab_gnu.h \
3048 $(INCDIR)/bfdlink.h \
3049 $(INCDIR)/filenames.h \
3050 $(INCDIR)/hashtab.h \
3056 $(INCDIR)/bfdlink.h \
3057 $(INCDIR)/filenames.h \
3058 $(INCDIR)/hashtab.h \
3063 $(INCDIR)/filenames.h \
3064 $(INCDIR)/hashtab.h \
3066 $(INCDIR)/safe-ctype.h \
3070 $(INCDIR)/aout/aout64.h \
3071 $(INCDIR)/aout/ar.h \
3072 $(INCDIR)/aout/stab.def \
3073 $(INCDIR)/aout/stab_gnu.h \
3074 $(INCDIR)/bfdlink.h \
3075 $(INCDIR)/filenames.h \
3076 $(INCDIR)/hashtab.h \
3082 $(INCDIR)/aout/aout64.h \
3083 $(INCDIR)/aout/ar.h \
3084 $(INCDIR)/aout/stab.def \
3085 $(INCDIR)/aout/stab_gnu.h \
3086 $(INCDIR)/bfdlink.h \
3087 $(INCDIR)/filenames.h \
3088 $(INCDIR)/hashtab.h \
3093 $(INCDIR)/aout/aout64.h \
3094 $(INCDIR)/aout/ar.h \
3095 $(INCDIR)/aout/stab.def \
3096 $(INCDIR)/aout/stab_gnu.h \
3097 $(INCDIR)/bfdlink.h \
3098 $(INCDIR)/filenames.h \
3099 $(INCDIR)/hashtab.h \
3105 $(INCDIR)/aout/aout64.h \
3106 $(INCDIR)/aout/ar.h \
3107 $(INCDIR)/aout/stab.def \
3108 $(INCDIR)/aout/stab_gnu.h \
3109 $(INCDIR)/bfdlink.h \
3110 $(INCDIR)/filenames.h \
3111 $(INCDIR)/hashtab.h \
3116 $(INCDIR)/aout/aout64.h \
3117 $(INCDIR)/aout/ar.h \
3118 $(INCDIR)/aout/stab.def \
3119 $(INCDIR)/aout/stab_gnu.h \
3120 $(INCDIR)/bfdlink.h \
3121 $(INCDIR)/filenames.h \
3122 $(INCDIR)/hashtab.h \
3128 $(INCDIR)/aout/stab.def \
3129 $(INCDIR)/aout/stab_gnu.h \
3130 $(INCDIR)/filenames.h \
3131 $(INCDIR)/hashtab.h \
3132 $(INCDIR)/libiberty.h \
3137 $(INCDIR)/filenames.h \
3138 $(INCDIR)/hashtab.h \
3139 $(INCDIR)/libiberty.h \
3144 $(INCDIR)/aout/aout64.h \
3145 $(INCDIR)/aout/ar.h \
3146 $(INCDIR)/aout/stab.def \
3147 $(INCDIR)/aout/stab_gnu.h \
3148 $(INCDIR)/bfdlink.h \
3149 $(INCDIR)/filenames.h \
3150 $(INCDIR)/hashtab.h \
3155 $(INCDIR)/aout/aout64.h \
3156 $(INCDIR)/aout/ar.h \
3157 $(INCDIR)/aout/stab.def \
3158 $(INCDIR)/aout/stab_gnu.h \
3159 $(INCDIR)/bfdlink.h \
3160 $(INCDIR)/filenames.h \
3161 $(INCDIR)/hashtab.h \
3166 $(INCDIR)/filenames.h \
3167 $(INCDIR)/hashtab.h \
3168 $(INCDIR)/nlm/common.h \
3169 $(INCDIR)/nlm/external.h \
3170 $(INCDIR)/nlm/internal.h \
3174 $(INCDIR)/filenames.h \
3175 $(INCDIR)/hashtab.h \
3176 $(INCDIR)/nlm/common.h \
3177 $(INCDIR)/nlm/external.h \
3178 $(INCDIR)/nlm/i386-ext.h \
3179 $(INCDIR)/nlm/internal.h \
3185 $(INCDIR)/filenames.h \
3186 $(INCDIR)/hashtab.h \
3187 $(INCDIR)/nlm/common.h \
3188 $(INCDIR)/nlm/external.h \
3189 $(INCDIR)/nlm/internal.h \
3190 $(INCDIR)/nlm/ppc-ext.h \
3196 $(INCDIR)/filenames.h \
3197 $(INCDIR)/hashtab.h \
3198 $(INCDIR)/nlm/common.h \
3199 $(INCDIR)/nlm/external.h \
3200 $(INCDIR)/nlm/internal.h \
3201 $(INCDIR)/nlm/sparc32-ext.h \
3207 $(INCDIR)/filenames.h \
3208 $(INCDIR)/hashtab.h \
3209 $(INCDIR)/nlm/common.h \
3210 $(INCDIR)/nlm/external.h \
3211 $(INCDIR)/nlm/internal.h \
3216 $(INCDIR)/aout/aout64.h \
3217 $(INCDIR)/aout/ar.h \
3218 $(INCDIR)/aout/stab.def \
3219 $(INCDIR)/aout/stab_gnu.h \
3220 $(INCDIR)/bfdlink.h \
3221 $(INCDIR)/filenames.h \
3222 $(INCDIR)/hashtab.h \
3228 $(INCDIR)/filenames.h \
3229 $(INCDIR)/hashtab.h \
3231 $(INCDIR)/safe-ctype.h \
3235 $(INCDIR)/aout/aout64.h \
3236 $(INCDIR)/aout/ar.h \
3237 $(INCDIR)/aout/stab.def \
3238 $(INCDIR)/aout/stab_gnu.h \
3239 $(INCDIR)/bfdlink.h \
3240 $(INCDIR)/filenames.h \
3241 $(INCDIR)/hashtab.h \
3246 $(INCDIR)/aout/aout64.h \
3247 $(INCDIR)/aout/ar.h \
3248 $(INCDIR)/aout/stab.def \
3249 $(INCDIR)/aout/stab_gnu.h \
3250 $(INCDIR)/bfdlink.h \
3251 $(INCDIR)/filenames.h \
3252 $(INCDIR)/hashtab.h \
3253 $(INCDIR)/safe-ctype.h \
3258 $(INCDIR)/bfdlink.h \
3259 $(INCDIR)/coff/arm.h \
3260 $(INCDIR)/coff/external.h \
3261 $(INCDIR)/coff/internal.h \
3262 $(INCDIR)/coff/pe.h \
3263 $(INCDIR)/filenames.h \
3264 $(INCDIR)/hashtab.h \
3273 $(INCDIR)/bfdlink.h \
3274 $(INCDIR)/coff/arm.h \
3275 $(INCDIR)/coff/external.h \
3276 $(INCDIR)/coff/internal.h \
3277 $(INCDIR)/coff/pe.h \
3278 $(INCDIR)/filenames.h \
3279 $(INCDIR)/hashtab.h \
3287 $(INCDIR)/bfdlink.h \
3288 $(INCDIR)/coff/external.h \
3289 $(INCDIR)/coff/i386.h \
3290 $(INCDIR)/coff/internal.h \
3291 $(INCDIR)/coff/pe.h \
3292 $(INCDIR)/filenames.h \
3293 $(INCDIR)/hashtab.h \
3301 $(INCDIR)/bfdlink.h \
3302 $(INCDIR)/coff/external.h \
3303 $(INCDIR)/coff/internal.h \
3304 $(INCDIR)/coff/mcore.h \
3305 $(INCDIR)/coff/pe.h \
3306 $(INCDIR)/filenames.h \
3307 $(INCDIR)/hashtab.h \
3315 $(INCDIR)/bfdlink.h \
3316 $(INCDIR)/coff/external.h \
3317 $(INCDIR)/coff/internal.h \
3318 $(INCDIR)/coff/mipspe.h \
3319 $(INCDIR)/coff/pe.h \
3320 $(INCDIR)/filenames.h \
3321 $(INCDIR)/hashtab.h \
3328 $(INCDIR)/bfdlink.h \
3329 $(INCDIR)/coff/external.h \
3330 $(INCDIR)/coff/internal.h \
3331 $(INCDIR)/coff/pe.h \
3332 $(INCDIR)/coff/powerpc.h \
3333 $(INCDIR)/filenames.h \
3334 $(INCDIR)/hashtab.h \
3342 $(INCDIR)/bfdlink.h \
3343 $(INCDIR)/coff/external.h \
3344 $(INCDIR)/coff/internal.h \
3345 $(INCDIR)/coff/pe.h \
3346 $(INCDIR)/coff/sh.h \
3347 $(INCDIR)/filenames.h \
3348 $(INCDIR)/hashtab.h \
3349 $(INCDIR)/libiberty.h \
3357 $(INCDIR)/filenames.h \
3358 $(INCDIR)/hashtab.h \
3359 $(INCDIR)/libiberty.h \
3360 $(INCDIR)/safe-ctype.h \
3365 $(INCDIR)/bfdlink.h \
3366 $(INCDIR)/coff/arm.h \
3367 $(INCDIR)/coff/external.h \
3368 $(INCDIR)/coff/internal.h \
3369 $(INCDIR)/coff/pe.h \
3370 $(INCDIR)/filenames.h \
3371 $(INCDIR)/hashtab.h \
3380 $(INCDIR)/bfdlink.h \
3381 $(INCDIR)/coff/arm.h \
3382 $(INCDIR)/coff/external.h \
3383 $(INCDIR)/coff/internal.h \
3384 $(INCDIR)/coff/pe.h \
3385 $(INCDIR)/filenames.h \
3386 $(INCDIR)/hashtab.h \
3394 $(INCDIR)/bfdlink.h \
3395 $(INCDIR)/coff/external.h \
3396 $(INCDIR)/coff/i386.h \
3397 $(INCDIR)/coff/internal.h \
3398 $(INCDIR)/coff/pe.h \
3399 $(INCDIR)/filenames.h \
3400 $(INCDIR)/hashtab.h \
3408 $(INCDIR)/bfdlink.h \
3409 $(INCDIR)/coff/external.h \
3410 $(INCDIR)/coff/internal.h \
3411 $(INCDIR)/coff/mcore.h \
3412 $(INCDIR)/coff/pe.h \
3413 $(INCDIR)/filenames.h \
3414 $(INCDIR)/hashtab.h \
3422 $(INCDIR)/bfdlink.h \
3423 $(INCDIR)/coff/external.h \
3424 $(INCDIR)/coff/internal.h \
3425 $(INCDIR)/coff/mipspe.h \
3426 $(INCDIR)/coff/pe.h \
3427 $(INCDIR)/filenames.h \
3428 $(INCDIR)/hashtab.h \
3436 $(INCDIR)/bfdlink.h \
3437 $(INCDIR)/coff/external.h \
3438 $(INCDIR)/coff/internal.h \
3439 $(INCDIR)/coff/pe.h \
3440 $(INCDIR)/coff/powerpc.h \
3441 $(INCDIR)/filenames.h \
3442 $(INCDIR)/hashtab.h \
3450 $(INCDIR)/bfdlink.h \
3451 $(INCDIR)/coff/external.h \
3452 $(INCDIR)/coff/internal.h \
3453 $(INCDIR)/coff/pe.h \
3454 $(INCDIR)/coff/sh.h \
3455 $(INCDIR)/filenames.h \
3456 $(INCDIR)/hashtab.h \
3457 $(INCDIR)/libiberty.h \
3465 $(INCDIR)/filenames.h \
3466 $(INCDIR)/hashtab.h \
3467 $(INCDIR)/libiberty.h \
3468 $(INCDIR)/plugin-api.h \
3472 $(INCDIR)/filenames.h \
3473 $(INCDIR)/hashtab.h \
3474 $(INCDIR)/safe-ctype.h
3477 $(INCDIR)/bfdlink.h \
3478 $(INCDIR)/coff/internal.h \
3479 $(INCDIR)/filenames.h \
3480 $(INCDIR)/hashtab.h \
3485 $(INCDIR)/aout/aout64.h \
3486 $(INCDIR)/aout/ar.h \
3487 $(INCDIR)/aout/stab.def \
3488 $(INCDIR)/aout/stab_gnu.h \
3489 $(INCDIR)/bfdlink.h \
3490 $(INCDIR)/filenames.h \
3491 $(INCDIR)/hashtab.h \
3496 $(INCDIR)/alloca-conf.h \
3497 $(INCDIR)/filenames.h
3500 $(INCDIR)/aout/aout64.h \
3501 $(INCDIR)/aout/ar.h \
3502 $(INCDIR)/aout/stab.def \
3503 $(INCDIR)/aout/stab_gnu.h \
3504 $(INCDIR)/bfdlink.h \
3505 $(INCDIR)/filenames.h \
3506 $(INCDIR)/hashtab.h \
3511 $(INCDIR)/aout/aout64.h \
3512 $(INCDIR)/aout/ar.h \
3513 $(INCDIR)/aout/stab.def \
3514 $(INCDIR)/aout/stab_gnu.h \
3515 $(INCDIR)/aout/sun4.h \
3516 $(INCDIR)/bfdlink.h \
3517 $(INCDIR)/filenames.h \
3518 $(INCDIR)/hashtab.h \
3523 $(INCDIR)/aout/aout64.h \
3524 $(INCDIR)/aout/ar.h \
3525 $(INCDIR)/aout/stab.def \
3526 $(INCDIR)/aout/stab_gnu.h \
3527 $(INCDIR)/bfdlink.h \
3528 $(INCDIR)/filenames.h \
3529 $(INCDIR)/hashtab.h \
3535 $(INCDIR)/aout/aout64.h \
3536 $(INCDIR)/aout/ar.h \
3537 $(INCDIR)/aout/stab.def \
3538 $(INCDIR)/aout/stab_gnu.h \
3539 $(INCDIR)/aout/sun4.h \
3540 $(INCDIR)/bfdlink.h \
3541 $(INCDIR)/filenames.h \
3542 $(INCDIR)/hashtab.h \
3548 $(INCDIR)/aout/aout64.h \
3549 $(INCDIR)/aout/ar.h \
3550 $(INCDIR)/aout/stab.def \
3551 $(INCDIR)/aout/stab_gnu.h \
3552 $(INCDIR)/bfdlink.h \
3553 $(INCDIR)/filenames.h \
3554 $(INCDIR)/hashtab.h \
3560 $(INCDIR)/aout/aout64.h \
3561 $(INCDIR)/aout/ar.h \
3562 $(INCDIR)/aout/stab.def \
3563 $(INCDIR)/aout/stab_gnu.h \
3564 $(INCDIR)/bfdlink.h \
3565 $(INCDIR)/filenames.h \
3566 $(INCDIR)/hashtab.h \
3571 $(INCDIR)/aout/aout64.h \
3572 $(INCDIR)/aout/ar.h \
3573 $(INCDIR)/aout/stab.def \
3574 $(INCDIR)/aout/stab_gnu.h \
3575 $(INCDIR)/bfdlink.h \
3576 $(INCDIR)/filenames.h \
3577 $(INCDIR)/hashtab.h \
3583 $(INCDIR)/filenames.h \
3584 $(INCDIR)/hashtab.h \
3585 $(INCDIR)/libiberty.h
3588 $(INCDIR)/bfdlink.h \
3589 $(INCDIR)/filenames.h \
3590 $(INCDIR)/hashtab.h \
3594 $(INCDIR)/bfdlink.h \
3595 $(INCDIR)/filenames.h \
3596 $(INCDIR)/hashtab.h \
3597 $(INCDIR)/safe-ctype.h \
3602 $(INCDIR)/bfdlink.h \
3603 $(INCDIR)/filenames.h \
3604 $(INCDIR)/hashtab.h \
3608 $(INCDIR)/bfdlink.h \
3609 $(INCDIR)/filenames.h \
3610 $(INCDIR)/hashtab.h \
3614 $(INCDIR)/bfdlink.h \
3615 $(INCDIR)/filenames.h \
3616 $(INCDIR)/hashtab.h \
3620 $(INCDIR)/filenames.h \
3624 $(INCDIR)/bfdlink.h \
3625 $(INCDIR)/coff/internal.h \
3626 $(INCDIR)/coff/xcoff.h \
3627 $(INCDIR)/filenames.h \
3628 $(INCDIR)/hashtab.h \
3629 $(INCDIR)/libiberty.h \
3634 $(INCDIR)/alloca-conf.h \
3635 $(INCDIR)/filenames.h \
3636 $(INCDIR)/hashtab.h \
3640 $(INCDIR)/filenames.h \
3641 $(INCDIR)/hashtab.h \
3642 $(INCDIR)/xtensa-isa-internal.h \
3643 $(INCDIR)/xtensa-isa.h
3644 xtensa-modules.lo: \
3646 $(INCDIR)/xtensa-isa-internal.h \
3647 $(INCDIR)/xtensa-isa.h
3650 $(INCDIR)/filenames.h
3653 $(INCDIR)/aout/aout64.h \
3654 $(INCDIR)/aout/ar.h \
3655 $(INCDIR)/aout/stab.def \
3656 $(INCDIR)/aout/stab_gnu.h \
3657 $(INCDIR)/bfdlink.h \
3658 $(INCDIR)/filenames.h \
3659 $(INCDIR)/hashtab.h \
3660 $(INCDIR)/safe-ctype.h \
3665 $(INCDIR)/aout/ar.h \
3666 $(INCDIR)/bfdlink.h \
3667 $(INCDIR)/coff/alpha.h \
3668 $(INCDIR)/coff/ecoff.h \
3669 $(INCDIR)/coff/internal.h \
3670 $(INCDIR)/coff/sym.h \
3671 $(INCDIR)/coff/symconst.h \
3672 $(INCDIR)/filenames.h \
3673 $(INCDIR)/hashtab.h \
3680 $(INCDIR)/bfdlink.h \
3681 $(INCDIR)/coff/external.h \
3682 $(INCDIR)/coff/internal.h \
3683 $(INCDIR)/coff/pe.h \
3684 $(INCDIR)/coff/x86_64.h \
3685 $(INCDIR)/filenames.h \
3686 $(INCDIR)/hashtab.h \
3687 $(INCDIR)/libiberty.h \
3693 $(INCDIR)/bfdlink.h \
3694 $(INCDIR)/coff/internal.h \
3695 $(INCDIR)/coff/rs6k64.h \
3696 $(INCDIR)/coff/xcoff.h \
3697 $(INCDIR)/filenames.h \
3698 $(INCDIR)/hashtab.h \
3705 $(INCDIR)/aout/aout64.h \
3706 $(INCDIR)/aout/ar.h \
3707 $(INCDIR)/aout/stab.def \
3708 $(INCDIR)/aout/stab_gnu.h \
3709 $(INCDIR)/aout/sun4.h \
3710 $(INCDIR)/bfdlink.h \
3711 $(INCDIR)/filenames.h \
3712 $(INCDIR)/hashtab.h \
3718 $(INCDIR)/bfdlink.h \
3719 $(INCDIR)/elf/common.h \
3720 $(INCDIR)/elf/external.h \
3721 $(INCDIR)/elf/internal.h \
3722 $(INCDIR)/elf/reloc-macros.h \
3723 $(INCDIR)/elf/score.h \
3724 $(INCDIR)/filenames.h \
3725 $(INCDIR)/hashtab.h \
3726 $(INCDIR)/libiberty.h \
3732 $(INCDIR)/bfdlink.h \
3733 $(INCDIR)/elf/common.h \
3734 $(INCDIR)/elf/external.h \
3735 $(INCDIR)/elf/internal.h \
3736 $(INCDIR)/elf/reloc-macros.h \
3737 $(INCDIR)/elf/score.h \
3738 $(INCDIR)/filenames.h \
3739 $(INCDIR)/hashtab.h \
3740 $(INCDIR)/libiberty.h \
3745 $(INCDIR)/aout/ar.h \
3746 $(INCDIR)/bfdlink.h \
3747 $(INCDIR)/coff/alpha.h \
3748 $(INCDIR)/coff/ecoff.h \
3749 $(INCDIR)/coff/internal.h \
3750 $(INCDIR)/coff/sym.h \
3751 $(INCDIR)/coff/symconst.h \
3752 $(INCDIR)/elf/alpha.h \
3753 $(INCDIR)/elf/common.h \
3754 $(INCDIR)/elf/external.h \
3755 $(INCDIR)/elf/internal.h \
3756 $(INCDIR)/elf/reloc-macros.h \
3757 $(INCDIR)/filenames.h \
3758 $(INCDIR)/hashtab.h \
3766 $(INCDIR)/bfdlink.h \
3767 $(INCDIR)/elf/common.h \
3768 $(INCDIR)/elf/external.h \
3769 $(INCDIR)/elf/internal.h \
3770 $(INCDIR)/filenames.h \
3771 $(INCDIR)/hashtab.h \
3776 $(INCDIR)/alloca-conf.h \
3777 $(INCDIR)/bfdlink.h \
3778 $(INCDIR)/elf/common.h \
3779 $(INCDIR)/elf/external.h \
3780 $(INCDIR)/elf/hppa.h \
3781 $(INCDIR)/elf/internal.h \
3782 $(INCDIR)/elf/reloc-macros.h \
3783 $(INCDIR)/filenames.h \
3784 $(INCDIR)/hashtab.h \
3792 $(INCDIR)/aout/ar.h \
3793 $(INCDIR)/bfdlink.h \
3794 $(INCDIR)/coff/alpha.h \
3795 $(INCDIR)/coff/ecoff.h \
3796 $(INCDIR)/coff/internal.h \
3797 $(INCDIR)/coff/sym.h \
3798 $(INCDIR)/coff/symconst.h \
3799 $(INCDIR)/elf/common.h \
3800 $(INCDIR)/elf/external.h \
3801 $(INCDIR)/elf/internal.h \
3802 $(INCDIR)/elf/mips.h \
3803 $(INCDIR)/elf/reloc-macros.h \
3804 $(INCDIR)/filenames.h \
3805 $(INCDIR)/hashtab.h \
3813 $(INCDIR)/bfdlink.h \
3814 $(INCDIR)/elf/common.h \
3815 $(INCDIR)/elf/external.h \
3816 $(INCDIR)/elf/internal.h \
3817 $(INCDIR)/elf/mmix.h \
3818 $(INCDIR)/elf/reloc-macros.h \
3819 $(INCDIR)/filenames.h \
3820 $(INCDIR)/hashtab.h \
3821 $(INCDIR)/opcode/mmix.h \
3826 $(INCDIR)/bfdlink.h \
3827 $(INCDIR)/elf/common.h \
3828 $(INCDIR)/elf/external.h \
3829 $(INCDIR)/elf/internal.h \
3830 $(INCDIR)/elf/ppc64.h \
3831 $(INCDIR)/elf/reloc-macros.h \
3832 $(INCDIR)/filenames.h \
3833 $(INCDIR)/hashtab.h \
3839 $(INCDIR)/bfdlink.h \
3840 $(INCDIR)/elf/common.h \
3841 $(INCDIR)/elf/external.h \
3842 $(INCDIR)/elf/internal.h \
3843 $(INCDIR)/elf/reloc-macros.h \
3844 $(INCDIR)/elf/s390.h \
3845 $(INCDIR)/filenames.h \
3846 $(INCDIR)/hashtab.h \
3851 $(INCDIR)/bfdlink.h \
3852 $(INCDIR)/elf/common.h \
3853 $(INCDIR)/elf/external.h \
3854 $(INCDIR)/elf/internal.h \
3855 $(INCDIR)/elf/reloc-macros.h \
3856 $(INCDIR)/elf/sh.h \
3857 $(INCDIR)/filenames.h \
3858 $(INCDIR)/hashtab.h \
3863 $(INCDIR)/bfdlink.h \
3864 $(INCDIR)/elf/common.h \
3865 $(INCDIR)/elf/external.h \
3866 $(INCDIR)/elf/internal.h \
3867 $(INCDIR)/elf/reloc-macros.h \
3868 $(INCDIR)/elf/sparc.h \
3869 $(INCDIR)/filenames.h \
3870 $(INCDIR)/hashtab.h \
3871 $(INCDIR)/opcode/sparc.h \
3877 $(INCDIR)/bfdlink.h \
3878 $(INCDIR)/elf/common.h \
3879 $(INCDIR)/elf/external.h \
3880 $(INCDIR)/elf/internal.h \
3881 $(INCDIR)/elf/reloc-macros.h \
3882 $(INCDIR)/elf/x86-64.h \
3883 $(INCDIR)/filenames.h \
3884 $(INCDIR)/hashtab.h \
3885 $(INCDIR)/objalloc.h \
3891 $(INCDIR)/bfdlink.h \
3892 $(INCDIR)/elf/common.h \
3893 $(INCDIR)/elf/external.h \
3894 $(INCDIR)/elf/internal.h \
3895 $(INCDIR)/filenames.h \
3896 $(INCDIR)/hashtab.h \
3897 $(INCDIR)/libiberty.h \
3903 $(INCDIR)/bfdlink.h \
3904 $(INCDIR)/coff/ecoff.h \
3905 $(INCDIR)/coff/external.h \
3906 $(INCDIR)/coff/internal.h \
3907 $(INCDIR)/coff/mips.h \
3908 $(INCDIR)/coff/sym.h \
3909 $(INCDIR)/coff/symconst.h \
3910 $(INCDIR)/elf/common.h \
3911 $(INCDIR)/elf/external.h \
3912 $(INCDIR)/elf/internal.h \
3913 $(INCDIR)/elf/mips.h \
3914 $(INCDIR)/elf/reloc-macros.h \
3915 $(INCDIR)/filenames.h \
3916 $(INCDIR)/hashtab.h \
3924 $(INCDIR)/elf/mmix.h \
3925 $(INCDIR)/elf/reloc-macros.h \
3926 $(INCDIR)/filenames.h \
3927 $(INCDIR)/hashtab.h \
3928 $(INCDIR)/libiberty.h \
3929 $(INCDIR)/opcode/mmix.h
3932 $(INCDIR)/filenames.h \
3933 $(INCDIR)/hashtab.h \
3934 $(INCDIR)/nlm/alpha-ext.h \
3935 $(INCDIR)/nlm/common.h \
3936 $(INCDIR)/nlm/external.h \
3937 $(INCDIR)/nlm/internal.h \
3943 $(INCDIR)/filenames.h \
3944 $(INCDIR)/hashtab.h \
3945 $(INCDIR)/nlm/common.h \
3946 $(INCDIR)/nlm/external.h \
3947 $(INCDIR)/nlm/internal.h \
3952 $(INCDIR)/bfdlink.h \
3953 $(INCDIR)/coff/external.h \
3954 $(INCDIR)/coff/internal.h \
3955 $(INCDIR)/coff/pe.h \
3956 $(INCDIR)/coff/x86_64.h \
3957 $(INCDIR)/filenames.h \
3958 $(INCDIR)/hashtab.h \
3959 $(INCDIR)/libiberty.h \
3967 $(INCDIR)/bfdlink.h \
3968 $(INCDIR)/coff/external.h \
3969 $(INCDIR)/coff/ia64.h \
3970 $(INCDIR)/coff/internal.h \
3971 $(INCDIR)/coff/pe.h \
3972 $(INCDIR)/filenames.h \
3973 $(INCDIR)/hashtab.h \
3981 $(INCDIR)/bfdlink.h \
3982 $(INCDIR)/coff/external.h \
3983 $(INCDIR)/coff/internal.h \
3984 $(INCDIR)/coff/pe.h \
3985 $(INCDIR)/coff/x86_64.h \
3986 $(INCDIR)/filenames.h \
3987 $(INCDIR)/hashtab.h \
3988 $(INCDIR)/libiberty.h \
3996 $(INCDIR)/bfdlink.h \
3997 $(INCDIR)/coff/external.h \
3998 $(INCDIR)/coff/i386.h \
3999 $(INCDIR)/coff/internal.h \
4000 $(INCDIR)/filenames.h \
4001 $(INCDIR)/hashtab.h \
4005 $(INCDIR)/filenames.h \
4009 $(INCDIR)/filenames.h \
4013 $(INCDIR)/filenames.h \
4017 $(INCDIR)/filenames.h \
4021 $(INCDIR)/filenames.h \
4025 $(INCDIR)/bfdlink.h \
4026 $(INCDIR)/filenames.h \
4027 $(INCDIR)/hashtab.h \
4031 $(INCDIR)/bfdlink.h \
4032 $(INCDIR)/filenames.h \
4033 $(INCDIR)/hashtab.h \
4037 $(INCDIR)/bfdlink.h \
4038 $(INCDIR)/elf/common.h \
4039 $(INCDIR)/elf/external.h \
4040 $(INCDIR)/elf/ia64.h \
4041 $(INCDIR)/elf/internal.h \
4042 $(INCDIR)/elf/reloc-macros.h \
4043 $(INCDIR)/filenames.h \
4044 $(INCDIR)/hashtab.h \
4045 $(INCDIR)/objalloc.h \
4046 $(INCDIR)/opcode/ia64.h \
4051 $(INCDIR)/bfdlink.h \
4052 $(INCDIR)/elf/common.h \
4053 $(INCDIR)/elf/external.h \
4054 $(INCDIR)/elf/ia64.h \
4055 $(INCDIR)/elf/internal.h \
4056 $(INCDIR)/elf/reloc-macros.h \
4057 $(INCDIR)/filenames.h \
4058 $(INCDIR)/hashtab.h \
4059 $(INCDIR)/objalloc.h \
4060 $(INCDIR)/opcode/ia64.h \
4065 $(INCDIR)/bfdlink.h \
4066 $(INCDIR)/coff/external.h \
4067 $(INCDIR)/coff/i386.h \
4068 $(INCDIR)/coff/internal.h \
4069 $(INCDIR)/coff/pe.h \
4070 $(INCDIR)/filenames.h \
4071 $(INCDIR)/hashtab.h \
4076 $(INCDIR)/bfdlink.h \
4077 $(INCDIR)/coff/external.h \
4078 $(INCDIR)/coff/ia64.h \
4079 $(INCDIR)/coff/internal.h \
4080 $(INCDIR)/coff/pe.h \
4081 $(INCDIR)/filenames.h \
4082 $(INCDIR)/hashtab.h \
4087 $(INCDIR)/bfdlink.h \
4088 $(INCDIR)/coff/external.h \
4089 $(INCDIR)/coff/internal.h \
4090 $(INCDIR)/coff/pe.h \
4091 $(INCDIR)/coff/x86_64.h \
4092 $(INCDIR)/filenames.h \
4093 $(INCDIR)/hashtab.h \
4096 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY