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.
135 ALL_MACHINES_CFILES = \
204 # The .o files needed by all of the 32 bit vectors that are configured into
205 # target_vector in targets.c if configured with --enable-targets=all.
301 elf32-sh-symbian.lo \
389 BFD32_BACKENDS_CFILES = \
571 # The .o files needed by all of the 64 bit vectors that are configured into
572 # target_vector in targets.c if configured with --enable-targets=all
573 # and --enable-64-bit-bfd.
574 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
608 BFD64_BACKENDS_CFILES = \
636 OPTIONAL_BACKENDS = \
646 OPTIONAL_BACKENDS_CFILES = \
656 # We want to rerun configure if configure.in, config.bfd or
657 # configure.host change. configure.in is needed since the version
658 # number in Makefile comes from configure.in.
659 CONFIG_STATUS_DEPENDENCIES = \
660 $(srcdir)/configure.in \
661 $(srcdir)/config.bfd \
662 $(srcdir)/configure.host
664 # These are defined by configure.in:
665 WORDSIZE = @wordsize@
666 ALL_BACKENDS = @all_backends@
667 BFD_BACKENDS = @bfd_backends@
668 BFD_MACHINES = @bfd_machines@
669 TDEFAULTS = @tdefaults@
671 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
673 # C source files that correspond to .o's.
675 $(BFD32_LIBS_CFILES) \
676 $(BFD64_LIBS_CFILES) \
677 $(ALL_MACHINES_CFILES) \
678 $(BFD32_BACKENDS_CFILES) \
679 $(BFD64_BACKENDS_CFILES) \
680 $(OPTIONAL_BACKENDS_CFILES)
683 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
685 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
687 ## This is a list of all .h files which are in the source tree.
689 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
690 elf-bfd.h elf-hppa.h elf32-hppa.h \
691 elf64-hppa.h elfcode.h elfcore.h \
692 freebsd.h genlink.h go32stub.h \
693 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
694 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
695 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
696 pef.h pef-traceback.h peicode.h som.h version.h \
697 vms.h xcoff-target.h xsym.h
699 ## ... and all .h files which are in the build tree.
701 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
703 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
705 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
706 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
708 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
709 for file in $(SRC_POTFILES); do echo $$file; done \
710 | LC_ALL=C sort > tmp.src \
711 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
713 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
714 for file in $(BLD_POTFILES); do echo $$file; done \
715 | LC_ALL=C sort > tmp.bld \
716 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
720 .PHONY: install-pdf install-pdf-am install-pdf-recursive
722 install-pdf: install-pdf-recursive
724 install-pdf-recursive:
726 for f in x $$MAKEFLAGS; do \
729 *k*) failcom='fail=yes';; \
733 target=`echo $@ | sed s/-recursive//`; \
734 list='$(SUBDIRS)'; for subdir in $$list; do \
735 echo "Making $$target in $$subdir"; \
736 if test "$$subdir" = "."; then \
738 local_target="$$target-am"; \
740 local_target="$$target"; \
742 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
745 if test "$$dot_seen" = "no"; then \
746 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
749 .PHONY: install-html install-html-am install-html-recursive
751 install-html: install-html-recursive
753 install-html-recursive:
755 for f in x $$MAKEFLAGS; do \
758 *k*) failcom='fail=yes';; \
762 target=`echo $@ | sed s/-recursive//`; \
763 list='$(SUBDIRS)'; for subdir in $$list; do \
764 echo "Making $$target in $$subdir"; \
765 if test "$$subdir" = "."; then \
767 local_target="$$target-am"; \
769 local_target="$$target"; \
771 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
774 if test "$$dot_seen" = "no"; then \
775 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
778 # Various kinds of .o files to put in libbfd.a:
779 # BFD_BACKENDS Routines the configured targets need.
780 # BFD_MACHINES Architecture-specific routines the configured targets need.
781 # COREFILE Core file routines for a native configuration
782 # bfd64_libs Routines for 64bit support
783 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
785 stamp-ofiles: Makefile
788 for i in $(OFILES) ; do \
795 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
798 ofiles: stamp-ofiles ; @true
800 # Since BFD64_LIBS is optional and we can't have substitution in
801 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
802 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
803 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
804 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
805 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
807 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
808 # directory so that we don't have to convert all the programs that use
809 # libbfd.a simultaneously. This is a hack which should be removed if
810 # everything else starts using libtool. FIXME.
812 noinst_LIBRARIES = libbfd.a
816 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
817 if [ -f $$libtooldir/libbfd.a ]; then \
818 cp $$libtooldir/libbfd.a libbfd.tmp; \
819 $(RANLIB) libbfd.tmp; \
820 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
824 libbfd.a: stamp-lib ; @true
826 # This file holds an array associating configuration triplets and
827 # vector names. It is built from config.bfd. It is not compiled by
828 # itself, but is included by targets.c.
829 targmatch.h: config.bfd targmatch.sed
831 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
832 mv -f targmatch.new targmatch.h
834 # When compiling archures.c and targets.c, supply the default target
835 # info from configure.
837 targets.lo: targets.c Makefile
838 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
840 archures.lo: archures.c Makefile
841 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
843 dwarf2.lo: dwarf2.c Makefile
844 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
846 elf32-target.h : elfxx-target.h
848 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
849 mv -f elf32-target.new elf32-target.h
851 elf64-target.h : elfxx-target.h
853 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
854 mv -f elf64-target.new elf64-target.h
856 elf32-ia64.c : elfxx-ia64.c
858 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
859 mv -f elf32-ia64.new elf32-ia64.c
861 elf64-ia64.c : elfxx-ia64.c
863 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
864 mv -f elf64-ia64.new elf64-ia64.c
866 peigen.c : peXXigen.c
868 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
869 mv -f peigen.new peigen.c
871 pepigen.c : peXXigen.c
873 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
874 mv -f pepigen.new pepigen.c
876 pex64igen.c: peXXigen.c
878 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
879 mv -f pex64igen.new pex64igen.c
881 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
882 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
888 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
890 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
893 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
896 .PHONY: install_libbfd uninstall_libbfd
897 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
898 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
899 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
900 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
901 if test -f $$p; then \
902 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
903 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
906 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
907 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
908 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
909 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
912 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
913 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
915 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
916 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
917 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
918 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
920 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
921 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
923 $(MAKE) MKDEP="$(MKDEP)" DEP1
924 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
925 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
926 echo 'make DEP failed!'; exit 1; \
932 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
933 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
935 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
936 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
937 sed -e '1s/.*: //' -f dep.sed < DEPA | \
938 LC_ALL=C sort | LC_ALL=C uniq | \
939 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
944 dep.sed: dep-in.sed config.status
945 sed <$(srcdir)/dep-in.sed >dep.sed \
946 -e 's!@BFD_H@!$(BFD_H)!' \
947 -e 's!@SRCDIR@!$(srcdir)!' \
948 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
951 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
952 cat DEP >> tmp-Makefile
953 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
956 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
957 cat DEP >> tmp-Makefile.in
958 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
961 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
962 cat DEP >> tmp-Makefile.am
963 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
965 host-aout.lo: Makefile
967 # The following program can be used to generate a simple config file
968 # which can be folded into an h-XXX file for a new host, with some editing.
969 aout-params.h: gen-aout
970 ./gen-aout host > aout-params.h
971 gen-aout: $(srcdir)/gen-aout.c Makefile
972 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
974 $(BFD_H): stmp-bfd-h ; @true
976 stmp-bfd-h: bfd-in3.h
978 cp bfd-in3.h bfd-tmp.h
979 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
983 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
984 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
985 archive.c corefile.c targets.c format.c compress.c
986 BFD64_H_FILES = archive64.c
987 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
988 cache.c reloc.c archures.c elf.c
989 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
991 # Could really use a "copy-if-change"...
993 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
994 cp $(bfddocdir)/bfd.h bfd-in2.h-new
995 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
996 cp $(bfddocdir)/libbfd.h libbfd.h-new
997 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
998 cp $(bfddocdir)/libcoff.h libcoff.h-new
999 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1001 # We only rebuild the header files automatically if we have been
1002 # configured with --enable-maintainer-mode.
1004 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1005 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1006 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1007 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1008 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1011 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1012 stmp-lbfd-h: $(LIBBFD_H_FILES)
1013 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1014 cp $(bfddocdir)/libbfd.h libbfd.h-new
1015 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1018 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1019 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1020 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1021 cp $(bfddocdir)/libcoff.h libcoff.h-new
1022 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1025 MOSTLYCLEANFILES = ofiles stamp-ofiles
1027 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1028 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1030 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1032 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1034 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1035 bfd_version_string="\"$(VERSION)\"" ;\
1036 bfd_soversion="$(VERSION)" ;\
1037 bfd_version_package="\"$(PKGVERSION)\"" ;\
1038 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1039 if test "x$(RELEASE)" = x ; then \
1040 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1041 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1042 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1044 sed -e "s,@bfd_version@,$$bfd_version," \
1045 -e "s,@bfd_version_string@,$$bfd_version_string," \
1046 -e "s,@bfd_version_package@,$$bfd_version_package," \
1047 -e "s,@report_bugs_to@,$$report_bugs_to," \
1048 < $(srcdir)/version.h > $@; \
1049 echo "$${bfd_soversion}" > libtool-soversion
1051 # What appears below is generated by a hacked mkdep using gcc -MM.
1053 # DO NOT DELETE THIS LINE -- mkdep uses it.
1054 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1057 $(INCDIR)/aout/ar.h \
1058 $(INCDIR)/aout/ranlib.h \
1059 $(INCDIR)/filenames.h \
1060 $(INCDIR)/hashtab.h \
1061 $(INCDIR)/libiberty.h \
1062 $(INCDIR)/safe-ctype.h
1065 $(INCDIR)/filenames.h \
1066 $(INCDIR)/hashtab.h \
1067 $(INCDIR)/safe-ctype.h
1070 $(INCDIR)/bfdlink.h \
1071 $(INCDIR)/coff/ecoff.h \
1072 $(INCDIR)/coff/internal.h \
1073 $(INCDIR)/coff/sym.h \
1074 $(INCDIR)/demangle.h \
1075 $(INCDIR)/elf/common.h \
1076 $(INCDIR)/elf/external.h \
1077 $(INCDIR)/elf/internal.h \
1078 $(INCDIR)/filenames.h \
1079 $(INCDIR)/hashtab.h \
1080 $(INCDIR)/libiberty.h \
1081 $(INCDIR)/safe-ctype.h \
1088 $(INCDIR)/filenames.h \
1092 $(INCDIR)/filenames.h \
1096 $(INCDIR)/filenames.h \
1097 $(INCDIR)/hashtab.h \
1098 $(INCDIR)/libiberty.h
1101 $(INCDIR)/bfdlink.h \
1102 $(INCDIR)/coff/internal.h \
1103 $(INCDIR)/filenames.h \
1104 $(INCDIR)/hashtab.h \
1108 $(INCDIR)/filenames.h \
1112 $(INCDIR)/filenames.h \
1116 $(INCDIR)/filenames.h \
1120 $(INCDIR)/filenames.h \
1124 $(INCDIR)/filenames.h \
1125 $(INCDIR)/hashtab.h \
1126 $(INCDIR)/libiberty.h \
1127 $(INCDIR)/objalloc.h
1130 $(INCDIR)/bfdlink.h \
1131 $(INCDIR)/filenames.h \
1135 $(INCDIR)/bfdlink.h \
1136 $(INCDIR)/filenames.h \
1140 $(INCDIR)/aout/stab.def \
1141 $(INCDIR)/aout/stab_gnu.h \
1142 $(INCDIR)/bfdlink.h \
1143 $(INCDIR)/filenames.h \
1144 $(INCDIR)/hashtab.h \
1145 $(INCDIR)/safe-ctype.h
1148 $(INCDIR)/filenames.h \
1149 $(INCDIR)/fnmatch.h \
1150 $(INCDIR)/hashtab.h \
1154 $(INCDIR)/filenames.h \
1155 $(INCDIR)/hashtab.h \
1156 $(INCDIR)/libiberty.h \
1157 $(INCDIR)/objalloc.h
1160 $(INCDIR)/bfdlink.h \
1161 $(INCDIR)/filenames.h \
1162 $(INCDIR)/hashtab.h \
1166 $(INCDIR)/filenames.h \
1167 $(INCDIR)/hashtab.h \
1168 $(INCDIR)/libiberty.h \
1169 $(INCDIR)/safe-ctype.h
1172 $(INCDIR)/filenames.h \
1173 $(INCDIR)/hashtab.h \
1174 $(INCDIR)/safe-ctype.h
1177 $(INCDIR)/filenames.h \
1178 $(INCDIR)/hashtab.h \
1179 $(INCDIR)/libiberty.h
1182 $(INCDIR)/filenames.h \
1183 $(INCDIR)/hashtab.h \
1184 $(INCDIR)/libiberty.h \
1185 $(INCDIR)/safe-ctype.h
1188 $(INCDIR)/aout/stab.def \
1189 $(INCDIR)/aout/stab_gnu.h \
1190 $(INCDIR)/filenames.h \
1191 $(INCDIR)/hashtab.h \
1192 $(INCDIR)/safe-ctype.h
1195 $(INCDIR)/aout/aout64.h \
1196 $(INCDIR)/aout/stab.def \
1197 $(INCDIR)/bfdlink.h \
1201 $(INCDIR)/filenames.h \
1202 $(INCDIR)/hashtab.h \
1203 $(INCDIR)/libiberty.h
1206 $(INCDIR)/bfdlink.h \
1207 $(INCDIR)/elf/common.h \
1208 $(INCDIR)/dwarf2.h \
1209 $(INCDIR)/elf/external.h \
1210 $(INCDIR)/elf/internal.h \
1211 $(INCDIR)/filenames.h \
1212 $(INCDIR)/hashtab.h \
1213 $(INCDIR)/libiberty.h \
1217 $(INCDIR)/bfdlink.h \
1218 $(INCDIR)/filenames.h \
1222 $(INCDIR)/filenames.h \
1226 $(INCDIR)/filenames.h \
1227 $(INCDIR)/hashtab.h \
1228 $(INCDIR)/libiberty.h \
1229 $(INCDIR)/safe-ctype.h
1232 $(INCDIR)/aout/ar.h \
1233 $(INCDIR)/filenames.h \
1237 $(INCDIR)/filenames.h \
1241 $(INCDIR)/filenames.h \
1245 $(INCDIR)/filenames.h \
1246 $(INCDIR)/hashtab.h \
1247 $(INCDIR)/libiberty.h
1250 $(INCDIR)/filenames.h \
1254 $(INCDIR)/filenames.h \
1258 $(INCDIR)/filenames.h \
1262 $(INCDIR)/filenames.h \
1266 $(INCDIR)/filenames.h \
1270 $(INCDIR)/filenames.h \
1274 $(INCDIR)/filenames.h \
1278 $(INCDIR)/filenames.h \
1282 $(INCDIR)/filenames.h \
1286 $(INCDIR)/filenames.h \
1290 $(INCDIR)/filenames.h \
1294 $(INCDIR)/filenames.h \
1298 $(INCDIR)/filenames.h \
1302 $(INCDIR)/filenames.h \
1306 $(INCDIR)/filenames.h \
1310 $(INCDIR)/filenames.h \
1314 $(INCDIR)/filenames.h \
1318 $(INCDIR)/filenames.h \
1322 $(INCDIR)/filenames.h \
1323 $(INCDIR)/hashtab.h \
1324 $(INCDIR)/opcode/ia64.h \
1325 $(srcdir)/../opcodes/ia64-opc.h \
1329 $(INCDIR)/filenames.h \
1333 $(INCDIR)/filenames.h \
1337 $(INCDIR)/filenames.h \
1341 $(INCDIR)/filenames.h \
1345 $(INCDIR)/filenames.h \
1349 $(INCDIR)/filenames.h \
1353 $(INCDIR)/filenames.h \
1357 $(INCDIR)/filenames.h \
1361 $(INCDIR)/filenames.h \
1365 $(INCDIR)/filenames.h \
1366 $(INCDIR)/hashtab.h \
1367 $(INCDIR)/opcode/m68k.h
1370 $(INCDIR)/filenames.h \
1374 $(INCDIR)/filenames.h \
1378 $(INCDIR)/filenames.h \
1382 $(INCDIR)/filenames.h \
1386 $(INCDIR)/filenames.h \
1390 $(INCDIR)/filenames.h \
1394 $(INCDIR)/filenames.h \
1398 $(INCDIR)/filenames.h \
1402 $(INCDIR)/filenames.h \
1406 $(INCDIR)/filenames.h \
1407 $(INCDIR)/hashtab.h \
1411 $(INCDIR)/filenames.h \
1415 $(INCDIR)/filenames.h \
1419 $(INCDIR)/filenames.h \
1423 $(INCDIR)/filenames.h \
1427 $(INCDIR)/filenames.h \
1431 $(INCDIR)/filenames.h \
1435 $(INCDIR)/filenames.h \
1439 $(INCDIR)/filenames.h \
1443 $(INCDIR)/filenames.h \
1447 $(INCDIR)/filenames.h \
1448 $(INCDIR)/hashtab.h \
1449 $(srcdir)/../opcodes/sh-opc.h
1452 $(INCDIR)/filenames.h \
1456 $(INCDIR)/filenames.h \
1460 $(INCDIR)/filenames.h \
1464 $(INCDIR)/filenames.h \
1468 $(INCDIR)/filenames.h \
1472 $(INCDIR)/filenames.h \
1476 $(INCDIR)/filenames.h \
1477 $(INCDIR)/hashtab.h \
1478 $(INCDIR)/safe-ctype.h
1481 $(INCDIR)/filenames.h \
1485 $(INCDIR)/filenames.h \
1489 $(INCDIR)/filenames.h \
1493 $(INCDIR)/filenames.h \
1497 $(INCDIR)/filenames.h \
1501 $(INCDIR)/filenames.h \
1505 $(INCDIR)/filenames.h \
1509 $(INCDIR)/filenames.h \
1513 $(INCDIR)/aout/adobe.h \
1514 $(INCDIR)/aout/stab.def \
1515 $(INCDIR)/aout/stab_gnu.h \
1516 $(INCDIR)/bfdlink.h \
1517 $(INCDIR)/filenames.h \
1518 $(INCDIR)/hashtab.h \
1522 $(INCDIR)/aout/aout64.h \
1523 $(INCDIR)/aout/ar.h \
1524 $(INCDIR)/aout/stab.def \
1525 $(INCDIR)/aout/stab_gnu.h \
1526 $(INCDIR)/bfdlink.h \
1527 $(INCDIR)/filenames.h \
1528 $(INCDIR)/hashtab.h \
1529 $(INCDIR)/safe-ctype.h \
1535 $(INCDIR)/aout/aout64.h \
1536 $(INCDIR)/aout/ar.h \
1537 $(INCDIR)/aout/stab.def \
1538 $(INCDIR)/aout/stab_gnu.h \
1539 $(INCDIR)/bfdlink.h \
1540 $(INCDIR)/filenames.h \
1541 $(INCDIR)/hashtab.h \
1542 $(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 \
1562 $(INCDIR)/aout/aout64.h \
1563 $(INCDIR)/aout/ar.h \
1564 $(INCDIR)/aout/stab.def \
1565 $(INCDIR)/aout/stab_gnu.h \
1566 $(INCDIR)/aout/sun4.h \
1567 $(INCDIR)/bfdlink.h \
1568 $(INCDIR)/filenames.h \
1569 $(INCDIR)/hashtab.h \
1575 $(INCDIR)/aout/aout64.h \
1576 $(INCDIR)/aout/ar.h \
1577 $(INCDIR)/aout/stab.def \
1578 $(INCDIR)/aout/stab_gnu.h \
1579 $(INCDIR)/bfdlink.h \
1580 $(INCDIR)/filenames.h \
1581 $(INCDIR)/hashtab.h \
1582 $(INCDIR)/safe-ctype.h \
1587 $(INCDIR)/aout/aout64.h \
1588 $(INCDIR)/aout/ar.h \
1589 $(INCDIR)/aout/stab.def \
1590 $(INCDIR)/aout/stab_gnu.h \
1591 $(INCDIR)/aout/sun4.h \
1592 $(INCDIR)/bfdlink.h \
1593 $(INCDIR)/filenames.h \
1594 $(INCDIR)/hashtab.h \
1600 $(INCDIR)/aout/aout64.h \
1601 $(INCDIR)/aout/ar.h \
1602 $(INCDIR)/aout/stab.def \
1603 $(INCDIR)/aout/stab_gnu.h \
1604 $(INCDIR)/bfdlink.h \
1605 $(INCDIR)/filenames.h \
1606 $(INCDIR)/hashtab.h \
1607 $(INCDIR)/safe-ctype.h \
1612 $(INCDIR)/aout/aout64.h \
1613 $(INCDIR)/aout/ar.h \
1614 $(INCDIR)/aout/stab.def \
1615 $(INCDIR)/aout/stab_gnu.h \
1616 $(INCDIR)/bfdlink.h \
1617 $(INCDIR)/filenames.h \
1618 $(INCDIR)/hashtab.h \
1624 $(INCDIR)/aout/stab.def \
1625 $(INCDIR)/aout/stab_gnu.h \
1626 $(INCDIR)/bfdlink.h \
1628 $(INCDIR)/filenames.h \
1629 $(INCDIR)/hashtab.h \
1630 $(INCDIR)/libiberty.h \
1635 $(INCDIR)/bfdlink.h \
1636 $(INCDIR)/coff/external.h \
1637 $(INCDIR)/coff/i386.h \
1638 $(INCDIR)/coff/internal.h \
1639 $(INCDIR)/filenames.h \
1640 $(INCDIR)/hashtab.h \
1647 $(INCDIR)/bfdlink.h \
1648 $(INCDIR)/coff/external.h \
1649 $(INCDIR)/coff/internal.h \
1650 $(INCDIR)/coff/sparc.h \
1651 $(INCDIR)/filenames.h \
1652 $(INCDIR)/hashtab.h \
1659 $(INCDIR)/bfdlink.h \
1660 $(INCDIR)/coff/apollo.h \
1661 $(INCDIR)/coff/external.h \
1662 $(INCDIR)/coff/internal.h \
1663 $(INCDIR)/filenames.h \
1664 $(INCDIR)/hashtab.h \
1670 $(INCDIR)/bfdlink.h \
1671 $(INCDIR)/coff/arm.h \
1672 $(INCDIR)/coff/external.h \
1673 $(INCDIR)/coff/internal.h \
1674 $(INCDIR)/filenames.h \
1675 $(INCDIR)/hashtab.h \
1681 $(INCDIR)/bfdlink.h \
1682 $(INCDIR)/coff/aux-coff.h \
1683 $(INCDIR)/coff/external.h \
1684 $(INCDIR)/coff/internal.h \
1685 $(INCDIR)/coff/m68k.h \
1686 $(INCDIR)/filenames.h \
1687 $(INCDIR)/hashtab.h \
1694 $(INCDIR)/bfdlink.h \
1695 $(INCDIR)/coff/external.h \
1696 $(INCDIR)/coff/i386.h \
1697 $(INCDIR)/coff/internal.h \
1698 $(INCDIR)/filenames.h \
1699 $(INCDIR)/hashtab.h \
1706 $(INCDIR)/bfdlink.h \
1707 $(INCDIR)/coff/external.h \
1708 $(INCDIR)/coff/h8300.h \
1709 $(INCDIR)/coff/internal.h \
1710 $(INCDIR)/filenames.h \
1711 $(INCDIR)/hashtab.h \
1712 $(INCDIR)/libiberty.h \
1719 $(INCDIR)/bfdlink.h \
1720 $(INCDIR)/coff/external.h \
1721 $(INCDIR)/coff/h8500.h \
1722 $(INCDIR)/coff/internal.h \
1723 $(INCDIR)/filenames.h \
1724 $(INCDIR)/hashtab.h \
1730 $(INCDIR)/bfdlink.h \
1731 $(INCDIR)/coff/external.h \
1732 $(INCDIR)/coff/i386.h \
1733 $(INCDIR)/coff/internal.h \
1734 $(INCDIR)/filenames.h \
1735 $(INCDIR)/hashtab.h \
1741 $(INCDIR)/bfdlink.h \
1742 $(INCDIR)/coff/external.h \
1743 $(INCDIR)/coff/i860.h \
1744 $(INCDIR)/coff/internal.h \
1745 $(INCDIR)/filenames.h \
1746 $(INCDIR)/hashtab.h \
1752 $(INCDIR)/bfdlink.h \
1753 $(INCDIR)/coff/i960.h \
1754 $(INCDIR)/coff/internal.h \
1755 $(INCDIR)/filenames.h \
1756 $(INCDIR)/hashtab.h \
1762 $(INCDIR)/bfdlink.h \
1763 $(INCDIR)/coff/external.h \
1764 $(INCDIR)/coff/internal.h \
1765 $(INCDIR)/coff/m68k.h \
1766 $(INCDIR)/filenames.h \
1767 $(INCDIR)/hashtab.h \
1773 $(INCDIR)/bfdlink.h \
1774 $(INCDIR)/coff/external.h \
1775 $(INCDIR)/coff/internal.h \
1776 $(INCDIR)/coff/m88k.h \
1777 $(INCDIR)/filenames.h \
1778 $(INCDIR)/hashtab.h \
1784 $(INCDIR)/bfdlink.h \
1785 $(INCDIR)/coff/external.h \
1786 $(INCDIR)/coff/internal.h \
1787 $(INCDIR)/coff/maxq.h \
1788 $(INCDIR)/filenames.h \
1789 $(INCDIR)/hashtab.h \
1790 $(INCDIR)/libiberty.h \
1796 $(INCDIR)/bfdlink.h \
1797 $(INCDIR)/coff/ecoff.h \
1798 $(INCDIR)/coff/external.h \
1799 $(INCDIR)/coff/internal.h \
1800 $(INCDIR)/coff/mips.h \
1801 $(INCDIR)/coff/sym.h \
1802 $(INCDIR)/coff/symconst.h \
1803 $(INCDIR)/filenames.h \
1804 $(INCDIR)/hashtab.h \
1811 $(INCDIR)/bfdlink.h \
1812 $(INCDIR)/coff/internal.h \
1813 $(INCDIR)/coff/or32.h \
1814 $(INCDIR)/filenames.h \
1815 $(INCDIR)/hashtab.h \
1821 $(INCDIR)/bfdlink.h \
1822 $(INCDIR)/coff/internal.h \
1823 $(INCDIR)/coff/rs6000.h \
1824 $(INCDIR)/coff/xcoff.h \
1825 $(INCDIR)/filenames.h \
1826 $(INCDIR)/hashtab.h \
1833 $(INCDIR)/bfdlink.h \
1834 $(INCDIR)/coff/external.h \
1835 $(INCDIR)/coff/internal.h \
1836 $(INCDIR)/coff/sh.h \
1837 $(INCDIR)/filenames.h \
1838 $(INCDIR)/hashtab.h \
1839 $(INCDIR)/libiberty.h \
1845 $(INCDIR)/bfdlink.h \
1846 $(INCDIR)/coff/external.h \
1847 $(INCDIR)/coff/internal.h \
1848 $(INCDIR)/coff/sparc.h \
1849 $(INCDIR)/filenames.h \
1850 $(INCDIR)/hashtab.h \
1856 $(INCDIR)/bfdlink.h \
1857 $(INCDIR)/coff/external.h \
1858 $(INCDIR)/coff/go32exe.h \
1859 $(INCDIR)/coff/i386.h \
1860 $(INCDIR)/coff/internal.h \
1861 $(INCDIR)/filenames.h \
1862 $(INCDIR)/hashtab.h \
1870 $(INCDIR)/bfdlink.h \
1871 $(INCDIR)/coff/external.h \
1872 $(INCDIR)/coff/internal.h \
1873 $(INCDIR)/coff/m68k.h \
1874 $(INCDIR)/filenames.h \
1875 $(INCDIR)/hashtab.h \
1882 $(INCDIR)/bfdlink.h \
1883 $(INCDIR)/coff/external.h \
1884 $(INCDIR)/coff/internal.h \
1885 $(INCDIR)/coff/tic30.h \
1886 $(INCDIR)/filenames.h \
1887 $(INCDIR)/hashtab.h \
1893 $(INCDIR)/bfdlink.h \
1894 $(INCDIR)/coff/internal.h \
1895 $(INCDIR)/coff/ti.h \
1896 $(INCDIR)/coff/tic4x.h \
1897 $(INCDIR)/filenames.h \
1898 $(INCDIR)/hashtab.h \
1904 $(INCDIR)/bfdlink.h \
1905 $(INCDIR)/coff/internal.h \
1906 $(INCDIR)/coff/ti.h \
1907 $(INCDIR)/coff/tic54x.h \
1908 $(INCDIR)/filenames.h \
1909 $(INCDIR)/hashtab.h \
1915 $(INCDIR)/bfdlink.h \
1916 $(INCDIR)/coff/external.h \
1917 $(INCDIR)/coff/internal.h \
1918 $(INCDIR)/coff/tic80.h \
1919 $(INCDIR)/filenames.h \
1920 $(INCDIR)/hashtab.h \
1926 $(INCDIR)/bfdlink.h \
1927 $(INCDIR)/coff/external.h \
1928 $(INCDIR)/coff/internal.h \
1929 $(INCDIR)/coff/m68k.h \
1930 $(INCDIR)/filenames.h \
1931 $(INCDIR)/hashtab.h \
1938 $(INCDIR)/bfdlink.h \
1939 $(INCDIR)/coff/external.h \
1940 $(INCDIR)/coff/internal.h \
1941 $(INCDIR)/coff/w65.h \
1942 $(INCDIR)/filenames.h \
1943 $(INCDIR)/hashtab.h \
1949 $(INCDIR)/bfdlink.h \
1950 $(INCDIR)/coff/external.h \
1951 $(INCDIR)/coff/internal.h \
1952 $(INCDIR)/coff/we32k.h \
1953 $(INCDIR)/filenames.h \
1954 $(INCDIR)/hashtab.h \
1960 $(INCDIR)/bfdlink.h \
1961 $(INCDIR)/coff/external.h \
1962 $(INCDIR)/coff/internal.h \
1963 $(INCDIR)/coff/z80.h \
1964 $(INCDIR)/filenames.h \
1965 $(INCDIR)/hashtab.h \
1971 $(INCDIR)/bfdlink.h \
1972 $(INCDIR)/coff/external.h \
1973 $(INCDIR)/coff/internal.h \
1974 $(INCDIR)/coff/z8k.h \
1975 $(INCDIR)/filenames.h \
1976 $(INCDIR)/hashtab.h \
1982 $(INCDIR)/bfdlink.h \
1983 $(INCDIR)/coff/internal.h \
1984 $(INCDIR)/filenames.h \
1985 $(INCDIR)/hashtab.h \
1986 $(INCDIR)/safe-ctype.h \
1990 $(INCDIR)/bfdlink.h \
1991 $(INCDIR)/elf/common.h \
1992 $(INCDIR)/elf/dwarf.h \
1993 $(INCDIR)/elf/external.h \
1994 $(INCDIR)/elf/internal.h \
1995 $(INCDIR)/filenames.h \
1996 $(INCDIR)/hashtab.h \
1997 $(INCDIR)/libiberty.h \
2001 $(INCDIR)/aout/aout64.h \
2002 $(INCDIR)/aout/ar.h \
2003 $(INCDIR)/aout/ranlib.h \
2004 $(INCDIR)/aout/stab.def \
2005 $(INCDIR)/aout/stab_gnu.h \
2006 $(INCDIR)/bfdlink.h \
2007 $(INCDIR)/coff/ecoff.h \
2008 $(INCDIR)/coff/internal.h \
2009 $(INCDIR)/coff/sym.h \
2010 $(INCDIR)/coff/symconst.h \
2011 $(INCDIR)/filenames.h \
2012 $(INCDIR)/hashtab.h \
2013 $(INCDIR)/libiberty.h \
2019 $(INCDIR)/aout/stab.def \
2020 $(INCDIR)/aout/stab_gnu.h \
2021 $(INCDIR)/bfdlink.h \
2022 $(INCDIR)/coff/ecoff.h \
2023 $(INCDIR)/coff/internal.h \
2024 $(INCDIR)/coff/sym.h \
2025 $(INCDIR)/coff/symconst.h \
2026 $(INCDIR)/filenames.h \
2027 $(INCDIR)/hashtab.h \
2028 $(INCDIR)/objalloc.h \
2033 $(INCDIR)/bfdlink.h \
2034 $(INCDIR)/elf/common.h \
2035 $(INCDIR)/elf/external.h \
2036 $(INCDIR)/elf/internal.h \
2037 $(INCDIR)/filenames.h \
2038 $(INCDIR)/hashtab.h \
2039 $(INCDIR)/libiberty.h \
2043 $(INCDIR)/bfdlink.h \
2044 $(INCDIR)/elf/common.h \
2045 $(INCDIR)/dwarf2.h \
2046 $(INCDIR)/elf/external.h \
2047 $(INCDIR)/elf/internal.h \
2048 $(INCDIR)/filenames.h \
2049 $(INCDIR)/hashtab.h \
2053 $(INCDIR)/bfdlink.h \
2054 $(INCDIR)/elf/common.h \
2055 $(INCDIR)/elf/external.h \
2056 $(INCDIR)/elf/internal.h \
2057 $(INCDIR)/filenames.h \
2058 $(INCDIR)/hashtab.h \
2059 $(INCDIR)/libiberty.h \
2060 $(INCDIR)/objalloc.h \
2061 $(INCDIR)/safe-ctype.h \
2065 $(INCDIR)/bfdlink.h \
2066 $(INCDIR)/elf/common.h \
2067 $(INCDIR)/elf/external.h \
2068 $(INCDIR)/elf/internal.h \
2069 $(INCDIR)/filenames.h \
2070 $(INCDIR)/hashtab.h \
2075 $(INCDIR)/bfdlink.h \
2076 $(INCDIR)/elf/common.h \
2077 $(INCDIR)/elf/external.h \
2078 $(INCDIR)/elf/internal.h \
2079 $(INCDIR)/elf/mn10300.h \
2080 $(INCDIR)/elf/reloc-macros.h \
2081 $(INCDIR)/filenames.h \
2082 $(INCDIR)/hashtab.h \
2083 $(INCDIR)/libiberty.h \
2088 $(INCDIR)/bfdlink.h \
2089 $(INCDIR)/elf/common.h \
2090 $(INCDIR)/elf/external.h \
2091 $(INCDIR)/elf/internal.h \
2092 $(INCDIR)/filenames.h \
2093 $(INCDIR)/hashtab.h \
2094 $(INCDIR)/libiberty.h \
2098 $(INCDIR)/bfdlink.h \
2099 $(INCDIR)/elf/common.h \
2100 $(INCDIR)/elf/external.h \
2101 $(INCDIR)/elf/internal.h \
2102 $(INCDIR)/elf/vxworks.h \
2103 $(INCDIR)/filenames.h \
2104 $(INCDIR)/hashtab.h \
2109 $(INCDIR)/bfdlink.h \
2110 $(INCDIR)/elf/common.h \
2111 $(INCDIR)/elf/external.h \
2112 $(INCDIR)/elf/internal.h \
2113 $(INCDIR)/filenames.h \
2114 $(INCDIR)/hashtab.h \
2115 $(INCDIR)/libiberty.h \
2116 $(INCDIR)/safe-ctype.h \
2120 $(INCDIR)/bfdlink.h \
2121 $(INCDIR)/elf/common.h \
2122 $(INCDIR)/elf/external.h \
2123 $(INCDIR)/elf/internal.h \
2124 $(INCDIR)/elf/mn10300.h \
2125 $(INCDIR)/elf/reloc-macros.h \
2126 $(INCDIR)/filenames.h \
2127 $(INCDIR)/hashtab.h \
2128 $(INCDIR)/libiberty.h \
2134 $(INCDIR)/bfdlink.h \
2135 $(INCDIR)/elf/arc.h \
2136 $(INCDIR)/elf/common.h \
2137 $(INCDIR)/elf/external.h \
2138 $(INCDIR)/elf/internal.h \
2139 $(INCDIR)/elf/reloc-macros.h \
2140 $(INCDIR)/filenames.h \
2141 $(INCDIR)/hashtab.h \
2142 $(INCDIR)/libiberty.h \
2147 $(INCDIR)/bfdlink.h \
2148 $(INCDIR)/elf/arm.h \
2149 $(INCDIR)/elf/common.h \
2150 $(INCDIR)/elf/external.h \
2151 $(INCDIR)/elf/internal.h \
2152 $(INCDIR)/elf/reloc-macros.h \
2153 $(INCDIR)/filenames.h \
2154 $(INCDIR)/hashtab.h \
2155 $(INCDIR)/libiberty.h \
2161 $(INCDIR)/bfdlink.h \
2162 $(INCDIR)/elf/avr.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 \
2174 $(INCDIR)/bfdlink.h \
2175 $(INCDIR)/elf/bfin.h \
2176 $(INCDIR)/elf/common.h \
2177 $(INCDIR)/dwarf2.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 \
2187 $(INCDIR)/bfdlink.h \
2188 $(INCDIR)/elf/common.h \
2189 $(INCDIR)/elf/cr16.h \
2190 $(INCDIR)/elf/external.h \
2191 $(INCDIR)/elf/internal.h \
2192 $(INCDIR)/elf/reloc-macros.h \
2193 $(INCDIR)/filenames.h \
2194 $(INCDIR)/hashtab.h \
2195 $(INCDIR)/libiberty.h \
2200 $(INCDIR)/bfdlink.h \
2201 $(INCDIR)/elf/common.h \
2202 $(INCDIR)/elf/cr16c.h \
2203 $(INCDIR)/elf/external.h \
2204 $(INCDIR)/elf/internal.h \
2205 $(INCDIR)/elf/reloc-macros.h \
2206 $(INCDIR)/filenames.h \
2207 $(INCDIR)/hashtab.h \
2212 $(INCDIR)/bfdlink.h \
2213 $(INCDIR)/elf/common.h \
2214 $(INCDIR)/elf/cris.h \
2215 $(INCDIR)/elf/external.h \
2216 $(INCDIR)/elf/internal.h \
2217 $(INCDIR)/elf/reloc-macros.h \
2218 $(INCDIR)/filenames.h \
2219 $(INCDIR)/hashtab.h \
2224 $(INCDIR)/bfdlink.h \
2225 $(INCDIR)/elf/common.h \
2226 $(INCDIR)/elf/crx.h \
2227 $(INCDIR)/elf/external.h \
2228 $(INCDIR)/elf/internal.h \
2229 $(INCDIR)/elf/reloc-macros.h \
2230 $(INCDIR)/filenames.h \
2231 $(INCDIR)/hashtab.h \
2236 $(INCDIR)/bfdlink.h \
2237 $(INCDIR)/elf/common.h \
2238 $(INCDIR)/elf/d10v.h \
2239 $(INCDIR)/elf/external.h \
2240 $(INCDIR)/elf/internal.h \
2241 $(INCDIR)/elf/reloc-macros.h \
2242 $(INCDIR)/filenames.h \
2243 $(INCDIR)/hashtab.h \
2248 $(INCDIR)/bfdlink.h \
2249 $(INCDIR)/elf/common.h \
2250 $(INCDIR)/elf/d30v.h \
2251 $(INCDIR)/elf/external.h \
2252 $(INCDIR)/elf/internal.h \
2253 $(INCDIR)/elf/reloc-macros.h \
2254 $(INCDIR)/filenames.h \
2255 $(INCDIR)/hashtab.h \
2260 $(INCDIR)/bfdlink.h \
2261 $(INCDIR)/elf/common.h \
2262 $(INCDIR)/elf/dlx.h \
2263 $(INCDIR)/elf/external.h \
2264 $(INCDIR)/elf/internal.h \
2265 $(INCDIR)/elf/reloc-macros.h \
2266 $(INCDIR)/filenames.h \
2267 $(INCDIR)/hashtab.h \
2272 $(INCDIR)/bfdlink.h \
2273 $(INCDIR)/elf/common.h \
2274 $(INCDIR)/elf/external.h \
2275 $(INCDIR)/elf/fr30.h \
2276 $(INCDIR)/elf/internal.h \
2277 $(INCDIR)/elf/reloc-macros.h \
2278 $(INCDIR)/filenames.h \
2279 $(INCDIR)/hashtab.h \
2284 $(INCDIR)/bfdlink.h \
2285 $(INCDIR)/elf/common.h \
2286 $(INCDIR)/dwarf2.h \
2287 $(INCDIR)/elf/external.h \
2288 $(INCDIR)/elf/frv.h \
2289 $(INCDIR)/elf/internal.h \
2290 $(INCDIR)/elf/reloc-macros.h \
2291 $(INCDIR)/filenames.h \
2292 $(INCDIR)/hashtab.h \
2297 $(INCDIR)/bfdlink.h \
2298 $(INCDIR)/elf/common.h \
2299 $(INCDIR)/elf/external.h \
2300 $(INCDIR)/elf/internal.h \
2301 $(INCDIR)/filenames.h \
2302 $(INCDIR)/hashtab.h \
2307 $(INCDIR)/bfdlink.h \
2308 $(INCDIR)/elf/common.h \
2309 $(INCDIR)/elf/external.h \
2310 $(INCDIR)/elf/h8.h \
2311 $(INCDIR)/elf/internal.h \
2312 $(INCDIR)/elf/reloc-macros.h \
2313 $(INCDIR)/filenames.h \
2314 $(INCDIR)/hashtab.h \
2319 $(INCDIR)/bfdlink.h \
2320 $(INCDIR)/elf/common.h \
2321 $(INCDIR)/elf/external.h \
2322 $(INCDIR)/elf/hppa.h \
2323 $(INCDIR)/elf/internal.h \
2324 $(INCDIR)/elf/reloc-macros.h \
2325 $(INCDIR)/filenames.h \
2326 $(INCDIR)/hashtab.h \
2334 $(INCDIR)/bfdlink.h \
2335 $(INCDIR)/elf/common.h \
2336 $(INCDIR)/elf/external.h \
2337 $(INCDIR)/elf/i370.h \
2338 $(INCDIR)/elf/internal.h \
2339 $(INCDIR)/elf/reloc-macros.h \
2340 $(INCDIR)/filenames.h \
2341 $(INCDIR)/hashtab.h \
2346 $(INCDIR)/bfdlink.h \
2347 $(INCDIR)/elf/common.h \
2348 $(INCDIR)/elf/external.h \
2349 $(INCDIR)/elf/i386.h \
2350 $(INCDIR)/elf/internal.h \
2351 $(INCDIR)/elf/reloc-macros.h \
2352 $(INCDIR)/filenames.h \
2353 $(INCDIR)/hashtab.h \
2354 $(INCDIR)/objalloc.h \
2361 $(INCDIR)/bfdlink.h \
2362 $(INCDIR)/elf/common.h \
2363 $(INCDIR)/elf/external.h \
2364 $(INCDIR)/elf/i860.h \
2365 $(INCDIR)/elf/internal.h \
2366 $(INCDIR)/elf/reloc-macros.h \
2367 $(INCDIR)/filenames.h \
2368 $(INCDIR)/hashtab.h \
2373 $(INCDIR)/bfdlink.h \
2374 $(INCDIR)/elf/common.h \
2375 $(INCDIR)/elf/external.h \
2376 $(INCDIR)/elf/i960.h \
2377 $(INCDIR)/elf/internal.h \
2378 $(INCDIR)/elf/reloc-macros.h \
2379 $(INCDIR)/filenames.h \
2380 $(INCDIR)/hashtab.h \
2385 $(INCDIR)/bfdlink.h \
2386 $(INCDIR)/elf/common.h \
2387 $(INCDIR)/elf/external.h \
2388 $(INCDIR)/elf/internal.h \
2389 $(INCDIR)/elf/ip2k.h \
2390 $(INCDIR)/elf/reloc-macros.h \
2391 $(INCDIR)/filenames.h \
2392 $(INCDIR)/hashtab.h \
2397 $(INCDIR)/bfdlink.h \
2398 $(INCDIR)/elf/common.h \
2399 $(INCDIR)/elf/external.h \
2400 $(INCDIR)/elf/internal.h \
2401 $(INCDIR)/elf/iq2000.h \
2402 $(INCDIR)/elf/reloc-macros.h \
2403 $(INCDIR)/filenames.h \
2404 $(INCDIR)/hashtab.h \
2409 $(INCDIR)/bfdlink.h \
2410 $(INCDIR)/elf/common.h \
2411 $(INCDIR)/elf/external.h \
2412 $(INCDIR)/elf/internal.h \
2413 $(INCDIR)/elf/lm32.h \
2414 $(INCDIR)/elf/reloc-macros.h \
2415 $(INCDIR)/filenames.h \
2416 $(INCDIR)/hashtab.h \
2421 $(INCDIR)/bfdlink.h \
2422 $(INCDIR)/elf/common.h \
2423 $(INCDIR)/elf/external.h \
2424 $(INCDIR)/elf/internal.h \
2425 $(INCDIR)/elf/m32c.h \
2426 $(INCDIR)/elf/reloc-macros.h \
2427 $(INCDIR)/filenames.h \
2428 $(INCDIR)/hashtab.h \
2429 $(INCDIR)/libiberty.h \
2434 $(INCDIR)/bfdlink.h \
2435 $(INCDIR)/elf/common.h \
2436 $(INCDIR)/elf/external.h \
2437 $(INCDIR)/elf/internal.h \
2438 $(INCDIR)/elf/m32r.h \
2439 $(INCDIR)/elf/reloc-macros.h \
2440 $(INCDIR)/filenames.h \
2441 $(INCDIR)/hashtab.h \
2446 $(INCDIR)/bfdlink.h \
2447 $(INCDIR)/elf/common.h \
2448 $(INCDIR)/elf/external.h \
2449 $(INCDIR)/elf/internal.h \
2450 $(INCDIR)/elf/m68hc11.h \
2451 $(INCDIR)/elf/reloc-macros.h \
2452 $(INCDIR)/filenames.h \
2453 $(INCDIR)/hashtab.h \
2454 $(INCDIR)/opcode/m68hc11.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)/alloca-conf.h \
2475 $(INCDIR)/bfdlink.h \
2476 $(INCDIR)/elf/common.h \
2477 $(INCDIR)/elf/external.h \
2478 $(INCDIR)/elf/internal.h \
2479 $(INCDIR)/elf/m68hc11.h \
2480 $(INCDIR)/elf/reloc-macros.h \
2481 $(INCDIR)/filenames.h \
2482 $(INCDIR)/hashtab.h \
2483 $(INCDIR)/opcode/m68hc11.h \
2488 $(INCDIR)/bfdlink.h \
2489 $(INCDIR)/elf/common.h \
2490 $(INCDIR)/elf/external.h \
2491 $(INCDIR)/elf/internal.h \
2492 $(INCDIR)/elf/m68k.h \
2493 $(INCDIR)/elf/reloc-macros.h \
2494 $(INCDIR)/filenames.h \
2495 $(INCDIR)/hashtab.h \
2496 $(INCDIR)/opcode/m68k.h \
2501 $(INCDIR)/bfdlink.h \
2502 $(INCDIR)/elf/common.h \
2503 $(INCDIR)/elf/external.h \
2504 $(INCDIR)/elf/internal.h \
2505 $(INCDIR)/filenames.h \
2506 $(INCDIR)/hashtab.h \
2511 $(INCDIR)/bfdlink.h \
2512 $(INCDIR)/elf/common.h \
2513 $(INCDIR)/elf/external.h \
2514 $(INCDIR)/elf/internal.h \
2515 $(INCDIR)/elf/mcore.h \
2516 $(INCDIR)/elf/reloc-macros.h \
2517 $(INCDIR)/filenames.h \
2518 $(INCDIR)/hashtab.h \
2523 $(INCDIR)/bfdlink.h \
2524 $(INCDIR)/elf/common.h \
2525 $(INCDIR)/elf/external.h \
2526 $(INCDIR)/elf/internal.h \
2527 $(INCDIR)/elf/mep.h \
2528 $(INCDIR)/elf/reloc-macros.h \
2529 $(INCDIR)/filenames.h \
2530 $(INCDIR)/hashtab.h \
2531 $(INCDIR)/libiberty.h \
2536 $(INCDIR)/bfdlink.h \
2537 $(INCDIR)/coff/ecoff.h \
2538 $(INCDIR)/coff/external.h \
2539 $(INCDIR)/coff/internal.h \
2540 $(INCDIR)/coff/mips.h \
2541 $(INCDIR)/coff/sym.h \
2542 $(INCDIR)/coff/symconst.h \
2543 $(INCDIR)/elf/common.h \
2544 $(INCDIR)/elf/external.h \
2545 $(INCDIR)/elf/internal.h \
2546 $(INCDIR)/elf/mips.h \
2547 $(INCDIR)/elf/reloc-macros.h \
2548 $(INCDIR)/filenames.h \
2549 $(INCDIR)/hashtab.h \
2558 $(INCDIR)/bfdlink.h \
2559 $(INCDIR)/elf/common.h \
2560 $(INCDIR)/elf/external.h \
2561 $(INCDIR)/elf/internal.h \
2562 $(INCDIR)/elf/moxie.h \
2563 $(INCDIR)/elf/reloc-macros.h \
2564 $(INCDIR)/filenames.h \
2565 $(INCDIR)/hashtab.h \
2570 $(INCDIR)/bfdlink.h \
2571 $(INCDIR)/elf/common.h \
2572 $(INCDIR)/elf/external.h \
2573 $(INCDIR)/elf/internal.h \
2574 $(INCDIR)/elf/msp430.h \
2575 $(INCDIR)/elf/reloc-macros.h \
2576 $(INCDIR)/filenames.h \
2577 $(INCDIR)/hashtab.h \
2578 $(INCDIR)/libiberty.h \
2583 $(INCDIR)/bfdlink.h \
2584 $(INCDIR)/elf/common.h \
2585 $(INCDIR)/elf/external.h \
2586 $(INCDIR)/elf/internal.h \
2587 $(INCDIR)/elf/mt.h \
2588 $(INCDIR)/elf/reloc-macros.h \
2589 $(INCDIR)/filenames.h \
2590 $(INCDIR)/hashtab.h \
2593 elf32-openrisc.lo: \
2595 $(INCDIR)/bfdlink.h \
2596 $(INCDIR)/elf/common.h \
2597 $(INCDIR)/elf/external.h \
2598 $(INCDIR)/elf/internal.h \
2599 $(INCDIR)/elf/openrisc.h \
2600 $(INCDIR)/elf/reloc-macros.h \
2601 $(INCDIR)/filenames.h \
2602 $(INCDIR)/hashtab.h \
2603 $(INCDIR)/libiberty.h \
2608 $(INCDIR)/bfdlink.h \
2609 $(INCDIR)/elf/common.h \
2610 $(INCDIR)/elf/external.h \
2611 $(INCDIR)/elf/internal.h \
2612 $(INCDIR)/elf/or32.h \
2613 $(INCDIR)/elf/reloc-macros.h \
2614 $(INCDIR)/filenames.h \
2615 $(INCDIR)/hashtab.h \
2616 $(INCDIR)/libiberty.h \
2621 $(INCDIR)/bfdlink.h \
2622 $(INCDIR)/elf/common.h \
2623 $(INCDIR)/elf/external.h \
2624 $(INCDIR)/elf/internal.h \
2625 $(INCDIR)/elf/pj.h \
2626 $(INCDIR)/elf/reloc-macros.h \
2627 $(INCDIR)/filenames.h \
2628 $(INCDIR)/hashtab.h \
2633 $(INCDIR)/bfdlink.h \
2634 $(INCDIR)/elf/common.h \
2635 $(INCDIR)/elf/external.h \
2636 $(INCDIR)/elf/internal.h \
2637 $(INCDIR)/elf/ppc.h \
2638 $(INCDIR)/elf/reloc-macros.h \
2639 $(INCDIR)/filenames.h \
2640 $(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/reloc-macros.h \
2652 $(INCDIR)/elf/s390.h \
2653 $(INCDIR)/filenames.h \
2654 $(INCDIR)/hashtab.h \
2657 elf32-sh-symbian.lo: \
2658 elf32-sh-symbian.c \
2659 $(INCDIR)/bfdlink.h \
2660 $(INCDIR)/elf/common.h \
2661 $(INCDIR)/elf/external.h \
2662 $(INCDIR)/elf/internal.h \
2663 $(INCDIR)/elf/reloc-macros.h \
2664 $(INCDIR)/elf/sh.h \
2665 $(INCDIR)/filenames.h \
2666 $(INCDIR)/hashtab.h \
2667 $(INCDIR)/libiberty.h \
2668 $(srcdir)/../opcodes/sh-opc.h \
2676 $(INCDIR)/bfdlink.h \
2677 $(INCDIR)/elf/common.h \
2678 $(INCDIR)/elf/external.h \
2679 $(INCDIR)/elf/internal.h \
2680 $(INCDIR)/elf/reloc-macros.h \
2681 $(INCDIR)/elf/sh.h \
2682 $(INCDIR)/filenames.h \
2683 $(INCDIR)/hashtab.h \
2684 $(INCDIR)/libiberty.h \
2685 $(srcdir)/../opcodes/sh-opc.h \
2690 elf32-sh64-com.lo: \
2692 $(INCDIR)/bfdlink.h \
2693 $(INCDIR)/elf/common.h \
2694 $(INCDIR)/elf/external.h \
2695 $(INCDIR)/elf/internal.h \
2696 $(INCDIR)/elf/reloc-macros.h \
2697 $(INCDIR)/elf/sh.h \
2698 $(INCDIR)/filenames.h \
2699 $(INCDIR)/hashtab.h \
2700 $(srcdir)/../opcodes/sh64-opc.h \
2705 $(INCDIR)/bfdlink.h \
2706 $(INCDIR)/elf/common.h \
2707 $(INCDIR)/elf/external.h \
2708 $(INCDIR)/elf/internal.h \
2709 $(INCDIR)/elf/reloc-macros.h \
2710 $(INCDIR)/elf/sh.h \
2711 $(INCDIR)/filenames.h \
2712 $(INCDIR)/hashtab.h \
2713 $(INCDIR)/libiberty.h \
2714 $(srcdir)/../opcodes/sh-opc.h \
2715 $(srcdir)/../opcodes/sh64-opc.h \
2724 $(INCDIR)/bfdlink.h \
2725 $(INCDIR)/elf/common.h \
2726 $(INCDIR)/elf/external.h \
2727 $(INCDIR)/elf/internal.h \
2728 $(INCDIR)/elf/reloc-macros.h \
2729 $(INCDIR)/elf/sparc.h \
2730 $(INCDIR)/filenames.h \
2731 $(INCDIR)/hashtab.h \
2732 $(INCDIR)/opcode/sparc.h \
2739 $(INCDIR)/bfdlink.h \
2740 $(INCDIR)/elf/common.h \
2741 $(INCDIR)/elf/external.h \
2742 $(INCDIR)/elf/internal.h \
2743 $(INCDIR)/elf/reloc-macros.h \
2744 $(INCDIR)/elf/spu.h \
2745 $(INCDIR)/filenames.h \
2746 $(INCDIR)/hashtab.h \
2747 $(INCDIR)/libiberty.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/v850.h \
2759 $(INCDIR)/filenames.h \
2760 $(INCDIR)/hashtab.h \
2761 $(INCDIR)/libiberty.h \
2766 $(INCDIR)/bfdlink.h \
2767 $(INCDIR)/elf/common.h \
2768 $(INCDIR)/elf/external.h \
2769 $(INCDIR)/elf/internal.h \
2770 $(INCDIR)/elf/reloc-macros.h \
2771 $(INCDIR)/elf/vax.h \
2772 $(INCDIR)/filenames.h \
2773 $(INCDIR)/hashtab.h \
2778 $(INCDIR)/bfdlink.h \
2779 $(INCDIR)/elf/common.h \
2780 $(INCDIR)/dwarf2.h \
2781 $(INCDIR)/elf/external.h \
2782 $(INCDIR)/elf/internal.h \
2783 $(INCDIR)/elf/reloc-macros.h \
2784 $(INCDIR)/elf/xc16x.h \
2785 $(INCDIR)/filenames.h \
2786 $(INCDIR)/hashtab.h \
2787 $(INCDIR)/libiberty.h \
2790 elf32-xstormy16.lo: \
2792 $(INCDIR)/bfdlink.h \
2793 $(INCDIR)/elf/common.h \
2794 $(INCDIR)/elf/external.h \
2795 $(INCDIR)/elf/internal.h \
2796 $(INCDIR)/elf/reloc-macros.h \
2797 $(INCDIR)/elf/xstormy16.h \
2798 $(INCDIR)/filenames.h \
2799 $(INCDIR)/hashtab.h \
2800 $(INCDIR)/libiberty.h \
2805 $(INCDIR)/bfdlink.h \
2806 $(INCDIR)/elf/common.h \
2807 $(INCDIR)/elf/external.h \
2808 $(INCDIR)/elf/internal.h \
2809 $(INCDIR)/elf/reloc-macros.h \
2810 $(INCDIR)/elf/xtensa.h \
2811 $(INCDIR)/filenames.h \
2812 $(INCDIR)/hashtab.h \
2813 $(INCDIR)/xtensa-config.h \
2814 $(INCDIR)/xtensa-isa.h \
2819 $(INCDIR)/bfdlink.h \
2820 $(INCDIR)/elf/common.h \
2821 $(INCDIR)/elf/external.h \
2822 $(INCDIR)/elf/internal.h \
2823 $(INCDIR)/filenames.h \
2824 $(INCDIR)/hashtab.h \
2825 $(INCDIR)/libiberty.h \
2831 $(INCDIR)/bfdlink.h \
2832 $(INCDIR)/elf/common.h \
2833 $(INCDIR)/elf/external.h \
2834 $(INCDIR)/elf/internal.h \
2835 $(INCDIR)/filenames.h \
2836 $(INCDIR)/hashtab.h \
2837 $(INCDIR)/libiberty.h \
2838 $(INCDIR)/objalloc.h \
2839 $(INCDIR)/safe-ctype.h \
2843 $(INCDIR)/bfdlink.h \
2844 $(INCDIR)/coff/ecoff.h \
2845 $(INCDIR)/coff/external.h \
2846 $(INCDIR)/coff/mips.h \
2847 $(INCDIR)/coff/sym.h \
2848 $(INCDIR)/coff/symconst.h \
2849 $(INCDIR)/elf/common.h \
2850 $(INCDIR)/elf/external.h \
2851 $(INCDIR)/elf/internal.h \
2852 $(INCDIR)/elf/mips.h \
2853 $(INCDIR)/elf/reloc-macros.h \
2854 $(INCDIR)/filenames.h \
2855 $(INCDIR)/hashtab.h \
2856 $(INCDIR)/libiberty.h \
2862 $(INCDIR)/bfdlink.h \
2863 $(INCDIR)/elf/common.h \
2864 $(INCDIR)/elf/external.h \
2865 $(INCDIR)/elf/internal.h \
2866 $(INCDIR)/elf/reloc-macros.h \
2867 $(INCDIR)/elf/sparc.h \
2868 $(INCDIR)/filenames.h \
2869 $(INCDIR)/hashtab.h \
2870 $(INCDIR)/libiberty.h \
2871 $(INCDIR)/opcode/sparc.h \
2877 $(INCDIR)/bfdlink.h \
2878 $(INCDIR)/coff/arm.h \
2879 $(INCDIR)/coff/external.h \
2880 $(INCDIR)/coff/internal.h \
2881 $(INCDIR)/coff/pe.h \
2882 $(INCDIR)/filenames.h \
2883 $(INCDIR)/hashtab.h \
2892 $(INCDIR)/bfdlink.h \
2893 $(INCDIR)/coff/arm.h \
2894 $(INCDIR)/coff/external.h \
2895 $(INCDIR)/coff/internal.h \
2896 $(INCDIR)/coff/pe.h \
2897 $(INCDIR)/filenames.h \
2898 $(INCDIR)/hashtab.h \
2907 $(INCDIR)/aout/aout64.h \
2908 $(INCDIR)/aout/ar.h \
2909 $(INCDIR)/aout/stab.def \
2910 $(INCDIR)/aout/stab_gnu.h \
2911 $(INCDIR)/bfdlink.h \
2912 $(INCDIR)/filenames.h \
2913 $(INCDIR)/hashtab.h \
2918 $(INCDIR)/aout/aout64.h \
2919 $(INCDIR)/aout/ar.h \
2920 $(INCDIR)/aout/hp300hpux.h \
2921 $(INCDIR)/aout/stab.def \
2922 $(INCDIR)/aout/stab_gnu.h \
2923 $(INCDIR)/bfdlink.h \
2924 $(INCDIR)/filenames.h \
2925 $(INCDIR)/hashtab.h \
2926 $(INCDIR)/safe-ctype.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/stab.def \
2946 $(INCDIR)/aout/stab_gnu.h \
2947 $(INCDIR)/bfdlink.h \
2948 $(INCDIR)/filenames.h \
2949 $(INCDIR)/hashtab.h \
2954 $(INCDIR)/aout/aout64.h \
2955 $(INCDIR)/aout/ar.h \
2956 $(INCDIR)/aout/dynix3.h \
2957 $(INCDIR)/aout/stab.def \
2958 $(INCDIR)/aout/stab_gnu.h \
2959 $(INCDIR)/bfdlink.h \
2960 $(INCDIR)/filenames.h \
2961 $(INCDIR)/hashtab.h \
2962 $(INCDIR)/safe-ctype.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 \
2980 $(INCDIR)/aout/aout64.h \
2981 $(INCDIR)/aout/ar.h \
2982 $(INCDIR)/aout/stab.def \
2983 $(INCDIR)/aout/stab_gnu.h \
2984 $(INCDIR)/bfdlink.h \
2985 $(INCDIR)/filenames.h \
2986 $(INCDIR)/hashtab.h \
2991 $(INCDIR)/aout/aout64.h \
2992 $(INCDIR)/aout/ar.h \
2993 $(INCDIR)/aout/stab.def \
2994 $(INCDIR)/aout/stab_gnu.h \
2995 $(INCDIR)/bfdlink.h \
2996 $(INCDIR)/filenames.h \
2997 $(INCDIR)/hashtab.h \
3002 $(INCDIR)/aout/aout64.h \
3003 $(INCDIR)/aout/ar.h \
3004 $(INCDIR)/aout/stab.def \
3005 $(INCDIR)/aout/stab_gnu.h \
3006 $(INCDIR)/bfdlink.h \
3007 $(INCDIR)/filenames.h \
3008 $(INCDIR)/hashtab.h \
3013 $(INCDIR)/bfdlink.h \
3014 $(INCDIR)/filenames.h \
3015 $(INCDIR)/hashtab.h \
3019 $(INCDIR)/aout/aout64.h \
3020 $(INCDIR)/aout/ar.h \
3021 $(INCDIR)/aout/stab.def \
3022 $(INCDIR)/aout/stab_gnu.h \
3023 $(INCDIR)/bfdlink.h \
3024 $(INCDIR)/filenames.h \
3025 $(INCDIR)/hashtab.h \
3031 $(INCDIR)/bfdlink.h \
3032 $(INCDIR)/filenames.h \
3033 $(INCDIR)/hashtab.h \
3038 $(INCDIR)/filenames.h \
3039 $(INCDIR)/hashtab.h \
3041 $(INCDIR)/safe-ctype.h \
3045 $(INCDIR)/aout/aout64.h \
3046 $(INCDIR)/aout/ar.h \
3047 $(INCDIR)/aout/stab.def \
3048 $(INCDIR)/aout/stab_gnu.h \
3049 $(INCDIR)/bfdlink.h \
3050 $(INCDIR)/filenames.h \
3051 $(INCDIR)/hashtab.h \
3057 $(INCDIR)/aout/aout64.h \
3058 $(INCDIR)/aout/ar.h \
3059 $(INCDIR)/aout/stab.def \
3060 $(INCDIR)/aout/stab_gnu.h \
3061 $(INCDIR)/bfdlink.h \
3062 $(INCDIR)/filenames.h \
3063 $(INCDIR)/hashtab.h \
3068 $(INCDIR)/aout/aout64.h \
3069 $(INCDIR)/aout/ar.h \
3070 $(INCDIR)/aout/stab.def \
3071 $(INCDIR)/aout/stab_gnu.h \
3072 $(INCDIR)/bfdlink.h \
3073 $(INCDIR)/filenames.h \
3074 $(INCDIR)/hashtab.h \
3080 $(INCDIR)/aout/aout64.h \
3081 $(INCDIR)/aout/ar.h \
3082 $(INCDIR)/aout/stab.def \
3083 $(INCDIR)/aout/stab_gnu.h \
3084 $(INCDIR)/bfdlink.h \
3085 $(INCDIR)/filenames.h \
3086 $(INCDIR)/hashtab.h \
3091 $(INCDIR)/aout/aout64.h \
3092 $(INCDIR)/aout/ar.h \
3093 $(INCDIR)/aout/stab.def \
3094 $(INCDIR)/aout/stab_gnu.h \
3095 $(INCDIR)/bfdlink.h \
3096 $(INCDIR)/filenames.h \
3097 $(INCDIR)/hashtab.h \
3103 $(INCDIR)/aout/stab.def \
3104 $(INCDIR)/aout/stab_gnu.h \
3105 $(INCDIR)/filenames.h \
3106 $(INCDIR)/hashtab.h \
3107 $(INCDIR)/libiberty.h \
3112 $(INCDIR)/filenames.h \
3113 $(INCDIR)/hashtab.h \
3114 $(INCDIR)/libiberty.h \
3119 $(INCDIR)/aout/aout64.h \
3120 $(INCDIR)/aout/ar.h \
3121 $(INCDIR)/aout/stab.def \
3122 $(INCDIR)/aout/stab_gnu.h \
3123 $(INCDIR)/bfdlink.h \
3124 $(INCDIR)/filenames.h \
3125 $(INCDIR)/hashtab.h \
3130 $(INCDIR)/aout/aout64.h \
3131 $(INCDIR)/aout/ar.h \
3132 $(INCDIR)/aout/stab.def \
3133 $(INCDIR)/aout/stab_gnu.h \
3134 $(INCDIR)/bfdlink.h \
3135 $(INCDIR)/filenames.h \
3136 $(INCDIR)/hashtab.h \
3141 $(INCDIR)/filenames.h \
3142 $(INCDIR)/hashtab.h \
3143 $(INCDIR)/nlm/common.h \
3144 $(INCDIR)/nlm/external.h \
3145 $(INCDIR)/nlm/internal.h \
3149 $(INCDIR)/filenames.h \
3150 $(INCDIR)/hashtab.h \
3151 $(INCDIR)/nlm/common.h \
3152 $(INCDIR)/nlm/external.h \
3153 $(INCDIR)/nlm/i386-ext.h \
3154 $(INCDIR)/nlm/internal.h \
3160 $(INCDIR)/filenames.h \
3161 $(INCDIR)/hashtab.h \
3162 $(INCDIR)/nlm/common.h \
3163 $(INCDIR)/nlm/external.h \
3164 $(INCDIR)/nlm/internal.h \
3165 $(INCDIR)/nlm/ppc-ext.h \
3171 $(INCDIR)/filenames.h \
3172 $(INCDIR)/hashtab.h \
3173 $(INCDIR)/nlm/common.h \
3174 $(INCDIR)/nlm/external.h \
3175 $(INCDIR)/nlm/internal.h \
3176 $(INCDIR)/nlm/sparc32-ext.h \
3182 $(INCDIR)/filenames.h \
3183 $(INCDIR)/hashtab.h \
3184 $(INCDIR)/nlm/common.h \
3185 $(INCDIR)/nlm/external.h \
3186 $(INCDIR)/nlm/internal.h \
3191 $(INCDIR)/aout/aout64.h \
3192 $(INCDIR)/aout/ar.h \
3193 $(INCDIR)/aout/stab.def \
3194 $(INCDIR)/aout/stab_gnu.h \
3195 $(INCDIR)/bfdlink.h \
3196 $(INCDIR)/filenames.h \
3197 $(INCDIR)/hashtab.h \
3203 $(INCDIR)/filenames.h \
3204 $(INCDIR)/hashtab.h \
3206 $(INCDIR)/safe-ctype.h \
3210 $(INCDIR)/aout/aout64.h \
3211 $(INCDIR)/aout/ar.h \
3212 $(INCDIR)/aout/stab.def \
3213 $(INCDIR)/aout/stab_gnu.h \
3214 $(INCDIR)/bfdlink.h \
3215 $(INCDIR)/filenames.h \
3216 $(INCDIR)/hashtab.h \
3221 $(INCDIR)/aout/aout64.h \
3222 $(INCDIR)/aout/ar.h \
3223 $(INCDIR)/aout/stab.def \
3224 $(INCDIR)/aout/stab_gnu.h \
3225 $(INCDIR)/bfdlink.h \
3226 $(INCDIR)/filenames.h \
3227 $(INCDIR)/hashtab.h \
3228 $(INCDIR)/safe-ctype.h \
3233 $(INCDIR)/bfdlink.h \
3234 $(INCDIR)/coff/arm.h \
3235 $(INCDIR)/coff/external.h \
3236 $(INCDIR)/coff/internal.h \
3237 $(INCDIR)/coff/pe.h \
3238 $(INCDIR)/filenames.h \
3239 $(INCDIR)/hashtab.h \
3248 $(INCDIR)/bfdlink.h \
3249 $(INCDIR)/coff/arm.h \
3250 $(INCDIR)/coff/external.h \
3251 $(INCDIR)/coff/internal.h \
3252 $(INCDIR)/coff/pe.h \
3253 $(INCDIR)/filenames.h \
3254 $(INCDIR)/hashtab.h \
3262 $(INCDIR)/bfdlink.h \
3263 $(INCDIR)/coff/external.h \
3264 $(INCDIR)/coff/i386.h \
3265 $(INCDIR)/coff/internal.h \
3266 $(INCDIR)/coff/pe.h \
3267 $(INCDIR)/filenames.h \
3268 $(INCDIR)/hashtab.h \
3276 $(INCDIR)/bfdlink.h \
3277 $(INCDIR)/coff/external.h \
3278 $(INCDIR)/coff/internal.h \
3279 $(INCDIR)/coff/mcore.h \
3280 $(INCDIR)/coff/pe.h \
3281 $(INCDIR)/filenames.h \
3282 $(INCDIR)/hashtab.h \
3290 $(INCDIR)/bfdlink.h \
3291 $(INCDIR)/coff/external.h \
3292 $(INCDIR)/coff/internal.h \
3293 $(INCDIR)/coff/mipspe.h \
3294 $(INCDIR)/coff/pe.h \
3295 $(INCDIR)/filenames.h \
3296 $(INCDIR)/hashtab.h \
3303 $(INCDIR)/bfdlink.h \
3304 $(INCDIR)/coff/external.h \
3305 $(INCDIR)/coff/internal.h \
3306 $(INCDIR)/coff/pe.h \
3307 $(INCDIR)/coff/powerpc.h \
3308 $(INCDIR)/filenames.h \
3309 $(INCDIR)/hashtab.h \
3317 $(INCDIR)/bfdlink.h \
3318 $(INCDIR)/coff/external.h \
3319 $(INCDIR)/coff/internal.h \
3320 $(INCDIR)/coff/pe.h \
3321 $(INCDIR)/coff/sh.h \
3322 $(INCDIR)/filenames.h \
3323 $(INCDIR)/hashtab.h \
3324 $(INCDIR)/libiberty.h \
3332 $(INCDIR)/filenames.h \
3333 $(INCDIR)/hashtab.h \
3334 $(INCDIR)/libiberty.h \
3335 $(INCDIR)/safe-ctype.h \
3340 $(INCDIR)/bfdlink.h \
3341 $(INCDIR)/coff/arm.h \
3342 $(INCDIR)/coff/external.h \
3343 $(INCDIR)/coff/internal.h \
3344 $(INCDIR)/coff/pe.h \
3345 $(INCDIR)/filenames.h \
3346 $(INCDIR)/hashtab.h \
3355 $(INCDIR)/bfdlink.h \
3356 $(INCDIR)/coff/arm.h \
3357 $(INCDIR)/coff/external.h \
3358 $(INCDIR)/coff/internal.h \
3359 $(INCDIR)/coff/pe.h \
3360 $(INCDIR)/filenames.h \
3361 $(INCDIR)/hashtab.h \
3369 $(INCDIR)/bfdlink.h \
3370 $(INCDIR)/coff/external.h \
3371 $(INCDIR)/coff/i386.h \
3372 $(INCDIR)/coff/internal.h \
3373 $(INCDIR)/coff/pe.h \
3374 $(INCDIR)/filenames.h \
3375 $(INCDIR)/hashtab.h \
3383 $(INCDIR)/bfdlink.h \
3384 $(INCDIR)/coff/external.h \
3385 $(INCDIR)/coff/internal.h \
3386 $(INCDIR)/coff/mcore.h \
3387 $(INCDIR)/coff/pe.h \
3388 $(INCDIR)/filenames.h \
3389 $(INCDIR)/hashtab.h \
3397 $(INCDIR)/bfdlink.h \
3398 $(INCDIR)/coff/external.h \
3399 $(INCDIR)/coff/internal.h \
3400 $(INCDIR)/coff/mipspe.h \
3401 $(INCDIR)/coff/pe.h \
3402 $(INCDIR)/filenames.h \
3403 $(INCDIR)/hashtab.h \
3411 $(INCDIR)/bfdlink.h \
3412 $(INCDIR)/coff/external.h \
3413 $(INCDIR)/coff/internal.h \
3414 $(INCDIR)/coff/pe.h \
3415 $(INCDIR)/coff/powerpc.h \
3416 $(INCDIR)/filenames.h \
3417 $(INCDIR)/hashtab.h \
3425 $(INCDIR)/bfdlink.h \
3426 $(INCDIR)/coff/external.h \
3427 $(INCDIR)/coff/internal.h \
3428 $(INCDIR)/coff/pe.h \
3429 $(INCDIR)/coff/sh.h \
3430 $(INCDIR)/filenames.h \
3431 $(INCDIR)/hashtab.h \
3432 $(INCDIR)/libiberty.h \
3440 $(INCDIR)/filenames.h \
3441 $(INCDIR)/hashtab.h \
3442 $(INCDIR)/libiberty.h \
3443 $(INCDIR)/plugin-api.h \
3447 $(INCDIR)/filenames.h \
3448 $(INCDIR)/hashtab.h \
3449 $(INCDIR)/safe-ctype.h
3452 $(INCDIR)/bfdlink.h \
3453 $(INCDIR)/coff/internal.h \
3454 $(INCDIR)/filenames.h \
3455 $(INCDIR)/hashtab.h \
3460 $(INCDIR)/aout/aout64.h \
3461 $(INCDIR)/aout/ar.h \
3462 $(INCDIR)/aout/stab.def \
3463 $(INCDIR)/aout/stab_gnu.h \
3464 $(INCDIR)/bfdlink.h \
3465 $(INCDIR)/filenames.h \
3466 $(INCDIR)/hashtab.h \
3471 $(INCDIR)/alloca-conf.h \
3472 $(INCDIR)/filenames.h
3475 $(INCDIR)/aout/aout64.h \
3476 $(INCDIR)/aout/ar.h \
3477 $(INCDIR)/aout/stab.def \
3478 $(INCDIR)/aout/stab_gnu.h \
3479 $(INCDIR)/bfdlink.h \
3480 $(INCDIR)/filenames.h \
3481 $(INCDIR)/hashtab.h \
3486 $(INCDIR)/aout/aout64.h \
3487 $(INCDIR)/aout/ar.h \
3488 $(INCDIR)/aout/stab.def \
3489 $(INCDIR)/aout/stab_gnu.h \
3490 $(INCDIR)/aout/sun4.h \
3491 $(INCDIR)/bfdlink.h \
3492 $(INCDIR)/filenames.h \
3493 $(INCDIR)/hashtab.h \
3498 $(INCDIR)/aout/aout64.h \
3499 $(INCDIR)/aout/ar.h \
3500 $(INCDIR)/aout/stab.def \
3501 $(INCDIR)/aout/stab_gnu.h \
3502 $(INCDIR)/bfdlink.h \
3503 $(INCDIR)/filenames.h \
3504 $(INCDIR)/hashtab.h \
3510 $(INCDIR)/aout/aout64.h \
3511 $(INCDIR)/aout/ar.h \
3512 $(INCDIR)/aout/stab.def \
3513 $(INCDIR)/aout/stab_gnu.h \
3514 $(INCDIR)/aout/sun4.h \
3515 $(INCDIR)/bfdlink.h \
3516 $(INCDIR)/filenames.h \
3517 $(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)/bfdlink.h \
3540 $(INCDIR)/filenames.h \
3541 $(INCDIR)/hashtab.h \
3546 $(INCDIR)/aout/aout64.h \
3547 $(INCDIR)/aout/ar.h \
3548 $(INCDIR)/aout/stab.def \
3549 $(INCDIR)/aout/stab_gnu.h \
3550 $(INCDIR)/bfdlink.h \
3551 $(INCDIR)/filenames.h \
3552 $(INCDIR)/hashtab.h \
3558 $(INCDIR)/filenames.h \
3559 $(INCDIR)/hashtab.h \
3560 $(INCDIR)/libiberty.h
3563 $(INCDIR)/bfdlink.h \
3564 $(INCDIR)/filenames.h \
3565 $(INCDIR)/hashtab.h \
3569 $(INCDIR)/bfdlink.h \
3570 $(INCDIR)/filenames.h \
3571 $(INCDIR)/hashtab.h \
3572 $(INCDIR)/safe-ctype.h \
3577 $(INCDIR)/bfdlink.h \
3578 $(INCDIR)/filenames.h \
3579 $(INCDIR)/hashtab.h \
3583 $(INCDIR)/bfdlink.h \
3584 $(INCDIR)/filenames.h \
3585 $(INCDIR)/hashtab.h \
3589 $(INCDIR)/bfdlink.h \
3590 $(INCDIR)/filenames.h \
3591 $(INCDIR)/hashtab.h \
3598 $(INCDIR)/bfdlink.h \
3599 $(INCDIR)/coff/internal.h \
3600 $(INCDIR)/coff/xcoff.h \
3601 $(INCDIR)/filenames.h \
3602 $(INCDIR)/hashtab.h \
3603 $(INCDIR)/libiberty.h \
3608 $(INCDIR)/alloca-conf.h \
3609 $(INCDIR)/filenames.h \
3610 $(INCDIR)/hashtab.h \
3614 $(INCDIR)/filenames.h \
3615 $(INCDIR)/hashtab.h \
3616 $(INCDIR)/xtensa-isa-internal.h \
3617 $(INCDIR)/xtensa-isa.h
3618 xtensa-modules.lo: \
3620 $(INCDIR)/xtensa-isa-internal.h \
3621 $(INCDIR)/xtensa-isa.h
3624 $(INCDIR)/filenames.h
3627 $(INCDIR)/aout/aout64.h \
3628 $(INCDIR)/aout/ar.h \
3629 $(INCDIR)/aout/stab.def \
3630 $(INCDIR)/aout/stab_gnu.h \
3631 $(INCDIR)/bfdlink.h \
3632 $(INCDIR)/filenames.h \
3633 $(INCDIR)/hashtab.h \
3634 $(INCDIR)/safe-ctype.h \
3639 $(INCDIR)/aout/ar.h \
3640 $(INCDIR)/bfdlink.h \
3641 $(INCDIR)/coff/alpha.h \
3642 $(INCDIR)/coff/ecoff.h \
3643 $(INCDIR)/coff/internal.h \
3644 $(INCDIR)/coff/sym.h \
3645 $(INCDIR)/coff/symconst.h \
3646 $(INCDIR)/filenames.h \
3647 $(INCDIR)/hashtab.h \
3654 $(INCDIR)/bfdlink.h \
3655 $(INCDIR)/coff/external.h \
3656 $(INCDIR)/coff/internal.h \
3657 $(INCDIR)/coff/pe.h \
3658 $(INCDIR)/coff/x86_64.h \
3659 $(INCDIR)/filenames.h \
3660 $(INCDIR)/hashtab.h \
3661 $(INCDIR)/libiberty.h \
3667 $(INCDIR)/bfdlink.h \
3668 $(INCDIR)/coff/internal.h \
3669 $(INCDIR)/coff/rs6k64.h \
3670 $(INCDIR)/coff/xcoff.h \
3671 $(INCDIR)/filenames.h \
3672 $(INCDIR)/hashtab.h \
3679 $(INCDIR)/aout/aout64.h \
3680 $(INCDIR)/aout/ar.h \
3681 $(INCDIR)/aout/stab.def \
3682 $(INCDIR)/aout/stab_gnu.h \
3683 $(INCDIR)/aout/sun4.h \
3684 $(INCDIR)/bfdlink.h \
3685 $(INCDIR)/filenames.h \
3686 $(INCDIR)/hashtab.h \
3692 $(INCDIR)/bfdlink.h \
3693 $(INCDIR)/elf/common.h \
3694 $(INCDIR)/elf/external.h \
3695 $(INCDIR)/elf/internal.h \
3696 $(INCDIR)/elf/reloc-macros.h \
3697 $(INCDIR)/elf/score.h \
3698 $(INCDIR)/filenames.h \
3699 $(INCDIR)/hashtab.h \
3700 $(INCDIR)/libiberty.h \
3706 $(INCDIR)/bfdlink.h \
3707 $(INCDIR)/elf/common.h \
3708 $(INCDIR)/elf/external.h \
3709 $(INCDIR)/elf/internal.h \
3710 $(INCDIR)/elf/reloc-macros.h \
3711 $(INCDIR)/elf/score.h \
3712 $(INCDIR)/filenames.h \
3713 $(INCDIR)/hashtab.h \
3714 $(INCDIR)/libiberty.h \
3719 $(INCDIR)/aout/ar.h \
3720 $(INCDIR)/bfdlink.h \
3721 $(INCDIR)/coff/alpha.h \
3722 $(INCDIR)/coff/ecoff.h \
3723 $(INCDIR)/coff/internal.h \
3724 $(INCDIR)/coff/sym.h \
3725 $(INCDIR)/coff/symconst.h \
3726 $(INCDIR)/elf/alpha.h \
3727 $(INCDIR)/elf/common.h \
3728 $(INCDIR)/elf/external.h \
3729 $(INCDIR)/elf/internal.h \
3730 $(INCDIR)/elf/reloc-macros.h \
3731 $(INCDIR)/filenames.h \
3732 $(INCDIR)/hashtab.h \
3740 $(INCDIR)/bfdlink.h \
3741 $(INCDIR)/elf/common.h \
3742 $(INCDIR)/elf/external.h \
3743 $(INCDIR)/elf/internal.h \
3744 $(INCDIR)/filenames.h \
3745 $(INCDIR)/hashtab.h \
3750 $(INCDIR)/alloca-conf.h \
3751 $(INCDIR)/bfdlink.h \
3752 $(INCDIR)/elf/common.h \
3753 $(INCDIR)/elf/external.h \
3754 $(INCDIR)/elf/hppa.h \
3755 $(INCDIR)/elf/internal.h \
3756 $(INCDIR)/elf/reloc-macros.h \
3757 $(INCDIR)/filenames.h \
3758 $(INCDIR)/hashtab.h \
3766 $(INCDIR)/aout/ar.h \
3767 $(INCDIR)/bfdlink.h \
3768 $(INCDIR)/coff/alpha.h \
3769 $(INCDIR)/coff/ecoff.h \
3770 $(INCDIR)/coff/internal.h \
3771 $(INCDIR)/coff/sym.h \
3772 $(INCDIR)/coff/symconst.h \
3773 $(INCDIR)/elf/common.h \
3774 $(INCDIR)/elf/external.h \
3775 $(INCDIR)/elf/internal.h \
3776 $(INCDIR)/elf/mips.h \
3777 $(INCDIR)/elf/reloc-macros.h \
3778 $(INCDIR)/filenames.h \
3779 $(INCDIR)/hashtab.h \
3787 $(INCDIR)/bfdlink.h \
3788 $(INCDIR)/elf/common.h \
3789 $(INCDIR)/elf/external.h \
3790 $(INCDIR)/elf/internal.h \
3791 $(INCDIR)/elf/mmix.h \
3792 $(INCDIR)/elf/reloc-macros.h \
3793 $(INCDIR)/filenames.h \
3794 $(INCDIR)/hashtab.h \
3795 $(INCDIR)/opcode/mmix.h \
3800 $(INCDIR)/bfdlink.h \
3801 $(INCDIR)/elf/common.h \
3802 $(INCDIR)/elf/external.h \
3803 $(INCDIR)/elf/internal.h \
3804 $(INCDIR)/elf/ppc64.h \
3805 $(INCDIR)/elf/reloc-macros.h \
3806 $(INCDIR)/filenames.h \
3807 $(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/reloc-macros.h \
3818 $(INCDIR)/elf/s390.h \
3819 $(INCDIR)/filenames.h \
3820 $(INCDIR)/hashtab.h \
3825 $(INCDIR)/bfdlink.h \
3826 $(INCDIR)/elf/common.h \
3827 $(INCDIR)/elf/external.h \
3828 $(INCDIR)/elf/internal.h \
3829 $(INCDIR)/elf/reloc-macros.h \
3830 $(INCDIR)/elf/sh.h \
3831 $(INCDIR)/filenames.h \
3832 $(INCDIR)/hashtab.h \
3837 $(INCDIR)/bfdlink.h \
3838 $(INCDIR)/elf/common.h \
3839 $(INCDIR)/elf/external.h \
3840 $(INCDIR)/elf/internal.h \
3841 $(INCDIR)/elf/reloc-macros.h \
3842 $(INCDIR)/elf/sparc.h \
3843 $(INCDIR)/filenames.h \
3844 $(INCDIR)/hashtab.h \
3845 $(INCDIR)/opcode/sparc.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/x86-64.h \
3857 $(INCDIR)/filenames.h \
3858 $(INCDIR)/hashtab.h \
3859 $(INCDIR)/objalloc.h \
3865 $(INCDIR)/bfdlink.h \
3866 $(INCDIR)/elf/common.h \
3867 $(INCDIR)/elf/external.h \
3868 $(INCDIR)/elf/internal.h \
3869 $(INCDIR)/filenames.h \
3870 $(INCDIR)/hashtab.h \
3871 $(INCDIR)/libiberty.h \
3877 $(INCDIR)/bfdlink.h \
3878 $(INCDIR)/coff/ecoff.h \
3879 $(INCDIR)/coff/external.h \
3880 $(INCDIR)/coff/internal.h \
3881 $(INCDIR)/coff/mips.h \
3882 $(INCDIR)/coff/sym.h \
3883 $(INCDIR)/coff/symconst.h \
3884 $(INCDIR)/elf/common.h \
3885 $(INCDIR)/elf/external.h \
3886 $(INCDIR)/elf/internal.h \
3887 $(INCDIR)/elf/mips.h \
3888 $(INCDIR)/elf/reloc-macros.h \
3889 $(INCDIR)/filenames.h \
3890 $(INCDIR)/hashtab.h \
3898 $(INCDIR)/elf/mmix.h \
3899 $(INCDIR)/elf/reloc-macros.h \
3900 $(INCDIR)/filenames.h \
3901 $(INCDIR)/hashtab.h \
3902 $(INCDIR)/libiberty.h \
3903 $(INCDIR)/opcode/mmix.h
3906 $(INCDIR)/filenames.h \
3907 $(INCDIR)/hashtab.h \
3908 $(INCDIR)/nlm/alpha-ext.h \
3909 $(INCDIR)/nlm/common.h \
3910 $(INCDIR)/nlm/external.h \
3911 $(INCDIR)/nlm/internal.h \
3917 $(INCDIR)/filenames.h \
3918 $(INCDIR)/hashtab.h \
3919 $(INCDIR)/nlm/common.h \
3920 $(INCDIR)/nlm/external.h \
3921 $(INCDIR)/nlm/internal.h \
3926 $(INCDIR)/bfdlink.h \
3927 $(INCDIR)/coff/external.h \
3928 $(INCDIR)/coff/internal.h \
3929 $(INCDIR)/coff/pe.h \
3930 $(INCDIR)/coff/x86_64.h \
3931 $(INCDIR)/filenames.h \
3932 $(INCDIR)/hashtab.h \
3933 $(INCDIR)/libiberty.h \
3941 $(INCDIR)/bfdlink.h \
3942 $(INCDIR)/coff/external.h \
3943 $(INCDIR)/coff/ia64.h \
3944 $(INCDIR)/coff/internal.h \
3945 $(INCDIR)/coff/pe.h \
3946 $(INCDIR)/filenames.h \
3947 $(INCDIR)/hashtab.h \
3955 $(INCDIR)/bfdlink.h \
3956 $(INCDIR)/coff/external.h \
3957 $(INCDIR)/coff/internal.h \
3958 $(INCDIR)/coff/pe.h \
3959 $(INCDIR)/coff/x86_64.h \
3960 $(INCDIR)/filenames.h \
3961 $(INCDIR)/hashtab.h \
3962 $(INCDIR)/libiberty.h \
3970 $(INCDIR)/bfdlink.h \
3971 $(INCDIR)/coff/external.h \
3972 $(INCDIR)/coff/i386.h \
3973 $(INCDIR)/coff/internal.h \
3974 $(INCDIR)/filenames.h \
3975 $(INCDIR)/hashtab.h \
3979 $(INCDIR)/filenames.h \
3983 $(INCDIR)/filenames.h \
3987 $(INCDIR)/filenames.h \
3991 $(INCDIR)/filenames.h \
3995 $(INCDIR)/filenames.h \
3999 $(INCDIR)/bfdlink.h \
4000 $(INCDIR)/filenames.h \
4001 $(INCDIR)/hashtab.h \
4005 $(INCDIR)/bfdlink.h \
4006 $(INCDIR)/filenames.h \
4007 $(INCDIR)/hashtab.h \
4011 $(INCDIR)/bfdlink.h \
4012 $(INCDIR)/elf/common.h \
4013 $(INCDIR)/elf/external.h \
4014 $(INCDIR)/elf/ia64.h \
4015 $(INCDIR)/elf/internal.h \
4016 $(INCDIR)/elf/reloc-macros.h \
4017 $(INCDIR)/filenames.h \
4018 $(INCDIR)/hashtab.h \
4019 $(INCDIR)/objalloc.h \
4020 $(INCDIR)/opcode/ia64.h \
4025 $(INCDIR)/bfdlink.h \
4026 $(INCDIR)/elf/common.h \
4027 $(INCDIR)/elf/external.h \
4028 $(INCDIR)/elf/ia64.h \
4029 $(INCDIR)/elf/internal.h \
4030 $(INCDIR)/elf/reloc-macros.h \
4031 $(INCDIR)/filenames.h \
4032 $(INCDIR)/hashtab.h \
4033 $(INCDIR)/objalloc.h \
4034 $(INCDIR)/opcode/ia64.h \
4039 $(INCDIR)/bfdlink.h \
4040 $(INCDIR)/coff/external.h \
4041 $(INCDIR)/coff/i386.h \
4042 $(INCDIR)/coff/internal.h \
4043 $(INCDIR)/coff/pe.h \
4044 $(INCDIR)/filenames.h \
4045 $(INCDIR)/hashtab.h \
4050 $(INCDIR)/bfdlink.h \
4051 $(INCDIR)/coff/external.h \
4052 $(INCDIR)/coff/ia64.h \
4053 $(INCDIR)/coff/internal.h \
4054 $(INCDIR)/coff/pe.h \
4055 $(INCDIR)/filenames.h \
4056 $(INCDIR)/hashtab.h \
4061 $(INCDIR)/bfdlink.h \
4062 $(INCDIR)/coff/external.h \
4063 $(INCDIR)/coff/internal.h \
4064 $(INCDIR)/coff/pe.h \
4065 $(INCDIR)/coff/x86_64.h \
4066 $(INCDIR)/filenames.h \
4067 $(INCDIR)/hashtab.h \
4070 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY