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.
136 ALL_MACHINES_CFILES = \
206 # The .o files needed by all of the 32 bit vectors that are configured into
207 # target_vector in targets.c if configured with --enable-targets=all.
303 elf32-sh-symbian.lo \
391 BFD32_BACKENDS_CFILES = \
573 # The .o files needed by all of the 64 bit vectors that are configured into
574 # target_vector in targets.c if configured with --enable-targets=all
575 # and --enable-64-bit-bfd.
576 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
610 BFD64_BACKENDS_CFILES = \
638 OPTIONAL_BACKENDS = \
648 OPTIONAL_BACKENDS_CFILES = \
658 # We want to rerun configure if configure.in, config.bfd or
659 # configure.host change. configure.in is needed since the version
660 # number in Makefile comes from configure.in.
661 CONFIG_STATUS_DEPENDENCIES = \
662 $(srcdir)/configure.in \
663 $(srcdir)/config.bfd \
664 $(srcdir)/configure.host
666 # These are defined by configure.in:
667 WORDSIZE = @wordsize@
668 ALL_BACKENDS = @all_backends@
669 BFD_BACKENDS = @bfd_backends@
670 BFD_MACHINES = @bfd_machines@
671 TDEFAULTS = @tdefaults@
673 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
675 # C source files that correspond to .o's.
677 $(BFD32_LIBS_CFILES) \
678 $(BFD64_LIBS_CFILES) \
679 $(ALL_MACHINES_CFILES) \
680 $(BFD32_BACKENDS_CFILES) \
681 $(BFD64_BACKENDS_CFILES) \
682 $(OPTIONAL_BACKENDS_CFILES)
685 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
687 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
689 ## This is a list of all .h files which are in the source tree.
691 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
692 elf-bfd.h elf-hppa.h elf32-hppa.h \
693 elf64-hppa.h elfcode.h elfcore.h \
694 freebsd.h genlink.h go32stub.h \
695 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
696 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
697 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
698 pef.h pef-traceback.h peicode.h som.h version.h \
699 vms.h xcoff-target.h xsym.h
701 ## ... and all .h files which are in the build tree.
703 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
705 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
707 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
708 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
710 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
711 for file in $(SRC_POTFILES); do echo $$file; done \
712 | LC_ALL=C sort > tmp.src \
713 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
715 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
716 for file in $(BLD_POTFILES); do echo $$file; done \
717 | LC_ALL=C sort > tmp.bld \
718 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
722 .PHONY: install-pdf install-pdf-am install-pdf-recursive
724 install-pdf: install-pdf-recursive
726 install-pdf-recursive:
728 for f in x $$MAKEFLAGS; do \
731 *k*) failcom='fail=yes';; \
735 target=`echo $@ | sed s/-recursive//`; \
736 list='$(SUBDIRS)'; for subdir in $$list; do \
737 echo "Making $$target in $$subdir"; \
738 if test "$$subdir" = "."; then \
740 local_target="$$target-am"; \
742 local_target="$$target"; \
744 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
747 if test "$$dot_seen" = "no"; then \
748 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
751 .PHONY: install-html install-html-am install-html-recursive
753 install-html: install-html-recursive
755 install-html-recursive:
757 for f in x $$MAKEFLAGS; do \
760 *k*) failcom='fail=yes';; \
764 target=`echo $@ | sed s/-recursive//`; \
765 list='$(SUBDIRS)'; for subdir in $$list; do \
766 echo "Making $$target in $$subdir"; \
767 if test "$$subdir" = "."; then \
769 local_target="$$target-am"; \
771 local_target="$$target"; \
773 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
776 if test "$$dot_seen" = "no"; then \
777 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
780 # Various kinds of .o files to put in libbfd.a:
781 # BFD_BACKENDS Routines the configured targets need.
782 # BFD_MACHINES Architecture-specific routines the configured targets need.
783 # COREFILE Core file routines for a native configuration
784 # bfd64_libs Routines for 64bit support
785 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
787 stamp-ofiles: Makefile
790 for i in $(OFILES) ; do \
797 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
800 ofiles: stamp-ofiles ; @true
802 # Since BFD64_LIBS is optional and we can't have substitution in
803 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
804 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
805 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
806 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
807 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
809 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
810 # directory so that we don't have to convert all the programs that use
811 # libbfd.a simultaneously. This is a hack which should be removed if
812 # everything else starts using libtool. FIXME.
814 noinst_LIBRARIES = libbfd.a
818 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
819 if [ -f $$libtooldir/libbfd.a ]; then \
820 cp $$libtooldir/libbfd.a libbfd.tmp; \
821 $(RANLIB) libbfd.tmp; \
822 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
826 libbfd.a: stamp-lib ; @true
828 # This file holds an array associating configuration triplets and
829 # vector names. It is built from config.bfd. It is not compiled by
830 # itself, but is included by targets.c.
831 targmatch.h: config.bfd targmatch.sed
833 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
834 mv -f targmatch.new targmatch.h
836 # When compiling archures.c and targets.c, supply the default target
837 # info from configure.
839 targets.lo: targets.c Makefile
840 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
842 archures.lo: archures.c Makefile
843 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
845 dwarf2.lo: dwarf2.c Makefile
846 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
848 elf32-target.h : elfxx-target.h
850 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
851 mv -f elf32-target.new elf32-target.h
853 elf64-target.h : elfxx-target.h
855 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
856 mv -f elf64-target.new elf64-target.h
858 elf32-ia64.c : elfxx-ia64.c
860 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
861 mv -f elf32-ia64.new elf32-ia64.c
863 elf64-ia64.c : elfxx-ia64.c
865 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
866 mv -f elf64-ia64.new elf64-ia64.c
868 peigen.c : peXXigen.c
870 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
871 mv -f peigen.new peigen.c
873 pepigen.c : peXXigen.c
875 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
876 mv -f pepigen.new pepigen.c
878 pex64igen.c: peXXigen.c
880 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
881 mv -f pex64igen.new pex64igen.c
883 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
884 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
890 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
892 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
895 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
898 .PHONY: install_libbfd uninstall_libbfd
899 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
900 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
901 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
902 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
903 if test -f $$p; then \
904 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
905 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
908 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
909 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
910 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
911 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
914 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
915 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
917 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
918 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
919 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
920 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
922 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
923 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
925 $(MAKE) MKDEP="$(MKDEP)" DEP1
926 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
927 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
928 echo 'make DEP failed!'; exit 1; \
934 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
935 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
937 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
938 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
939 sed -e '1s/.*: //' -f dep.sed < DEPA | \
940 LC_ALL=C sort | LC_ALL=C uniq | \
941 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
946 dep.sed: dep-in.sed config.status
947 sed <$(srcdir)/dep-in.sed >dep.sed \
948 -e 's!@BFD_H@!$(BFD_H)!' \
949 -e 's!@SRCDIR@!$(srcdir)!' \
950 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
953 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
954 cat DEP >> tmp-Makefile
955 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
958 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
959 cat DEP >> tmp-Makefile.in
960 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
963 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
964 cat DEP >> tmp-Makefile.am
965 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
967 host-aout.lo: Makefile
969 # The following program can be used to generate a simple config file
970 # which can be folded into an h-XXX file for a new host, with some editing.
971 aout-params.h: gen-aout
972 ./gen-aout host > aout-params.h
973 gen-aout: $(srcdir)/gen-aout.c Makefile
974 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
976 $(BFD_H): stmp-bfd-h ; @true
978 stmp-bfd-h: bfd-in3.h
980 cp bfd-in3.h bfd-tmp.h
981 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
985 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
986 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
987 archive.c corefile.c targets.c format.c compress.c
988 BFD64_H_FILES = archive64.c
989 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
990 cache.c reloc.c archures.c elf.c
991 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
993 # Could really use a "copy-if-change"...
995 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
996 cp $(bfddocdir)/bfd.h bfd-in2.h-new
997 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
998 cp $(bfddocdir)/libbfd.h libbfd.h-new
999 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1000 cp $(bfddocdir)/libcoff.h libcoff.h-new
1001 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1003 # We only rebuild the header files automatically if we have been
1004 # configured with --enable-maintainer-mode.
1006 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1007 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1008 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1009 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1010 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1013 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1014 stmp-lbfd-h: $(LIBBFD_H_FILES)
1015 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1016 cp $(bfddocdir)/libbfd.h libbfd.h-new
1017 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1020 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1021 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1022 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1023 cp $(bfddocdir)/libcoff.h libcoff.h-new
1024 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1027 MOSTLYCLEANFILES = ofiles stamp-ofiles
1029 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1030 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1032 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1034 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1036 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1037 bfd_version_string="\"$(VERSION)\"" ;\
1038 bfd_soversion="$(VERSION)" ;\
1039 bfd_version_package="\"$(PKGVERSION)\"" ;\
1040 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1041 if test "x$(RELEASE)" = x ; then \
1042 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1043 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1044 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1046 sed -e "s,@bfd_version@,$$bfd_version," \
1047 -e "s,@bfd_version_string@,$$bfd_version_string," \
1048 -e "s,@bfd_version_package@,$$bfd_version_package," \
1049 -e "s,@report_bugs_to@,$$report_bugs_to," \
1050 < $(srcdir)/version.h > $@; \
1051 echo "$${bfd_soversion}" > libtool-soversion
1053 # What appears below is generated by a hacked mkdep using gcc -MM.
1055 # DO NOT DELETE THIS LINE -- mkdep uses it.
1056 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1059 $(INCDIR)/aout/ar.h \
1060 $(INCDIR)/aout/ranlib.h \
1061 $(INCDIR)/filenames.h \
1062 $(INCDIR)/hashtab.h \
1063 $(INCDIR)/libiberty.h \
1064 $(INCDIR)/safe-ctype.h
1067 $(INCDIR)/filenames.h \
1068 $(INCDIR)/hashtab.h \
1069 $(INCDIR)/safe-ctype.h
1072 $(INCDIR)/bfdlink.h \
1073 $(INCDIR)/coff/ecoff.h \
1074 $(INCDIR)/coff/internal.h \
1075 $(INCDIR)/coff/sym.h \
1076 $(INCDIR)/demangle.h \
1077 $(INCDIR)/elf/common.h \
1078 $(INCDIR)/elf/external.h \
1079 $(INCDIR)/elf/internal.h \
1080 $(INCDIR)/filenames.h \
1081 $(INCDIR)/hashtab.h \
1082 $(INCDIR)/libiberty.h \
1083 $(INCDIR)/safe-ctype.h \
1090 $(INCDIR)/filenames.h \
1094 $(INCDIR)/filenames.h \
1098 $(INCDIR)/filenames.h \
1099 $(INCDIR)/hashtab.h \
1100 $(INCDIR)/libiberty.h
1103 $(INCDIR)/bfdlink.h \
1104 $(INCDIR)/coff/internal.h \
1105 $(INCDIR)/filenames.h \
1106 $(INCDIR)/hashtab.h \
1110 $(INCDIR)/filenames.h \
1114 $(INCDIR)/filenames.h \
1118 $(INCDIR)/filenames.h \
1122 $(INCDIR)/filenames.h \
1126 $(INCDIR)/filenames.h \
1127 $(INCDIR)/hashtab.h \
1128 $(INCDIR)/libiberty.h \
1129 $(INCDIR)/objalloc.h
1132 $(INCDIR)/bfdlink.h \
1133 $(INCDIR)/filenames.h \
1137 $(INCDIR)/bfdlink.h \
1138 $(INCDIR)/filenames.h \
1142 $(INCDIR)/aout/stab.def \
1143 $(INCDIR)/aout/stab_gnu.h \
1144 $(INCDIR)/bfdlink.h \
1145 $(INCDIR)/filenames.h \
1146 $(INCDIR)/hashtab.h \
1147 $(INCDIR)/safe-ctype.h
1150 $(INCDIR)/filenames.h \
1151 $(INCDIR)/fnmatch.h \
1152 $(INCDIR)/hashtab.h \
1156 $(INCDIR)/filenames.h \
1157 $(INCDIR)/hashtab.h \
1158 $(INCDIR)/libiberty.h \
1159 $(INCDIR)/objalloc.h
1162 $(INCDIR)/bfdlink.h \
1163 $(INCDIR)/filenames.h \
1164 $(INCDIR)/hashtab.h \
1168 $(INCDIR)/filenames.h \
1169 $(INCDIR)/hashtab.h \
1170 $(INCDIR)/libiberty.h \
1171 $(INCDIR)/safe-ctype.h
1174 $(INCDIR)/filenames.h \
1175 $(INCDIR)/hashtab.h \
1176 $(INCDIR)/safe-ctype.h
1179 $(INCDIR)/filenames.h \
1180 $(INCDIR)/hashtab.h \
1181 $(INCDIR)/libiberty.h
1184 $(INCDIR)/filenames.h \
1185 $(INCDIR)/hashtab.h \
1186 $(INCDIR)/libiberty.h \
1187 $(INCDIR)/safe-ctype.h
1190 $(INCDIR)/aout/stab.def \
1191 $(INCDIR)/aout/stab_gnu.h \
1192 $(INCDIR)/filenames.h \
1193 $(INCDIR)/hashtab.h \
1194 $(INCDIR)/safe-ctype.h
1197 $(INCDIR)/aout/aout64.h \
1198 $(INCDIR)/aout/stab.def \
1199 $(INCDIR)/bfdlink.h \
1203 $(INCDIR)/filenames.h \
1204 $(INCDIR)/hashtab.h \
1205 $(INCDIR)/libiberty.h
1208 $(INCDIR)/bfdlink.h \
1209 $(INCDIR)/dwarf2.h \
1210 $(INCDIR)/elf/common.h \
1211 $(INCDIR)/elf/external.h \
1212 $(INCDIR)/elf/internal.h \
1213 $(INCDIR)/filenames.h \
1214 $(INCDIR)/hashtab.h \
1215 $(INCDIR)/libiberty.h \
1219 $(INCDIR)/bfdlink.h \
1220 $(INCDIR)/filenames.h \
1224 $(INCDIR)/filenames.h \
1228 $(INCDIR)/filenames.h \
1229 $(INCDIR)/hashtab.h \
1230 $(INCDIR)/libiberty.h \
1231 $(INCDIR)/safe-ctype.h
1234 $(INCDIR)/aout/ar.h \
1235 $(INCDIR)/filenames.h \
1239 $(INCDIR)/filenames.h \
1243 $(INCDIR)/filenames.h \
1247 $(INCDIR)/filenames.h \
1248 $(INCDIR)/hashtab.h \
1249 $(INCDIR)/libiberty.h
1252 $(INCDIR)/filenames.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 \
1329 $(INCDIR)/hashtab.h \
1330 $(INCDIR)/opcode/ia64.h \
1331 $(srcdir)/../opcodes/ia64-opc.h \
1335 $(INCDIR)/filenames.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 \
1372 $(INCDIR)/hashtab.h \
1373 $(INCDIR)/opcode/m68k.h
1376 $(INCDIR)/filenames.h \
1380 $(INCDIR)/filenames.h \
1384 $(INCDIR)/filenames.h \
1388 $(INCDIR)/filenames.h \
1392 $(INCDIR)/filenames.h \
1396 $(INCDIR)/filenames.h \
1400 $(INCDIR)/filenames.h \
1404 $(INCDIR)/filenames.h \
1408 $(INCDIR)/filenames.h \
1412 $(INCDIR)/filenames.h \
1413 $(INCDIR)/hashtab.h \
1417 $(INCDIR)/filenames.h \
1421 $(INCDIR)/filenames.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 \
1454 $(INCDIR)/hashtab.h \
1455 $(srcdir)/../opcodes/sh-opc.h
1458 $(INCDIR)/filenames.h \
1462 $(INCDIR)/filenames.h \
1466 $(INCDIR)/filenames.h \
1470 $(INCDIR)/filenames.h \
1474 $(INCDIR)/filenames.h \
1478 $(INCDIR)/filenames.h \
1482 $(INCDIR)/filenames.h \
1483 $(INCDIR)/hashtab.h \
1484 $(INCDIR)/safe-ctype.h
1487 $(INCDIR)/filenames.h \
1491 $(INCDIR)/filenames.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)/aout/adobe.h \
1520 $(INCDIR)/aout/stab.def \
1521 $(INCDIR)/aout/stab_gnu.h \
1522 $(INCDIR)/bfdlink.h \
1523 $(INCDIR)/filenames.h \
1524 $(INCDIR)/hashtab.h \
1528 $(INCDIR)/aout/aout64.h \
1529 $(INCDIR)/aout/ar.h \
1530 $(INCDIR)/aout/stab.def \
1531 $(INCDIR)/aout/stab_gnu.h \
1532 $(INCDIR)/bfdlink.h \
1533 $(INCDIR)/filenames.h \
1534 $(INCDIR)/hashtab.h \
1535 $(INCDIR)/safe-ctype.h \
1541 $(INCDIR)/aout/aout64.h \
1542 $(INCDIR)/aout/ar.h \
1543 $(INCDIR)/aout/stab.def \
1544 $(INCDIR)/aout/stab_gnu.h \
1545 $(INCDIR)/bfdlink.h \
1546 $(INCDIR)/filenames.h \
1547 $(INCDIR)/hashtab.h \
1548 $(INCDIR)/safe-ctype.h \
1555 $(INCDIR)/aout/aout64.h \
1556 $(INCDIR)/aout/ar.h \
1557 $(INCDIR)/aout/stab.def \
1558 $(INCDIR)/aout/stab_gnu.h \
1559 $(INCDIR)/bfdlink.h \
1560 $(INCDIR)/filenames.h \
1561 $(INCDIR)/hashtab.h \
1562 $(INCDIR)/safe-ctype.h \
1568 $(INCDIR)/aout/aout64.h \
1569 $(INCDIR)/aout/ar.h \
1570 $(INCDIR)/aout/stab.def \
1571 $(INCDIR)/aout/stab_gnu.h \
1572 $(INCDIR)/aout/sun4.h \
1573 $(INCDIR)/bfdlink.h \
1574 $(INCDIR)/filenames.h \
1575 $(INCDIR)/hashtab.h \
1581 $(INCDIR)/aout/aout64.h \
1582 $(INCDIR)/aout/ar.h \
1583 $(INCDIR)/aout/stab.def \
1584 $(INCDIR)/aout/stab_gnu.h \
1585 $(INCDIR)/bfdlink.h \
1586 $(INCDIR)/filenames.h \
1587 $(INCDIR)/hashtab.h \
1588 $(INCDIR)/safe-ctype.h \
1593 $(INCDIR)/aout/aout64.h \
1594 $(INCDIR)/aout/ar.h \
1595 $(INCDIR)/aout/stab.def \
1596 $(INCDIR)/aout/stab_gnu.h \
1597 $(INCDIR)/aout/sun4.h \
1598 $(INCDIR)/bfdlink.h \
1599 $(INCDIR)/filenames.h \
1600 $(INCDIR)/hashtab.h \
1606 $(INCDIR)/aout/aout64.h \
1607 $(INCDIR)/aout/ar.h \
1608 $(INCDIR)/aout/stab.def \
1609 $(INCDIR)/aout/stab_gnu.h \
1610 $(INCDIR)/bfdlink.h \
1611 $(INCDIR)/filenames.h \
1612 $(INCDIR)/hashtab.h \
1613 $(INCDIR)/safe-ctype.h \
1618 $(INCDIR)/aout/aout64.h \
1619 $(INCDIR)/aout/ar.h \
1620 $(INCDIR)/aout/stab.def \
1621 $(INCDIR)/aout/stab_gnu.h \
1622 $(INCDIR)/bfdlink.h \
1623 $(INCDIR)/filenames.h \
1624 $(INCDIR)/hashtab.h \
1630 $(INCDIR)/aout/stab.def \
1631 $(INCDIR)/aout/stab_gnu.h \
1632 $(INCDIR)/bfdlink.h \
1634 $(INCDIR)/filenames.h \
1635 $(INCDIR)/hashtab.h \
1636 $(INCDIR)/libiberty.h \
1641 $(INCDIR)/bfdlink.h \
1642 $(INCDIR)/coff/external.h \
1643 $(INCDIR)/coff/i386.h \
1644 $(INCDIR)/coff/internal.h \
1645 $(INCDIR)/filenames.h \
1646 $(INCDIR)/hashtab.h \
1653 $(INCDIR)/bfdlink.h \
1654 $(INCDIR)/coff/external.h \
1655 $(INCDIR)/coff/internal.h \
1656 $(INCDIR)/coff/sparc.h \
1657 $(INCDIR)/filenames.h \
1658 $(INCDIR)/hashtab.h \
1665 $(INCDIR)/bfdlink.h \
1666 $(INCDIR)/coff/apollo.h \
1667 $(INCDIR)/coff/external.h \
1668 $(INCDIR)/coff/internal.h \
1669 $(INCDIR)/filenames.h \
1670 $(INCDIR)/hashtab.h \
1676 $(INCDIR)/bfdlink.h \
1677 $(INCDIR)/coff/arm.h \
1678 $(INCDIR)/coff/external.h \
1679 $(INCDIR)/coff/internal.h \
1680 $(INCDIR)/filenames.h \
1681 $(INCDIR)/hashtab.h \
1687 $(INCDIR)/bfdlink.h \
1688 $(INCDIR)/coff/aux-coff.h \
1689 $(INCDIR)/coff/external.h \
1690 $(INCDIR)/coff/internal.h \
1691 $(INCDIR)/coff/m68k.h \
1692 $(INCDIR)/filenames.h \
1693 $(INCDIR)/hashtab.h \
1700 $(INCDIR)/bfdlink.h \
1701 $(INCDIR)/coff/external.h \
1702 $(INCDIR)/coff/i386.h \
1703 $(INCDIR)/coff/internal.h \
1704 $(INCDIR)/filenames.h \
1705 $(INCDIR)/hashtab.h \
1712 $(INCDIR)/bfdlink.h \
1713 $(INCDIR)/coff/external.h \
1714 $(INCDIR)/coff/h8300.h \
1715 $(INCDIR)/coff/internal.h \
1716 $(INCDIR)/filenames.h \
1717 $(INCDIR)/hashtab.h \
1718 $(INCDIR)/libiberty.h \
1725 $(INCDIR)/bfdlink.h \
1726 $(INCDIR)/coff/external.h \
1727 $(INCDIR)/coff/h8500.h \
1728 $(INCDIR)/coff/internal.h \
1729 $(INCDIR)/filenames.h \
1730 $(INCDIR)/hashtab.h \
1736 $(INCDIR)/bfdlink.h \
1737 $(INCDIR)/coff/external.h \
1738 $(INCDIR)/coff/i386.h \
1739 $(INCDIR)/coff/internal.h \
1740 $(INCDIR)/filenames.h \
1741 $(INCDIR)/hashtab.h \
1747 $(INCDIR)/bfdlink.h \
1748 $(INCDIR)/coff/external.h \
1749 $(INCDIR)/coff/i860.h \
1750 $(INCDIR)/coff/internal.h \
1751 $(INCDIR)/filenames.h \
1752 $(INCDIR)/hashtab.h \
1758 $(INCDIR)/bfdlink.h \
1759 $(INCDIR)/coff/i960.h \
1760 $(INCDIR)/coff/internal.h \
1761 $(INCDIR)/filenames.h \
1762 $(INCDIR)/hashtab.h \
1768 $(INCDIR)/bfdlink.h \
1769 $(INCDIR)/coff/external.h \
1770 $(INCDIR)/coff/internal.h \
1771 $(INCDIR)/coff/m68k.h \
1772 $(INCDIR)/filenames.h \
1773 $(INCDIR)/hashtab.h \
1779 $(INCDIR)/bfdlink.h \
1780 $(INCDIR)/coff/external.h \
1781 $(INCDIR)/coff/internal.h \
1782 $(INCDIR)/coff/m88k.h \
1783 $(INCDIR)/filenames.h \
1784 $(INCDIR)/hashtab.h \
1790 $(INCDIR)/bfdlink.h \
1791 $(INCDIR)/coff/external.h \
1792 $(INCDIR)/coff/internal.h \
1793 $(INCDIR)/coff/maxq.h \
1794 $(INCDIR)/filenames.h \
1795 $(INCDIR)/hashtab.h \
1796 $(INCDIR)/libiberty.h \
1802 $(INCDIR)/bfdlink.h \
1803 $(INCDIR)/coff/ecoff.h \
1804 $(INCDIR)/coff/external.h \
1805 $(INCDIR)/coff/internal.h \
1806 $(INCDIR)/coff/mips.h \
1807 $(INCDIR)/coff/sym.h \
1808 $(INCDIR)/coff/symconst.h \
1809 $(INCDIR)/filenames.h \
1810 $(INCDIR)/hashtab.h \
1817 $(INCDIR)/bfdlink.h \
1818 $(INCDIR)/coff/internal.h \
1819 $(INCDIR)/coff/or32.h \
1820 $(INCDIR)/filenames.h \
1821 $(INCDIR)/hashtab.h \
1827 $(INCDIR)/bfdlink.h \
1828 $(INCDIR)/coff/internal.h \
1829 $(INCDIR)/coff/rs6000.h \
1830 $(INCDIR)/coff/xcoff.h \
1831 $(INCDIR)/filenames.h \
1832 $(INCDIR)/hashtab.h \
1839 $(INCDIR)/bfdlink.h \
1840 $(INCDIR)/coff/external.h \
1841 $(INCDIR)/coff/internal.h \
1842 $(INCDIR)/coff/sh.h \
1843 $(INCDIR)/filenames.h \
1844 $(INCDIR)/hashtab.h \
1845 $(INCDIR)/libiberty.h \
1851 $(INCDIR)/bfdlink.h \
1852 $(INCDIR)/coff/external.h \
1853 $(INCDIR)/coff/internal.h \
1854 $(INCDIR)/coff/sparc.h \
1855 $(INCDIR)/filenames.h \
1856 $(INCDIR)/hashtab.h \
1862 $(INCDIR)/bfdlink.h \
1863 $(INCDIR)/coff/external.h \
1864 $(INCDIR)/coff/go32exe.h \
1865 $(INCDIR)/coff/i386.h \
1866 $(INCDIR)/coff/internal.h \
1867 $(INCDIR)/filenames.h \
1868 $(INCDIR)/hashtab.h \
1876 $(INCDIR)/bfdlink.h \
1877 $(INCDIR)/coff/external.h \
1878 $(INCDIR)/coff/internal.h \
1879 $(INCDIR)/coff/m68k.h \
1880 $(INCDIR)/filenames.h \
1881 $(INCDIR)/hashtab.h \
1888 $(INCDIR)/bfdlink.h \
1889 $(INCDIR)/coff/external.h \
1890 $(INCDIR)/coff/internal.h \
1891 $(INCDIR)/coff/tic30.h \
1892 $(INCDIR)/filenames.h \
1893 $(INCDIR)/hashtab.h \
1899 $(INCDIR)/bfdlink.h \
1900 $(INCDIR)/coff/internal.h \
1901 $(INCDIR)/coff/ti.h \
1902 $(INCDIR)/coff/tic4x.h \
1903 $(INCDIR)/filenames.h \
1904 $(INCDIR)/hashtab.h \
1910 $(INCDIR)/bfdlink.h \
1911 $(INCDIR)/coff/internal.h \
1912 $(INCDIR)/coff/ti.h \
1913 $(INCDIR)/coff/tic54x.h \
1914 $(INCDIR)/filenames.h \
1915 $(INCDIR)/hashtab.h \
1921 $(INCDIR)/bfdlink.h \
1922 $(INCDIR)/coff/external.h \
1923 $(INCDIR)/coff/internal.h \
1924 $(INCDIR)/coff/tic80.h \
1925 $(INCDIR)/filenames.h \
1926 $(INCDIR)/hashtab.h \
1932 $(INCDIR)/bfdlink.h \
1933 $(INCDIR)/coff/external.h \
1934 $(INCDIR)/coff/internal.h \
1935 $(INCDIR)/coff/m68k.h \
1936 $(INCDIR)/filenames.h \
1937 $(INCDIR)/hashtab.h \
1944 $(INCDIR)/bfdlink.h \
1945 $(INCDIR)/coff/external.h \
1946 $(INCDIR)/coff/internal.h \
1947 $(INCDIR)/coff/w65.h \
1948 $(INCDIR)/filenames.h \
1949 $(INCDIR)/hashtab.h \
1955 $(INCDIR)/bfdlink.h \
1956 $(INCDIR)/coff/external.h \
1957 $(INCDIR)/coff/internal.h \
1958 $(INCDIR)/coff/we32k.h \
1959 $(INCDIR)/filenames.h \
1960 $(INCDIR)/hashtab.h \
1966 $(INCDIR)/bfdlink.h \
1967 $(INCDIR)/coff/external.h \
1968 $(INCDIR)/coff/internal.h \
1969 $(INCDIR)/coff/z80.h \
1970 $(INCDIR)/filenames.h \
1971 $(INCDIR)/hashtab.h \
1977 $(INCDIR)/bfdlink.h \
1978 $(INCDIR)/coff/external.h \
1979 $(INCDIR)/coff/internal.h \
1980 $(INCDIR)/coff/z8k.h \
1981 $(INCDIR)/filenames.h \
1982 $(INCDIR)/hashtab.h \
1988 $(INCDIR)/bfdlink.h \
1989 $(INCDIR)/coff/internal.h \
1990 $(INCDIR)/filenames.h \
1991 $(INCDIR)/hashtab.h \
1992 $(INCDIR)/safe-ctype.h \
1996 $(INCDIR)/bfdlink.h \
1997 $(INCDIR)/elf/common.h \
1998 $(INCDIR)/elf/dwarf.h \
1999 $(INCDIR)/elf/external.h \
2000 $(INCDIR)/elf/internal.h \
2001 $(INCDIR)/filenames.h \
2002 $(INCDIR)/hashtab.h \
2003 $(INCDIR)/libiberty.h \
2007 $(INCDIR)/aout/aout64.h \
2008 $(INCDIR)/aout/ar.h \
2009 $(INCDIR)/aout/ranlib.h \
2010 $(INCDIR)/aout/stab.def \
2011 $(INCDIR)/aout/stab_gnu.h \
2012 $(INCDIR)/bfdlink.h \
2013 $(INCDIR)/coff/ecoff.h \
2014 $(INCDIR)/coff/internal.h \
2015 $(INCDIR)/coff/sym.h \
2016 $(INCDIR)/coff/symconst.h \
2017 $(INCDIR)/filenames.h \
2018 $(INCDIR)/hashtab.h \
2019 $(INCDIR)/libiberty.h \
2025 $(INCDIR)/aout/stab.def \
2026 $(INCDIR)/aout/stab_gnu.h \
2027 $(INCDIR)/bfdlink.h \
2028 $(INCDIR)/coff/ecoff.h \
2029 $(INCDIR)/coff/internal.h \
2030 $(INCDIR)/coff/sym.h \
2031 $(INCDIR)/coff/symconst.h \
2032 $(INCDIR)/filenames.h \
2033 $(INCDIR)/hashtab.h \
2034 $(INCDIR)/objalloc.h \
2039 $(INCDIR)/bfdlink.h \
2040 $(INCDIR)/elf/common.h \
2041 $(INCDIR)/elf/external.h \
2042 $(INCDIR)/elf/internal.h \
2043 $(INCDIR)/filenames.h \
2044 $(INCDIR)/hashtab.h \
2045 $(INCDIR)/libiberty.h \
2049 $(INCDIR)/bfdlink.h \
2050 $(INCDIR)/dwarf2.h \
2051 $(INCDIR)/elf/common.h \
2052 $(INCDIR)/elf/external.h \
2053 $(INCDIR)/elf/internal.h \
2054 $(INCDIR)/filenames.h \
2055 $(INCDIR)/hashtab.h \
2059 $(INCDIR)/bfdlink.h \
2060 $(INCDIR)/elf/common.h \
2061 $(INCDIR)/elf/external.h \
2062 $(INCDIR)/elf/internal.h \
2063 $(INCDIR)/filenames.h \
2064 $(INCDIR)/hashtab.h \
2065 $(INCDIR)/libiberty.h \
2066 $(INCDIR)/objalloc.h \
2067 $(INCDIR)/safe-ctype.h \
2071 $(INCDIR)/bfdlink.h \
2072 $(INCDIR)/elf/common.h \
2073 $(INCDIR)/elf/external.h \
2074 $(INCDIR)/elf/internal.h \
2075 $(INCDIR)/filenames.h \
2076 $(INCDIR)/hashtab.h \
2081 $(INCDIR)/bfdlink.h \
2082 $(INCDIR)/elf/common.h \
2083 $(INCDIR)/elf/external.h \
2084 $(INCDIR)/elf/internal.h \
2085 $(INCDIR)/elf/mn10300.h \
2086 $(INCDIR)/elf/reloc-macros.h \
2087 $(INCDIR)/filenames.h \
2088 $(INCDIR)/hashtab.h \
2089 $(INCDIR)/libiberty.h \
2094 $(INCDIR)/bfdlink.h \
2095 $(INCDIR)/elf/common.h \
2096 $(INCDIR)/elf/external.h \
2097 $(INCDIR)/elf/internal.h \
2098 $(INCDIR)/filenames.h \
2099 $(INCDIR)/hashtab.h \
2100 $(INCDIR)/libiberty.h \
2104 $(INCDIR)/bfdlink.h \
2105 $(INCDIR)/elf/common.h \
2106 $(INCDIR)/elf/external.h \
2107 $(INCDIR)/elf/internal.h \
2108 $(INCDIR)/elf/vxworks.h \
2109 $(INCDIR)/filenames.h \
2110 $(INCDIR)/hashtab.h \
2115 $(INCDIR)/bfdlink.h \
2116 $(INCDIR)/elf/common.h \
2117 $(INCDIR)/elf/external.h \
2118 $(INCDIR)/elf/internal.h \
2119 $(INCDIR)/filenames.h \
2120 $(INCDIR)/hashtab.h \
2121 $(INCDIR)/libiberty.h \
2122 $(INCDIR)/safe-ctype.h \
2126 $(INCDIR)/bfdlink.h \
2127 $(INCDIR)/elf/common.h \
2128 $(INCDIR)/elf/external.h \
2129 $(INCDIR)/elf/internal.h \
2130 $(INCDIR)/elf/mn10300.h \
2131 $(INCDIR)/elf/reloc-macros.h \
2132 $(INCDIR)/filenames.h \
2133 $(INCDIR)/hashtab.h \
2134 $(INCDIR)/libiberty.h \
2140 $(INCDIR)/bfdlink.h \
2141 $(INCDIR)/elf/arc.h \
2142 $(INCDIR)/elf/common.h \
2143 $(INCDIR)/elf/external.h \
2144 $(INCDIR)/elf/internal.h \
2145 $(INCDIR)/elf/reloc-macros.h \
2146 $(INCDIR)/filenames.h \
2147 $(INCDIR)/hashtab.h \
2148 $(INCDIR)/libiberty.h \
2153 $(INCDIR)/bfdlink.h \
2154 $(INCDIR)/elf/arm.h \
2155 $(INCDIR)/elf/common.h \
2156 $(INCDIR)/elf/external.h \
2157 $(INCDIR)/elf/internal.h \
2158 $(INCDIR)/elf/reloc-macros.h \
2159 $(INCDIR)/filenames.h \
2160 $(INCDIR)/hashtab.h \
2161 $(INCDIR)/libiberty.h \
2167 $(INCDIR)/bfdlink.h \
2168 $(INCDIR)/elf/avr.h \
2169 $(INCDIR)/elf/common.h \
2170 $(INCDIR)/elf/external.h \
2171 $(INCDIR)/elf/internal.h \
2172 $(INCDIR)/elf/reloc-macros.h \
2173 $(INCDIR)/filenames.h \
2174 $(INCDIR)/hashtab.h \
2180 $(INCDIR)/bfdlink.h \
2181 $(INCDIR)/dwarf2.h \
2182 $(INCDIR)/elf/bfin.h \
2183 $(INCDIR)/elf/common.h \
2184 $(INCDIR)/elf/external.h \
2185 $(INCDIR)/elf/internal.h \
2186 $(INCDIR)/elf/reloc-macros.h \
2187 $(INCDIR)/filenames.h \
2188 $(INCDIR)/hashtab.h \
2193 $(INCDIR)/bfdlink.h \
2194 $(INCDIR)/elf/common.h \
2195 $(INCDIR)/elf/cr16.h \
2196 $(INCDIR)/elf/external.h \
2197 $(INCDIR)/elf/internal.h \
2198 $(INCDIR)/elf/reloc-macros.h \
2199 $(INCDIR)/filenames.h \
2200 $(INCDIR)/hashtab.h \
2201 $(INCDIR)/libiberty.h \
2206 $(INCDIR)/bfdlink.h \
2207 $(INCDIR)/elf/common.h \
2208 $(INCDIR)/elf/cr16c.h \
2209 $(INCDIR)/elf/external.h \
2210 $(INCDIR)/elf/internal.h \
2211 $(INCDIR)/elf/reloc-macros.h \
2212 $(INCDIR)/filenames.h \
2213 $(INCDIR)/hashtab.h \
2218 $(INCDIR)/bfdlink.h \
2219 $(INCDIR)/elf/common.h \
2220 $(INCDIR)/elf/cris.h \
2221 $(INCDIR)/elf/external.h \
2222 $(INCDIR)/elf/internal.h \
2223 $(INCDIR)/elf/reloc-macros.h \
2224 $(INCDIR)/filenames.h \
2225 $(INCDIR)/hashtab.h \
2230 $(INCDIR)/bfdlink.h \
2231 $(INCDIR)/elf/common.h \
2232 $(INCDIR)/elf/crx.h \
2233 $(INCDIR)/elf/external.h \
2234 $(INCDIR)/elf/internal.h \
2235 $(INCDIR)/elf/reloc-macros.h \
2236 $(INCDIR)/filenames.h \
2237 $(INCDIR)/hashtab.h \
2242 $(INCDIR)/bfdlink.h \
2243 $(INCDIR)/elf/common.h \
2244 $(INCDIR)/elf/d10v.h \
2245 $(INCDIR)/elf/external.h \
2246 $(INCDIR)/elf/internal.h \
2247 $(INCDIR)/elf/reloc-macros.h \
2248 $(INCDIR)/filenames.h \
2249 $(INCDIR)/hashtab.h \
2254 $(INCDIR)/bfdlink.h \
2255 $(INCDIR)/elf/common.h \
2256 $(INCDIR)/elf/d30v.h \
2257 $(INCDIR)/elf/external.h \
2258 $(INCDIR)/elf/internal.h \
2259 $(INCDIR)/elf/reloc-macros.h \
2260 $(INCDIR)/filenames.h \
2261 $(INCDIR)/hashtab.h \
2266 $(INCDIR)/bfdlink.h \
2267 $(INCDIR)/elf/common.h \
2268 $(INCDIR)/elf/dlx.h \
2269 $(INCDIR)/elf/external.h \
2270 $(INCDIR)/elf/internal.h \
2271 $(INCDIR)/elf/reloc-macros.h \
2272 $(INCDIR)/filenames.h \
2273 $(INCDIR)/hashtab.h \
2278 $(INCDIR)/bfdlink.h \
2279 $(INCDIR)/elf/common.h \
2280 $(INCDIR)/elf/external.h \
2281 $(INCDIR)/elf/fr30.h \
2282 $(INCDIR)/elf/internal.h \
2283 $(INCDIR)/elf/reloc-macros.h \
2284 $(INCDIR)/filenames.h \
2285 $(INCDIR)/hashtab.h \
2290 $(INCDIR)/bfdlink.h \
2291 $(INCDIR)/dwarf2.h \
2292 $(INCDIR)/elf/common.h \
2293 $(INCDIR)/elf/external.h \
2294 $(INCDIR)/elf/frv.h \
2295 $(INCDIR)/elf/internal.h \
2296 $(INCDIR)/elf/reloc-macros.h \
2297 $(INCDIR)/filenames.h \
2298 $(INCDIR)/hashtab.h \
2303 $(INCDIR)/bfdlink.h \
2304 $(INCDIR)/elf/common.h \
2305 $(INCDIR)/elf/external.h \
2306 $(INCDIR)/elf/internal.h \
2307 $(INCDIR)/filenames.h \
2308 $(INCDIR)/hashtab.h \
2313 $(INCDIR)/bfdlink.h \
2314 $(INCDIR)/elf/common.h \
2315 $(INCDIR)/elf/external.h \
2316 $(INCDIR)/elf/h8.h \
2317 $(INCDIR)/elf/internal.h \
2318 $(INCDIR)/elf/reloc-macros.h \
2319 $(INCDIR)/filenames.h \
2320 $(INCDIR)/hashtab.h \
2325 $(INCDIR)/bfdlink.h \
2326 $(INCDIR)/elf/common.h \
2327 $(INCDIR)/elf/external.h \
2328 $(INCDIR)/elf/hppa.h \
2329 $(INCDIR)/elf/internal.h \
2330 $(INCDIR)/elf/reloc-macros.h \
2331 $(INCDIR)/filenames.h \
2332 $(INCDIR)/hashtab.h \
2340 $(INCDIR)/bfdlink.h \
2341 $(INCDIR)/elf/common.h \
2342 $(INCDIR)/elf/external.h \
2343 $(INCDIR)/elf/i370.h \
2344 $(INCDIR)/elf/internal.h \
2345 $(INCDIR)/elf/reloc-macros.h \
2346 $(INCDIR)/filenames.h \
2347 $(INCDIR)/hashtab.h \
2352 $(INCDIR)/bfdlink.h \
2353 $(INCDIR)/elf/common.h \
2354 $(INCDIR)/elf/external.h \
2355 $(INCDIR)/elf/i386.h \
2356 $(INCDIR)/elf/internal.h \
2357 $(INCDIR)/elf/reloc-macros.h \
2358 $(INCDIR)/filenames.h \
2359 $(INCDIR)/hashtab.h \
2360 $(INCDIR)/objalloc.h \
2367 $(INCDIR)/bfdlink.h \
2368 $(INCDIR)/elf/common.h \
2369 $(INCDIR)/elf/external.h \
2370 $(INCDIR)/elf/i860.h \
2371 $(INCDIR)/elf/internal.h \
2372 $(INCDIR)/elf/reloc-macros.h \
2373 $(INCDIR)/filenames.h \
2374 $(INCDIR)/hashtab.h \
2379 $(INCDIR)/bfdlink.h \
2380 $(INCDIR)/elf/common.h \
2381 $(INCDIR)/elf/external.h \
2382 $(INCDIR)/elf/i960.h \
2383 $(INCDIR)/elf/internal.h \
2384 $(INCDIR)/elf/reloc-macros.h \
2385 $(INCDIR)/filenames.h \
2386 $(INCDIR)/hashtab.h \
2391 $(INCDIR)/bfdlink.h \
2392 $(INCDIR)/elf/common.h \
2393 $(INCDIR)/elf/external.h \
2394 $(INCDIR)/elf/internal.h \
2395 $(INCDIR)/elf/ip2k.h \
2396 $(INCDIR)/elf/reloc-macros.h \
2397 $(INCDIR)/filenames.h \
2398 $(INCDIR)/hashtab.h \
2403 $(INCDIR)/bfdlink.h \
2404 $(INCDIR)/elf/common.h \
2405 $(INCDIR)/elf/external.h \
2406 $(INCDIR)/elf/internal.h \
2407 $(INCDIR)/elf/iq2000.h \
2408 $(INCDIR)/elf/reloc-macros.h \
2409 $(INCDIR)/filenames.h \
2410 $(INCDIR)/hashtab.h \
2415 $(INCDIR)/bfdlink.h \
2416 $(INCDIR)/elf/common.h \
2417 $(INCDIR)/elf/external.h \
2418 $(INCDIR)/elf/internal.h \
2419 $(INCDIR)/elf/lm32.h \
2420 $(INCDIR)/elf/reloc-macros.h \
2421 $(INCDIR)/filenames.h \
2422 $(INCDIR)/hashtab.h \
2427 $(INCDIR)/bfdlink.h \
2428 $(INCDIR)/elf/common.h \
2429 $(INCDIR)/elf/external.h \
2430 $(INCDIR)/elf/internal.h \
2431 $(INCDIR)/elf/m32c.h \
2432 $(INCDIR)/elf/reloc-macros.h \
2433 $(INCDIR)/filenames.h \
2434 $(INCDIR)/hashtab.h \
2435 $(INCDIR)/libiberty.h \
2440 $(INCDIR)/bfdlink.h \
2441 $(INCDIR)/elf/common.h \
2442 $(INCDIR)/elf/external.h \
2443 $(INCDIR)/elf/internal.h \
2444 $(INCDIR)/elf/m32r.h \
2445 $(INCDIR)/elf/reloc-macros.h \
2446 $(INCDIR)/filenames.h \
2447 $(INCDIR)/hashtab.h \
2452 $(INCDIR)/bfdlink.h \
2453 $(INCDIR)/elf/common.h \
2454 $(INCDIR)/elf/external.h \
2455 $(INCDIR)/elf/internal.h \
2456 $(INCDIR)/elf/m68hc11.h \
2457 $(INCDIR)/elf/reloc-macros.h \
2458 $(INCDIR)/filenames.h \
2459 $(INCDIR)/hashtab.h \
2460 $(INCDIR)/opcode/m68hc11.h \
2466 $(INCDIR)/bfdlink.h \
2467 $(INCDIR)/elf/common.h \
2468 $(INCDIR)/elf/external.h \
2469 $(INCDIR)/elf/internal.h \
2470 $(INCDIR)/elf/m68hc11.h \
2471 $(INCDIR)/elf/reloc-macros.h \
2472 $(INCDIR)/filenames.h \
2473 $(INCDIR)/hashtab.h \
2474 $(INCDIR)/opcode/m68hc11.h \
2480 $(INCDIR)/alloca-conf.h \
2481 $(INCDIR)/bfdlink.h \
2482 $(INCDIR)/elf/common.h \
2483 $(INCDIR)/elf/external.h \
2484 $(INCDIR)/elf/internal.h \
2485 $(INCDIR)/elf/m68hc11.h \
2486 $(INCDIR)/elf/reloc-macros.h \
2487 $(INCDIR)/filenames.h \
2488 $(INCDIR)/hashtab.h \
2489 $(INCDIR)/opcode/m68hc11.h \
2494 $(INCDIR)/bfdlink.h \
2495 $(INCDIR)/elf/common.h \
2496 $(INCDIR)/elf/external.h \
2497 $(INCDIR)/elf/internal.h \
2498 $(INCDIR)/elf/m68k.h \
2499 $(INCDIR)/elf/reloc-macros.h \
2500 $(INCDIR)/filenames.h \
2501 $(INCDIR)/hashtab.h \
2502 $(INCDIR)/opcode/m68k.h \
2507 $(INCDIR)/bfdlink.h \
2508 $(INCDIR)/elf/common.h \
2509 $(INCDIR)/elf/external.h \
2510 $(INCDIR)/elf/internal.h \
2511 $(INCDIR)/filenames.h \
2512 $(INCDIR)/hashtab.h \
2517 $(INCDIR)/bfdlink.h \
2518 $(INCDIR)/elf/common.h \
2519 $(INCDIR)/elf/external.h \
2520 $(INCDIR)/elf/internal.h \
2521 $(INCDIR)/elf/mcore.h \
2522 $(INCDIR)/elf/reloc-macros.h \
2523 $(INCDIR)/filenames.h \
2524 $(INCDIR)/hashtab.h \
2529 $(INCDIR)/bfdlink.h \
2530 $(INCDIR)/elf/common.h \
2531 $(INCDIR)/elf/external.h \
2532 $(INCDIR)/elf/internal.h \
2533 $(INCDIR)/elf/mep.h \
2534 $(INCDIR)/elf/reloc-macros.h \
2535 $(INCDIR)/filenames.h \
2536 $(INCDIR)/hashtab.h \
2537 $(INCDIR)/libiberty.h \
2542 $(INCDIR)/bfdlink.h \
2543 $(INCDIR)/coff/ecoff.h \
2544 $(INCDIR)/coff/external.h \
2545 $(INCDIR)/coff/internal.h \
2546 $(INCDIR)/coff/mips.h \
2547 $(INCDIR)/coff/sym.h \
2548 $(INCDIR)/coff/symconst.h \
2549 $(INCDIR)/elf/common.h \
2550 $(INCDIR)/elf/external.h \
2551 $(INCDIR)/elf/internal.h \
2552 $(INCDIR)/elf/mips.h \
2553 $(INCDIR)/elf/reloc-macros.h \
2554 $(INCDIR)/filenames.h \
2555 $(INCDIR)/hashtab.h \
2564 $(INCDIR)/bfdlink.h \
2565 $(INCDIR)/elf/common.h \
2566 $(INCDIR)/elf/external.h \
2567 $(INCDIR)/elf/internal.h \
2568 $(INCDIR)/elf/moxie.h \
2569 $(INCDIR)/elf/reloc-macros.h \
2570 $(INCDIR)/filenames.h \
2571 $(INCDIR)/hashtab.h \
2576 $(INCDIR)/bfdlink.h \
2577 $(INCDIR)/elf/common.h \
2578 $(INCDIR)/elf/external.h \
2579 $(INCDIR)/elf/internal.h \
2580 $(INCDIR)/elf/msp430.h \
2581 $(INCDIR)/elf/reloc-macros.h \
2582 $(INCDIR)/filenames.h \
2583 $(INCDIR)/hashtab.h \
2584 $(INCDIR)/libiberty.h \
2589 $(INCDIR)/bfdlink.h \
2590 $(INCDIR)/elf/common.h \
2591 $(INCDIR)/elf/external.h \
2592 $(INCDIR)/elf/internal.h \
2593 $(INCDIR)/elf/mt.h \
2594 $(INCDIR)/elf/reloc-macros.h \
2595 $(INCDIR)/filenames.h \
2596 $(INCDIR)/hashtab.h \
2599 elf32-openrisc.lo: \
2601 $(INCDIR)/bfdlink.h \
2602 $(INCDIR)/elf/common.h \
2603 $(INCDIR)/elf/external.h \
2604 $(INCDIR)/elf/internal.h \
2605 $(INCDIR)/elf/openrisc.h \
2606 $(INCDIR)/elf/reloc-macros.h \
2607 $(INCDIR)/filenames.h \
2608 $(INCDIR)/hashtab.h \
2609 $(INCDIR)/libiberty.h \
2614 $(INCDIR)/bfdlink.h \
2615 $(INCDIR)/elf/common.h \
2616 $(INCDIR)/elf/external.h \
2617 $(INCDIR)/elf/internal.h \
2618 $(INCDIR)/elf/or32.h \
2619 $(INCDIR)/elf/reloc-macros.h \
2620 $(INCDIR)/filenames.h \
2621 $(INCDIR)/hashtab.h \
2622 $(INCDIR)/libiberty.h \
2627 $(INCDIR)/bfdlink.h \
2628 $(INCDIR)/elf/common.h \
2629 $(INCDIR)/elf/external.h \
2630 $(INCDIR)/elf/internal.h \
2631 $(INCDIR)/elf/pj.h \
2632 $(INCDIR)/elf/reloc-macros.h \
2633 $(INCDIR)/filenames.h \
2634 $(INCDIR)/hashtab.h \
2639 $(INCDIR)/bfdlink.h \
2640 $(INCDIR)/elf/common.h \
2641 $(INCDIR)/elf/external.h \
2642 $(INCDIR)/elf/internal.h \
2643 $(INCDIR)/elf/ppc.h \
2644 $(INCDIR)/elf/reloc-macros.h \
2645 $(INCDIR)/filenames.h \
2646 $(INCDIR)/hashtab.h \
2653 $(INCDIR)/bfdlink.h \
2654 $(INCDIR)/elf/common.h \
2655 $(INCDIR)/elf/external.h \
2656 $(INCDIR)/elf/internal.h \
2657 $(INCDIR)/elf/reloc-macros.h \
2658 $(INCDIR)/elf/s390.h \
2659 $(INCDIR)/filenames.h \
2660 $(INCDIR)/hashtab.h \
2663 elf32-sh-symbian.lo: \
2664 elf32-sh-symbian.c \
2665 $(INCDIR)/bfdlink.h \
2666 $(INCDIR)/elf/common.h \
2667 $(INCDIR)/elf/external.h \
2668 $(INCDIR)/elf/internal.h \
2669 $(INCDIR)/elf/reloc-macros.h \
2670 $(INCDIR)/elf/sh.h \
2671 $(INCDIR)/filenames.h \
2672 $(INCDIR)/hashtab.h \
2673 $(INCDIR)/libiberty.h \
2674 $(srcdir)/../opcodes/sh-opc.h \
2682 $(INCDIR)/bfdlink.h \
2683 $(INCDIR)/elf/common.h \
2684 $(INCDIR)/elf/external.h \
2685 $(INCDIR)/elf/internal.h \
2686 $(INCDIR)/elf/reloc-macros.h \
2687 $(INCDIR)/elf/sh.h \
2688 $(INCDIR)/filenames.h \
2689 $(INCDIR)/hashtab.h \
2690 $(INCDIR)/libiberty.h \
2691 $(srcdir)/../opcodes/sh-opc.h \
2696 elf32-sh64-com.lo: \
2698 $(INCDIR)/bfdlink.h \
2699 $(INCDIR)/elf/common.h \
2700 $(INCDIR)/elf/external.h \
2701 $(INCDIR)/elf/internal.h \
2702 $(INCDIR)/elf/reloc-macros.h \
2703 $(INCDIR)/elf/sh.h \
2704 $(INCDIR)/filenames.h \
2705 $(INCDIR)/hashtab.h \
2706 $(srcdir)/../opcodes/sh64-opc.h \
2711 $(INCDIR)/bfdlink.h \
2712 $(INCDIR)/elf/common.h \
2713 $(INCDIR)/elf/external.h \
2714 $(INCDIR)/elf/internal.h \
2715 $(INCDIR)/elf/reloc-macros.h \
2716 $(INCDIR)/elf/sh.h \
2717 $(INCDIR)/filenames.h \
2718 $(INCDIR)/hashtab.h \
2719 $(INCDIR)/libiberty.h \
2720 $(srcdir)/../opcodes/sh-opc.h \
2721 $(srcdir)/../opcodes/sh64-opc.h \
2730 $(INCDIR)/bfdlink.h \
2731 $(INCDIR)/elf/common.h \
2732 $(INCDIR)/elf/external.h \
2733 $(INCDIR)/elf/internal.h \
2734 $(INCDIR)/elf/reloc-macros.h \
2735 $(INCDIR)/elf/sparc.h \
2736 $(INCDIR)/filenames.h \
2737 $(INCDIR)/hashtab.h \
2738 $(INCDIR)/opcode/sparc.h \
2745 $(INCDIR)/bfdlink.h \
2746 $(INCDIR)/elf/common.h \
2747 $(INCDIR)/elf/external.h \
2748 $(INCDIR)/elf/internal.h \
2749 $(INCDIR)/elf/reloc-macros.h \
2750 $(INCDIR)/elf/spu.h \
2751 $(INCDIR)/filenames.h \
2752 $(INCDIR)/hashtab.h \
2753 $(INCDIR)/libiberty.h \
2759 $(INCDIR)/bfdlink.h \
2760 $(INCDIR)/elf/common.h \
2761 $(INCDIR)/elf/external.h \
2762 $(INCDIR)/elf/internal.h \
2763 $(INCDIR)/elf/reloc-macros.h \
2764 $(INCDIR)/elf/v850.h \
2765 $(INCDIR)/filenames.h \
2766 $(INCDIR)/hashtab.h \
2767 $(INCDIR)/libiberty.h \
2772 $(INCDIR)/bfdlink.h \
2773 $(INCDIR)/elf/common.h \
2774 $(INCDIR)/elf/external.h \
2775 $(INCDIR)/elf/internal.h \
2776 $(INCDIR)/elf/reloc-macros.h \
2777 $(INCDIR)/elf/vax.h \
2778 $(INCDIR)/filenames.h \
2779 $(INCDIR)/hashtab.h \
2784 $(INCDIR)/bfdlink.h \
2785 $(INCDIR)/dwarf2.h \
2786 $(INCDIR)/elf/common.h \
2787 $(INCDIR)/elf/external.h \
2788 $(INCDIR)/elf/internal.h \
2789 $(INCDIR)/elf/reloc-macros.h \
2790 $(INCDIR)/elf/xc16x.h \
2791 $(INCDIR)/filenames.h \
2792 $(INCDIR)/hashtab.h \
2793 $(INCDIR)/libiberty.h \
2796 elf32-xstormy16.lo: \
2798 $(INCDIR)/bfdlink.h \
2799 $(INCDIR)/elf/common.h \
2800 $(INCDIR)/elf/external.h \
2801 $(INCDIR)/elf/internal.h \
2802 $(INCDIR)/elf/reloc-macros.h \
2803 $(INCDIR)/elf/xstormy16.h \
2804 $(INCDIR)/filenames.h \
2805 $(INCDIR)/hashtab.h \
2806 $(INCDIR)/libiberty.h \
2811 $(INCDIR)/bfdlink.h \
2812 $(INCDIR)/elf/common.h \
2813 $(INCDIR)/elf/external.h \
2814 $(INCDIR)/elf/internal.h \
2815 $(INCDIR)/elf/reloc-macros.h \
2816 $(INCDIR)/elf/xtensa.h \
2817 $(INCDIR)/filenames.h \
2818 $(INCDIR)/hashtab.h \
2819 $(INCDIR)/xtensa-config.h \
2820 $(INCDIR)/xtensa-isa.h \
2825 $(INCDIR)/bfdlink.h \
2826 $(INCDIR)/elf/common.h \
2827 $(INCDIR)/elf/external.h \
2828 $(INCDIR)/elf/internal.h \
2829 $(INCDIR)/filenames.h \
2830 $(INCDIR)/hashtab.h \
2831 $(INCDIR)/libiberty.h \
2837 $(INCDIR)/bfdlink.h \
2838 $(INCDIR)/elf/common.h \
2839 $(INCDIR)/elf/external.h \
2840 $(INCDIR)/elf/internal.h \
2841 $(INCDIR)/filenames.h \
2842 $(INCDIR)/hashtab.h \
2843 $(INCDIR)/libiberty.h \
2844 $(INCDIR)/objalloc.h \
2845 $(INCDIR)/safe-ctype.h \
2849 $(INCDIR)/bfdlink.h \
2850 $(INCDIR)/coff/ecoff.h \
2851 $(INCDIR)/coff/external.h \
2852 $(INCDIR)/coff/mips.h \
2853 $(INCDIR)/coff/sym.h \
2854 $(INCDIR)/coff/symconst.h \
2855 $(INCDIR)/elf/common.h \
2856 $(INCDIR)/elf/external.h \
2857 $(INCDIR)/elf/internal.h \
2858 $(INCDIR)/elf/mips.h \
2859 $(INCDIR)/elf/reloc-macros.h \
2860 $(INCDIR)/filenames.h \
2861 $(INCDIR)/hashtab.h \
2862 $(INCDIR)/libiberty.h \
2868 $(INCDIR)/bfdlink.h \
2869 $(INCDIR)/elf/common.h \
2870 $(INCDIR)/elf/external.h \
2871 $(INCDIR)/elf/internal.h \
2872 $(INCDIR)/elf/reloc-macros.h \
2873 $(INCDIR)/elf/sparc.h \
2874 $(INCDIR)/filenames.h \
2875 $(INCDIR)/hashtab.h \
2876 $(INCDIR)/libiberty.h \
2877 $(INCDIR)/opcode/sparc.h \
2883 $(INCDIR)/bfdlink.h \
2884 $(INCDIR)/coff/arm.h \
2885 $(INCDIR)/coff/external.h \
2886 $(INCDIR)/coff/internal.h \
2887 $(INCDIR)/coff/pe.h \
2888 $(INCDIR)/filenames.h \
2889 $(INCDIR)/hashtab.h \
2898 $(INCDIR)/bfdlink.h \
2899 $(INCDIR)/coff/arm.h \
2900 $(INCDIR)/coff/external.h \
2901 $(INCDIR)/coff/internal.h \
2902 $(INCDIR)/coff/pe.h \
2903 $(INCDIR)/filenames.h \
2904 $(INCDIR)/hashtab.h \
2913 $(INCDIR)/aout/aout64.h \
2914 $(INCDIR)/aout/ar.h \
2915 $(INCDIR)/aout/stab.def \
2916 $(INCDIR)/aout/stab_gnu.h \
2917 $(INCDIR)/bfdlink.h \
2918 $(INCDIR)/filenames.h \
2919 $(INCDIR)/hashtab.h \
2924 $(INCDIR)/aout/aout64.h \
2925 $(INCDIR)/aout/ar.h \
2926 $(INCDIR)/aout/hp300hpux.h \
2927 $(INCDIR)/aout/stab.def \
2928 $(INCDIR)/aout/stab_gnu.h \
2929 $(INCDIR)/bfdlink.h \
2930 $(INCDIR)/filenames.h \
2931 $(INCDIR)/hashtab.h \
2932 $(INCDIR)/safe-ctype.h \
2938 $(INCDIR)/aout/aout64.h \
2939 $(INCDIR)/aout/ar.h \
2940 $(INCDIR)/aout/stab.def \
2941 $(INCDIR)/aout/stab_gnu.h \
2942 $(INCDIR)/bfdlink.h \
2943 $(INCDIR)/filenames.h \
2944 $(INCDIR)/hashtab.h \
2949 $(INCDIR)/aout/aout64.h \
2950 $(INCDIR)/aout/ar.h \
2951 $(INCDIR)/aout/stab.def \
2952 $(INCDIR)/aout/stab_gnu.h \
2953 $(INCDIR)/bfdlink.h \
2954 $(INCDIR)/filenames.h \
2955 $(INCDIR)/hashtab.h \
2960 $(INCDIR)/aout/aout64.h \
2961 $(INCDIR)/aout/ar.h \
2962 $(INCDIR)/aout/dynix3.h \
2963 $(INCDIR)/aout/stab.def \
2964 $(INCDIR)/aout/stab_gnu.h \
2965 $(INCDIR)/bfdlink.h \
2966 $(INCDIR)/filenames.h \
2967 $(INCDIR)/hashtab.h \
2968 $(INCDIR)/safe-ctype.h \
2974 $(INCDIR)/aout/aout64.h \
2975 $(INCDIR)/aout/ar.h \
2976 $(INCDIR)/aout/stab.def \
2977 $(INCDIR)/aout/stab_gnu.h \
2978 $(INCDIR)/bfdlink.h \
2979 $(INCDIR)/filenames.h \
2980 $(INCDIR)/hashtab.h \
2986 $(INCDIR)/aout/aout64.h \
2987 $(INCDIR)/aout/ar.h \
2988 $(INCDIR)/aout/stab.def \
2989 $(INCDIR)/aout/stab_gnu.h \
2990 $(INCDIR)/bfdlink.h \
2991 $(INCDIR)/filenames.h \
2992 $(INCDIR)/hashtab.h \
2997 $(INCDIR)/aout/aout64.h \
2998 $(INCDIR)/aout/ar.h \
2999 $(INCDIR)/aout/stab.def \
3000 $(INCDIR)/aout/stab_gnu.h \
3001 $(INCDIR)/bfdlink.h \
3002 $(INCDIR)/filenames.h \
3003 $(INCDIR)/hashtab.h \
3008 $(INCDIR)/aout/aout64.h \
3009 $(INCDIR)/aout/ar.h \
3010 $(INCDIR)/aout/stab.def \
3011 $(INCDIR)/aout/stab_gnu.h \
3012 $(INCDIR)/bfdlink.h \
3013 $(INCDIR)/filenames.h \
3014 $(INCDIR)/hashtab.h \
3019 $(INCDIR)/bfdlink.h \
3020 $(INCDIR)/filenames.h \
3021 $(INCDIR)/hashtab.h \
3025 $(INCDIR)/aout/aout64.h \
3026 $(INCDIR)/aout/ar.h \
3027 $(INCDIR)/aout/stab.def \
3028 $(INCDIR)/aout/stab_gnu.h \
3029 $(INCDIR)/bfdlink.h \
3030 $(INCDIR)/filenames.h \
3031 $(INCDIR)/hashtab.h \
3037 $(INCDIR)/bfdlink.h \
3038 $(INCDIR)/filenames.h \
3039 $(INCDIR)/hashtab.h \
3044 $(INCDIR)/filenames.h \
3045 $(INCDIR)/hashtab.h \
3047 $(INCDIR)/safe-ctype.h \
3051 $(INCDIR)/aout/aout64.h \
3052 $(INCDIR)/aout/ar.h \
3053 $(INCDIR)/aout/stab.def \
3054 $(INCDIR)/aout/stab_gnu.h \
3055 $(INCDIR)/bfdlink.h \
3056 $(INCDIR)/filenames.h \
3057 $(INCDIR)/hashtab.h \
3063 $(INCDIR)/aout/aout64.h \
3064 $(INCDIR)/aout/ar.h \
3065 $(INCDIR)/aout/stab.def \
3066 $(INCDIR)/aout/stab_gnu.h \
3067 $(INCDIR)/bfdlink.h \
3068 $(INCDIR)/filenames.h \
3069 $(INCDIR)/hashtab.h \
3074 $(INCDIR)/aout/aout64.h \
3075 $(INCDIR)/aout/ar.h \
3076 $(INCDIR)/aout/stab.def \
3077 $(INCDIR)/aout/stab_gnu.h \
3078 $(INCDIR)/bfdlink.h \
3079 $(INCDIR)/filenames.h \
3080 $(INCDIR)/hashtab.h \
3086 $(INCDIR)/aout/aout64.h \
3087 $(INCDIR)/aout/ar.h \
3088 $(INCDIR)/aout/stab.def \
3089 $(INCDIR)/aout/stab_gnu.h \
3090 $(INCDIR)/bfdlink.h \
3091 $(INCDIR)/filenames.h \
3092 $(INCDIR)/hashtab.h \
3097 $(INCDIR)/aout/aout64.h \
3098 $(INCDIR)/aout/ar.h \
3099 $(INCDIR)/aout/stab.def \
3100 $(INCDIR)/aout/stab_gnu.h \
3101 $(INCDIR)/bfdlink.h \
3102 $(INCDIR)/filenames.h \
3103 $(INCDIR)/hashtab.h \
3109 $(INCDIR)/aout/stab.def \
3110 $(INCDIR)/aout/stab_gnu.h \
3111 $(INCDIR)/filenames.h \
3112 $(INCDIR)/hashtab.h \
3113 $(INCDIR)/libiberty.h \
3118 $(INCDIR)/filenames.h \
3119 $(INCDIR)/hashtab.h \
3120 $(INCDIR)/libiberty.h \
3125 $(INCDIR)/aout/aout64.h \
3126 $(INCDIR)/aout/ar.h \
3127 $(INCDIR)/aout/stab.def \
3128 $(INCDIR)/aout/stab_gnu.h \
3129 $(INCDIR)/bfdlink.h \
3130 $(INCDIR)/filenames.h \
3131 $(INCDIR)/hashtab.h \
3136 $(INCDIR)/aout/aout64.h \
3137 $(INCDIR)/aout/ar.h \
3138 $(INCDIR)/aout/stab.def \
3139 $(INCDIR)/aout/stab_gnu.h \
3140 $(INCDIR)/bfdlink.h \
3141 $(INCDIR)/filenames.h \
3142 $(INCDIR)/hashtab.h \
3147 $(INCDIR)/filenames.h \
3148 $(INCDIR)/hashtab.h \
3149 $(INCDIR)/nlm/common.h \
3150 $(INCDIR)/nlm/external.h \
3151 $(INCDIR)/nlm/internal.h \
3155 $(INCDIR)/filenames.h \
3156 $(INCDIR)/hashtab.h \
3157 $(INCDIR)/nlm/common.h \
3158 $(INCDIR)/nlm/external.h \
3159 $(INCDIR)/nlm/i386-ext.h \
3160 $(INCDIR)/nlm/internal.h \
3166 $(INCDIR)/filenames.h \
3167 $(INCDIR)/hashtab.h \
3168 $(INCDIR)/nlm/common.h \
3169 $(INCDIR)/nlm/external.h \
3170 $(INCDIR)/nlm/internal.h \
3171 $(INCDIR)/nlm/ppc-ext.h \
3177 $(INCDIR)/filenames.h \
3178 $(INCDIR)/hashtab.h \
3179 $(INCDIR)/nlm/common.h \
3180 $(INCDIR)/nlm/external.h \
3181 $(INCDIR)/nlm/internal.h \
3182 $(INCDIR)/nlm/sparc32-ext.h \
3188 $(INCDIR)/filenames.h \
3189 $(INCDIR)/hashtab.h \
3190 $(INCDIR)/nlm/common.h \
3191 $(INCDIR)/nlm/external.h \
3192 $(INCDIR)/nlm/internal.h \
3197 $(INCDIR)/aout/aout64.h \
3198 $(INCDIR)/aout/ar.h \
3199 $(INCDIR)/aout/stab.def \
3200 $(INCDIR)/aout/stab_gnu.h \
3201 $(INCDIR)/bfdlink.h \
3202 $(INCDIR)/filenames.h \
3203 $(INCDIR)/hashtab.h \
3209 $(INCDIR)/filenames.h \
3210 $(INCDIR)/hashtab.h \
3212 $(INCDIR)/safe-ctype.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 \
3227 $(INCDIR)/aout/aout64.h \
3228 $(INCDIR)/aout/ar.h \
3229 $(INCDIR)/aout/stab.def \
3230 $(INCDIR)/aout/stab_gnu.h \
3231 $(INCDIR)/bfdlink.h \
3232 $(INCDIR)/filenames.h \
3233 $(INCDIR)/hashtab.h \
3234 $(INCDIR)/safe-ctype.h \
3239 $(INCDIR)/bfdlink.h \
3240 $(INCDIR)/coff/arm.h \
3241 $(INCDIR)/coff/external.h \
3242 $(INCDIR)/coff/internal.h \
3243 $(INCDIR)/coff/pe.h \
3244 $(INCDIR)/filenames.h \
3245 $(INCDIR)/hashtab.h \
3254 $(INCDIR)/bfdlink.h \
3255 $(INCDIR)/coff/arm.h \
3256 $(INCDIR)/coff/external.h \
3257 $(INCDIR)/coff/internal.h \
3258 $(INCDIR)/coff/pe.h \
3259 $(INCDIR)/filenames.h \
3260 $(INCDIR)/hashtab.h \
3268 $(INCDIR)/bfdlink.h \
3269 $(INCDIR)/coff/external.h \
3270 $(INCDIR)/coff/i386.h \
3271 $(INCDIR)/coff/internal.h \
3272 $(INCDIR)/coff/pe.h \
3273 $(INCDIR)/filenames.h \
3274 $(INCDIR)/hashtab.h \
3282 $(INCDIR)/bfdlink.h \
3283 $(INCDIR)/coff/external.h \
3284 $(INCDIR)/coff/internal.h \
3285 $(INCDIR)/coff/mcore.h \
3286 $(INCDIR)/coff/pe.h \
3287 $(INCDIR)/filenames.h \
3288 $(INCDIR)/hashtab.h \
3296 $(INCDIR)/bfdlink.h \
3297 $(INCDIR)/coff/external.h \
3298 $(INCDIR)/coff/internal.h \
3299 $(INCDIR)/coff/mipspe.h \
3300 $(INCDIR)/coff/pe.h \
3301 $(INCDIR)/filenames.h \
3302 $(INCDIR)/hashtab.h \
3309 $(INCDIR)/bfdlink.h \
3310 $(INCDIR)/coff/external.h \
3311 $(INCDIR)/coff/internal.h \
3312 $(INCDIR)/coff/pe.h \
3313 $(INCDIR)/coff/powerpc.h \
3314 $(INCDIR)/filenames.h \
3315 $(INCDIR)/hashtab.h \
3323 $(INCDIR)/bfdlink.h \
3324 $(INCDIR)/coff/external.h \
3325 $(INCDIR)/coff/internal.h \
3326 $(INCDIR)/coff/pe.h \
3327 $(INCDIR)/coff/sh.h \
3328 $(INCDIR)/filenames.h \
3329 $(INCDIR)/hashtab.h \
3330 $(INCDIR)/libiberty.h \
3338 $(INCDIR)/filenames.h \
3339 $(INCDIR)/hashtab.h \
3340 $(INCDIR)/libiberty.h \
3341 $(INCDIR)/safe-ctype.h \
3346 $(INCDIR)/bfdlink.h \
3347 $(INCDIR)/coff/arm.h \
3348 $(INCDIR)/coff/external.h \
3349 $(INCDIR)/coff/internal.h \
3350 $(INCDIR)/coff/pe.h \
3351 $(INCDIR)/filenames.h \
3352 $(INCDIR)/hashtab.h \
3361 $(INCDIR)/bfdlink.h \
3362 $(INCDIR)/coff/arm.h \
3363 $(INCDIR)/coff/external.h \
3364 $(INCDIR)/coff/internal.h \
3365 $(INCDIR)/coff/pe.h \
3366 $(INCDIR)/filenames.h \
3367 $(INCDIR)/hashtab.h \
3375 $(INCDIR)/bfdlink.h \
3376 $(INCDIR)/coff/external.h \
3377 $(INCDIR)/coff/i386.h \
3378 $(INCDIR)/coff/internal.h \
3379 $(INCDIR)/coff/pe.h \
3380 $(INCDIR)/filenames.h \
3381 $(INCDIR)/hashtab.h \
3389 $(INCDIR)/bfdlink.h \
3390 $(INCDIR)/coff/external.h \
3391 $(INCDIR)/coff/internal.h \
3392 $(INCDIR)/coff/mcore.h \
3393 $(INCDIR)/coff/pe.h \
3394 $(INCDIR)/filenames.h \
3395 $(INCDIR)/hashtab.h \
3403 $(INCDIR)/bfdlink.h \
3404 $(INCDIR)/coff/external.h \
3405 $(INCDIR)/coff/internal.h \
3406 $(INCDIR)/coff/mipspe.h \
3407 $(INCDIR)/coff/pe.h \
3408 $(INCDIR)/filenames.h \
3409 $(INCDIR)/hashtab.h \
3417 $(INCDIR)/bfdlink.h \
3418 $(INCDIR)/coff/external.h \
3419 $(INCDIR)/coff/internal.h \
3420 $(INCDIR)/coff/pe.h \
3421 $(INCDIR)/coff/powerpc.h \
3422 $(INCDIR)/filenames.h \
3423 $(INCDIR)/hashtab.h \
3431 $(INCDIR)/bfdlink.h \
3432 $(INCDIR)/coff/external.h \
3433 $(INCDIR)/coff/internal.h \
3434 $(INCDIR)/coff/pe.h \
3435 $(INCDIR)/coff/sh.h \
3436 $(INCDIR)/filenames.h \
3437 $(INCDIR)/hashtab.h \
3438 $(INCDIR)/libiberty.h \
3446 $(INCDIR)/filenames.h \
3447 $(INCDIR)/hashtab.h \
3448 $(INCDIR)/libiberty.h \
3449 $(INCDIR)/plugin-api.h \
3453 $(INCDIR)/filenames.h \
3454 $(INCDIR)/hashtab.h \
3455 $(INCDIR)/safe-ctype.h
3458 $(INCDIR)/bfdlink.h \
3459 $(INCDIR)/coff/internal.h \
3460 $(INCDIR)/filenames.h \
3461 $(INCDIR)/hashtab.h \
3466 $(INCDIR)/aout/aout64.h \
3467 $(INCDIR)/aout/ar.h \
3468 $(INCDIR)/aout/stab.def \
3469 $(INCDIR)/aout/stab_gnu.h \
3470 $(INCDIR)/bfdlink.h \
3471 $(INCDIR)/filenames.h \
3472 $(INCDIR)/hashtab.h \
3477 $(INCDIR)/alloca-conf.h \
3478 $(INCDIR)/filenames.h
3481 $(INCDIR)/aout/aout64.h \
3482 $(INCDIR)/aout/ar.h \
3483 $(INCDIR)/aout/stab.def \
3484 $(INCDIR)/aout/stab_gnu.h \
3485 $(INCDIR)/bfdlink.h \
3486 $(INCDIR)/filenames.h \
3487 $(INCDIR)/hashtab.h \
3492 $(INCDIR)/aout/aout64.h \
3493 $(INCDIR)/aout/ar.h \
3494 $(INCDIR)/aout/stab.def \
3495 $(INCDIR)/aout/stab_gnu.h \
3496 $(INCDIR)/aout/sun4.h \
3497 $(INCDIR)/bfdlink.h \
3498 $(INCDIR)/filenames.h \
3499 $(INCDIR)/hashtab.h \
3504 $(INCDIR)/aout/aout64.h \
3505 $(INCDIR)/aout/ar.h \
3506 $(INCDIR)/aout/stab.def \
3507 $(INCDIR)/aout/stab_gnu.h \
3508 $(INCDIR)/bfdlink.h \
3509 $(INCDIR)/filenames.h \
3510 $(INCDIR)/hashtab.h \
3516 $(INCDIR)/aout/aout64.h \
3517 $(INCDIR)/aout/ar.h \
3518 $(INCDIR)/aout/stab.def \
3519 $(INCDIR)/aout/stab_gnu.h \
3520 $(INCDIR)/aout/sun4.h \
3521 $(INCDIR)/bfdlink.h \
3522 $(INCDIR)/filenames.h \
3523 $(INCDIR)/hashtab.h \
3529 $(INCDIR)/aout/aout64.h \
3530 $(INCDIR)/aout/ar.h \
3531 $(INCDIR)/aout/stab.def \
3532 $(INCDIR)/aout/stab_gnu.h \
3533 $(INCDIR)/bfdlink.h \
3534 $(INCDIR)/filenames.h \
3535 $(INCDIR)/hashtab.h \
3541 $(INCDIR)/aout/aout64.h \
3542 $(INCDIR)/aout/ar.h \
3543 $(INCDIR)/aout/stab.def \
3544 $(INCDIR)/aout/stab_gnu.h \
3545 $(INCDIR)/bfdlink.h \
3546 $(INCDIR)/filenames.h \
3547 $(INCDIR)/hashtab.h \
3552 $(INCDIR)/aout/aout64.h \
3553 $(INCDIR)/aout/ar.h \
3554 $(INCDIR)/aout/stab.def \
3555 $(INCDIR)/aout/stab_gnu.h \
3556 $(INCDIR)/bfdlink.h \
3557 $(INCDIR)/filenames.h \
3558 $(INCDIR)/hashtab.h \
3564 $(INCDIR)/filenames.h \
3565 $(INCDIR)/hashtab.h \
3566 $(INCDIR)/libiberty.h
3569 $(INCDIR)/bfdlink.h \
3570 $(INCDIR)/filenames.h \
3571 $(INCDIR)/hashtab.h \
3575 $(INCDIR)/bfdlink.h \
3576 $(INCDIR)/filenames.h \
3577 $(INCDIR)/hashtab.h \
3578 $(INCDIR)/safe-ctype.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 \
3595 $(INCDIR)/bfdlink.h \
3596 $(INCDIR)/filenames.h \
3597 $(INCDIR)/hashtab.h \
3601 $(INCDIR)/filenames.h \
3605 $(INCDIR)/bfdlink.h \
3606 $(INCDIR)/coff/internal.h \
3607 $(INCDIR)/coff/xcoff.h \
3608 $(INCDIR)/filenames.h \
3609 $(INCDIR)/hashtab.h \
3610 $(INCDIR)/libiberty.h \
3615 $(INCDIR)/alloca-conf.h \
3616 $(INCDIR)/filenames.h \
3617 $(INCDIR)/hashtab.h \
3621 $(INCDIR)/filenames.h \
3622 $(INCDIR)/hashtab.h \
3623 $(INCDIR)/xtensa-isa-internal.h \
3624 $(INCDIR)/xtensa-isa.h
3625 xtensa-modules.lo: \
3627 $(INCDIR)/xtensa-isa-internal.h \
3628 $(INCDIR)/xtensa-isa.h
3631 $(INCDIR)/filenames.h
3634 $(INCDIR)/aout/aout64.h \
3635 $(INCDIR)/aout/ar.h \
3636 $(INCDIR)/aout/stab.def \
3637 $(INCDIR)/aout/stab_gnu.h \
3638 $(INCDIR)/bfdlink.h \
3639 $(INCDIR)/filenames.h \
3640 $(INCDIR)/hashtab.h \
3641 $(INCDIR)/safe-ctype.h \
3646 $(INCDIR)/aout/ar.h \
3647 $(INCDIR)/bfdlink.h \
3648 $(INCDIR)/coff/alpha.h \
3649 $(INCDIR)/coff/ecoff.h \
3650 $(INCDIR)/coff/internal.h \
3651 $(INCDIR)/coff/sym.h \
3652 $(INCDIR)/coff/symconst.h \
3653 $(INCDIR)/filenames.h \
3654 $(INCDIR)/hashtab.h \
3661 $(INCDIR)/bfdlink.h \
3662 $(INCDIR)/coff/external.h \
3663 $(INCDIR)/coff/internal.h \
3664 $(INCDIR)/coff/pe.h \
3665 $(INCDIR)/coff/x86_64.h \
3666 $(INCDIR)/filenames.h \
3667 $(INCDIR)/hashtab.h \
3668 $(INCDIR)/libiberty.h \
3674 $(INCDIR)/bfdlink.h \
3675 $(INCDIR)/coff/internal.h \
3676 $(INCDIR)/coff/rs6k64.h \
3677 $(INCDIR)/coff/xcoff.h \
3678 $(INCDIR)/filenames.h \
3679 $(INCDIR)/hashtab.h \
3686 $(INCDIR)/aout/aout64.h \
3687 $(INCDIR)/aout/ar.h \
3688 $(INCDIR)/aout/stab.def \
3689 $(INCDIR)/aout/stab_gnu.h \
3690 $(INCDIR)/aout/sun4.h \
3691 $(INCDIR)/bfdlink.h \
3692 $(INCDIR)/filenames.h \
3693 $(INCDIR)/hashtab.h \
3699 $(INCDIR)/bfdlink.h \
3700 $(INCDIR)/elf/common.h \
3701 $(INCDIR)/elf/external.h \
3702 $(INCDIR)/elf/internal.h \
3703 $(INCDIR)/elf/reloc-macros.h \
3704 $(INCDIR)/elf/score.h \
3705 $(INCDIR)/filenames.h \
3706 $(INCDIR)/hashtab.h \
3707 $(INCDIR)/libiberty.h \
3713 $(INCDIR)/bfdlink.h \
3714 $(INCDIR)/elf/common.h \
3715 $(INCDIR)/elf/external.h \
3716 $(INCDIR)/elf/internal.h \
3717 $(INCDIR)/elf/reloc-macros.h \
3718 $(INCDIR)/elf/score.h \
3719 $(INCDIR)/filenames.h \
3720 $(INCDIR)/hashtab.h \
3721 $(INCDIR)/libiberty.h \
3726 $(INCDIR)/aout/ar.h \
3727 $(INCDIR)/bfdlink.h \
3728 $(INCDIR)/coff/alpha.h \
3729 $(INCDIR)/coff/ecoff.h \
3730 $(INCDIR)/coff/internal.h \
3731 $(INCDIR)/coff/sym.h \
3732 $(INCDIR)/coff/symconst.h \
3733 $(INCDIR)/elf/alpha.h \
3734 $(INCDIR)/elf/common.h \
3735 $(INCDIR)/elf/external.h \
3736 $(INCDIR)/elf/internal.h \
3737 $(INCDIR)/elf/reloc-macros.h \
3738 $(INCDIR)/filenames.h \
3739 $(INCDIR)/hashtab.h \
3747 $(INCDIR)/bfdlink.h \
3748 $(INCDIR)/elf/common.h \
3749 $(INCDIR)/elf/external.h \
3750 $(INCDIR)/elf/internal.h \
3751 $(INCDIR)/filenames.h \
3752 $(INCDIR)/hashtab.h \
3757 $(INCDIR)/alloca-conf.h \
3758 $(INCDIR)/bfdlink.h \
3759 $(INCDIR)/elf/common.h \
3760 $(INCDIR)/elf/external.h \
3761 $(INCDIR)/elf/hppa.h \
3762 $(INCDIR)/elf/internal.h \
3763 $(INCDIR)/elf/reloc-macros.h \
3764 $(INCDIR)/filenames.h \
3765 $(INCDIR)/hashtab.h \
3773 $(INCDIR)/aout/ar.h \
3774 $(INCDIR)/bfdlink.h \
3775 $(INCDIR)/coff/alpha.h \
3776 $(INCDIR)/coff/ecoff.h \
3777 $(INCDIR)/coff/internal.h \
3778 $(INCDIR)/coff/sym.h \
3779 $(INCDIR)/coff/symconst.h \
3780 $(INCDIR)/elf/common.h \
3781 $(INCDIR)/elf/external.h \
3782 $(INCDIR)/elf/internal.h \
3783 $(INCDIR)/elf/mips.h \
3784 $(INCDIR)/elf/reloc-macros.h \
3785 $(INCDIR)/filenames.h \
3786 $(INCDIR)/hashtab.h \
3794 $(INCDIR)/bfdlink.h \
3795 $(INCDIR)/elf/common.h \
3796 $(INCDIR)/elf/external.h \
3797 $(INCDIR)/elf/internal.h \
3798 $(INCDIR)/elf/mmix.h \
3799 $(INCDIR)/elf/reloc-macros.h \
3800 $(INCDIR)/filenames.h \
3801 $(INCDIR)/hashtab.h \
3802 $(INCDIR)/opcode/mmix.h \
3807 $(INCDIR)/bfdlink.h \
3808 $(INCDIR)/elf/common.h \
3809 $(INCDIR)/elf/external.h \
3810 $(INCDIR)/elf/internal.h \
3811 $(INCDIR)/elf/ppc64.h \
3812 $(INCDIR)/elf/reloc-macros.h \
3813 $(INCDIR)/filenames.h \
3814 $(INCDIR)/hashtab.h \
3820 $(INCDIR)/bfdlink.h \
3821 $(INCDIR)/elf/common.h \
3822 $(INCDIR)/elf/external.h \
3823 $(INCDIR)/elf/internal.h \
3824 $(INCDIR)/elf/reloc-macros.h \
3825 $(INCDIR)/elf/s390.h \
3826 $(INCDIR)/filenames.h \
3827 $(INCDIR)/hashtab.h \
3832 $(INCDIR)/bfdlink.h \
3833 $(INCDIR)/elf/common.h \
3834 $(INCDIR)/elf/external.h \
3835 $(INCDIR)/elf/internal.h \
3836 $(INCDIR)/elf/reloc-macros.h \
3837 $(INCDIR)/elf/sh.h \
3838 $(INCDIR)/filenames.h \
3839 $(INCDIR)/hashtab.h \
3844 $(INCDIR)/bfdlink.h \
3845 $(INCDIR)/elf/common.h \
3846 $(INCDIR)/elf/external.h \
3847 $(INCDIR)/elf/internal.h \
3848 $(INCDIR)/elf/reloc-macros.h \
3849 $(INCDIR)/elf/sparc.h \
3850 $(INCDIR)/filenames.h \
3851 $(INCDIR)/hashtab.h \
3852 $(INCDIR)/opcode/sparc.h \
3858 $(INCDIR)/bfdlink.h \
3859 $(INCDIR)/elf/common.h \
3860 $(INCDIR)/elf/external.h \
3861 $(INCDIR)/elf/internal.h \
3862 $(INCDIR)/elf/reloc-macros.h \
3863 $(INCDIR)/elf/x86-64.h \
3864 $(INCDIR)/filenames.h \
3865 $(INCDIR)/hashtab.h \
3866 $(INCDIR)/objalloc.h \
3872 $(INCDIR)/bfdlink.h \
3873 $(INCDIR)/elf/common.h \
3874 $(INCDIR)/elf/external.h \
3875 $(INCDIR)/elf/internal.h \
3876 $(INCDIR)/filenames.h \
3877 $(INCDIR)/hashtab.h \
3878 $(INCDIR)/libiberty.h \
3884 $(INCDIR)/bfdlink.h \
3885 $(INCDIR)/coff/ecoff.h \
3886 $(INCDIR)/coff/external.h \
3887 $(INCDIR)/coff/internal.h \
3888 $(INCDIR)/coff/mips.h \
3889 $(INCDIR)/coff/sym.h \
3890 $(INCDIR)/coff/symconst.h \
3891 $(INCDIR)/elf/common.h \
3892 $(INCDIR)/elf/external.h \
3893 $(INCDIR)/elf/internal.h \
3894 $(INCDIR)/elf/mips.h \
3895 $(INCDIR)/elf/reloc-macros.h \
3896 $(INCDIR)/filenames.h \
3897 $(INCDIR)/hashtab.h \
3905 $(INCDIR)/elf/mmix.h \
3906 $(INCDIR)/elf/reloc-macros.h \
3907 $(INCDIR)/filenames.h \
3908 $(INCDIR)/hashtab.h \
3909 $(INCDIR)/libiberty.h \
3910 $(INCDIR)/opcode/mmix.h
3913 $(INCDIR)/filenames.h \
3914 $(INCDIR)/hashtab.h \
3915 $(INCDIR)/nlm/alpha-ext.h \
3916 $(INCDIR)/nlm/common.h \
3917 $(INCDIR)/nlm/external.h \
3918 $(INCDIR)/nlm/internal.h \
3924 $(INCDIR)/filenames.h \
3925 $(INCDIR)/hashtab.h \
3926 $(INCDIR)/nlm/common.h \
3927 $(INCDIR)/nlm/external.h \
3928 $(INCDIR)/nlm/internal.h \
3933 $(INCDIR)/bfdlink.h \
3934 $(INCDIR)/coff/external.h \
3935 $(INCDIR)/coff/internal.h \
3936 $(INCDIR)/coff/pe.h \
3937 $(INCDIR)/coff/x86_64.h \
3938 $(INCDIR)/filenames.h \
3939 $(INCDIR)/hashtab.h \
3940 $(INCDIR)/libiberty.h \
3948 $(INCDIR)/bfdlink.h \
3949 $(INCDIR)/coff/external.h \
3950 $(INCDIR)/coff/ia64.h \
3951 $(INCDIR)/coff/internal.h \
3952 $(INCDIR)/coff/pe.h \
3953 $(INCDIR)/filenames.h \
3954 $(INCDIR)/hashtab.h \
3962 $(INCDIR)/bfdlink.h \
3963 $(INCDIR)/coff/external.h \
3964 $(INCDIR)/coff/internal.h \
3965 $(INCDIR)/coff/pe.h \
3966 $(INCDIR)/coff/x86_64.h \
3967 $(INCDIR)/filenames.h \
3968 $(INCDIR)/hashtab.h \
3969 $(INCDIR)/libiberty.h \
3977 $(INCDIR)/bfdlink.h \
3978 $(INCDIR)/coff/external.h \
3979 $(INCDIR)/coff/i386.h \
3980 $(INCDIR)/coff/internal.h \
3981 $(INCDIR)/filenames.h \
3982 $(INCDIR)/hashtab.h \
3986 $(INCDIR)/filenames.h \
3990 $(INCDIR)/filenames.h \
3994 $(INCDIR)/filenames.h \
3998 $(INCDIR)/filenames.h \
4002 $(INCDIR)/filenames.h \
4006 $(INCDIR)/bfdlink.h \
4007 $(INCDIR)/filenames.h \
4008 $(INCDIR)/hashtab.h \
4012 $(INCDIR)/bfdlink.h \
4013 $(INCDIR)/filenames.h \
4014 $(INCDIR)/hashtab.h \
4018 $(INCDIR)/bfdlink.h \
4019 $(INCDIR)/elf/common.h \
4020 $(INCDIR)/elf/external.h \
4021 $(INCDIR)/elf/ia64.h \
4022 $(INCDIR)/elf/internal.h \
4023 $(INCDIR)/elf/reloc-macros.h \
4024 $(INCDIR)/filenames.h \
4025 $(INCDIR)/hashtab.h \
4026 $(INCDIR)/objalloc.h \
4027 $(INCDIR)/opcode/ia64.h \
4032 $(INCDIR)/bfdlink.h \
4033 $(INCDIR)/elf/common.h \
4034 $(INCDIR)/elf/external.h \
4035 $(INCDIR)/elf/ia64.h \
4036 $(INCDIR)/elf/internal.h \
4037 $(INCDIR)/elf/reloc-macros.h \
4038 $(INCDIR)/filenames.h \
4039 $(INCDIR)/hashtab.h \
4040 $(INCDIR)/objalloc.h \
4041 $(INCDIR)/opcode/ia64.h \
4046 $(INCDIR)/bfdlink.h \
4047 $(INCDIR)/coff/external.h \
4048 $(INCDIR)/coff/i386.h \
4049 $(INCDIR)/coff/internal.h \
4050 $(INCDIR)/coff/pe.h \
4051 $(INCDIR)/filenames.h \
4052 $(INCDIR)/hashtab.h \
4057 $(INCDIR)/bfdlink.h \
4058 $(INCDIR)/coff/external.h \
4059 $(INCDIR)/coff/ia64.h \
4060 $(INCDIR)/coff/internal.h \
4061 $(INCDIR)/coff/pe.h \
4062 $(INCDIR)/filenames.h \
4063 $(INCDIR)/hashtab.h \
4068 $(INCDIR)/bfdlink.h \
4069 $(INCDIR)/coff/external.h \
4070 $(INCDIR)/coff/internal.h \
4071 $(INCDIR)/coff/pe.h \
4072 $(INCDIR)/coff/x86_64.h \
4073 $(INCDIR)/filenames.h \
4074 $(INCDIR)/hashtab.h \
4077 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY