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)
30 # bfd.h goes here, for now
34 # Writing S-records should be included in all (or at least most)
35 # *-*-coff, *-*-aout, etc., configurations, because people will want to
36 # be able to use objcopy to create S-records. (S-records are not useful
37 # for the debugger, so if you are downloading things as S-records you
38 # need two copies of the executable, one to download and one for the
41 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
42 cache.lo coffgen.lo corefile.lo \
43 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
44 section.lo syms.lo targets.lo hash.lo linker.lo \
45 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
46 merge.lo dwarf2.lo simple.lo compress.lo
48 BFD64_LIBS = archive64.lo
51 archive.c archures.c bfd.c bfdio.c bfdwin.c \
52 cache.c coffgen.c corefile.c \
53 format.c init.c libbfd.c opncls.c reloc.c \
54 section.c syms.c targets.c hash.c linker.c \
55 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
56 merge.c dwarf2.c simple.c compress.c
58 BFD64_LIBS_CFILES = archive64.c
60 # This list is alphabetized to make it easier to keep in sync
61 # with the decls and initializer in archures.c.
129 ALL_MACHINES_CFILES = \
196 # The .o files needed by all of the 32 bit vectors that are configured into
197 # target_vector in targets.c if configured with --enable-targets=all.
292 elf32-sh-symbian.lo \
380 BFD32_BACKENDS_CFILES = \
561 # The .o files needed by all of the 64 bit vectors that are configured into
562 # target_vector in targets.c if configured with --enable-targets=all
563 # and --enable-64-bit-bfd.
564 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
576 efi-bsdrv-x86_64.lo \
577 efi-rtdrv-x86_64.lo \
603 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@
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 sed -f dep.sed < DEP1 > DEPA
925 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
926 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
927 echo 'make DEP failed!'; exit 1; \
933 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
934 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
935 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
938 dep.sed: dep-in.sed config.status
939 sed <$(srcdir)/dep-in.sed >dep.sed \
940 -e 's!@BFD_H@!$(BFD_H)!' \
941 -e 's!@SRCDIR@!$(srcdir)!' \
942 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
945 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
946 cat DEP >> tmp-Makefile
947 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
950 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
951 cat DEP >> tmp-Makefile.in
952 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
955 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
956 cat DEP >> tmp-Makefile.am
957 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
959 host-aout.lo: Makefile
961 # The following program can be used to generate a simple config file
962 # which can be folded into an h-XXX file for a new host, with some editing.
963 aout-params.h: gen-aout
964 ./gen-aout host > aout-params.h
965 gen-aout: $(srcdir)/gen-aout.c Makefile
966 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
968 $(BFD_H): stmp-bfd-h ; @true
970 stmp-bfd-h: bfd-in3.h
972 cp bfd-in3.h bfd-tmp.h
973 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
977 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
978 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
979 archive.c corefile.c targets.c format.c compress.c
980 BFD64_H_FILES = archive64.c
981 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
982 cache.c reloc.c archures.c elf.c
983 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
985 # Could really use a "copy-if-change"...
987 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
988 cp $(bfddocdir)/bfd.h bfd-in2.h-new
989 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
990 cp $(bfddocdir)/libbfd.h libbfd.h-new
991 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
992 cp $(bfddocdir)/libcoff.h libcoff.h-new
993 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
995 # We only rebuild the header files automatically if we have been
996 # configured with --enable-maintainer-mode.
998 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
999 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1000 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1001 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1002 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1005 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1006 stmp-lbfd-h: $(LIBBFD_H_FILES)
1007 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1008 cp $(bfddocdir)/libbfd.h libbfd.h-new
1009 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1012 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1013 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1014 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1015 cp $(bfddocdir)/libcoff.h libcoff.h-new
1016 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1019 MOSTLYCLEANFILES = ofiles stamp-ofiles
1021 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1022 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1024 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1026 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1028 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1029 bfd_version_string="\"$(VERSION)\"" ;\
1030 bfd_soversion="$(VERSION)" ;\
1031 bfd_version_package="\"$(PKGVERSION)\"" ;\
1032 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1033 if test "x$(RELEASE)" = x ; then \
1034 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1035 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1036 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1038 sed -e "s,@bfd_version@,$$bfd_version," \
1039 -e "s,@bfd_version_string@,$$bfd_version_string," \
1040 -e "s,@bfd_version_package@,$$bfd_version_package," \
1041 -e "s,@report_bugs_to@,$$report_bugs_to," \
1042 < $(srcdir)/version.h > $@; \
1043 echo "$${bfd_soversion}" > libtool-soversion
1045 # What appears below is generated by a hacked mkdep using gcc -MM.
1047 # DO NOT DELETE THIS LINE -- mkdep uses it.
1048 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1049 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1050 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1051 $(INCDIR)/safe-ctype.h
1052 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1053 $(INCDIR)/safe-ctype.h
1054 bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
1055 $(INCDIR)/demangle.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1056 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1057 libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h \
1058 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h
1059 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1060 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1061 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1062 $(INCDIR)/libiberty.h
1063 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1064 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1065 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1066 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1067 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1068 libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1069 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1070 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1071 reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1073 section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1075 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1076 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1077 $(INCDIR)/aout/stab.def
1078 targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1079 $(INCDIR)/fnmatch.h targmatch.h
1080 hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1081 $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1082 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1083 $(INCDIR)/bfdlink.h genlink.h
1084 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1085 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1086 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1088 tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1089 $(INCDIR)/libiberty.h
1090 ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1091 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1092 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1093 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1094 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1095 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1096 merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1097 $(INCDIR)/libiberty.h
1098 dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1099 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1100 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1101 $(INCDIR)/elf/dwarf2.h
1102 simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1104 compress.lo: compress.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1105 archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1107 cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1108 cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1109 cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1110 $(INCDIR)/libiberty.h
1111 cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1112 cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1113 cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1114 cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1115 cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1116 cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1117 cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1118 cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1119 cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1120 cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1121 cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1122 cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1123 cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1124 cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1125 cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1126 cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1127 cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1128 cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1129 cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1130 cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1131 cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1132 cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1133 cpu-lm32.lo: cpu-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1134 cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1135 cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1136 cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
1138 cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
1140 cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1141 $(INCDIR)/opcode/m68k.h
1142 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1143 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1144 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1145 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1146 cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1147 cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1148 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1149 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1150 cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1151 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1152 cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1153 cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1155 cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
1157 cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1158 cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1159 cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
1161 cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1162 cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1163 cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1164 cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1165 $(srcdir)/../opcodes/sh-opc.h
1166 cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1167 cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1168 cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1169 cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1170 cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1171 cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1172 cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1173 $(INCDIR)/safe-ctype.h
1174 cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1175 cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1176 cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1177 cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
1179 cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1180 cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1181 cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1182 cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1183 aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1184 $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1185 libaout.h $(INCDIR)/bfdlink.h
1186 aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1187 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1188 $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1189 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1190 aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1191 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1192 $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1193 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1194 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1195 ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1196 $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1197 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1198 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1199 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1200 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1201 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1202 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1203 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1204 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1205 $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h
1206 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1207 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1208 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1209 $(INCDIR)/aout/ar.h aout-target.h
1210 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1211 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1212 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1213 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1214 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1215 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1217 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1218 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
1219 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1220 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1221 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1222 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1223 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1224 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1225 $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1226 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1227 coffcode.h coffswap.h
1228 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1229 $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
1230 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1231 coffcode.h coffswap.h
1232 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1233 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1234 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1235 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1236 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1237 coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \
1238 coffcode.h coffswap.h
1239 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1240 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
1241 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1242 libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
1243 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1244 $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \
1245 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1246 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1247 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1248 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1249 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1250 $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1251 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1252 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1253 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1254 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1255 coffcode.h coffswap.h
1256 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1257 $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
1258 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1259 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1260 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1261 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1262 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1263 $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1264 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1265 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1266 $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1267 libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1268 coffcode.h coffswap.h
1269 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1270 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1271 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1272 $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \
1274 coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1275 $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
1276 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1277 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1278 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1279 $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
1280 libxcoff.h coffcode.h coffswap.h
1281 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1282 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1283 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1284 libcoff.h coffcode.h coffswap.h
1285 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1286 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1287 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1288 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1289 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1290 $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1291 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1293 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1294 $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1295 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1296 coffcode.h coffswap.h
1297 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1298 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1299 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1300 coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1301 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1302 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1303 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1304 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
1305 $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
1306 coffcode.h coffswap.h
1307 coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1308 $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \
1309 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1310 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1311 $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1312 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1313 coffcode.h coffswap.h
1314 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1315 $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1316 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1317 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1318 $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
1319 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1320 coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1321 $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1322 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1323 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1324 $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1325 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1326 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1327 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
1328 $(INCDIR)/safe-ctype.h
1329 dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1330 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1331 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1332 $(INCDIR)/elf/dwarf.h
1333 ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1334 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1335 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1336 $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1337 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1338 libecoff.h $(INCDIR)/libiberty.h
1339 ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1340 $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1341 $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1342 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1344 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1345 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1346 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1347 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1349 efi-bsdrv-ia32.lo: efi-bsdrv-ia32.c $(INCDIR)/filenames.h \
1350 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1351 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1352 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1354 efi-rtdrv-ia32.lo: efi-rtdrv-ia32.c $(INCDIR)/filenames.h \
1355 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1356 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1357 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1359 elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1360 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1361 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/libiberty.h \
1362 $(INCDIR)/safe-ctype.h
1363 elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
1364 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1365 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1366 $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
1367 $(INCDIR)/libiberty.h elf32-target.h
1368 elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1369 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1370 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1371 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1373 elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1374 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1375 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1376 elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1378 elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1379 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1380 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
1381 $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
1382 elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1383 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1384 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
1385 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1387 elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1388 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1389 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1390 $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1391 elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
1392 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
1393 $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1394 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-target.h
1395 elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1396 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1397 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
1398 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1399 elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1400 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1401 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/crx.h \
1402 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1403 elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1404 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1405 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
1406 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1407 elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1408 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1409 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
1410 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1411 elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1412 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1413 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
1414 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1415 elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1416 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1417 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
1418 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1419 elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1420 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1421 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
1422 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1424 elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1425 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1426 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
1427 elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1428 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1429 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1430 $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1431 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1432 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1433 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
1434 $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \
1435 elf-hppa.h elf32-target.h
1436 elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1437 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1438 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/i370.h \
1439 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1440 elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1441 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1442 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
1443 bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1445 elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1446 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1447 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
1448 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1449 elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1450 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1451 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
1452 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1453 elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1454 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1455 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
1456 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1457 elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1458 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1459 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1460 $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
1462 elf32-lm32.lo: elf32-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1463 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1464 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/lm32.h \
1465 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1466 elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1467 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1468 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
1469 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1471 elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1472 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1473 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
1474 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1475 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1476 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1477 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/m68k.h \
1478 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
1480 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1481 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1482 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
1483 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1484 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1485 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1486 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1487 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
1488 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1489 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1490 elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/alloca-conf.h \
1491 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
1492 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1493 $(INCDIR)/elf/internal.h elf32-m68hc1x.h $(INCDIR)/elf/m68hc11.h \
1494 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h
1495 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1496 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1497 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
1498 elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1499 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1500 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
1501 elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1502 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1503 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1504 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1506 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1507 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1508 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/mcore.h \
1509 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1510 elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1511 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1512 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
1513 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1515 elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1516 $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
1517 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1518 elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1519 elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1520 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
1521 elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1522 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1523 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfxx-mips.h \
1524 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
1525 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1526 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1527 ecoffswap.h elf32-target.h
1528 elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1529 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1530 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
1531 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1532 elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1533 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
1534 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1535 $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
1537 elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1538 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1539 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1540 $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
1541 $(INCDIR)/libiberty.h elf32-target.h
1542 elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1543 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1544 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
1545 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1547 elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1548 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1549 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/pj.h \
1550 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1551 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1552 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1553 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc.h \
1554 $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
1556 elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1557 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1558 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1559 elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
1560 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1561 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1562 elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1563 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1564 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1565 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
1566 $(srcdir)/../opcodes/sh64-opc.h
1567 elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1568 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1569 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
1570 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1571 elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
1572 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1573 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1574 $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1575 elf32-score.h elf32-target.h
1576 elf32-score7.lo: elf32-score7.c $(INCDIR)/filenames.h \
1577 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1578 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1579 $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1581 elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1582 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1583 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
1584 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1585 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1586 elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
1587 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
1588 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1589 $(INCDIR)/elf/internal.h elf-vxworks.h $(INCDIR)/elf/sh.h \
1590 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1591 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1592 elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
1593 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
1594 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1595 $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1596 $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
1597 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1598 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1599 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \
1600 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1601 elfxx-sparc.h elf-vxworks.h elf32-target.h
1602 elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1603 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1604 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \
1605 $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
1606 elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1607 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1608 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/v850.h \
1609 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1611 elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1612 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1613 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/vax.h \
1614 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1615 elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1616 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1617 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1618 $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
1619 $(INCDIR)/libiberty.h elf32-target.h
1620 elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
1621 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1622 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/xtensa.h \
1623 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1624 $(INCDIR)/xtensa-config.h elf32-target.h
1625 elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
1626 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1627 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1628 $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
1629 $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
1630 elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1631 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1632 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
1633 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1634 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1635 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/safe-ctype.h \
1636 $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
1637 elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1638 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1639 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
1640 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1641 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1642 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
1643 elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1644 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1645 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1646 $(INCDIR)/elf/dwarf2.h
1647 elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
1648 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1649 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1650 elf-vxworks.h $(INCDIR)/elf/vxworks.h
1651 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1652 coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1653 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1654 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1656 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1657 coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1658 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1659 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1661 hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1662 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1663 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1664 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1665 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1666 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1667 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1669 som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1670 i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1671 $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
1672 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1674 i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1675 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1676 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1677 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1678 $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1679 libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1680 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1682 i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1683 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1684 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1686 i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1687 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1688 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1689 i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1690 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1691 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1693 i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1694 libaout.h $(INCDIR)/bfdlink.h
1695 i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1696 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1697 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1699 i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1700 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1701 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1702 i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1703 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
1704 ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1705 $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
1706 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1707 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1708 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1710 m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1711 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1712 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1713 m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1714 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1715 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1717 m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1718 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1719 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1720 m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
1721 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1722 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1724 mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
1725 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h $(INCDIR)/aout/stab_gnu.h \
1726 $(INCDIR)/aout/stab.def mach-o-target.c
1727 mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1728 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1729 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1730 newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1731 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1732 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1733 nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1734 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1735 $(INCDIR)/nlm/external.h
1736 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1737 $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1738 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1740 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1741 $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
1742 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1743 nlmswap.h nlm-target.h
1744 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1745 $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1746 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1748 nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1749 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1750 $(INCDIR)/nlm/external.h
1751 ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1752 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1753 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1755 oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1756 $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
1757 pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1758 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1759 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1761 pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1762 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1763 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1764 $(INCDIR)/safe-ctype.h
1765 pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1766 pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1767 pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1768 $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1769 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1770 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1771 pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1772 $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1773 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1774 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1775 pe-arm-wince.lo: pe-arm-wince.c $(INCDIR)/filenames.h \
1776 pe-arm.c coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1777 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1778 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1780 pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
1781 coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1782 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1783 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1785 pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1786 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1787 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1788 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1789 pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1790 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1791 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1792 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1793 pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1794 $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1795 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1796 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1797 pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1798 $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1799 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1800 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1801 pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1802 $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1803 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1804 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1805 pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1806 $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1807 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1808 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1809 pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1810 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1811 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1812 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1814 pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1815 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
1816 $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1817 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1819 pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1820 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1821 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1823 pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1824 $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1825 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1826 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1827 ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1829 reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1830 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
1832 riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1833 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1834 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1836 sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1837 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1838 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1839 sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1840 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1841 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1842 $(INCDIR)/aout/ar.h aout-target.h
1843 sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1844 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1845 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1847 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1848 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \
1849 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1850 $(INCDIR)/aout/ar.h aout-target.h
1851 vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1852 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1853 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1855 vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1856 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1857 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1859 vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1860 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1861 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1862 versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1863 $(INCDIR)/libiberty.h
1864 vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1865 $(INCDIR)/hashtab.h vms.h
1866 vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1867 $(INCDIR)/hashtab.h vms.h
1868 vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
1869 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
1871 vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1872 $(INCDIR)/hashtab.h vms.h
1873 vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1874 $(INCDIR)/hashtab.h vms.h
1875 vmsutil.lo: vmsutil.c vmsutil.h
1876 xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1877 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1878 libcoff.h libxcoff.h
1879 xsym.lo: xsym.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h \
1880 xsym.h $(INCDIR)/hashtab.h
1881 xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1882 $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h
1883 xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
1884 $(INCDIR)/xtensa-isa-internal.h
1885 aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
1886 aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1887 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1888 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1889 coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1890 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1891 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1892 $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \
1894 coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1895 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1896 $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
1897 libxcoff.h coffcode.h coffswap.h
1898 demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1899 $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \
1900 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1901 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1902 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1903 coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1904 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1905 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1907 efi-bsdrv-ia64.lo: efi-bsdrv-ia64.c $(INCDIR)/filenames.h \
1908 coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1909 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1910 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1912 efi-rtdrv-ia64.lo: efi-rtdrv-ia64.c $(INCDIR)/filenames.h \
1913 coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1914 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1915 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1917 efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
1918 coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1919 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1920 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1921 coffcode.h peicode.h libpei.h
1922 efi-bsdrv-x86_64.lo: efi-bsdrv-x86_64.c $(INCDIR)/filenames.h \
1923 coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1924 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1925 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1926 coffcode.h peicode.h libpei.h
1927 efi-rtdrv-x86_64.lo: efi-rtdrv-x86_64.c $(INCDIR)/filenames.h \
1928 coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1929 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1930 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1931 coffcode.h peicode.h libpei.h
1932 elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1933 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1934 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h bfd_stdint.h \
1935 $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
1937 elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1938 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1939 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1940 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1941 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1942 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1943 libcoff.h libecoff.h ecoffswap.h elf64-target.h
1944 elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
1945 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h elf-bfd.h \
1946 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1947 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1948 libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h
1949 elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1950 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1951 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf64-target.h
1952 elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
1953 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
1954 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1955 elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1956 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1957 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1958 ecoffswap.h elf32-target.h
1959 elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1960 $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
1961 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1962 elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1963 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1964 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1966 elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1967 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1968 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
1969 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1971 elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1972 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1973 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc64.h \
1974 $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
1975 elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1976 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1977 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
1978 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1979 elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1980 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1981 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sh.h \
1982 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1983 elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1984 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1985 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1986 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1987 $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
1988 elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1989 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1990 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
1991 mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1992 $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1993 $(INCDIR)/opcode/mmix.h
1994 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1995 $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
1996 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1997 nlmswap.h nlm-target.h
1998 nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1999 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2000 $(INCDIR)/nlm/external.h
2001 coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
2002 $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2003 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2004 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2006 pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2007 $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2008 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2009 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2011 pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2012 $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2013 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2014 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2016 aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
2017 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2018 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
2019 hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2020 irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2021 lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2022 osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2023 sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2024 libaout.h $(INCDIR)/bfdlink.h
2025 trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2026 libaout.h $(INCDIR)/bfdlink.h
2027 cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2028 elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2029 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
2030 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2031 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2033 elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2034 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
2035 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2036 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2038 peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2039 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2040 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2041 pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2042 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2043 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2044 pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2045 $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2046 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2047 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY