~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to bfd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to generate Makefile.in
2
2
 
3
 
AUTOMAKE_OPTIONS = 1.9 cygnus
 
3
AUTOMAKE_OPTIONS = 1.11 no-dist foreign
4
4
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
5
5
 
6
6
# Uncomment the following line when doing a release.
8
8
 
9
9
INCDIR = $(srcdir)/../include
10
10
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
11
 
MKDEP = gcc -MM
12
11
 
13
12
SUBDIRS = doc po
14
13
 
15
14
bfddocdir = doc
 
15
 
 
16
libbfd_la_LDFLAGS =
 
17
if INSTALL_LIBBFD
16
18
bfdlibdir = @bfdlibdir@
17
19
bfdincludedir = @bfdincludedir@
18
 
 
19
 
datarootdir = @datarootdir@
20
 
docdir = @docdir@
21
 
htmldir = @htmldir@
22
 
pdfdir = @pdfdir@
23
 
 
24
20
bfdlib_LTLIBRARIES = libbfd.la
 
21
bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
 
22
else !INSTALL_LIBBFD
 
23
# Empty these so that the respective installation directories will not be created.
 
24
bfdlibdir =
 
25
bfdincludedir =
 
26
rpath_bfdlibdir = @bfdlibdir@
 
27
noinst_LTLIBRARIES = libbfd.la
 
28
libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
 
29
endif
25
30
 
26
31
WARN_CFLAGS = @WARN_CFLAGS@
27
32
NO_WERROR = @NO_WERROR@
83
88
        cpu-hppa.lo \
84
89
        cpu-i370.lo \
85
90
        cpu-i386.lo \
 
91
        cpu-l1om.lo \
86
92
        cpu-i860.lo \
87
93
        cpu-i960.lo \
88
94
        cpu-ia64.lo \
100
106
        cpu-maxq.lo \
101
107
        cpu-mcore.lo \
102
108
        cpu-mep.lo \
 
109
        cpu-microblaze.lo \
103
110
        cpu-mips.lo \
104
111
        cpu-mmix.lo \
105
112
        cpu-moxie.lo \
152
159
        cpu-hppa.c \
153
160
        cpu-i370.c \
154
161
        cpu-i386.c \
 
162
        cpu-l1om.c \
155
163
        cpu-i860.c \
156
164
        cpu-i960.c \
157
165
        cpu-ia64.c \
169
177
        cpu-maxq.c \
170
178
        cpu-mcore.c \
171
179
        cpu-mep.c \
 
180
        cpu-microblaze.c \
172
181
        cpu-mips.c \
173
182
        cpu-mmix.c \
174
183
        cpu-moxie.c \
289
298
        elf32-m88k.lo \
290
299
        elf32-mcore.lo \
291
300
        elf32-mep.lo \
 
301
        elf32-microblaze.lo \
292
302
        elf32-mips.lo \
293
303
        elf32-moxie.lo \
294
304
        elf32-msp430.lo \
380
390
        vms-misc.lo \
381
391
        vms-tir.lo \
382
392
        vms.lo \
383
 
        vmsutil.lo \
384
393
        xcofflink.lo \
385
394
        xsym.lo \
386
395
        xtensa-isa.lo \
472
481
        elf32-m88k.c \
473
482
        elf32-mcore.c \
474
483
        elf32-mep.c \
 
484
        elf32-microblaze.c \
475
485
        elf32-mips.c \
476
486
        elf32-moxie.c \
477
487
        elf32-msp430.c \
562
572
        vms-misc.c \
563
573
        vms-tir.c \
564
574
        vms.c \
565
 
        vmsutil.c \
566
575
        xcofflink.c \
567
576
        xsym.c \
568
577
        xtensa-isa.c \
700
709
BUILD_HFILES = \
701
710
        bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
702
711
 
 
712
# Ensure they are built early:
 
713
BUILT_SOURCES = $(BUILD_HFILES)
 
714
 
703
715
HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
704
716
 
705
717
SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
717
729
 
718
730
all diststuff: info
719
731
 
720
 
.PHONY: install-pdf install-pdf-am install-pdf-recursive
721
 
 
722
 
install-pdf:    install-pdf-recursive
723
 
 
724
 
install-pdf-recursive:
725
 
        @failcom='exit 1'; \
726
 
        for f in x $$MAKEFLAGS; do \
727
 
          case $$f in \
728
 
            *=* | --[!k]*);; \
729
 
            *k*) failcom='fail=yes';; \
730
 
          esac; \
731
 
        done; \
732
 
        dot_seen=no; \
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 \
737
 
            dot_seen=yes; \
738
 
            local_target="$$target-am"; \
739
 
          else \
740
 
            local_target="$$target"; \
741
 
          fi; \
742
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
743
 
          || eval $$failcom; \
744
 
        done; \
745
 
        if test "$$dot_seen" = "no"; then \
746
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
747
 
        fi; test -z "$$fail"
748
 
 
749
 
.PHONY: install-html install-html-am install-html-recursive
750
 
 
751
 
install-html:   install-html-recursive
752
 
 
753
 
install-html-recursive:
754
 
        @failcom='exit 1'; \
755
 
        for f in x $$MAKEFLAGS; do \
756
 
          case $$f in \
757
 
            *=* | --[!k]*);; \
758
 
            *k*) failcom='fail=yes';; \
759
 
          esac; \
760
 
        done; \
761
 
        dot_seen=no; \
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 \
766
 
            dot_seen=yes; \
767
 
            local_target="$$target-am"; \
768
 
          else \
769
 
            local_target="$$target"; \
770
 
          fi; \
771
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
772
 
          || eval $$failcom; \
773
 
        done; \
774
 
        if test "$$dot_seen" = "no"; then \
775
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
776
 
        fi; test -z "$$fail"
777
 
 
778
732
# Various kinds of .o files to put in libbfd.a:
779
733
# BFD_BACKENDS  Routines the configured targets need.
780
734
# BFD_MACHINES  Architecture-specific routines the configured targets need.
799
753
 
800
754
# Since BFD64_LIBS is optional and we can't have substitution in
801
755
# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
 
756
# However, list all sources in EXTRA_libbfd_la_SOURCES so the
 
757
# dependency tracking fragments are picked up in the Makefile.
802
758
libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
 
759
EXTRA_libbfd_la_SOURCES = $(CFILES)
803
760
libbfd_la_DEPENDENCIES = $(OFILES) ofiles
804
761
libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
805
 
libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
 
762
libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
806
763
 
807
764
# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
808
765
# directory so that we don't have to convert all the programs that use
835
792
# info from configure.
836
793
 
837
794
targets.lo: targets.c Makefile
838
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
 
795
if am__fastdepCC
 
796
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
 
797
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
798
else
 
799
if AMDEP
 
800
        source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
 
801
        DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
802
endif
 
803
        $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
 
804
endif
839
805
 
840
806
archures.lo: archures.c Makefile
841
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
 
807
if am__fastdepCC
 
808
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
 
809
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
810
else
 
811
if AMDEP
 
812
        source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
 
813
        DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
814
endif
 
815
        $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
 
816
endif
842
817
 
843
818
dwarf2.lo: dwarf2.c Makefile
844
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
 
819
if am__fastdepCC
 
820
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
 
821
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
822
else
 
823
if AMDEP
 
824
        source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
 
825
        DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
826
endif
 
827
        $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
 
828
endif
845
829
 
846
830
elf32-target.h : elfxx-target.h
847
831
        rm -f elf32-target.h
887
871
 $(BFD64_BACKENDS) \
888
872
 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
889
873
 
890
 
install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
891
 
        @$(NORMAL_INSTALL)
892
 
 
893
 
uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
894
 
        @$(NORMAL_UNINSTALL)
895
 
 
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; \
904
 
          else :; fi; \
905
 
        done
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
910
 
 
911
 
uninstall_libbfd:
912
 
        list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
913
 
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
914
 
        done
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
919
 
 
920
 
# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
921
 
DEP: dep.sed $(CFILES) $(HFILES) bfd.h
922
 
        rm -f DEP1
923
 
        $(MAKE) MKDEP="$(MKDEP)" DEP1
924
 
        echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
925
 
        if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
926
 
          echo 'make DEP failed!'; exit 1; \
927
 
        else \
928
 
          mv -f DEP1 $@; \
929
 
        fi
930
 
 
931
 
DEP1: $(CFILES)
932
 
        echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
933
 
        echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
934
 
        for f in $?; do \
935
 
          $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
936
 
          sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
937
 
          sed -e '1s/.*: //' -f dep.sed < DEPA | \
938
 
            LC_ALL=C sort | LC_ALL=C uniq | \
939
 
            sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
940
 
        done
941
 
        rm -f DEPA
942
 
        mv -f DEP2 $@
943
 
 
944
 
dep.sed: dep-in.sed config.status
945
 
        sed <$(srcdir)/dep-in.sed >dep.sed      \
946
 
                -e 's!@BFD_H@!$(BFD_H)!'        \
947
 
                -e 's!@SRCDIR@!$(srcdir)!'      \
948
 
                -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
949
 
 
950
 
dep: DEP
951
 
        sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
952
 
        cat DEP >> tmp-Makefile
953
 
        $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
954
 
 
955
 
dep-in: DEP
956
 
        sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
957
 
        cat DEP >> tmp-Makefile.in
958
 
        $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
959
 
 
960
 
dep-am: DEP
961
 
        sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
962
 
        cat DEP >> tmp-Makefile.am
963
 
        $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
964
 
 
965
874
host-aout.lo: Makefile
966
875
 
967
876
# The following program can be used to generate a simple config file
1047
956
            -e "s,@report_bugs_to@,$$report_bugs_to," \
1048
957
            < $(srcdir)/version.h > $@; \
1049
958
        echo "$${bfd_soversion}" > libtool-soversion
1050
 
 
1051
 
# What appears below is generated by a hacked mkdep using gcc -MM.
1052
 
 
1053
 
# DO NOT DELETE THIS LINE -- mkdep uses it.
1054
 
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1055
 
archive.lo: \
1056
 
  archive.c \
1057
 
  $(INCDIR)/aout/ar.h \
1058
 
  $(INCDIR)/aout/ranlib.h \
1059
 
  $(INCDIR)/filenames.h \
1060
 
  $(INCDIR)/hashtab.h \
1061
 
  $(INCDIR)/libiberty.h \
1062
 
  $(INCDIR)/safe-ctype.h
1063
 
archures.lo: \
1064
 
  archures.c \
1065
 
  $(INCDIR)/filenames.h \
1066
 
  $(INCDIR)/hashtab.h \
1067
 
  $(INCDIR)/safe-ctype.h
1068
 
bfd.lo: \
1069
 
  bfd.c \
1070
 
  $(INCDIR)/bfdlink.h \
1071
 
  $(INCDIR)/coff/ecoff.h \
1072
 
  $(INCDIR)/coff/internal.h \
1073
 
  $(INCDIR)/coff/sym.h \
1074
 
  $(INCDIR)/demangle.h \
1075
 
  $(INCDIR)/elf/common.h \
1076
 
  $(INCDIR)/elf/external.h \
1077
 
  $(INCDIR)/elf/internal.h \
1078
 
  $(INCDIR)/filenames.h \
1079
 
  $(INCDIR)/hashtab.h \
1080
 
  $(INCDIR)/libiberty.h \
1081
 
  $(INCDIR)/safe-ctype.h \
1082
 
  bfdver.h \
1083
 
  elf-bfd.h \
1084
 
  libcoff.h \
1085
 
  libecoff.h
1086
 
bfdio.lo: \
1087
 
  bfdio.c \
1088
 
  $(INCDIR)/filenames.h \
1089
 
  $(INCDIR)/hashtab.h
1090
 
bfdwin.lo: \
1091
 
  bfdwin.c \
1092
 
  $(INCDIR)/filenames.h \
1093
 
  $(INCDIR)/hashtab.h
1094
 
cache.lo: \
1095
 
  cache.c \
1096
 
  $(INCDIR)/filenames.h \
1097
 
  $(INCDIR)/hashtab.h \
1098
 
  $(INCDIR)/libiberty.h
1099
 
coffgen.lo: \
1100
 
  coffgen.c \
1101
 
  $(INCDIR)/bfdlink.h \
1102
 
  $(INCDIR)/coff/internal.h \
1103
 
  $(INCDIR)/filenames.h \
1104
 
  $(INCDIR)/hashtab.h \
1105
 
  libcoff.h
1106
 
corefile.lo: \
1107
 
  corefile.c \
1108
 
  $(INCDIR)/filenames.h \
1109
 
  $(INCDIR)/hashtab.h
1110
 
format.lo: \
1111
 
  format.c \
1112
 
  $(INCDIR)/filenames.h \
1113
 
  $(INCDIR)/hashtab.h
1114
 
init.lo: \
1115
 
  init.c \
1116
 
  $(INCDIR)/filenames.h \
1117
 
  $(INCDIR)/hashtab.h
1118
 
libbfd.lo: \
1119
 
  libbfd.c \
1120
 
  $(INCDIR)/filenames.h \
1121
 
  $(INCDIR)/hashtab.h
1122
 
opncls.lo: \
1123
 
  opncls.c \
1124
 
  $(INCDIR)/filenames.h \
1125
 
  $(INCDIR)/hashtab.h \
1126
 
  $(INCDIR)/libiberty.h \
1127
 
  $(INCDIR)/objalloc.h
1128
 
reloc.lo: \
1129
 
  reloc.c \
1130
 
  $(INCDIR)/bfdlink.h \
1131
 
  $(INCDIR)/filenames.h \
1132
 
  $(INCDIR)/hashtab.h
1133
 
section.lo: \
1134
 
  section.c \
1135
 
  $(INCDIR)/bfdlink.h \
1136
 
  $(INCDIR)/filenames.h \
1137
 
  $(INCDIR)/hashtab.h
1138
 
syms.lo: \
1139
 
  syms.c \
1140
 
  $(INCDIR)/aout/stab.def \
1141
 
  $(INCDIR)/aout/stab_gnu.h \
1142
 
  $(INCDIR)/bfdlink.h \
1143
 
  $(INCDIR)/filenames.h \
1144
 
  $(INCDIR)/hashtab.h \
1145
 
  $(INCDIR)/safe-ctype.h
1146
 
targets.lo: \
1147
 
  targets.c \
1148
 
  $(INCDIR)/filenames.h \
1149
 
  $(INCDIR)/fnmatch.h \
1150
 
  $(INCDIR)/hashtab.h \
1151
 
  targmatch.h
1152
 
hash.lo: \
1153
 
  hash.c \
1154
 
  $(INCDIR)/filenames.h \
1155
 
  $(INCDIR)/hashtab.h \
1156
 
  $(INCDIR)/libiberty.h \
1157
 
  $(INCDIR)/objalloc.h
1158
 
linker.lo: \
1159
 
  linker.c \
1160
 
  $(INCDIR)/bfdlink.h \
1161
 
  $(INCDIR)/filenames.h \
1162
 
  $(INCDIR)/hashtab.h \
1163
 
  genlink.h
1164
 
srec.lo: \
1165
 
  srec.c \
1166
 
  $(INCDIR)/filenames.h \
1167
 
  $(INCDIR)/hashtab.h \
1168
 
  $(INCDIR)/libiberty.h \
1169
 
  $(INCDIR)/safe-ctype.h
1170
 
binary.lo: \
1171
 
  binary.c \
1172
 
  $(INCDIR)/filenames.h \
1173
 
  $(INCDIR)/hashtab.h \
1174
 
  $(INCDIR)/safe-ctype.h
1175
 
tekhex.lo: \
1176
 
  tekhex.c \
1177
 
  $(INCDIR)/filenames.h \
1178
 
  $(INCDIR)/hashtab.h \
1179
 
  $(INCDIR)/libiberty.h
1180
 
ihex.lo: \
1181
 
  ihex.c \
1182
 
  $(INCDIR)/filenames.h \
1183
 
  $(INCDIR)/hashtab.h \
1184
 
  $(INCDIR)/libiberty.h \
1185
 
  $(INCDIR)/safe-ctype.h
1186
 
stabs.lo: \
1187
 
  stabs.c \
1188
 
  $(INCDIR)/aout/stab.def \
1189
 
  $(INCDIR)/aout/stab_gnu.h \
1190
 
  $(INCDIR)/filenames.h \
1191
 
  $(INCDIR)/hashtab.h \
1192
 
  $(INCDIR)/safe-ctype.h
1193
 
stab-syms.lo: \
1194
 
  stab-syms.c \
1195
 
  $(INCDIR)/aout/aout64.h \
1196
 
  $(INCDIR)/aout/stab.def \
1197
 
  $(INCDIR)/bfdlink.h \
1198
 
  libaout.h
1199
 
merge.lo: \
1200
 
  merge.c \
1201
 
  $(INCDIR)/filenames.h \
1202
 
  $(INCDIR)/hashtab.h \
1203
 
  $(INCDIR)/libiberty.h
1204
 
dwarf2.lo: \
1205
 
  dwarf2.c \
1206
 
  $(INCDIR)/bfdlink.h \
1207
 
  $(INCDIR)/dwarf2.h \
1208
 
  $(INCDIR)/elf/common.h \
1209
 
  $(INCDIR)/elf/external.h \
1210
 
  $(INCDIR)/elf/internal.h \
1211
 
  $(INCDIR)/filenames.h \
1212
 
  $(INCDIR)/hashtab.h \
1213
 
  $(INCDIR)/libiberty.h \
1214
 
  elf-bfd.h
1215
 
simple.lo: \
1216
 
  simple.c \
1217
 
  $(INCDIR)/bfdlink.h \
1218
 
  $(INCDIR)/filenames.h \
1219
 
  $(INCDIR)/hashtab.h
1220
 
compress.lo: \
1221
 
  compress.c \
1222
 
  $(INCDIR)/filenames.h \
1223
 
  $(INCDIR)/hashtab.h
1224
 
verilog.lo: \
1225
 
  verilog.c \
1226
 
  $(INCDIR)/filenames.h \
1227
 
  $(INCDIR)/hashtab.h \
1228
 
  $(INCDIR)/libiberty.h \
1229
 
  $(INCDIR)/safe-ctype.h
1230
 
archive64.lo: \
1231
 
  archive64.c \
1232
 
  $(INCDIR)/aout/ar.h \
1233
 
  $(INCDIR)/filenames.h \
1234
 
  $(INCDIR)/hashtab.h
1235
 
cpu-alpha.lo: \
1236
 
  cpu-alpha.c \
1237
 
  $(INCDIR)/filenames.h \
1238
 
  $(INCDIR)/hashtab.h
1239
 
cpu-arc.lo: \
1240
 
  cpu-arc.c \
1241
 
  $(INCDIR)/filenames.h \
1242
 
  $(INCDIR)/hashtab.h
1243
 
cpu-arm.lo: \
1244
 
  cpu-arm.c \
1245
 
  $(INCDIR)/filenames.h \
1246
 
  $(INCDIR)/hashtab.h \
1247
 
  $(INCDIR)/libiberty.h
1248
 
cpu-avr.lo: \
1249
 
  cpu-avr.c \
1250
 
  $(INCDIR)/filenames.h \
1251
 
  $(INCDIR)/hashtab.h
1252
 
cpu-bfin.lo: \
1253
 
  cpu-bfin.c \
1254
 
  $(INCDIR)/filenames.h \
1255
 
  $(INCDIR)/hashtab.h
1256
 
cpu-cr16.lo: \
1257
 
  cpu-cr16.c \
1258
 
  $(INCDIR)/filenames.h \
1259
 
  $(INCDIR)/hashtab.h
1260
 
cpu-cr16c.lo: \
1261
 
  cpu-cr16c.c \
1262
 
  $(INCDIR)/filenames.h \
1263
 
  $(INCDIR)/hashtab.h
1264
 
cpu-cris.lo: \
1265
 
  cpu-cris.c \
1266
 
  $(INCDIR)/filenames.h \
1267
 
  $(INCDIR)/hashtab.h
1268
 
cpu-crx.lo: \
1269
 
  cpu-crx.c \
1270
 
  $(INCDIR)/filenames.h \
1271
 
  $(INCDIR)/hashtab.h
1272
 
cpu-d10v.lo: \
1273
 
  cpu-d10v.c \
1274
 
  $(INCDIR)/filenames.h \
1275
 
  $(INCDIR)/hashtab.h
1276
 
cpu-d30v.lo: \
1277
 
  cpu-d30v.c \
1278
 
  $(INCDIR)/filenames.h \
1279
 
  $(INCDIR)/hashtab.h
1280
 
cpu-dlx.lo: \
1281
 
  cpu-dlx.c \
1282
 
  $(INCDIR)/filenames.h \
1283
 
  $(INCDIR)/hashtab.h
1284
 
cpu-fr30.lo: \
1285
 
  cpu-fr30.c \
1286
 
  $(INCDIR)/filenames.h \
1287
 
  $(INCDIR)/hashtab.h
1288
 
cpu-frv.lo: \
1289
 
  cpu-frv.c \
1290
 
  $(INCDIR)/filenames.h \
1291
 
  $(INCDIR)/hashtab.h
1292
 
cpu-h8300.lo: \
1293
 
  cpu-h8300.c \
1294
 
  $(INCDIR)/filenames.h \
1295
 
  $(INCDIR)/hashtab.h
1296
 
cpu-h8500.lo: \
1297
 
  cpu-h8500.c \
1298
 
  $(INCDIR)/filenames.h \
1299
 
  $(INCDIR)/hashtab.h
1300
 
cpu-hppa.lo: \
1301
 
  cpu-hppa.c \
1302
 
  $(INCDIR)/filenames.h \
1303
 
  $(INCDIR)/hashtab.h
1304
 
cpu-i370.lo: \
1305
 
  cpu-i370.c \
1306
 
  $(INCDIR)/filenames.h \
1307
 
  $(INCDIR)/hashtab.h
1308
 
cpu-i386.lo: \
1309
 
  cpu-i386.c \
1310
 
  $(INCDIR)/filenames.h \
1311
 
  $(INCDIR)/hashtab.h
1312
 
cpu-i860.lo: \
1313
 
  cpu-i860.c \
1314
 
  $(INCDIR)/filenames.h \
1315
 
  $(INCDIR)/hashtab.h
1316
 
cpu-i960.lo: \
1317
 
  cpu-i960.c \
1318
 
  $(INCDIR)/filenames.h \
1319
 
  $(INCDIR)/hashtab.h
1320
 
cpu-ia64.lo: \
1321
 
  cpu-ia64.c \
1322
 
  $(INCDIR)/filenames.h \
1323
 
  $(INCDIR)/hashtab.h \
1324
 
  $(INCDIR)/opcode/ia64.h \
1325
 
  $(srcdir)/../opcodes/ia64-opc.h \
1326
 
  cpu-ia64-opc.c
1327
 
cpu-ip2k.lo: \
1328
 
  cpu-ip2k.c \
1329
 
  $(INCDIR)/filenames.h \
1330
 
  $(INCDIR)/hashtab.h
1331
 
cpu-iq2000.lo: \
1332
 
  cpu-iq2000.c \
1333
 
  $(INCDIR)/filenames.h \
1334
 
  $(INCDIR)/hashtab.h
1335
 
cpu-lm32.lo: \
1336
 
  cpu-lm32.c \
1337
 
  $(INCDIR)/filenames.h \
1338
 
  $(INCDIR)/hashtab.h
1339
 
cpu-m10200.lo: \
1340
 
  cpu-m10200.c \
1341
 
  $(INCDIR)/filenames.h \
1342
 
  $(INCDIR)/hashtab.h
1343
 
cpu-m10300.lo: \
1344
 
  cpu-m10300.c \
1345
 
  $(INCDIR)/filenames.h \
1346
 
  $(INCDIR)/hashtab.h
1347
 
cpu-m32c.lo: \
1348
 
  cpu-m32c.c \
1349
 
  $(INCDIR)/filenames.h \
1350
 
  $(INCDIR)/hashtab.h
1351
 
cpu-m32r.lo: \
1352
 
  cpu-m32r.c \
1353
 
  $(INCDIR)/filenames.h \
1354
 
  $(INCDIR)/hashtab.h
1355
 
cpu-m68hc11.lo: \
1356
 
  cpu-m68hc11.c \
1357
 
  $(INCDIR)/filenames.h \
1358
 
  $(INCDIR)/hashtab.h
1359
 
cpu-m68hc12.lo: \
1360
 
  cpu-m68hc12.c \
1361
 
  $(INCDIR)/filenames.h \
1362
 
  $(INCDIR)/hashtab.h
1363
 
cpu-m68k.lo: \
1364
 
  cpu-m68k.c \
1365
 
  $(INCDIR)/filenames.h \
1366
 
  $(INCDIR)/hashtab.h \
1367
 
  $(INCDIR)/opcode/m68k.h
1368
 
cpu-m88k.lo: \
1369
 
  cpu-m88k.c \
1370
 
  $(INCDIR)/filenames.h \
1371
 
  $(INCDIR)/hashtab.h
1372
 
cpu-maxq.lo: \
1373
 
  cpu-maxq.c \
1374
 
  $(INCDIR)/filenames.h \
1375
 
  $(INCDIR)/hashtab.h
1376
 
cpu-mcore.lo: \
1377
 
  cpu-mcore.c \
1378
 
  $(INCDIR)/filenames.h \
1379
 
  $(INCDIR)/hashtab.h
1380
 
cpu-mep.lo: \
1381
 
  cpu-mep.c \
1382
 
  $(INCDIR)/filenames.h \
1383
 
  $(INCDIR)/hashtab.h
1384
 
cpu-mips.lo: \
1385
 
  cpu-mips.c \
1386
 
  $(INCDIR)/filenames.h \
1387
 
  $(INCDIR)/hashtab.h
1388
 
cpu-mmix.lo: \
1389
 
  cpu-mmix.c \
1390
 
  $(INCDIR)/filenames.h \
1391
 
  $(INCDIR)/hashtab.h
1392
 
cpu-moxie.lo: \
1393
 
  cpu-moxie.c \
1394
 
  $(INCDIR)/filenames.h \
1395
 
  $(INCDIR)/hashtab.h
1396
 
cpu-msp430.lo: \
1397
 
  cpu-msp430.c \
1398
 
  $(INCDIR)/filenames.h \
1399
 
  $(INCDIR)/hashtab.h
1400
 
cpu-mt.lo: \
1401
 
  cpu-mt.c \
1402
 
  $(INCDIR)/filenames.h \
1403
 
  $(INCDIR)/hashtab.h
1404
 
cpu-ns32k.lo: \
1405
 
  cpu-ns32k.c \
1406
 
  $(INCDIR)/filenames.h \
1407
 
  $(INCDIR)/hashtab.h \
1408
 
  ns32k.h
1409
 
cpu-openrisc.lo: \
1410
 
  cpu-openrisc.c \
1411
 
  $(INCDIR)/filenames.h \
1412
 
  $(INCDIR)/hashtab.h
1413
 
cpu-or32.lo: \
1414
 
  cpu-or32.c \
1415
 
  $(INCDIR)/filenames.h \
1416
 
  $(INCDIR)/hashtab.h
1417
 
cpu-pdp11.lo: \
1418
 
  cpu-pdp11.c \
1419
 
  $(INCDIR)/filenames.h \
1420
 
  $(INCDIR)/hashtab.h
1421
 
cpu-pj.lo: \
1422
 
  cpu-pj.c \
1423
 
  $(INCDIR)/filenames.h \
1424
 
  $(INCDIR)/hashtab.h
1425
 
cpu-plugin.lo: \
1426
 
  cpu-plugin.c \
1427
 
  $(INCDIR)/filenames.h \
1428
 
  $(INCDIR)/hashtab.h
1429
 
cpu-powerpc.lo: \
1430
 
  cpu-powerpc.c \
1431
 
  $(INCDIR)/filenames.h \
1432
 
  $(INCDIR)/hashtab.h
1433
 
cpu-rs6000.lo: \
1434
 
  cpu-rs6000.c \
1435
 
  $(INCDIR)/filenames.h \
1436
 
  $(INCDIR)/hashtab.h
1437
 
cpu-s390.lo: \
1438
 
  cpu-s390.c \
1439
 
  $(INCDIR)/filenames.h \
1440
 
  $(INCDIR)/hashtab.h
1441
 
cpu-score.lo: \
1442
 
  cpu-score.c \
1443
 
  $(INCDIR)/filenames.h \
1444
 
  $(INCDIR)/hashtab.h
1445
 
cpu-sh.lo: \
1446
 
  cpu-sh.c \
1447
 
  $(INCDIR)/filenames.h \
1448
 
  $(INCDIR)/hashtab.h \
1449
 
  $(srcdir)/../opcodes/sh-opc.h
1450
 
cpu-sparc.lo: \
1451
 
  cpu-sparc.c \
1452
 
  $(INCDIR)/filenames.h \
1453
 
  $(INCDIR)/hashtab.h
1454
 
cpu-spu.lo: \
1455
 
  cpu-spu.c \
1456
 
  $(INCDIR)/filenames.h \
1457
 
  $(INCDIR)/hashtab.h
1458
 
cpu-tic30.lo: \
1459
 
  cpu-tic30.c \
1460
 
  $(INCDIR)/filenames.h \
1461
 
  $(INCDIR)/hashtab.h
1462
 
cpu-tic4x.lo: \
1463
 
  cpu-tic4x.c \
1464
 
  $(INCDIR)/filenames.h \
1465
 
  $(INCDIR)/hashtab.h
1466
 
cpu-tic54x.lo: \
1467
 
  cpu-tic54x.c \
1468
 
  $(INCDIR)/filenames.h \
1469
 
  $(INCDIR)/hashtab.h
1470
 
cpu-tic80.lo: \
1471
 
  cpu-tic80.c \
1472
 
  $(INCDIR)/filenames.h \
1473
 
  $(INCDIR)/hashtab.h
1474
 
cpu-v850.lo: \
1475
 
  cpu-v850.c \
1476
 
  $(INCDIR)/filenames.h \
1477
 
  $(INCDIR)/hashtab.h \
1478
 
  $(INCDIR)/safe-ctype.h
1479
 
cpu-vax.lo: \
1480
 
  cpu-vax.c \
1481
 
  $(INCDIR)/filenames.h \
1482
 
  $(INCDIR)/hashtab.h
1483
 
cpu-w65.lo: \
1484
 
  cpu-w65.c \
1485
 
  $(INCDIR)/filenames.h \
1486
 
  $(INCDIR)/hashtab.h
1487
 
cpu-we32k.lo: \
1488
 
  cpu-we32k.c \
1489
 
  $(INCDIR)/filenames.h \
1490
 
  $(INCDIR)/hashtab.h
1491
 
cpu-xc16x.lo: \
1492
 
  cpu-xc16x.c \
1493
 
  $(INCDIR)/filenames.h \
1494
 
  $(INCDIR)/hashtab.h
1495
 
cpu-xstormy16.lo: \
1496
 
  cpu-xstormy16.c \
1497
 
  $(INCDIR)/filenames.h \
1498
 
  $(INCDIR)/hashtab.h
1499
 
cpu-xtensa.lo: \
1500
 
  cpu-xtensa.c \
1501
 
  $(INCDIR)/filenames.h \
1502
 
  $(INCDIR)/hashtab.h
1503
 
cpu-z80.lo: \
1504
 
  cpu-z80.c \
1505
 
  $(INCDIR)/filenames.h \
1506
 
  $(INCDIR)/hashtab.h
1507
 
cpu-z8k.lo: \
1508
 
  cpu-z8k.c \
1509
 
  $(INCDIR)/filenames.h \
1510
 
  $(INCDIR)/hashtab.h
1511
 
aout-adobe.lo: \
1512
 
  aout-adobe.c \
1513
 
  $(INCDIR)/aout/adobe.h \
1514
 
  $(INCDIR)/aout/stab.def \
1515
 
  $(INCDIR)/aout/stab_gnu.h \
1516
 
  $(INCDIR)/bfdlink.h \
1517
 
  $(INCDIR)/filenames.h \
1518
 
  $(INCDIR)/hashtab.h \
1519
 
  libaout.h
1520
 
aout-arm.lo: \
1521
 
  aout-arm.c \
1522
 
  $(INCDIR)/aout/aout64.h \
1523
 
  $(INCDIR)/aout/ar.h \
1524
 
  $(INCDIR)/aout/stab.def \
1525
 
  $(INCDIR)/aout/stab_gnu.h \
1526
 
  $(INCDIR)/bfdlink.h \
1527
 
  $(INCDIR)/filenames.h \
1528
 
  $(INCDIR)/hashtab.h \
1529
 
  $(INCDIR)/safe-ctype.h \
1530
 
  aout-target.h \
1531
 
  aoutx.h \
1532
 
  libaout.h
1533
 
aout-cris.lo: \
1534
 
  aout-cris.c \
1535
 
  $(INCDIR)/aout/aout64.h \
1536
 
  $(INCDIR)/aout/ar.h \
1537
 
  $(INCDIR)/aout/stab.def \
1538
 
  $(INCDIR)/aout/stab_gnu.h \
1539
 
  $(INCDIR)/bfdlink.h \
1540
 
  $(INCDIR)/filenames.h \
1541
 
  $(INCDIR)/hashtab.h \
1542
 
  $(INCDIR)/safe-ctype.h \
1543
 
  aout-target.h \
1544
 
  aout32.c \
1545
 
  aoutx.h \
1546
 
  libaout.h
1547
 
aout-ns32k.lo: \
1548
 
  aout-ns32k.c \
1549
 
  $(INCDIR)/aout/aout64.h \
1550
 
  $(INCDIR)/aout/ar.h \
1551
 
  $(INCDIR)/aout/stab.def \
1552
 
  $(INCDIR)/aout/stab_gnu.h \
1553
 
  $(INCDIR)/bfdlink.h \
1554
 
  $(INCDIR)/filenames.h \
1555
 
  $(INCDIR)/hashtab.h \
1556
 
  $(INCDIR)/safe-ctype.h \
1557
 
  aoutx.h \
1558
 
  libaout.h \
1559
 
  ns32k.h
1560
 
aout-sparcle.lo: \
1561
 
  aout-sparcle.c \
1562
 
  $(INCDIR)/aout/aout64.h \
1563
 
  $(INCDIR)/aout/ar.h \
1564
 
  $(INCDIR)/aout/stab.def \
1565
 
  $(INCDIR)/aout/stab_gnu.h \
1566
 
  $(INCDIR)/aout/sun4.h \
1567
 
  $(INCDIR)/bfdlink.h \
1568
 
  $(INCDIR)/filenames.h \
1569
 
  $(INCDIR)/hashtab.h \
1570
 
  aout-target.h \
1571
 
  aoutf1.h \
1572
 
  libaout.h
1573
 
aout-tic30.lo: \
1574
 
  aout-tic30.c \
1575
 
  $(INCDIR)/aout/aout64.h \
1576
 
  $(INCDIR)/aout/ar.h \
1577
 
  $(INCDIR)/aout/stab.def \
1578
 
  $(INCDIR)/aout/stab_gnu.h \
1579
 
  $(INCDIR)/bfdlink.h \
1580
 
  $(INCDIR)/filenames.h \
1581
 
  $(INCDIR)/hashtab.h \
1582
 
  $(INCDIR)/safe-ctype.h \
1583
 
  aoutx.h \
1584
 
  libaout.h
1585
 
aout0.lo: \
1586
 
  aout0.c \
1587
 
  $(INCDIR)/aout/aout64.h \
1588
 
  $(INCDIR)/aout/ar.h \
1589
 
  $(INCDIR)/aout/stab.def \
1590
 
  $(INCDIR)/aout/stab_gnu.h \
1591
 
  $(INCDIR)/aout/sun4.h \
1592
 
  $(INCDIR)/bfdlink.h \
1593
 
  $(INCDIR)/filenames.h \
1594
 
  $(INCDIR)/hashtab.h \
1595
 
  aout-target.h \
1596
 
  aoutf1.h \
1597
 
  libaout.h
1598
 
aout32.lo: \
1599
 
  aout32.c \
1600
 
  $(INCDIR)/aout/aout64.h \
1601
 
  $(INCDIR)/aout/ar.h \
1602
 
  $(INCDIR)/aout/stab.def \
1603
 
  $(INCDIR)/aout/stab_gnu.h \
1604
 
  $(INCDIR)/bfdlink.h \
1605
 
  $(INCDIR)/filenames.h \
1606
 
  $(INCDIR)/hashtab.h \
1607
 
  $(INCDIR)/safe-ctype.h \
1608
 
  aoutx.h \
1609
 
  libaout.h
1610
 
armnetbsd.lo: \
1611
 
  armnetbsd.c \
1612
 
  $(INCDIR)/aout/aout64.h \
1613
 
  $(INCDIR)/aout/ar.h \
1614
 
  $(INCDIR)/aout/stab.def \
1615
 
  $(INCDIR)/aout/stab_gnu.h \
1616
 
  $(INCDIR)/bfdlink.h \
1617
 
  $(INCDIR)/filenames.h \
1618
 
  $(INCDIR)/hashtab.h \
1619
 
  aout-target.h \
1620
 
  libaout.h \
1621
 
  netbsd.h
1622
 
bout.lo: \
1623
 
  bout.c \
1624
 
  $(INCDIR)/aout/stab.def \
1625
 
  $(INCDIR)/aout/stab_gnu.h \
1626
 
  $(INCDIR)/bfdlink.h \
1627
 
  $(INCDIR)/bout.h \
1628
 
  $(INCDIR)/filenames.h \
1629
 
  $(INCDIR)/hashtab.h \
1630
 
  $(INCDIR)/libiberty.h \
1631
 
  genlink.h \
1632
 
  libaout.h
1633
 
cf-i386lynx.lo: \
1634
 
  cf-i386lynx.c \
1635
 
  $(INCDIR)/bfdlink.h \
1636
 
  $(INCDIR)/coff/external.h \
1637
 
  $(INCDIR)/coff/i386.h \
1638
 
  $(INCDIR)/coff/internal.h \
1639
 
  $(INCDIR)/filenames.h \
1640
 
  $(INCDIR)/hashtab.h \
1641
 
  coff-i386.c \
1642
 
  coffcode.h \
1643
 
  coffswap.h \
1644
 
  libcoff.h
1645
 
cf-sparclynx.lo: \
1646
 
  cf-sparclynx.c \
1647
 
  $(INCDIR)/bfdlink.h \
1648
 
  $(INCDIR)/coff/external.h \
1649
 
  $(INCDIR)/coff/internal.h \
1650
 
  $(INCDIR)/coff/sparc.h \
1651
 
  $(INCDIR)/filenames.h \
1652
 
  $(INCDIR)/hashtab.h \
1653
 
  coff-sparc.c \
1654
 
  coffcode.h \
1655
 
  coffswap.h \
1656
 
  libcoff.h
1657
 
coff-apollo.lo: \
1658
 
  coff-apollo.c \
1659
 
  $(INCDIR)/bfdlink.h \
1660
 
  $(INCDIR)/coff/apollo.h \
1661
 
  $(INCDIR)/coff/external.h \
1662
 
  $(INCDIR)/coff/internal.h \
1663
 
  $(INCDIR)/filenames.h \
1664
 
  $(INCDIR)/hashtab.h \
1665
 
  coffcode.h \
1666
 
  coffswap.h \
1667
 
  libcoff.h
1668
 
coff-arm.lo: \
1669
 
  coff-arm.c \
1670
 
  $(INCDIR)/bfdlink.h \
1671
 
  $(INCDIR)/coff/arm.h \
1672
 
  $(INCDIR)/coff/external.h \
1673
 
  $(INCDIR)/coff/internal.h \
1674
 
  $(INCDIR)/filenames.h \
1675
 
  $(INCDIR)/hashtab.h \
1676
 
  coffcode.h \
1677
 
  coffswap.h \
1678
 
  libcoff.h
1679
 
coff-aux.lo: \
1680
 
  coff-aux.c \
1681
 
  $(INCDIR)/bfdlink.h \
1682
 
  $(INCDIR)/coff/aux-coff.h \
1683
 
  $(INCDIR)/coff/external.h \
1684
 
  $(INCDIR)/coff/internal.h \
1685
 
  $(INCDIR)/coff/m68k.h \
1686
 
  $(INCDIR)/filenames.h \
1687
 
  $(INCDIR)/hashtab.h \
1688
 
  coff-m68k.c \
1689
 
  coffcode.h \
1690
 
  coffswap.h \
1691
 
  libcoff.h
1692
 
coff-go32.lo: \
1693
 
  coff-go32.c \
1694
 
  $(INCDIR)/bfdlink.h \
1695
 
  $(INCDIR)/coff/external.h \
1696
 
  $(INCDIR)/coff/i386.h \
1697
 
  $(INCDIR)/coff/internal.h \
1698
 
  $(INCDIR)/filenames.h \
1699
 
  $(INCDIR)/hashtab.h \
1700
 
  coff-i386.c \
1701
 
  coffcode.h \
1702
 
  coffswap.h \
1703
 
  libcoff.h
1704
 
coff-h8300.lo: \
1705
 
  coff-h8300.c \
1706
 
  $(INCDIR)/bfdlink.h \
1707
 
  $(INCDIR)/coff/external.h \
1708
 
  $(INCDIR)/coff/h8300.h \
1709
 
  $(INCDIR)/coff/internal.h \
1710
 
  $(INCDIR)/filenames.h \
1711
 
  $(INCDIR)/hashtab.h \
1712
 
  $(INCDIR)/libiberty.h \
1713
 
  coffcode.h \
1714
 
  coffswap.h \
1715
 
  genlink.h \
1716
 
  libcoff.h
1717
 
coff-h8500.lo: \
1718
 
  coff-h8500.c \
1719
 
  $(INCDIR)/bfdlink.h \
1720
 
  $(INCDIR)/coff/external.h \
1721
 
  $(INCDIR)/coff/h8500.h \
1722
 
  $(INCDIR)/coff/internal.h \
1723
 
  $(INCDIR)/filenames.h \
1724
 
  $(INCDIR)/hashtab.h \
1725
 
  coffcode.h \
1726
 
  coffswap.h \
1727
 
  libcoff.h
1728
 
coff-i386.lo: \
1729
 
  coff-i386.c \
1730
 
  $(INCDIR)/bfdlink.h \
1731
 
  $(INCDIR)/coff/external.h \
1732
 
  $(INCDIR)/coff/i386.h \
1733
 
  $(INCDIR)/coff/internal.h \
1734
 
  $(INCDIR)/filenames.h \
1735
 
  $(INCDIR)/hashtab.h \
1736
 
  coffcode.h \
1737
 
  coffswap.h \
1738
 
  libcoff.h
1739
 
coff-i860.lo: \
1740
 
  coff-i860.c \
1741
 
  $(INCDIR)/bfdlink.h \
1742
 
  $(INCDIR)/coff/external.h \
1743
 
  $(INCDIR)/coff/i860.h \
1744
 
  $(INCDIR)/coff/internal.h \
1745
 
  $(INCDIR)/filenames.h \
1746
 
  $(INCDIR)/hashtab.h \
1747
 
  coffcode.h \
1748
 
  coffswap.h \
1749
 
  libcoff.h
1750
 
coff-i960.lo: \
1751
 
  coff-i960.c \
1752
 
  $(INCDIR)/bfdlink.h \
1753
 
  $(INCDIR)/coff/i960.h \
1754
 
  $(INCDIR)/coff/internal.h \
1755
 
  $(INCDIR)/filenames.h \
1756
 
  $(INCDIR)/hashtab.h \
1757
 
  coffcode.h \
1758
 
  coffswap.h \
1759
 
  libcoff.h
1760
 
coff-m68k.lo: \
1761
 
  coff-m68k.c \
1762
 
  $(INCDIR)/bfdlink.h \
1763
 
  $(INCDIR)/coff/external.h \
1764
 
  $(INCDIR)/coff/internal.h \
1765
 
  $(INCDIR)/coff/m68k.h \
1766
 
  $(INCDIR)/filenames.h \
1767
 
  $(INCDIR)/hashtab.h \
1768
 
  coffcode.h \
1769
 
  coffswap.h \
1770
 
  libcoff.h
1771
 
coff-m88k.lo: \
1772
 
  coff-m88k.c \
1773
 
  $(INCDIR)/bfdlink.h \
1774
 
  $(INCDIR)/coff/external.h \
1775
 
  $(INCDIR)/coff/internal.h \
1776
 
  $(INCDIR)/coff/m88k.h \
1777
 
  $(INCDIR)/filenames.h \
1778
 
  $(INCDIR)/hashtab.h \
1779
 
  coffcode.h \
1780
 
  coffswap.h \
1781
 
  libcoff.h
1782
 
coff-maxq.lo: \
1783
 
  coff-maxq.c \
1784
 
  $(INCDIR)/bfdlink.h \
1785
 
  $(INCDIR)/coff/external.h \
1786
 
  $(INCDIR)/coff/internal.h \
1787
 
  $(INCDIR)/coff/maxq.h \
1788
 
  $(INCDIR)/filenames.h \
1789
 
  $(INCDIR)/hashtab.h \
1790
 
  $(INCDIR)/libiberty.h \
1791
 
  coffcode.h \
1792
 
  coffswap.h \
1793
 
  libcoff.h
1794
 
coff-mips.lo: \
1795
 
  coff-mips.c \
1796
 
  $(INCDIR)/bfdlink.h \
1797
 
  $(INCDIR)/coff/ecoff.h \
1798
 
  $(INCDIR)/coff/external.h \
1799
 
  $(INCDIR)/coff/internal.h \
1800
 
  $(INCDIR)/coff/mips.h \
1801
 
  $(INCDIR)/coff/sym.h \
1802
 
  $(INCDIR)/coff/symconst.h \
1803
 
  $(INCDIR)/filenames.h \
1804
 
  $(INCDIR)/hashtab.h \
1805
 
  coffswap.h \
1806
 
  ecoffswap.h \
1807
 
  libcoff.h \
1808
 
  libecoff.h
1809
 
coff-or32.lo: \
1810
 
  coff-or32.c \
1811
 
  $(INCDIR)/bfdlink.h \
1812
 
  $(INCDIR)/coff/internal.h \
1813
 
  $(INCDIR)/coff/or32.h \
1814
 
  $(INCDIR)/filenames.h \
1815
 
  $(INCDIR)/hashtab.h \
1816
 
  coffcode.h \
1817
 
  coffswap.h \
1818
 
  libcoff.h
1819
 
coff-rs6000.lo: \
1820
 
  coff-rs6000.c \
1821
 
  $(INCDIR)/bfdlink.h \
1822
 
  $(INCDIR)/coff/internal.h \
1823
 
  $(INCDIR)/coff/rs6000.h \
1824
 
  $(INCDIR)/coff/xcoff.h \
1825
 
  $(INCDIR)/filenames.h \
1826
 
  $(INCDIR)/hashtab.h \
1827
 
  coffcode.h \
1828
 
  coffswap.h \
1829
 
  libcoff.h \
1830
 
  libxcoff.h
1831
 
coff-sh.lo: \
1832
 
  coff-sh.c \
1833
 
  $(INCDIR)/bfdlink.h \
1834
 
  $(INCDIR)/coff/external.h \
1835
 
  $(INCDIR)/coff/internal.h \
1836
 
  $(INCDIR)/coff/sh.h \
1837
 
  $(INCDIR)/filenames.h \
1838
 
  $(INCDIR)/hashtab.h \
1839
 
  $(INCDIR)/libiberty.h \
1840
 
  coffcode.h \
1841
 
  coffswap.h \
1842
 
  libcoff.h
1843
 
coff-sparc.lo: \
1844
 
  coff-sparc.c \
1845
 
  $(INCDIR)/bfdlink.h \
1846
 
  $(INCDIR)/coff/external.h \
1847
 
  $(INCDIR)/coff/internal.h \
1848
 
  $(INCDIR)/coff/sparc.h \
1849
 
  $(INCDIR)/filenames.h \
1850
 
  $(INCDIR)/hashtab.h \
1851
 
  coffcode.h \
1852
 
  coffswap.h \
1853
 
  libcoff.h
1854
 
coff-stgo32.lo: \
1855
 
  coff-stgo32.c \
1856
 
  $(INCDIR)/bfdlink.h \
1857
 
  $(INCDIR)/coff/external.h \
1858
 
  $(INCDIR)/coff/go32exe.h \
1859
 
  $(INCDIR)/coff/i386.h \
1860
 
  $(INCDIR)/coff/internal.h \
1861
 
  $(INCDIR)/filenames.h \
1862
 
  $(INCDIR)/hashtab.h \
1863
 
  coff-i386.c \
1864
 
  coffcode.h \
1865
 
  coffswap.h \
1866
 
  go32stub.h \
1867
 
  libcoff.h
1868
 
coff-svm68k.lo: \
1869
 
  coff-svm68k.c \
1870
 
  $(INCDIR)/bfdlink.h \
1871
 
  $(INCDIR)/coff/external.h \
1872
 
  $(INCDIR)/coff/internal.h \
1873
 
  $(INCDIR)/coff/m68k.h \
1874
 
  $(INCDIR)/filenames.h \
1875
 
  $(INCDIR)/hashtab.h \
1876
 
  coff-m68k.c \
1877
 
  coffcode.h \
1878
 
  coffswap.h \
1879
 
  libcoff.h
1880
 
coff-tic30.lo: \
1881
 
  coff-tic30.c \
1882
 
  $(INCDIR)/bfdlink.h \
1883
 
  $(INCDIR)/coff/external.h \
1884
 
  $(INCDIR)/coff/internal.h \
1885
 
  $(INCDIR)/coff/tic30.h \
1886
 
  $(INCDIR)/filenames.h \
1887
 
  $(INCDIR)/hashtab.h \
1888
 
  coffcode.h \
1889
 
  coffswap.h \
1890
 
  libcoff.h
1891
 
coff-tic4x.lo: \
1892
 
  coff-tic4x.c \
1893
 
  $(INCDIR)/bfdlink.h \
1894
 
  $(INCDIR)/coff/internal.h \
1895
 
  $(INCDIR)/coff/ti.h \
1896
 
  $(INCDIR)/coff/tic4x.h \
1897
 
  $(INCDIR)/filenames.h \
1898
 
  $(INCDIR)/hashtab.h \
1899
 
  coffcode.h \
1900
 
  coffswap.h \
1901
 
  libcoff.h
1902
 
coff-tic54x.lo: \
1903
 
  coff-tic54x.c \
1904
 
  $(INCDIR)/bfdlink.h \
1905
 
  $(INCDIR)/coff/internal.h \
1906
 
  $(INCDIR)/coff/ti.h \
1907
 
  $(INCDIR)/coff/tic54x.h \
1908
 
  $(INCDIR)/filenames.h \
1909
 
  $(INCDIR)/hashtab.h \
1910
 
  coffcode.h \
1911
 
  coffswap.h \
1912
 
  libcoff.h
1913
 
coff-tic80.lo: \
1914
 
  coff-tic80.c \
1915
 
  $(INCDIR)/bfdlink.h \
1916
 
  $(INCDIR)/coff/external.h \
1917
 
  $(INCDIR)/coff/internal.h \
1918
 
  $(INCDIR)/coff/tic80.h \
1919
 
  $(INCDIR)/filenames.h \
1920
 
  $(INCDIR)/hashtab.h \
1921
 
  coffcode.h \
1922
 
  coffswap.h \
1923
 
  libcoff.h
1924
 
coff-u68k.lo: \
1925
 
  coff-u68k.c \
1926
 
  $(INCDIR)/bfdlink.h \
1927
 
  $(INCDIR)/coff/external.h \
1928
 
  $(INCDIR)/coff/internal.h \
1929
 
  $(INCDIR)/coff/m68k.h \
1930
 
  $(INCDIR)/filenames.h \
1931
 
  $(INCDIR)/hashtab.h \
1932
 
  coff-m68k.c \
1933
 
  coffcode.h \
1934
 
  coffswap.h \
1935
 
  libcoff.h
1936
 
coff-w65.lo: \
1937
 
  coff-w65.c \
1938
 
  $(INCDIR)/bfdlink.h \
1939
 
  $(INCDIR)/coff/external.h \
1940
 
  $(INCDIR)/coff/internal.h \
1941
 
  $(INCDIR)/coff/w65.h \
1942
 
  $(INCDIR)/filenames.h \
1943
 
  $(INCDIR)/hashtab.h \
1944
 
  coffcode.h \
1945
 
  coffswap.h \
1946
 
  libcoff.h
1947
 
coff-we32k.lo: \
1948
 
  coff-we32k.c \
1949
 
  $(INCDIR)/bfdlink.h \
1950
 
  $(INCDIR)/coff/external.h \
1951
 
  $(INCDIR)/coff/internal.h \
1952
 
  $(INCDIR)/coff/we32k.h \
1953
 
  $(INCDIR)/filenames.h \
1954
 
  $(INCDIR)/hashtab.h \
1955
 
  coffcode.h \
1956
 
  coffswap.h \
1957
 
  libcoff.h
1958
 
coff-z80.lo: \
1959
 
  coff-z80.c \
1960
 
  $(INCDIR)/bfdlink.h \
1961
 
  $(INCDIR)/coff/external.h \
1962
 
  $(INCDIR)/coff/internal.h \
1963
 
  $(INCDIR)/coff/z80.h \
1964
 
  $(INCDIR)/filenames.h \
1965
 
  $(INCDIR)/hashtab.h \
1966
 
  coffcode.h \
1967
 
  coffswap.h \
1968
 
  libcoff.h
1969
 
coff-z8k.lo: \
1970
 
  coff-z8k.c \
1971
 
  $(INCDIR)/bfdlink.h \
1972
 
  $(INCDIR)/coff/external.h \
1973
 
  $(INCDIR)/coff/internal.h \
1974
 
  $(INCDIR)/coff/z8k.h \
1975
 
  $(INCDIR)/filenames.h \
1976
 
  $(INCDIR)/hashtab.h \
1977
 
  coffcode.h \
1978
 
  coffswap.h \
1979
 
  libcoff.h
1980
 
cofflink.lo: \
1981
 
  cofflink.c \
1982
 
  $(INCDIR)/bfdlink.h \
1983
 
  $(INCDIR)/coff/internal.h \
1984
 
  $(INCDIR)/filenames.h \
1985
 
  $(INCDIR)/hashtab.h \
1986
 
  $(INCDIR)/safe-ctype.h \
1987
 
  libcoff.h
1988
 
dwarf1.lo: \
1989
 
  dwarf1.c \
1990
 
  $(INCDIR)/bfdlink.h \
1991
 
  $(INCDIR)/elf/common.h \
1992
 
  $(INCDIR)/elf/dwarf.h \
1993
 
  $(INCDIR)/elf/external.h \
1994
 
  $(INCDIR)/elf/internal.h \
1995
 
  $(INCDIR)/filenames.h \
1996
 
  $(INCDIR)/hashtab.h \
1997
 
  $(INCDIR)/libiberty.h \
1998
 
  elf-bfd.h
1999
 
ecoff.lo: \
2000
 
  ecoff.c \
2001
 
  $(INCDIR)/aout/aout64.h \
2002
 
  $(INCDIR)/aout/ar.h \
2003
 
  $(INCDIR)/aout/ranlib.h \
2004
 
  $(INCDIR)/aout/stab.def \
2005
 
  $(INCDIR)/aout/stab_gnu.h \
2006
 
  $(INCDIR)/bfdlink.h \
2007
 
  $(INCDIR)/coff/ecoff.h \
2008
 
  $(INCDIR)/coff/internal.h \
2009
 
  $(INCDIR)/coff/sym.h \
2010
 
  $(INCDIR)/coff/symconst.h \
2011
 
  $(INCDIR)/filenames.h \
2012
 
  $(INCDIR)/hashtab.h \
2013
 
  $(INCDIR)/libiberty.h \
2014
 
  libaout.h \
2015
 
  libcoff.h \
2016
 
  libecoff.h
2017
 
ecofflink.lo: \
2018
 
  ecofflink.c \
2019
 
  $(INCDIR)/aout/stab.def \
2020
 
  $(INCDIR)/aout/stab_gnu.h \
2021
 
  $(INCDIR)/bfdlink.h \
2022
 
  $(INCDIR)/coff/ecoff.h \
2023
 
  $(INCDIR)/coff/internal.h \
2024
 
  $(INCDIR)/coff/sym.h \
2025
 
  $(INCDIR)/coff/symconst.h \
2026
 
  $(INCDIR)/filenames.h \
2027
 
  $(INCDIR)/hashtab.h \
2028
 
  $(INCDIR)/objalloc.h \
2029
 
  libcoff.h \
2030
 
  libecoff.h
2031
 
elf-attrs.lo: \
2032
 
  elf-attrs.c \
2033
 
  $(INCDIR)/bfdlink.h \
2034
 
  $(INCDIR)/elf/common.h \
2035
 
  $(INCDIR)/elf/external.h \
2036
 
  $(INCDIR)/elf/internal.h \
2037
 
  $(INCDIR)/filenames.h \
2038
 
  $(INCDIR)/hashtab.h \
2039
 
  $(INCDIR)/libiberty.h \
2040
 
  elf-bfd.h
2041
 
elf-eh-frame.lo: \
2042
 
  elf-eh-frame.c \
2043
 
  $(INCDIR)/bfdlink.h \
2044
 
  $(INCDIR)/dwarf2.h \
2045
 
  $(INCDIR)/elf/common.h \
2046
 
  $(INCDIR)/elf/external.h \
2047
 
  $(INCDIR)/elf/internal.h \
2048
 
  $(INCDIR)/filenames.h \
2049
 
  $(INCDIR)/hashtab.h \
2050
 
  elf-bfd.h
2051
 
elf-ifunc.lo: \
2052
 
  elf-ifunc.c \
2053
 
  $(INCDIR)/bfdlink.h \
2054
 
  $(INCDIR)/elf/common.h \
2055
 
  $(INCDIR)/elf/external.h \
2056
 
  $(INCDIR)/elf/internal.h \
2057
 
  $(INCDIR)/filenames.h \
2058
 
  $(INCDIR)/hashtab.h \
2059
 
  $(INCDIR)/libiberty.h \
2060
 
  $(INCDIR)/objalloc.h \
2061
 
  $(INCDIR)/safe-ctype.h \
2062
 
  elf-bfd.h
2063
 
elf-m10200.lo: \
2064
 
  elf-m10200.c \
2065
 
  $(INCDIR)/bfdlink.h \
2066
 
  $(INCDIR)/elf/common.h \
2067
 
  $(INCDIR)/elf/external.h \
2068
 
  $(INCDIR)/elf/internal.h \
2069
 
  $(INCDIR)/filenames.h \
2070
 
  $(INCDIR)/hashtab.h \
2071
 
  elf-bfd.h \
2072
 
  elf32-target.h
2073
 
elf-m10300.lo: \
2074
 
  elf-m10300.c \
2075
 
  $(INCDIR)/bfdlink.h \
2076
 
  $(INCDIR)/elf/common.h \
2077
 
  $(INCDIR)/elf/external.h \
2078
 
  $(INCDIR)/elf/internal.h \
2079
 
  $(INCDIR)/elf/mn10300.h \
2080
 
  $(INCDIR)/elf/reloc-macros.h \
2081
 
  $(INCDIR)/filenames.h \
2082
 
  $(INCDIR)/hashtab.h \
2083
 
  $(INCDIR)/libiberty.h \
2084
 
  elf-bfd.h \
2085
 
  elf32-target.h
2086
 
elf-strtab.lo: \
2087
 
  elf-strtab.c \
2088
 
  $(INCDIR)/bfdlink.h \
2089
 
  $(INCDIR)/elf/common.h \
2090
 
  $(INCDIR)/elf/external.h \
2091
 
  $(INCDIR)/elf/internal.h \
2092
 
  $(INCDIR)/filenames.h \
2093
 
  $(INCDIR)/hashtab.h \
2094
 
  $(INCDIR)/libiberty.h \
2095
 
  elf-bfd.h
2096
 
elf-vxworks.lo: \
2097
 
  elf-vxworks.c \
2098
 
  $(INCDIR)/bfdlink.h \
2099
 
  $(INCDIR)/elf/common.h \
2100
 
  $(INCDIR)/elf/external.h \
2101
 
  $(INCDIR)/elf/internal.h \
2102
 
  $(INCDIR)/elf/vxworks.h \
2103
 
  $(INCDIR)/filenames.h \
2104
 
  $(INCDIR)/hashtab.h \
2105
 
  elf-bfd.h \
2106
 
  elf-vxworks.h
2107
 
elf.lo: \
2108
 
  elf.c \
2109
 
  $(INCDIR)/bfdlink.h \
2110
 
  $(INCDIR)/elf/common.h \
2111
 
  $(INCDIR)/elf/external.h \
2112
 
  $(INCDIR)/elf/internal.h \
2113
 
  $(INCDIR)/filenames.h \
2114
 
  $(INCDIR)/hashtab.h \
2115
 
  $(INCDIR)/libiberty.h \
2116
 
  $(INCDIR)/safe-ctype.h \
2117
 
  elf-bfd.h
2118
 
elf32-am33lin.lo: \
2119
 
  elf32-am33lin.c \
2120
 
  $(INCDIR)/bfdlink.h \
2121
 
  $(INCDIR)/elf/common.h \
2122
 
  $(INCDIR)/elf/external.h \
2123
 
  $(INCDIR)/elf/internal.h \
2124
 
  $(INCDIR)/elf/mn10300.h \
2125
 
  $(INCDIR)/elf/reloc-macros.h \
2126
 
  $(INCDIR)/filenames.h \
2127
 
  $(INCDIR)/hashtab.h \
2128
 
  $(INCDIR)/libiberty.h \
2129
 
  elf-bfd.h \
2130
 
  elf-m10300.c \
2131
 
  elf32-target.h
2132
 
elf32-arc.lo: \
2133
 
  elf32-arc.c \
2134
 
  $(INCDIR)/bfdlink.h \
2135
 
  $(INCDIR)/elf/arc.h \
2136
 
  $(INCDIR)/elf/common.h \
2137
 
  $(INCDIR)/elf/external.h \
2138
 
  $(INCDIR)/elf/internal.h \
2139
 
  $(INCDIR)/elf/reloc-macros.h \
2140
 
  $(INCDIR)/filenames.h \
2141
 
  $(INCDIR)/hashtab.h \
2142
 
  $(INCDIR)/libiberty.h \
2143
 
  elf-bfd.h \
2144
 
  elf32-target.h
2145
 
elf32-arm.lo: \
2146
 
  elf32-arm.c \
2147
 
  $(INCDIR)/bfdlink.h \
2148
 
  $(INCDIR)/elf/arm.h \
2149
 
  $(INCDIR)/elf/common.h \
2150
 
  $(INCDIR)/elf/external.h \
2151
 
  $(INCDIR)/elf/internal.h \
2152
 
  $(INCDIR)/elf/reloc-macros.h \
2153
 
  $(INCDIR)/filenames.h \
2154
 
  $(INCDIR)/hashtab.h \
2155
 
  $(INCDIR)/libiberty.h \
2156
 
  elf-bfd.h \
2157
 
  elf-vxworks.h \
2158
 
  elf32-target.h
2159
 
elf32-avr.lo: \
2160
 
  elf32-avr.c \
2161
 
  $(INCDIR)/bfdlink.h \
2162
 
  $(INCDIR)/elf/avr.h \
2163
 
  $(INCDIR)/elf/common.h \
2164
 
  $(INCDIR)/elf/external.h \
2165
 
  $(INCDIR)/elf/internal.h \
2166
 
  $(INCDIR)/elf/reloc-macros.h \
2167
 
  $(INCDIR)/filenames.h \
2168
 
  $(INCDIR)/hashtab.h \
2169
 
  elf-bfd.h \
2170
 
  elf32-avr.h \
2171
 
  elf32-target.h
2172
 
elf32-bfin.lo: \
2173
 
  elf32-bfin.c \
2174
 
  $(INCDIR)/bfdlink.h \
2175
 
  $(INCDIR)/dwarf2.h \
2176
 
  $(INCDIR)/elf/bfin.h \
2177
 
  $(INCDIR)/elf/common.h \
2178
 
  $(INCDIR)/elf/external.h \
2179
 
  $(INCDIR)/elf/internal.h \
2180
 
  $(INCDIR)/elf/reloc-macros.h \
2181
 
  $(INCDIR)/filenames.h \
2182
 
  $(INCDIR)/hashtab.h \
2183
 
  elf-bfd.h \
2184
 
  elf32-target.h
2185
 
elf32-cr16.lo: \
2186
 
  elf32-cr16.c \
2187
 
  $(INCDIR)/bfdlink.h \
2188
 
  $(INCDIR)/elf/common.h \
2189
 
  $(INCDIR)/elf/cr16.h \
2190
 
  $(INCDIR)/elf/external.h \
2191
 
  $(INCDIR)/elf/internal.h \
2192
 
  $(INCDIR)/elf/reloc-macros.h \
2193
 
  $(INCDIR)/filenames.h \
2194
 
  $(INCDIR)/hashtab.h \
2195
 
  $(INCDIR)/libiberty.h \
2196
 
  elf-bfd.h \
2197
 
  elf32-target.h
2198
 
elf32-cr16c.lo: \
2199
 
  elf32-cr16c.c \
2200
 
  $(INCDIR)/bfdlink.h \
2201
 
  $(INCDIR)/elf/common.h \
2202
 
  $(INCDIR)/elf/cr16c.h \
2203
 
  $(INCDIR)/elf/external.h \
2204
 
  $(INCDIR)/elf/internal.h \
2205
 
  $(INCDIR)/elf/reloc-macros.h \
2206
 
  $(INCDIR)/filenames.h \
2207
 
  $(INCDIR)/hashtab.h \
2208
 
  elf-bfd.h \
2209
 
  elf32-target.h
2210
 
elf32-cris.lo: \
2211
 
  elf32-cris.c \
2212
 
  $(INCDIR)/bfdlink.h \
2213
 
  $(INCDIR)/elf/common.h \
2214
 
  $(INCDIR)/elf/cris.h \
2215
 
  $(INCDIR)/elf/external.h \
2216
 
  $(INCDIR)/elf/internal.h \
2217
 
  $(INCDIR)/elf/reloc-macros.h \
2218
 
  $(INCDIR)/filenames.h \
2219
 
  $(INCDIR)/hashtab.h \
2220
 
  elf-bfd.h \
2221
 
  elf32-target.h
2222
 
elf32-crx.lo: \
2223
 
  elf32-crx.c \
2224
 
  $(INCDIR)/bfdlink.h \
2225
 
  $(INCDIR)/elf/common.h \
2226
 
  $(INCDIR)/elf/crx.h \
2227
 
  $(INCDIR)/elf/external.h \
2228
 
  $(INCDIR)/elf/internal.h \
2229
 
  $(INCDIR)/elf/reloc-macros.h \
2230
 
  $(INCDIR)/filenames.h \
2231
 
  $(INCDIR)/hashtab.h \
2232
 
  elf-bfd.h \
2233
 
  elf32-target.h
2234
 
elf32-d10v.lo: \
2235
 
  elf32-d10v.c \
2236
 
  $(INCDIR)/bfdlink.h \
2237
 
  $(INCDIR)/elf/common.h \
2238
 
  $(INCDIR)/elf/d10v.h \
2239
 
  $(INCDIR)/elf/external.h \
2240
 
  $(INCDIR)/elf/internal.h \
2241
 
  $(INCDIR)/elf/reloc-macros.h \
2242
 
  $(INCDIR)/filenames.h \
2243
 
  $(INCDIR)/hashtab.h \
2244
 
  elf-bfd.h \
2245
 
  elf32-target.h
2246
 
elf32-d30v.lo: \
2247
 
  elf32-d30v.c \
2248
 
  $(INCDIR)/bfdlink.h \
2249
 
  $(INCDIR)/elf/common.h \
2250
 
  $(INCDIR)/elf/d30v.h \
2251
 
  $(INCDIR)/elf/external.h \
2252
 
  $(INCDIR)/elf/internal.h \
2253
 
  $(INCDIR)/elf/reloc-macros.h \
2254
 
  $(INCDIR)/filenames.h \
2255
 
  $(INCDIR)/hashtab.h \
2256
 
  elf-bfd.h \
2257
 
  elf32-target.h
2258
 
elf32-dlx.lo: \
2259
 
  elf32-dlx.c \
2260
 
  $(INCDIR)/bfdlink.h \
2261
 
  $(INCDIR)/elf/common.h \
2262
 
  $(INCDIR)/elf/dlx.h \
2263
 
  $(INCDIR)/elf/external.h \
2264
 
  $(INCDIR)/elf/internal.h \
2265
 
  $(INCDIR)/elf/reloc-macros.h \
2266
 
  $(INCDIR)/filenames.h \
2267
 
  $(INCDIR)/hashtab.h \
2268
 
  elf-bfd.h \
2269
 
  elf32-target.h
2270
 
elf32-fr30.lo: \
2271
 
  elf32-fr30.c \
2272
 
  $(INCDIR)/bfdlink.h \
2273
 
  $(INCDIR)/elf/common.h \
2274
 
  $(INCDIR)/elf/external.h \
2275
 
  $(INCDIR)/elf/fr30.h \
2276
 
  $(INCDIR)/elf/internal.h \
2277
 
  $(INCDIR)/elf/reloc-macros.h \
2278
 
  $(INCDIR)/filenames.h \
2279
 
  $(INCDIR)/hashtab.h \
2280
 
  elf-bfd.h \
2281
 
  elf32-target.h
2282
 
elf32-frv.lo: \
2283
 
  elf32-frv.c \
2284
 
  $(INCDIR)/bfdlink.h \
2285
 
  $(INCDIR)/dwarf2.h \
2286
 
  $(INCDIR)/elf/common.h \
2287
 
  $(INCDIR)/elf/external.h \
2288
 
  $(INCDIR)/elf/frv.h \
2289
 
  $(INCDIR)/elf/internal.h \
2290
 
  $(INCDIR)/elf/reloc-macros.h \
2291
 
  $(INCDIR)/filenames.h \
2292
 
  $(INCDIR)/hashtab.h \
2293
 
  elf-bfd.h \
2294
 
  elf32-target.h
2295
 
elf32-gen.lo: \
2296
 
  elf32-gen.c \
2297
 
  $(INCDIR)/bfdlink.h \
2298
 
  $(INCDIR)/elf/common.h \
2299
 
  $(INCDIR)/elf/external.h \
2300
 
  $(INCDIR)/elf/internal.h \
2301
 
  $(INCDIR)/filenames.h \
2302
 
  $(INCDIR)/hashtab.h \
2303
 
  elf-bfd.h \
2304
 
  elf32-target.h
2305
 
elf32-h8300.lo: \
2306
 
  elf32-h8300.c \
2307
 
  $(INCDIR)/bfdlink.h \
2308
 
  $(INCDIR)/elf/common.h \
2309
 
  $(INCDIR)/elf/external.h \
2310
 
  $(INCDIR)/elf/h8.h \
2311
 
  $(INCDIR)/elf/internal.h \
2312
 
  $(INCDIR)/elf/reloc-macros.h \
2313
 
  $(INCDIR)/filenames.h \
2314
 
  $(INCDIR)/hashtab.h \
2315
 
  elf-bfd.h \
2316
 
  elf32-target.h
2317
 
elf32-hppa.lo: \
2318
 
  elf32-hppa.c \
2319
 
  $(INCDIR)/bfdlink.h \
2320
 
  $(INCDIR)/elf/common.h \
2321
 
  $(INCDIR)/elf/external.h \
2322
 
  $(INCDIR)/elf/hppa.h \
2323
 
  $(INCDIR)/elf/internal.h \
2324
 
  $(INCDIR)/elf/reloc-macros.h \
2325
 
  $(INCDIR)/filenames.h \
2326
 
  $(INCDIR)/hashtab.h \
2327
 
  elf-bfd.h \
2328
 
  elf-hppa.h \
2329
 
  elf32-hppa.h \
2330
 
  elf32-target.h \
2331
 
  libhppa.h
2332
 
elf32-i370.lo: \
2333
 
  elf32-i370.c \
2334
 
  $(INCDIR)/bfdlink.h \
2335
 
  $(INCDIR)/elf/common.h \
2336
 
  $(INCDIR)/elf/external.h \
2337
 
  $(INCDIR)/elf/i370.h \
2338
 
  $(INCDIR)/elf/internal.h \
2339
 
  $(INCDIR)/elf/reloc-macros.h \
2340
 
  $(INCDIR)/filenames.h \
2341
 
  $(INCDIR)/hashtab.h \
2342
 
  elf-bfd.h \
2343
 
  elf32-target.h
2344
 
elf32-i386.lo: \
2345
 
  elf32-i386.c \
2346
 
  $(INCDIR)/bfdlink.h \
2347
 
  $(INCDIR)/elf/common.h \
2348
 
  $(INCDIR)/elf/external.h \
2349
 
  $(INCDIR)/elf/i386.h \
2350
 
  $(INCDIR)/elf/internal.h \
2351
 
  $(INCDIR)/elf/reloc-macros.h \
2352
 
  $(INCDIR)/filenames.h \
2353
 
  $(INCDIR)/hashtab.h \
2354
 
  $(INCDIR)/objalloc.h \
2355
 
  bfd_stdint.h \
2356
 
  elf-bfd.h \
2357
 
  elf-vxworks.h \
2358
 
  elf32-target.h
2359
 
elf32-i860.lo: \
2360
 
  elf32-i860.c \
2361
 
  $(INCDIR)/bfdlink.h \
2362
 
  $(INCDIR)/elf/common.h \
2363
 
  $(INCDIR)/elf/external.h \
2364
 
  $(INCDIR)/elf/i860.h \
2365
 
  $(INCDIR)/elf/internal.h \
2366
 
  $(INCDIR)/elf/reloc-macros.h \
2367
 
  $(INCDIR)/filenames.h \
2368
 
  $(INCDIR)/hashtab.h \
2369
 
  elf-bfd.h \
2370
 
  elf32-target.h
2371
 
elf32-i960.lo: \
2372
 
  elf32-i960.c \
2373
 
  $(INCDIR)/bfdlink.h \
2374
 
  $(INCDIR)/elf/common.h \
2375
 
  $(INCDIR)/elf/external.h \
2376
 
  $(INCDIR)/elf/i960.h \
2377
 
  $(INCDIR)/elf/internal.h \
2378
 
  $(INCDIR)/elf/reloc-macros.h \
2379
 
  $(INCDIR)/filenames.h \
2380
 
  $(INCDIR)/hashtab.h \
2381
 
  elf-bfd.h \
2382
 
  elf32-target.h
2383
 
elf32-ip2k.lo: \
2384
 
  elf32-ip2k.c \
2385
 
  $(INCDIR)/bfdlink.h \
2386
 
  $(INCDIR)/elf/common.h \
2387
 
  $(INCDIR)/elf/external.h \
2388
 
  $(INCDIR)/elf/internal.h \
2389
 
  $(INCDIR)/elf/ip2k.h \
2390
 
  $(INCDIR)/elf/reloc-macros.h \
2391
 
  $(INCDIR)/filenames.h \
2392
 
  $(INCDIR)/hashtab.h \
2393
 
  elf-bfd.h \
2394
 
  elf32-target.h
2395
 
elf32-iq2000.lo: \
2396
 
  elf32-iq2000.c \
2397
 
  $(INCDIR)/bfdlink.h \
2398
 
  $(INCDIR)/elf/common.h \
2399
 
  $(INCDIR)/elf/external.h \
2400
 
  $(INCDIR)/elf/internal.h \
2401
 
  $(INCDIR)/elf/iq2000.h \
2402
 
  $(INCDIR)/elf/reloc-macros.h \
2403
 
  $(INCDIR)/filenames.h \
2404
 
  $(INCDIR)/hashtab.h \
2405
 
  elf-bfd.h \
2406
 
  elf32-target.h
2407
 
elf32-lm32.lo: \
2408
 
  elf32-lm32.c \
2409
 
  $(INCDIR)/bfdlink.h \
2410
 
  $(INCDIR)/elf/common.h \
2411
 
  $(INCDIR)/elf/external.h \
2412
 
  $(INCDIR)/elf/internal.h \
2413
 
  $(INCDIR)/elf/lm32.h \
2414
 
  $(INCDIR)/elf/reloc-macros.h \
2415
 
  $(INCDIR)/filenames.h \
2416
 
  $(INCDIR)/hashtab.h \
2417
 
  elf-bfd.h \
2418
 
  elf32-target.h
2419
 
elf32-m32c.lo: \
2420
 
  elf32-m32c.c \
2421
 
  $(INCDIR)/bfdlink.h \
2422
 
  $(INCDIR)/elf/common.h \
2423
 
  $(INCDIR)/elf/external.h \
2424
 
  $(INCDIR)/elf/internal.h \
2425
 
  $(INCDIR)/elf/m32c.h \
2426
 
  $(INCDIR)/elf/reloc-macros.h \
2427
 
  $(INCDIR)/filenames.h \
2428
 
  $(INCDIR)/hashtab.h \
2429
 
  $(INCDIR)/libiberty.h \
2430
 
  elf-bfd.h \
2431
 
  elf32-target.h
2432
 
elf32-m32r.lo: \
2433
 
  elf32-m32r.c \
2434
 
  $(INCDIR)/bfdlink.h \
2435
 
  $(INCDIR)/elf/common.h \
2436
 
  $(INCDIR)/elf/external.h \
2437
 
  $(INCDIR)/elf/internal.h \
2438
 
  $(INCDIR)/elf/m32r.h \
2439
 
  $(INCDIR)/elf/reloc-macros.h \
2440
 
  $(INCDIR)/filenames.h \
2441
 
  $(INCDIR)/hashtab.h \
2442
 
  elf-bfd.h \
2443
 
  elf32-target.h
2444
 
elf32-m68hc11.lo: \
2445
 
  elf32-m68hc11.c \
2446
 
  $(INCDIR)/bfdlink.h \
2447
 
  $(INCDIR)/elf/common.h \
2448
 
  $(INCDIR)/elf/external.h \
2449
 
  $(INCDIR)/elf/internal.h \
2450
 
  $(INCDIR)/elf/m68hc11.h \
2451
 
  $(INCDIR)/elf/reloc-macros.h \
2452
 
  $(INCDIR)/filenames.h \
2453
 
  $(INCDIR)/hashtab.h \
2454
 
  $(INCDIR)/opcode/m68hc11.h \
2455
 
  elf-bfd.h \
2456
 
  elf32-m68hc1x.h \
2457
 
  elf32-target.h
2458
 
elf32-m68hc12.lo: \
2459
 
  elf32-m68hc12.c \
2460
 
  $(INCDIR)/bfdlink.h \
2461
 
  $(INCDIR)/elf/common.h \
2462
 
  $(INCDIR)/elf/external.h \
2463
 
  $(INCDIR)/elf/internal.h \
2464
 
  $(INCDIR)/elf/m68hc11.h \
2465
 
  $(INCDIR)/elf/reloc-macros.h \
2466
 
  $(INCDIR)/filenames.h \
2467
 
  $(INCDIR)/hashtab.h \
2468
 
  $(INCDIR)/opcode/m68hc11.h \
2469
 
  elf-bfd.h \
2470
 
  elf32-m68hc1x.h \
2471
 
  elf32-target.h
2472
 
elf32-m68hc1x.lo: \
2473
 
  elf32-m68hc1x.c \
2474
 
  $(INCDIR)/alloca-conf.h \
2475
 
  $(INCDIR)/bfdlink.h \
2476
 
  $(INCDIR)/elf/common.h \
2477
 
  $(INCDIR)/elf/external.h \
2478
 
  $(INCDIR)/elf/internal.h \
2479
 
  $(INCDIR)/elf/m68hc11.h \
2480
 
  $(INCDIR)/elf/reloc-macros.h \
2481
 
  $(INCDIR)/filenames.h \
2482
 
  $(INCDIR)/hashtab.h \
2483
 
  $(INCDIR)/opcode/m68hc11.h \
2484
 
  elf-bfd.h \
2485
 
  elf32-m68hc1x.h
2486
 
elf32-m68k.lo: \
2487
 
  elf32-m68k.c \
2488
 
  $(INCDIR)/bfdlink.h \
2489
 
  $(INCDIR)/elf/common.h \
2490
 
  $(INCDIR)/elf/external.h \
2491
 
  $(INCDIR)/elf/internal.h \
2492
 
  $(INCDIR)/elf/m68k.h \
2493
 
  $(INCDIR)/elf/reloc-macros.h \
2494
 
  $(INCDIR)/filenames.h \
2495
 
  $(INCDIR)/hashtab.h \
2496
 
  $(INCDIR)/opcode/m68k.h \
2497
 
  elf-bfd.h \
2498
 
  elf32-target.h
2499
 
elf32-m88k.lo: \
2500
 
  elf32-m88k.c \
2501
 
  $(INCDIR)/bfdlink.h \
2502
 
  $(INCDIR)/elf/common.h \
2503
 
  $(INCDIR)/elf/external.h \
2504
 
  $(INCDIR)/elf/internal.h \
2505
 
  $(INCDIR)/filenames.h \
2506
 
  $(INCDIR)/hashtab.h \
2507
 
  elf-bfd.h \
2508
 
  elf32-target.h
2509
 
elf32-mcore.lo: \
2510
 
  elf32-mcore.c \
2511
 
  $(INCDIR)/bfdlink.h \
2512
 
  $(INCDIR)/elf/common.h \
2513
 
  $(INCDIR)/elf/external.h \
2514
 
  $(INCDIR)/elf/internal.h \
2515
 
  $(INCDIR)/elf/mcore.h \
2516
 
  $(INCDIR)/elf/reloc-macros.h \
2517
 
  $(INCDIR)/filenames.h \
2518
 
  $(INCDIR)/hashtab.h \
2519
 
  elf-bfd.h \
2520
 
  elf32-target.h
2521
 
elf32-mep.lo: \
2522
 
  elf32-mep.c \
2523
 
  $(INCDIR)/bfdlink.h \
2524
 
  $(INCDIR)/elf/common.h \
2525
 
  $(INCDIR)/elf/external.h \
2526
 
  $(INCDIR)/elf/internal.h \
2527
 
  $(INCDIR)/elf/mep.h \
2528
 
  $(INCDIR)/elf/reloc-macros.h \
2529
 
  $(INCDIR)/filenames.h \
2530
 
  $(INCDIR)/hashtab.h \
2531
 
  $(INCDIR)/libiberty.h \
2532
 
  elf-bfd.h \
2533
 
  elf32-target.h
2534
 
elf32-mips.lo: \
2535
 
  elf32-mips.c \
2536
 
  $(INCDIR)/bfdlink.h \
2537
 
  $(INCDIR)/coff/ecoff.h \
2538
 
  $(INCDIR)/coff/external.h \
2539
 
  $(INCDIR)/coff/internal.h \
2540
 
  $(INCDIR)/coff/mips.h \
2541
 
  $(INCDIR)/coff/sym.h \
2542
 
  $(INCDIR)/coff/symconst.h \
2543
 
  $(INCDIR)/elf/common.h \
2544
 
  $(INCDIR)/elf/external.h \
2545
 
  $(INCDIR)/elf/internal.h \
2546
 
  $(INCDIR)/elf/mips.h \
2547
 
  $(INCDIR)/elf/reloc-macros.h \
2548
 
  $(INCDIR)/filenames.h \
2549
 
  $(INCDIR)/hashtab.h \
2550
 
  ecoffswap.h \
2551
 
  elf-bfd.h \
2552
 
  elf-vxworks.h \
2553
 
  elf32-target.h \
2554
 
  elfxx-mips.h \
2555
 
  genlink.h
2556
 
elf32-moxie.lo: \
2557
 
  elf32-moxie.c \
2558
 
  $(INCDIR)/bfdlink.h \
2559
 
  $(INCDIR)/elf/common.h \
2560
 
  $(INCDIR)/elf/external.h \
2561
 
  $(INCDIR)/elf/internal.h \
2562
 
  $(INCDIR)/elf/moxie.h \
2563
 
  $(INCDIR)/elf/reloc-macros.h \
2564
 
  $(INCDIR)/filenames.h \
2565
 
  $(INCDIR)/hashtab.h \
2566
 
  elf-bfd.h \
2567
 
  elf32-target.h
2568
 
elf32-msp430.lo: \
2569
 
  elf32-msp430.c \
2570
 
  $(INCDIR)/bfdlink.h \
2571
 
  $(INCDIR)/elf/common.h \
2572
 
  $(INCDIR)/elf/external.h \
2573
 
  $(INCDIR)/elf/internal.h \
2574
 
  $(INCDIR)/elf/msp430.h \
2575
 
  $(INCDIR)/elf/reloc-macros.h \
2576
 
  $(INCDIR)/filenames.h \
2577
 
  $(INCDIR)/hashtab.h \
2578
 
  $(INCDIR)/libiberty.h \
2579
 
  elf-bfd.h \
2580
 
  elf32-target.h
2581
 
elf32-mt.lo: \
2582
 
  elf32-mt.c \
2583
 
  $(INCDIR)/bfdlink.h \
2584
 
  $(INCDIR)/elf/common.h \
2585
 
  $(INCDIR)/elf/external.h \
2586
 
  $(INCDIR)/elf/internal.h \
2587
 
  $(INCDIR)/elf/mt.h \
2588
 
  $(INCDIR)/elf/reloc-macros.h \
2589
 
  $(INCDIR)/filenames.h \
2590
 
  $(INCDIR)/hashtab.h \
2591
 
  elf-bfd.h \
2592
 
  elf32-target.h
2593
 
elf32-openrisc.lo: \
2594
 
  elf32-openrisc.c \
2595
 
  $(INCDIR)/bfdlink.h \
2596
 
  $(INCDIR)/elf/common.h \
2597
 
  $(INCDIR)/elf/external.h \
2598
 
  $(INCDIR)/elf/internal.h \
2599
 
  $(INCDIR)/elf/openrisc.h \
2600
 
  $(INCDIR)/elf/reloc-macros.h \
2601
 
  $(INCDIR)/filenames.h \
2602
 
  $(INCDIR)/hashtab.h \
2603
 
  $(INCDIR)/libiberty.h \
2604
 
  elf-bfd.h \
2605
 
  elf32-target.h
2606
 
elf32-or32.lo: \
2607
 
  elf32-or32.c \
2608
 
  $(INCDIR)/bfdlink.h \
2609
 
  $(INCDIR)/elf/common.h \
2610
 
  $(INCDIR)/elf/external.h \
2611
 
  $(INCDIR)/elf/internal.h \
2612
 
  $(INCDIR)/elf/or32.h \
2613
 
  $(INCDIR)/elf/reloc-macros.h \
2614
 
  $(INCDIR)/filenames.h \
2615
 
  $(INCDIR)/hashtab.h \
2616
 
  $(INCDIR)/libiberty.h \
2617
 
  elf-bfd.h \
2618
 
  elf32-target.h
2619
 
elf32-pj.lo: \
2620
 
  elf32-pj.c \
2621
 
  $(INCDIR)/bfdlink.h \
2622
 
  $(INCDIR)/elf/common.h \
2623
 
  $(INCDIR)/elf/external.h \
2624
 
  $(INCDIR)/elf/internal.h \
2625
 
  $(INCDIR)/elf/pj.h \
2626
 
  $(INCDIR)/elf/reloc-macros.h \
2627
 
  $(INCDIR)/filenames.h \
2628
 
  $(INCDIR)/hashtab.h \
2629
 
  elf-bfd.h \
2630
 
  elf32-target.h
2631
 
elf32-ppc.lo: \
2632
 
  elf32-ppc.c \
2633
 
  $(INCDIR)/bfdlink.h \
2634
 
  $(INCDIR)/elf/common.h \
2635
 
  $(INCDIR)/elf/external.h \
2636
 
  $(INCDIR)/elf/internal.h \
2637
 
  $(INCDIR)/elf/ppc.h \
2638
 
  $(INCDIR)/elf/reloc-macros.h \
2639
 
  $(INCDIR)/filenames.h \
2640
 
  $(INCDIR)/hashtab.h \
2641
 
  elf-bfd.h \
2642
 
  elf-vxworks.h \
2643
 
  elf32-ppc.h \
2644
 
  elf32-target.h
2645
 
elf32-s390.lo: \
2646
 
  elf32-s390.c \
2647
 
  $(INCDIR)/bfdlink.h \
2648
 
  $(INCDIR)/elf/common.h \
2649
 
  $(INCDIR)/elf/external.h \
2650
 
  $(INCDIR)/elf/internal.h \
2651
 
  $(INCDIR)/elf/reloc-macros.h \
2652
 
  $(INCDIR)/elf/s390.h \
2653
 
  $(INCDIR)/filenames.h \
2654
 
  $(INCDIR)/hashtab.h \
2655
 
  elf-bfd.h \
2656
 
  elf32-target.h
2657
 
elf32-sh-symbian.lo: \
2658
 
  elf32-sh-symbian.c \
2659
 
  $(INCDIR)/bfdlink.h \
2660
 
  $(INCDIR)/elf/common.h \
2661
 
  $(INCDIR)/elf/external.h \
2662
 
  $(INCDIR)/elf/internal.h \
2663
 
  $(INCDIR)/elf/reloc-macros.h \
2664
 
  $(INCDIR)/elf/sh.h \
2665
 
  $(INCDIR)/filenames.h \
2666
 
  $(INCDIR)/hashtab.h \
2667
 
  $(INCDIR)/libiberty.h \
2668
 
  $(srcdir)/../opcodes/sh-opc.h \
2669
 
  elf-bfd.h \
2670
 
  elf-vxworks.h \
2671
 
  elf32-sh-relocs.h \
2672
 
  elf32-sh.c \
2673
 
  elf32-target.h
2674
 
elf32-sh.lo: \
2675
 
  elf32-sh.c \
2676
 
  $(INCDIR)/bfdlink.h \
2677
 
  $(INCDIR)/elf/common.h \
2678
 
  $(INCDIR)/elf/external.h \
2679
 
  $(INCDIR)/elf/internal.h \
2680
 
  $(INCDIR)/elf/reloc-macros.h \
2681
 
  $(INCDIR)/elf/sh.h \
2682
 
  $(INCDIR)/filenames.h \
2683
 
  $(INCDIR)/hashtab.h \
2684
 
  $(INCDIR)/libiberty.h \
2685
 
  $(srcdir)/../opcodes/sh-opc.h \
2686
 
  elf-bfd.h \
2687
 
  elf-vxworks.h \
2688
 
  elf32-sh-relocs.h \
2689
 
  elf32-target.h
2690
 
elf32-sh64-com.lo: \
2691
 
  elf32-sh64-com.c \
2692
 
  $(INCDIR)/bfdlink.h \
2693
 
  $(INCDIR)/elf/common.h \
2694
 
  $(INCDIR)/elf/external.h \
2695
 
  $(INCDIR)/elf/internal.h \
2696
 
  $(INCDIR)/elf/reloc-macros.h \
2697
 
  $(INCDIR)/elf/sh.h \
2698
 
  $(INCDIR)/filenames.h \
2699
 
  $(INCDIR)/hashtab.h \
2700
 
  $(srcdir)/../opcodes/sh64-opc.h \
2701
 
  elf-bfd.h \
2702
 
  elf32-sh64.h
2703
 
elf32-sh64.lo: \
2704
 
  elf32-sh64.c \
2705
 
  $(INCDIR)/bfdlink.h \
2706
 
  $(INCDIR)/elf/common.h \
2707
 
  $(INCDIR)/elf/external.h \
2708
 
  $(INCDIR)/elf/internal.h \
2709
 
  $(INCDIR)/elf/reloc-macros.h \
2710
 
  $(INCDIR)/elf/sh.h \
2711
 
  $(INCDIR)/filenames.h \
2712
 
  $(INCDIR)/hashtab.h \
2713
 
  $(INCDIR)/libiberty.h \
2714
 
  $(srcdir)/../opcodes/sh-opc.h \
2715
 
  $(srcdir)/../opcodes/sh64-opc.h \
2716
 
  elf-bfd.h \
2717
 
  elf-vxworks.h \
2718
 
  elf32-sh-relocs.h \
2719
 
  elf32-sh.c \
2720
 
  elf32-sh64.h \
2721
 
  elf32-target.h
2722
 
elf32-sparc.lo: \
2723
 
  elf32-sparc.c \
2724
 
  $(INCDIR)/bfdlink.h \
2725
 
  $(INCDIR)/elf/common.h \
2726
 
  $(INCDIR)/elf/external.h \
2727
 
  $(INCDIR)/elf/internal.h \
2728
 
  $(INCDIR)/elf/reloc-macros.h \
2729
 
  $(INCDIR)/elf/sparc.h \
2730
 
  $(INCDIR)/filenames.h \
2731
 
  $(INCDIR)/hashtab.h \
2732
 
  $(INCDIR)/opcode/sparc.h \
2733
 
  elf-bfd.h \
2734
 
  elf-vxworks.h \
2735
 
  elf32-target.h \
2736
 
  elfxx-sparc.h
2737
 
elf32-spu.lo: \
2738
 
  elf32-spu.c \
2739
 
  $(INCDIR)/bfdlink.h \
2740
 
  $(INCDIR)/elf/common.h \
2741
 
  $(INCDIR)/elf/external.h \
2742
 
  $(INCDIR)/elf/internal.h \
2743
 
  $(INCDIR)/elf/reloc-macros.h \
2744
 
  $(INCDIR)/elf/spu.h \
2745
 
  $(INCDIR)/filenames.h \
2746
 
  $(INCDIR)/hashtab.h \
2747
 
  $(INCDIR)/libiberty.h \
2748
 
  elf-bfd.h \
2749
 
  elf32-spu.h \
2750
 
  elf32-target.h
2751
 
elf32-v850.lo: \
2752
 
  elf32-v850.c \
2753
 
  $(INCDIR)/bfdlink.h \
2754
 
  $(INCDIR)/elf/common.h \
2755
 
  $(INCDIR)/elf/external.h \
2756
 
  $(INCDIR)/elf/internal.h \
2757
 
  $(INCDIR)/elf/reloc-macros.h \
2758
 
  $(INCDIR)/elf/v850.h \
2759
 
  $(INCDIR)/filenames.h \
2760
 
  $(INCDIR)/hashtab.h \
2761
 
  $(INCDIR)/libiberty.h \
2762
 
  elf-bfd.h \
2763
 
  elf32-target.h
2764
 
elf32-vax.lo: \
2765
 
  elf32-vax.c \
2766
 
  $(INCDIR)/bfdlink.h \
2767
 
  $(INCDIR)/elf/common.h \
2768
 
  $(INCDIR)/elf/external.h \
2769
 
  $(INCDIR)/elf/internal.h \
2770
 
  $(INCDIR)/elf/reloc-macros.h \
2771
 
  $(INCDIR)/elf/vax.h \
2772
 
  $(INCDIR)/filenames.h \
2773
 
  $(INCDIR)/hashtab.h \
2774
 
  elf-bfd.h \
2775
 
  elf32-target.h
2776
 
elf32-xc16x.lo: \
2777
 
  elf32-xc16x.c \
2778
 
  $(INCDIR)/bfdlink.h \
2779
 
  $(INCDIR)/dwarf2.h \
2780
 
  $(INCDIR)/elf/common.h \
2781
 
  $(INCDIR)/elf/external.h \
2782
 
  $(INCDIR)/elf/internal.h \
2783
 
  $(INCDIR)/elf/reloc-macros.h \
2784
 
  $(INCDIR)/elf/xc16x.h \
2785
 
  $(INCDIR)/filenames.h \
2786
 
  $(INCDIR)/hashtab.h \
2787
 
  $(INCDIR)/libiberty.h \
2788
 
  elf-bfd.h \
2789
 
  elf32-target.h
2790
 
elf32-xstormy16.lo: \
2791
 
  elf32-xstormy16.c \
2792
 
  $(INCDIR)/bfdlink.h \
2793
 
  $(INCDIR)/elf/common.h \
2794
 
  $(INCDIR)/elf/external.h \
2795
 
  $(INCDIR)/elf/internal.h \
2796
 
  $(INCDIR)/elf/reloc-macros.h \
2797
 
  $(INCDIR)/elf/xstormy16.h \
2798
 
  $(INCDIR)/filenames.h \
2799
 
  $(INCDIR)/hashtab.h \
2800
 
  $(INCDIR)/libiberty.h \
2801
 
  elf-bfd.h \
2802
 
  elf32-target.h
2803
 
elf32-xtensa.lo: \
2804
 
  elf32-xtensa.c \
2805
 
  $(INCDIR)/bfdlink.h \
2806
 
  $(INCDIR)/elf/common.h \
2807
 
  $(INCDIR)/elf/external.h \
2808
 
  $(INCDIR)/elf/internal.h \
2809
 
  $(INCDIR)/elf/reloc-macros.h \
2810
 
  $(INCDIR)/elf/xtensa.h \
2811
 
  $(INCDIR)/filenames.h \
2812
 
  $(INCDIR)/hashtab.h \
2813
 
  $(INCDIR)/xtensa-config.h \
2814
 
  $(INCDIR)/xtensa-isa.h \
2815
 
  elf-bfd.h \
2816
 
  elf32-target.h
2817
 
elf32.lo: \
2818
 
  elf32.c \
2819
 
  $(INCDIR)/bfdlink.h \
2820
 
  $(INCDIR)/elf/common.h \
2821
 
  $(INCDIR)/elf/external.h \
2822
 
  $(INCDIR)/elf/internal.h \
2823
 
  $(INCDIR)/filenames.h \
2824
 
  $(INCDIR)/hashtab.h \
2825
 
  $(INCDIR)/libiberty.h \
2826
 
  elf-bfd.h \
2827
 
  elfcode.h \
2828
 
  elfcore.h
2829
 
elflink.lo: \
2830
 
  elflink.c \
2831
 
  $(INCDIR)/bfdlink.h \
2832
 
  $(INCDIR)/elf/common.h \
2833
 
  $(INCDIR)/elf/external.h \
2834
 
  $(INCDIR)/elf/internal.h \
2835
 
  $(INCDIR)/filenames.h \
2836
 
  $(INCDIR)/hashtab.h \
2837
 
  $(INCDIR)/libiberty.h \
2838
 
  $(INCDIR)/objalloc.h \
2839
 
  $(INCDIR)/safe-ctype.h \
2840
 
  elf-bfd.h
2841
 
elfxx-mips.lo: \
2842
 
  elfxx-mips.c \
2843
 
  $(INCDIR)/bfdlink.h \
2844
 
  $(INCDIR)/coff/ecoff.h \
2845
 
  $(INCDIR)/coff/external.h \
2846
 
  $(INCDIR)/coff/mips.h \
2847
 
  $(INCDIR)/coff/sym.h \
2848
 
  $(INCDIR)/coff/symconst.h \
2849
 
  $(INCDIR)/elf/common.h \
2850
 
  $(INCDIR)/elf/external.h \
2851
 
  $(INCDIR)/elf/internal.h \
2852
 
  $(INCDIR)/elf/mips.h \
2853
 
  $(INCDIR)/elf/reloc-macros.h \
2854
 
  $(INCDIR)/filenames.h \
2855
 
  $(INCDIR)/hashtab.h \
2856
 
  $(INCDIR)/libiberty.h \
2857
 
  elf-bfd.h \
2858
 
  elf-vxworks.h \
2859
 
  elfxx-mips.h
2860
 
elfxx-sparc.lo: \
2861
 
  elfxx-sparc.c \
2862
 
  $(INCDIR)/bfdlink.h \
2863
 
  $(INCDIR)/elf/common.h \
2864
 
  $(INCDIR)/elf/external.h \
2865
 
  $(INCDIR)/elf/internal.h \
2866
 
  $(INCDIR)/elf/reloc-macros.h \
2867
 
  $(INCDIR)/elf/sparc.h \
2868
 
  $(INCDIR)/filenames.h \
2869
 
  $(INCDIR)/hashtab.h \
2870
 
  $(INCDIR)/libiberty.h \
2871
 
  $(INCDIR)/opcode/sparc.h \
2872
 
  elf-bfd.h \
2873
 
  elf-vxworks.h \
2874
 
  elfxx-sparc.h
2875
 
epoc-pe-arm.lo: \
2876
 
  epoc-pe-arm.c \
2877
 
  $(INCDIR)/bfdlink.h \
2878
 
  $(INCDIR)/coff/arm.h \
2879
 
  $(INCDIR)/coff/external.h \
2880
 
  $(INCDIR)/coff/internal.h \
2881
 
  $(INCDIR)/coff/pe.h \
2882
 
  $(INCDIR)/filenames.h \
2883
 
  $(INCDIR)/hashtab.h \
2884
 
  coff-arm.c \
2885
 
  coffcode.h \
2886
 
  libcoff.h \
2887
 
  libpei.h \
2888
 
  pe-arm.c \
2889
 
  peicode.h
2890
 
epoc-pei-arm.lo: \
2891
 
  epoc-pei-arm.c \
2892
 
  $(INCDIR)/bfdlink.h \
2893
 
  $(INCDIR)/coff/arm.h \
2894
 
  $(INCDIR)/coff/external.h \
2895
 
  $(INCDIR)/coff/internal.h \
2896
 
  $(INCDIR)/coff/pe.h \
2897
 
  $(INCDIR)/filenames.h \
2898
 
  $(INCDIR)/hashtab.h \
2899
 
  coff-arm.c \
2900
 
  coffcode.h \
2901
 
  libcoff.h \
2902
 
  libpei.h \
2903
 
  pei-arm.c \
2904
 
  peicode.h
2905
 
hp300bsd.lo: \
2906
 
  hp300bsd.c \
2907
 
  $(INCDIR)/aout/aout64.h \
2908
 
  $(INCDIR)/aout/ar.h \
2909
 
  $(INCDIR)/aout/stab.def \
2910
 
  $(INCDIR)/aout/stab_gnu.h \
2911
 
  $(INCDIR)/bfdlink.h \
2912
 
  $(INCDIR)/filenames.h \
2913
 
  $(INCDIR)/hashtab.h \
2914
 
  aout-target.h \
2915
 
  libaout.h
2916
 
hp300hpux.lo: \
2917
 
  hp300hpux.c \
2918
 
  $(INCDIR)/aout/aout64.h \
2919
 
  $(INCDIR)/aout/ar.h \
2920
 
  $(INCDIR)/aout/hp300hpux.h \
2921
 
  $(INCDIR)/aout/stab.def \
2922
 
  $(INCDIR)/aout/stab_gnu.h \
2923
 
  $(INCDIR)/bfdlink.h \
2924
 
  $(INCDIR)/filenames.h \
2925
 
  $(INCDIR)/hashtab.h \
2926
 
  $(INCDIR)/safe-ctype.h \
2927
 
  aout-target.h \
2928
 
  aoutx.h \
2929
 
  libaout.h
2930
 
i386aout.lo: \
2931
 
  i386aout.c \
2932
 
  $(INCDIR)/aout/aout64.h \
2933
 
  $(INCDIR)/aout/ar.h \
2934
 
  $(INCDIR)/aout/stab.def \
2935
 
  $(INCDIR)/aout/stab_gnu.h \
2936
 
  $(INCDIR)/bfdlink.h \
2937
 
  $(INCDIR)/filenames.h \
2938
 
  $(INCDIR)/hashtab.h \
2939
 
  aout-target.h \
2940
 
  libaout.h
2941
 
i386bsd.lo: \
2942
 
  i386bsd.c \
2943
 
  $(INCDIR)/aout/aout64.h \
2944
 
  $(INCDIR)/aout/ar.h \
2945
 
  $(INCDIR)/aout/stab.def \
2946
 
  $(INCDIR)/aout/stab_gnu.h \
2947
 
  $(INCDIR)/bfdlink.h \
2948
 
  $(INCDIR)/filenames.h \
2949
 
  $(INCDIR)/hashtab.h \
2950
 
  aout-target.h \
2951
 
  libaout.h
2952
 
i386dynix.lo: \
2953
 
  i386dynix.c \
2954
 
  $(INCDIR)/aout/aout64.h \
2955
 
  $(INCDIR)/aout/ar.h \
2956
 
  $(INCDIR)/aout/dynix3.h \
2957
 
  $(INCDIR)/aout/stab.def \
2958
 
  $(INCDIR)/aout/stab_gnu.h \
2959
 
  $(INCDIR)/bfdlink.h \
2960
 
  $(INCDIR)/filenames.h \
2961
 
  $(INCDIR)/hashtab.h \
2962
 
  $(INCDIR)/safe-ctype.h \
2963
 
  aout-target.h \
2964
 
  aoutx.h \
2965
 
  libaout.h
2966
 
i386freebsd.lo: \
2967
 
  i386freebsd.c \
2968
 
  $(INCDIR)/aout/aout64.h \
2969
 
  $(INCDIR)/aout/ar.h \
2970
 
  $(INCDIR)/aout/stab.def \
2971
 
  $(INCDIR)/aout/stab_gnu.h \
2972
 
  $(INCDIR)/bfdlink.h \
2973
 
  $(INCDIR)/filenames.h \
2974
 
  $(INCDIR)/hashtab.h \
2975
 
  aout-target.h \
2976
 
  freebsd.h \
2977
 
  libaout.h
2978
 
i386linux.lo: \
2979
 
  i386linux.c \
2980
 
  $(INCDIR)/aout/aout64.h \
2981
 
  $(INCDIR)/aout/ar.h \
2982
 
  $(INCDIR)/aout/stab.def \
2983
 
  $(INCDIR)/aout/stab_gnu.h \
2984
 
  $(INCDIR)/bfdlink.h \
2985
 
  $(INCDIR)/filenames.h \
2986
 
  $(INCDIR)/hashtab.h \
2987
 
  aout-target.h \
2988
 
  libaout.h
2989
 
i386lynx.lo: \
2990
 
  i386lynx.c \
2991
 
  $(INCDIR)/aout/aout64.h \
2992
 
  $(INCDIR)/aout/ar.h \
2993
 
  $(INCDIR)/aout/stab.def \
2994
 
  $(INCDIR)/aout/stab_gnu.h \
2995
 
  $(INCDIR)/bfdlink.h \
2996
 
  $(INCDIR)/filenames.h \
2997
 
  $(INCDIR)/hashtab.h \
2998
 
  aout-target.h \
2999
 
  libaout.h
3000
 
i386mach3.lo: \
3001
 
  i386mach3.c \
3002
 
  $(INCDIR)/aout/aout64.h \
3003
 
  $(INCDIR)/aout/ar.h \
3004
 
  $(INCDIR)/aout/stab.def \
3005
 
  $(INCDIR)/aout/stab_gnu.h \
3006
 
  $(INCDIR)/bfdlink.h \
3007
 
  $(INCDIR)/filenames.h \
3008
 
  $(INCDIR)/hashtab.h \
3009
 
  aout-target.h \
3010
 
  libaout.h
3011
 
i386msdos.lo: \
3012
 
  i386msdos.c \
3013
 
  $(INCDIR)/bfdlink.h \
3014
 
  $(INCDIR)/filenames.h \
3015
 
  $(INCDIR)/hashtab.h \
3016
 
  libaout.h
3017
 
i386netbsd.lo: \
3018
 
  i386netbsd.c \
3019
 
  $(INCDIR)/aout/aout64.h \
3020
 
  $(INCDIR)/aout/ar.h \
3021
 
  $(INCDIR)/aout/stab.def \
3022
 
  $(INCDIR)/aout/stab_gnu.h \
3023
 
  $(INCDIR)/bfdlink.h \
3024
 
  $(INCDIR)/filenames.h \
3025
 
  $(INCDIR)/hashtab.h \
3026
 
  aout-target.h \
3027
 
  libaout.h \
3028
 
  netbsd.h
3029
 
i386os9k.lo: \
3030
 
  i386os9k.c \
3031
 
  $(INCDIR)/bfdlink.h \
3032
 
  $(INCDIR)/filenames.h \
3033
 
  $(INCDIR)/hashtab.h \
3034
 
  $(INCDIR)/os9k.h \
3035
 
  libaout.h
3036
 
ieee.lo: \
3037
 
  ieee.c \
3038
 
  $(INCDIR)/filenames.h \
3039
 
  $(INCDIR)/hashtab.h \
3040
 
  $(INCDIR)/ieee.h \
3041
 
  $(INCDIR)/safe-ctype.h \
3042
 
  libieee.h
3043
 
m68k4knetbsd.lo: \
3044
 
  m68k4knetbsd.c \
3045
 
  $(INCDIR)/aout/aout64.h \
3046
 
  $(INCDIR)/aout/ar.h \
3047
 
  $(INCDIR)/aout/stab.def \
3048
 
  $(INCDIR)/aout/stab_gnu.h \
3049
 
  $(INCDIR)/bfdlink.h \
3050
 
  $(INCDIR)/filenames.h \
3051
 
  $(INCDIR)/hashtab.h \
3052
 
  aout-target.h \
3053
 
  libaout.h \
3054
 
  netbsd.h
3055
 
m68klinux.lo: \
3056
 
  m68klinux.c \
3057
 
  $(INCDIR)/aout/aout64.h \
3058
 
  $(INCDIR)/aout/ar.h \
3059
 
  $(INCDIR)/aout/stab.def \
3060
 
  $(INCDIR)/aout/stab_gnu.h \
3061
 
  $(INCDIR)/bfdlink.h \
3062
 
  $(INCDIR)/filenames.h \
3063
 
  $(INCDIR)/hashtab.h \
3064
 
  aout-target.h \
3065
 
  libaout.h
3066
 
m68knetbsd.lo: \
3067
 
  m68knetbsd.c \
3068
 
  $(INCDIR)/aout/aout64.h \
3069
 
  $(INCDIR)/aout/ar.h \
3070
 
  $(INCDIR)/aout/stab.def \
3071
 
  $(INCDIR)/aout/stab_gnu.h \
3072
 
  $(INCDIR)/bfdlink.h \
3073
 
  $(INCDIR)/filenames.h \
3074
 
  $(INCDIR)/hashtab.h \
3075
 
  aout-target.h \
3076
 
  libaout.h \
3077
 
  netbsd.h
3078
 
m88kmach3.lo: \
3079
 
  m88kmach3.c \
3080
 
  $(INCDIR)/aout/aout64.h \
3081
 
  $(INCDIR)/aout/ar.h \
3082
 
  $(INCDIR)/aout/stab.def \
3083
 
  $(INCDIR)/aout/stab_gnu.h \
3084
 
  $(INCDIR)/bfdlink.h \
3085
 
  $(INCDIR)/filenames.h \
3086
 
  $(INCDIR)/hashtab.h \
3087
 
  aout-target.h \
3088
 
  libaout.h
3089
 
m88kopenbsd.lo: \
3090
 
  m88kopenbsd.c \
3091
 
  $(INCDIR)/aout/aout64.h \
3092
 
  $(INCDIR)/aout/ar.h \
3093
 
  $(INCDIR)/aout/stab.def \
3094
 
  $(INCDIR)/aout/stab_gnu.h \
3095
 
  $(INCDIR)/bfdlink.h \
3096
 
  $(INCDIR)/filenames.h \
3097
 
  $(INCDIR)/hashtab.h \
3098
 
  aout-target.h \
3099
 
  libaout.h \
3100
 
  netbsd.h
3101
 
mach-o.lo: \
3102
 
  mach-o.c \
3103
 
  $(INCDIR)/aout/stab.def \
3104
 
  $(INCDIR)/aout/stab_gnu.h \
3105
 
  $(INCDIR)/filenames.h \
3106
 
  $(INCDIR)/hashtab.h \
3107
 
  $(INCDIR)/libiberty.h \
3108
 
  mach-o-target.c \
3109
 
  mach-o.h
3110
 
mach-o-i386.lo: \
3111
 
  mach-o-i386.c \
3112
 
  $(INCDIR)/filenames.h \
3113
 
  $(INCDIR)/hashtab.h \
3114
 
  $(INCDIR)/libiberty.h \
3115
 
  mach-o-target.c \
3116
 
  mach-o.h
3117
 
mipsbsd.lo: \
3118
 
  mipsbsd.c \
3119
 
  $(INCDIR)/aout/aout64.h \
3120
 
  $(INCDIR)/aout/ar.h \
3121
 
  $(INCDIR)/aout/stab.def \
3122
 
  $(INCDIR)/aout/stab_gnu.h \
3123
 
  $(INCDIR)/bfdlink.h \
3124
 
  $(INCDIR)/filenames.h \
3125
 
  $(INCDIR)/hashtab.h \
3126
 
  aout-target.h \
3127
 
  libaout.h
3128
 
newsos3.lo: \
3129
 
  newsos3.c \
3130
 
  $(INCDIR)/aout/aout64.h \
3131
 
  $(INCDIR)/aout/ar.h \
3132
 
  $(INCDIR)/aout/stab.def \
3133
 
  $(INCDIR)/aout/stab_gnu.h \
3134
 
  $(INCDIR)/bfdlink.h \
3135
 
  $(INCDIR)/filenames.h \
3136
 
  $(INCDIR)/hashtab.h \
3137
 
  aout-target.h \
3138
 
  libaout.h
3139
 
nlm.lo: \
3140
 
  nlm.c \
3141
 
  $(INCDIR)/filenames.h \
3142
 
  $(INCDIR)/hashtab.h \
3143
 
  $(INCDIR)/nlm/common.h \
3144
 
  $(INCDIR)/nlm/external.h \
3145
 
  $(INCDIR)/nlm/internal.h \
3146
 
  libnlm.h
3147
 
nlm32-i386.lo: \
3148
 
  nlm32-i386.c \
3149
 
  $(INCDIR)/filenames.h \
3150
 
  $(INCDIR)/hashtab.h \
3151
 
  $(INCDIR)/nlm/common.h \
3152
 
  $(INCDIR)/nlm/external.h \
3153
 
  $(INCDIR)/nlm/i386-ext.h \
3154
 
  $(INCDIR)/nlm/internal.h \
3155
 
  libnlm.h \
3156
 
  nlm-target.h \
3157
 
  nlmswap.h
3158
 
nlm32-ppc.lo: \
3159
 
  nlm32-ppc.c \
3160
 
  $(INCDIR)/filenames.h \
3161
 
  $(INCDIR)/hashtab.h \
3162
 
  $(INCDIR)/nlm/common.h \
3163
 
  $(INCDIR)/nlm/external.h \
3164
 
  $(INCDIR)/nlm/internal.h \
3165
 
  $(INCDIR)/nlm/ppc-ext.h \
3166
 
  libnlm.h \
3167
 
  nlm-target.h \
3168
 
  nlmswap.h
3169
 
nlm32-sparc.lo: \
3170
 
  nlm32-sparc.c \
3171
 
  $(INCDIR)/filenames.h \
3172
 
  $(INCDIR)/hashtab.h \
3173
 
  $(INCDIR)/nlm/common.h \
3174
 
  $(INCDIR)/nlm/external.h \
3175
 
  $(INCDIR)/nlm/internal.h \
3176
 
  $(INCDIR)/nlm/sparc32-ext.h \
3177
 
  libnlm.h \
3178
 
  nlm-target.h \
3179
 
  nlmswap.h
3180
 
nlm32.lo: \
3181
 
  nlm32.c \
3182
 
  $(INCDIR)/filenames.h \
3183
 
  $(INCDIR)/hashtab.h \
3184
 
  $(INCDIR)/nlm/common.h \
3185
 
  $(INCDIR)/nlm/external.h \
3186
 
  $(INCDIR)/nlm/internal.h \
3187
 
  libnlm.h \
3188
 
  nlmcode.h
3189
 
ns32knetbsd.lo: \
3190
 
  ns32knetbsd.c \
3191
 
  $(INCDIR)/aout/aout64.h \
3192
 
  $(INCDIR)/aout/ar.h \
3193
 
  $(INCDIR)/aout/stab.def \
3194
 
  $(INCDIR)/aout/stab_gnu.h \
3195
 
  $(INCDIR)/bfdlink.h \
3196
 
  $(INCDIR)/filenames.h \
3197
 
  $(INCDIR)/hashtab.h \
3198
 
  aout-target.h \
3199
 
  libaout.h \
3200
 
  netbsd.h
3201
 
oasys.lo: \
3202
 
  oasys.c \
3203
 
  $(INCDIR)/filenames.h \
3204
 
  $(INCDIR)/hashtab.h \
3205
 
  $(INCDIR)/oasys.h \
3206
 
  $(INCDIR)/safe-ctype.h \
3207
 
  liboasys.h
3208
 
pc532-mach.lo: \
3209
 
  pc532-mach.c \
3210
 
  $(INCDIR)/aout/aout64.h \
3211
 
  $(INCDIR)/aout/ar.h \
3212
 
  $(INCDIR)/aout/stab.def \
3213
 
  $(INCDIR)/aout/stab_gnu.h \
3214
 
  $(INCDIR)/bfdlink.h \
3215
 
  $(INCDIR)/filenames.h \
3216
 
  $(INCDIR)/hashtab.h \
3217
 
  aout-target.h \
3218
 
  libaout.h
3219
 
pdp11.lo: \
3220
 
  pdp11.c \
3221
 
  $(INCDIR)/aout/aout64.h \
3222
 
  $(INCDIR)/aout/ar.h \
3223
 
  $(INCDIR)/aout/stab.def \
3224
 
  $(INCDIR)/aout/stab_gnu.h \
3225
 
  $(INCDIR)/bfdlink.h \
3226
 
  $(INCDIR)/filenames.h \
3227
 
  $(INCDIR)/hashtab.h \
3228
 
  $(INCDIR)/safe-ctype.h \
3229
 
  aout-target.h \
3230
 
  libaout.h
3231
 
pe-arm-wince.lo: \
3232
 
  pe-arm-wince.c \
3233
 
  $(INCDIR)/bfdlink.h \
3234
 
  $(INCDIR)/coff/arm.h \
3235
 
  $(INCDIR)/coff/external.h \
3236
 
  $(INCDIR)/coff/internal.h \
3237
 
  $(INCDIR)/coff/pe.h \
3238
 
  $(INCDIR)/filenames.h \
3239
 
  $(INCDIR)/hashtab.h \
3240
 
  coff-arm.c \
3241
 
  coffcode.h \
3242
 
  libcoff.h \
3243
 
  libpei.h \
3244
 
  pe-arm.c \
3245
 
  peicode.h
3246
 
pe-arm.lo: \
3247
 
  pe-arm.c \
3248
 
  $(INCDIR)/bfdlink.h \
3249
 
  $(INCDIR)/coff/arm.h \
3250
 
  $(INCDIR)/coff/external.h \
3251
 
  $(INCDIR)/coff/internal.h \
3252
 
  $(INCDIR)/coff/pe.h \
3253
 
  $(INCDIR)/filenames.h \
3254
 
  $(INCDIR)/hashtab.h \
3255
 
  coff-arm.c \
3256
 
  coffcode.h \
3257
 
  libcoff.h \
3258
 
  libpei.h \
3259
 
  peicode.h
3260
 
pe-i386.lo: \
3261
 
  pe-i386.c \
3262
 
  $(INCDIR)/bfdlink.h \
3263
 
  $(INCDIR)/coff/external.h \
3264
 
  $(INCDIR)/coff/i386.h \
3265
 
  $(INCDIR)/coff/internal.h \
3266
 
  $(INCDIR)/coff/pe.h \
3267
 
  $(INCDIR)/filenames.h \
3268
 
  $(INCDIR)/hashtab.h \
3269
 
  coff-i386.c \
3270
 
  coffcode.h \
3271
 
  libcoff.h \
3272
 
  libpei.h \
3273
 
  peicode.h
3274
 
pe-mcore.lo: \
3275
 
  pe-mcore.c \
3276
 
  $(INCDIR)/bfdlink.h \
3277
 
  $(INCDIR)/coff/external.h \
3278
 
  $(INCDIR)/coff/internal.h \
3279
 
  $(INCDIR)/coff/mcore.h \
3280
 
  $(INCDIR)/coff/pe.h \
3281
 
  $(INCDIR)/filenames.h \
3282
 
  $(INCDIR)/hashtab.h \
3283
 
  coff-mcore.c \
3284
 
  coffcode.h \
3285
 
  libcoff.h \
3286
 
  libpei.h \
3287
 
  peicode.h
3288
 
pe-mips.lo: \
3289
 
  pe-mips.c \
3290
 
  $(INCDIR)/bfdlink.h \
3291
 
  $(INCDIR)/coff/external.h \
3292
 
  $(INCDIR)/coff/internal.h \
3293
 
  $(INCDIR)/coff/mipspe.h \
3294
 
  $(INCDIR)/coff/pe.h \
3295
 
  $(INCDIR)/filenames.h \
3296
 
  $(INCDIR)/hashtab.h \
3297
 
  coffcode.h \
3298
 
  libcoff.h \
3299
 
  libpei.h \
3300
 
  peicode.h
3301
 
pe-ppc.lo: \
3302
 
  pe-ppc.c \
3303
 
  $(INCDIR)/bfdlink.h \
3304
 
  $(INCDIR)/coff/external.h \
3305
 
  $(INCDIR)/coff/internal.h \
3306
 
  $(INCDIR)/coff/pe.h \
3307
 
  $(INCDIR)/coff/powerpc.h \
3308
 
  $(INCDIR)/filenames.h \
3309
 
  $(INCDIR)/hashtab.h \
3310
 
  coff-ppc.c \
3311
 
  coffcode.h \
3312
 
  libcoff.h \
3313
 
  libpei.h \
3314
 
  peicode.h
3315
 
pe-sh.lo: \
3316
 
  pe-sh.c \
3317
 
  $(INCDIR)/bfdlink.h \
3318
 
  $(INCDIR)/coff/external.h \
3319
 
  $(INCDIR)/coff/internal.h \
3320
 
  $(INCDIR)/coff/pe.h \
3321
 
  $(INCDIR)/coff/sh.h \
3322
 
  $(INCDIR)/filenames.h \
3323
 
  $(INCDIR)/hashtab.h \
3324
 
  $(INCDIR)/libiberty.h \
3325
 
  coff-sh.c \
3326
 
  coffcode.h \
3327
 
  libcoff.h \
3328
 
  libpei.h \
3329
 
  peicode.h
3330
 
pef.lo: \
3331
 
  pef.c \
3332
 
  $(INCDIR)/filenames.h \
3333
 
  $(INCDIR)/hashtab.h \
3334
 
  $(INCDIR)/libiberty.h \
3335
 
  $(INCDIR)/safe-ctype.h \
3336
 
  pef-traceback.h \
3337
 
  pef.h
3338
 
pei-arm-wince.lo: \
3339
 
  pei-arm-wince.c \
3340
 
  $(INCDIR)/bfdlink.h \
3341
 
  $(INCDIR)/coff/arm.h \
3342
 
  $(INCDIR)/coff/external.h \
3343
 
  $(INCDIR)/coff/internal.h \
3344
 
  $(INCDIR)/coff/pe.h \
3345
 
  $(INCDIR)/filenames.h \
3346
 
  $(INCDIR)/hashtab.h \
3347
 
  coff-arm.c \
3348
 
  coffcode.h \
3349
 
  libcoff.h \
3350
 
  libpei.h \
3351
 
  pei-arm.c \
3352
 
  peicode.h
3353
 
pei-arm.lo: \
3354
 
  pei-arm.c \
3355
 
  $(INCDIR)/bfdlink.h \
3356
 
  $(INCDIR)/coff/arm.h \
3357
 
  $(INCDIR)/coff/external.h \
3358
 
  $(INCDIR)/coff/internal.h \
3359
 
  $(INCDIR)/coff/pe.h \
3360
 
  $(INCDIR)/filenames.h \
3361
 
  $(INCDIR)/hashtab.h \
3362
 
  coff-arm.c \
3363
 
  coffcode.h \
3364
 
  libcoff.h \
3365
 
  libpei.h \
3366
 
  peicode.h
3367
 
pei-i386.lo: \
3368
 
  pei-i386.c \
3369
 
  $(INCDIR)/bfdlink.h \
3370
 
  $(INCDIR)/coff/external.h \
3371
 
  $(INCDIR)/coff/i386.h \
3372
 
  $(INCDIR)/coff/internal.h \
3373
 
  $(INCDIR)/coff/pe.h \
3374
 
  $(INCDIR)/filenames.h \
3375
 
  $(INCDIR)/hashtab.h \
3376
 
  coff-i386.c \
3377
 
  coffcode.h \
3378
 
  libcoff.h \
3379
 
  libpei.h \
3380
 
  peicode.h
3381
 
pei-mcore.lo: \
3382
 
  pei-mcore.c \
3383
 
  $(INCDIR)/bfdlink.h \
3384
 
  $(INCDIR)/coff/external.h \
3385
 
  $(INCDIR)/coff/internal.h \
3386
 
  $(INCDIR)/coff/mcore.h \
3387
 
  $(INCDIR)/coff/pe.h \
3388
 
  $(INCDIR)/filenames.h \
3389
 
  $(INCDIR)/hashtab.h \
3390
 
  coff-mcore.c \
3391
 
  coffcode.h \
3392
 
  libcoff.h \
3393
 
  libpei.h \
3394
 
  peicode.h
3395
 
pei-mips.lo: \
3396
 
  pei-mips.c \
3397
 
  $(INCDIR)/bfdlink.h \
3398
 
  $(INCDIR)/coff/external.h \
3399
 
  $(INCDIR)/coff/internal.h \
3400
 
  $(INCDIR)/coff/mipspe.h \
3401
 
  $(INCDIR)/coff/pe.h \
3402
 
  $(INCDIR)/filenames.h \
3403
 
  $(INCDIR)/hashtab.h \
3404
 
  coffcode.h \
3405
 
  libcoff.h \
3406
 
  libpei.h \
3407
 
  pe-mips.c \
3408
 
  peicode.h
3409
 
pei-ppc.lo: \
3410
 
  pei-ppc.c \
3411
 
  $(INCDIR)/bfdlink.h \
3412
 
  $(INCDIR)/coff/external.h \
3413
 
  $(INCDIR)/coff/internal.h \
3414
 
  $(INCDIR)/coff/pe.h \
3415
 
  $(INCDIR)/coff/powerpc.h \
3416
 
  $(INCDIR)/filenames.h \
3417
 
  $(INCDIR)/hashtab.h \
3418
 
  coff-ppc.c \
3419
 
  coffcode.h \
3420
 
  libcoff.h \
3421
 
  libpei.h \
3422
 
  peicode.h
3423
 
pei-sh.lo: \
3424
 
  pei-sh.c \
3425
 
  $(INCDIR)/bfdlink.h \
3426
 
  $(INCDIR)/coff/external.h \
3427
 
  $(INCDIR)/coff/internal.h \
3428
 
  $(INCDIR)/coff/pe.h \
3429
 
  $(INCDIR)/coff/sh.h \
3430
 
  $(INCDIR)/filenames.h \
3431
 
  $(INCDIR)/hashtab.h \
3432
 
  $(INCDIR)/libiberty.h \
3433
 
  coff-sh.c \
3434
 
  coffcode.h \
3435
 
  libcoff.h \
3436
 
  libpei.h \
3437
 
  peicode.h
3438
 
plugin.lo: \
3439
 
  plugin.c \
3440
 
  $(INCDIR)/filenames.h \
3441
 
  $(INCDIR)/hashtab.h \
3442
 
  $(INCDIR)/libiberty.h \
3443
 
  $(INCDIR)/plugin-api.h \
3444
 
  plugin.h
3445
 
ppcboot.lo: \
3446
 
  ppcboot.c \
3447
 
  $(INCDIR)/filenames.h \
3448
 
  $(INCDIR)/hashtab.h \
3449
 
  $(INCDIR)/safe-ctype.h
3450
 
reloc16.lo: \
3451
 
  reloc16.c \
3452
 
  $(INCDIR)/bfdlink.h \
3453
 
  $(INCDIR)/coff/internal.h \
3454
 
  $(INCDIR)/filenames.h \
3455
 
  $(INCDIR)/hashtab.h \
3456
 
  genlink.h \
3457
 
  libcoff.h
3458
 
riscix.lo: \
3459
 
  riscix.c \
3460
 
  $(INCDIR)/aout/aout64.h \
3461
 
  $(INCDIR)/aout/ar.h \
3462
 
  $(INCDIR)/aout/stab.def \
3463
 
  $(INCDIR)/aout/stab_gnu.h \
3464
 
  $(INCDIR)/bfdlink.h \
3465
 
  $(INCDIR)/filenames.h \
3466
 
  $(INCDIR)/hashtab.h \
3467
 
  aout-target.h \
3468
 
  libaout.h
3469
 
som.lo: \
3470
 
  som.c \
3471
 
  $(INCDIR)/alloca-conf.h \
3472
 
  $(INCDIR)/filenames.h
3473
 
sparclinux.lo: \
3474
 
  sparclinux.c \
3475
 
  $(INCDIR)/aout/aout64.h \
3476
 
  $(INCDIR)/aout/ar.h \
3477
 
  $(INCDIR)/aout/stab.def \
3478
 
  $(INCDIR)/aout/stab_gnu.h \
3479
 
  $(INCDIR)/bfdlink.h \
3480
 
  $(INCDIR)/filenames.h \
3481
 
  $(INCDIR)/hashtab.h \
3482
 
  aout-target.h \
3483
 
  libaout.h
3484
 
sparclynx.lo: \
3485
 
  sparclynx.c \
3486
 
  $(INCDIR)/aout/aout64.h \
3487
 
  $(INCDIR)/aout/ar.h \
3488
 
  $(INCDIR)/aout/stab.def \
3489
 
  $(INCDIR)/aout/stab_gnu.h \
3490
 
  $(INCDIR)/aout/sun4.h \
3491
 
  $(INCDIR)/bfdlink.h \
3492
 
  $(INCDIR)/filenames.h \
3493
 
  $(INCDIR)/hashtab.h \
3494
 
  aout-target.h \
3495
 
  libaout.h
3496
 
sparcnetbsd.lo: \
3497
 
  sparcnetbsd.c \
3498
 
  $(INCDIR)/aout/aout64.h \
3499
 
  $(INCDIR)/aout/ar.h \
3500
 
  $(INCDIR)/aout/stab.def \
3501
 
  $(INCDIR)/aout/stab_gnu.h \
3502
 
  $(INCDIR)/bfdlink.h \
3503
 
  $(INCDIR)/filenames.h \
3504
 
  $(INCDIR)/hashtab.h \
3505
 
  aout-target.h \
3506
 
  libaout.h \
3507
 
  netbsd.h
3508
 
sunos.lo: \
3509
 
  sunos.c \
3510
 
  $(INCDIR)/aout/aout64.h \
3511
 
  $(INCDIR)/aout/ar.h \
3512
 
  $(INCDIR)/aout/stab.def \
3513
 
  $(INCDIR)/aout/stab_gnu.h \
3514
 
  $(INCDIR)/aout/sun4.h \
3515
 
  $(INCDIR)/bfdlink.h \
3516
 
  $(INCDIR)/filenames.h \
3517
 
  $(INCDIR)/hashtab.h \
3518
 
  aout-target.h \
3519
 
  aoutf1.h \
3520
 
  libaout.h
3521
 
vax1knetbsd.lo: \
3522
 
  vax1knetbsd.c \
3523
 
  $(INCDIR)/aout/aout64.h \
3524
 
  $(INCDIR)/aout/ar.h \
3525
 
  $(INCDIR)/aout/stab.def \
3526
 
  $(INCDIR)/aout/stab_gnu.h \
3527
 
  $(INCDIR)/bfdlink.h \
3528
 
  $(INCDIR)/filenames.h \
3529
 
  $(INCDIR)/hashtab.h \
3530
 
  aout-target.h \
3531
 
  libaout.h \
3532
 
  netbsd.h
3533
 
vaxbsd.lo: \
3534
 
  vaxbsd.c \
3535
 
  $(INCDIR)/aout/aout64.h \
3536
 
  $(INCDIR)/aout/ar.h \
3537
 
  $(INCDIR)/aout/stab.def \
3538
 
  $(INCDIR)/aout/stab_gnu.h \
3539
 
  $(INCDIR)/bfdlink.h \
3540
 
  $(INCDIR)/filenames.h \
3541
 
  $(INCDIR)/hashtab.h \
3542
 
  aout-target.h \
3543
 
  libaout.h
3544
 
vaxnetbsd.lo: \
3545
 
  vaxnetbsd.c \
3546
 
  $(INCDIR)/aout/aout64.h \
3547
 
  $(INCDIR)/aout/ar.h \
3548
 
  $(INCDIR)/aout/stab.def \
3549
 
  $(INCDIR)/aout/stab_gnu.h \
3550
 
  $(INCDIR)/bfdlink.h \
3551
 
  $(INCDIR)/filenames.h \
3552
 
  $(INCDIR)/hashtab.h \
3553
 
  aout-target.h \
3554
 
  libaout.h \
3555
 
  netbsd.h
3556
 
versados.lo: \
3557
 
  versados.c \
3558
 
  $(INCDIR)/filenames.h \
3559
 
  $(INCDIR)/hashtab.h \
3560
 
  $(INCDIR)/libiberty.h
3561
 
vms-gsd.lo: \
3562
 
  vms-gsd.c \
3563
 
  $(INCDIR)/bfdlink.h \
3564
 
  $(INCDIR)/filenames.h \
3565
 
  $(INCDIR)/hashtab.h \
3566
 
  vms.h
3567
 
vms-hdr.lo: \
3568
 
  vms-hdr.c \
3569
 
  $(INCDIR)/bfdlink.h \
3570
 
  $(INCDIR)/filenames.h \
3571
 
  $(INCDIR)/hashtab.h \
3572
 
  $(INCDIR)/safe-ctype.h \
3573
 
  bfdver.h \
3574
 
  vms.h
3575
 
vms-misc.lo: \
3576
 
  vms-misc.c \
3577
 
  $(INCDIR)/bfdlink.h \
3578
 
  $(INCDIR)/filenames.h \
3579
 
  $(INCDIR)/hashtab.h \
3580
 
  vms.h
3581
 
vms-tir.lo: \
3582
 
  vms-tir.c \
3583
 
  $(INCDIR)/bfdlink.h \
3584
 
  $(INCDIR)/filenames.h \
3585
 
  $(INCDIR)/hashtab.h \
3586
 
  vms.h
3587
 
vms.lo: \
3588
 
  vms.c \
3589
 
  $(INCDIR)/bfdlink.h \
3590
 
  $(INCDIR)/filenames.h \
3591
 
  $(INCDIR)/hashtab.h \
3592
 
  vms.h
3593
 
vmsutil.lo: \
3594
 
  vmsutil.c \
3595
 
  $(INCDIR)/filenames.h \
3596
 
  vmsutil.h
3597
 
xcofflink.lo: \
3598
 
  xcofflink.c \
3599
 
  $(INCDIR)/bfdlink.h \
3600
 
  $(INCDIR)/coff/internal.h \
3601
 
  $(INCDIR)/coff/xcoff.h \
3602
 
  $(INCDIR)/filenames.h \
3603
 
  $(INCDIR)/hashtab.h \
3604
 
  $(INCDIR)/libiberty.h \
3605
 
  libcoff.h \
3606
 
  libxcoff.h
3607
 
xsym.lo: \
3608
 
  xsym.c \
3609
 
  $(INCDIR)/alloca-conf.h \
3610
 
  $(INCDIR)/filenames.h \
3611
 
  $(INCDIR)/hashtab.h \
3612
 
  xsym.h
3613
 
xtensa-isa.lo: \
3614
 
  xtensa-isa.c \
3615
 
  $(INCDIR)/filenames.h \
3616
 
  $(INCDIR)/hashtab.h \
3617
 
  $(INCDIR)/xtensa-isa-internal.h \
3618
 
  $(INCDIR)/xtensa-isa.h
3619
 
xtensa-modules.lo: \
3620
 
  xtensa-modules.c \
3621
 
  $(INCDIR)/xtensa-isa-internal.h \
3622
 
  $(INCDIR)/xtensa-isa.h
3623
 
aix5ppc-core.lo: \
3624
 
  aix5ppc-core.c \
3625
 
  $(INCDIR)/filenames.h
3626
 
aout64.lo: \
3627
 
  aout64.c \
3628
 
  $(INCDIR)/aout/aout64.h \
3629
 
  $(INCDIR)/aout/ar.h \
3630
 
  $(INCDIR)/aout/stab.def \
3631
 
  $(INCDIR)/aout/stab_gnu.h \
3632
 
  $(INCDIR)/bfdlink.h \
3633
 
  $(INCDIR)/filenames.h \
3634
 
  $(INCDIR)/hashtab.h \
3635
 
  $(INCDIR)/safe-ctype.h \
3636
 
  aoutx.h \
3637
 
  libaout.h
3638
 
coff-alpha.lo: \
3639
 
  coff-alpha.c \
3640
 
  $(INCDIR)/aout/ar.h \
3641
 
  $(INCDIR)/bfdlink.h \
3642
 
  $(INCDIR)/coff/alpha.h \
3643
 
  $(INCDIR)/coff/ecoff.h \
3644
 
  $(INCDIR)/coff/internal.h \
3645
 
  $(INCDIR)/coff/sym.h \
3646
 
  $(INCDIR)/coff/symconst.h \
3647
 
  $(INCDIR)/filenames.h \
3648
 
  $(INCDIR)/hashtab.h \
3649
 
  coffswap.h \
3650
 
  ecoffswap.h \
3651
 
  libcoff.h \
3652
 
  libecoff.h
3653
 
coff-x86_64.lo: \
3654
 
  coff-x86_64.c \
3655
 
  $(INCDIR)/bfdlink.h \
3656
 
  $(INCDIR)/coff/external.h \
3657
 
  $(INCDIR)/coff/internal.h \
3658
 
  $(INCDIR)/coff/pe.h \
3659
 
  $(INCDIR)/coff/x86_64.h \
3660
 
  $(INCDIR)/filenames.h \
3661
 
  $(INCDIR)/hashtab.h \
3662
 
  $(INCDIR)/libiberty.h \
3663
 
  coffcode.h \
3664
 
  coffswap.h \
3665
 
  libcoff.h
3666
 
coff64-rs6000.lo: \
3667
 
  coff64-rs6000.c \
3668
 
  $(INCDIR)/bfdlink.h \
3669
 
  $(INCDIR)/coff/internal.h \
3670
 
  $(INCDIR)/coff/rs6k64.h \
3671
 
  $(INCDIR)/coff/xcoff.h \
3672
 
  $(INCDIR)/filenames.h \
3673
 
  $(INCDIR)/hashtab.h \
3674
 
  coffcode.h \
3675
 
  coffswap.h \
3676
 
  libcoff.h \
3677
 
  libxcoff.h
3678
 
demo64.lo: \
3679
 
  demo64.c \
3680
 
  $(INCDIR)/aout/aout64.h \
3681
 
  $(INCDIR)/aout/ar.h \
3682
 
  $(INCDIR)/aout/stab.def \
3683
 
  $(INCDIR)/aout/stab_gnu.h \
3684
 
  $(INCDIR)/aout/sun4.h \
3685
 
  $(INCDIR)/bfdlink.h \
3686
 
  $(INCDIR)/filenames.h \
3687
 
  $(INCDIR)/hashtab.h \
3688
 
  aout-target.h \
3689
 
  aoutf1.h \
3690
 
  libaout.h
3691
 
elf32-score.lo: \
3692
 
  elf32-score.c \
3693
 
  $(INCDIR)/bfdlink.h \
3694
 
  $(INCDIR)/elf/common.h \
3695
 
  $(INCDIR)/elf/external.h \
3696
 
  $(INCDIR)/elf/internal.h \
3697
 
  $(INCDIR)/elf/reloc-macros.h \
3698
 
  $(INCDIR)/elf/score.h \
3699
 
  $(INCDIR)/filenames.h \
3700
 
  $(INCDIR)/hashtab.h \
3701
 
  $(INCDIR)/libiberty.h \
3702
 
  elf-bfd.h \
3703
 
  elf32-score.h \
3704
 
  elf32-target.h
3705
 
elf32-score7.lo: \
3706
 
  elf32-score7.c \
3707
 
  $(INCDIR)/bfdlink.h \
3708
 
  $(INCDIR)/elf/common.h \
3709
 
  $(INCDIR)/elf/external.h \
3710
 
  $(INCDIR)/elf/internal.h \
3711
 
  $(INCDIR)/elf/reloc-macros.h \
3712
 
  $(INCDIR)/elf/score.h \
3713
 
  $(INCDIR)/filenames.h \
3714
 
  $(INCDIR)/hashtab.h \
3715
 
  $(INCDIR)/libiberty.h \
3716
 
  elf-bfd.h \
3717
 
  elf32-score.h
3718
 
elf64-alpha.lo: \
3719
 
  elf64-alpha.c \
3720
 
  $(INCDIR)/aout/ar.h \
3721
 
  $(INCDIR)/bfdlink.h \
3722
 
  $(INCDIR)/coff/alpha.h \
3723
 
  $(INCDIR)/coff/ecoff.h \
3724
 
  $(INCDIR)/coff/internal.h \
3725
 
  $(INCDIR)/coff/sym.h \
3726
 
  $(INCDIR)/coff/symconst.h \
3727
 
  $(INCDIR)/elf/alpha.h \
3728
 
  $(INCDIR)/elf/common.h \
3729
 
  $(INCDIR)/elf/external.h \
3730
 
  $(INCDIR)/elf/internal.h \
3731
 
  $(INCDIR)/elf/reloc-macros.h \
3732
 
  $(INCDIR)/filenames.h \
3733
 
  $(INCDIR)/hashtab.h \
3734
 
  ecoffswap.h \
3735
 
  elf-bfd.h \
3736
 
  elf64-target.h \
3737
 
  libcoff.h \
3738
 
  libecoff.h
3739
 
elf64-gen.lo: \
3740
 
  elf64-gen.c \
3741
 
  $(INCDIR)/bfdlink.h \
3742
 
  $(INCDIR)/elf/common.h \
3743
 
  $(INCDIR)/elf/external.h \
3744
 
  $(INCDIR)/elf/internal.h \
3745
 
  $(INCDIR)/filenames.h \
3746
 
  $(INCDIR)/hashtab.h \
3747
 
  elf-bfd.h \
3748
 
  elf64-target.h
3749
 
elf64-hppa.lo: \
3750
 
  elf64-hppa.c \
3751
 
  $(INCDIR)/alloca-conf.h \
3752
 
  $(INCDIR)/bfdlink.h \
3753
 
  $(INCDIR)/elf/common.h \
3754
 
  $(INCDIR)/elf/external.h \
3755
 
  $(INCDIR)/elf/hppa.h \
3756
 
  $(INCDIR)/elf/internal.h \
3757
 
  $(INCDIR)/elf/reloc-macros.h \
3758
 
  $(INCDIR)/filenames.h \
3759
 
  $(INCDIR)/hashtab.h \
3760
 
  elf-bfd.h \
3761
 
  elf-hppa.h \
3762
 
  elf64-hppa.h \
3763
 
  elf64-target.h \
3764
 
  libhppa.h
3765
 
elf64-mips.lo: \
3766
 
  elf64-mips.c \
3767
 
  $(INCDIR)/aout/ar.h \
3768
 
  $(INCDIR)/bfdlink.h \
3769
 
  $(INCDIR)/coff/alpha.h \
3770
 
  $(INCDIR)/coff/ecoff.h \
3771
 
  $(INCDIR)/coff/internal.h \
3772
 
  $(INCDIR)/coff/sym.h \
3773
 
  $(INCDIR)/coff/symconst.h \
3774
 
  $(INCDIR)/elf/common.h \
3775
 
  $(INCDIR)/elf/external.h \
3776
 
  $(INCDIR)/elf/internal.h \
3777
 
  $(INCDIR)/elf/mips.h \
3778
 
  $(INCDIR)/elf/reloc-macros.h \
3779
 
  $(INCDIR)/filenames.h \
3780
 
  $(INCDIR)/hashtab.h \
3781
 
  ecoffswap.h \
3782
 
  elf-bfd.h \
3783
 
  elf64-target.h \
3784
 
  elfxx-mips.h \
3785
 
  genlink.h
3786
 
elf64-mmix.lo: \
3787
 
  elf64-mmix.c \
3788
 
  $(INCDIR)/bfdlink.h \
3789
 
  $(INCDIR)/elf/common.h \
3790
 
  $(INCDIR)/elf/external.h \
3791
 
  $(INCDIR)/elf/internal.h \
3792
 
  $(INCDIR)/elf/mmix.h \
3793
 
  $(INCDIR)/elf/reloc-macros.h \
3794
 
  $(INCDIR)/filenames.h \
3795
 
  $(INCDIR)/hashtab.h \
3796
 
  $(INCDIR)/opcode/mmix.h \
3797
 
  elf-bfd.h \
3798
 
  elf64-target.h
3799
 
elf64-ppc.lo: \
3800
 
  elf64-ppc.c \
3801
 
  $(INCDIR)/bfdlink.h \
3802
 
  $(INCDIR)/elf/common.h \
3803
 
  $(INCDIR)/elf/external.h \
3804
 
  $(INCDIR)/elf/internal.h \
3805
 
  $(INCDIR)/elf/ppc64.h \
3806
 
  $(INCDIR)/elf/reloc-macros.h \
3807
 
  $(INCDIR)/filenames.h \
3808
 
  $(INCDIR)/hashtab.h \
3809
 
  elf-bfd.h \
3810
 
  elf64-ppc.h \
3811
 
  elf64-target.h
3812
 
elf64-s390.lo: \
3813
 
  elf64-s390.c \
3814
 
  $(INCDIR)/bfdlink.h \
3815
 
  $(INCDIR)/elf/common.h \
3816
 
  $(INCDIR)/elf/external.h \
3817
 
  $(INCDIR)/elf/internal.h \
3818
 
  $(INCDIR)/elf/reloc-macros.h \
3819
 
  $(INCDIR)/elf/s390.h \
3820
 
  $(INCDIR)/filenames.h \
3821
 
  $(INCDIR)/hashtab.h \
3822
 
  elf-bfd.h \
3823
 
  elf64-target.h
3824
 
elf64-sh64.lo: \
3825
 
  elf64-sh64.c \
3826
 
  $(INCDIR)/bfdlink.h \
3827
 
  $(INCDIR)/elf/common.h \
3828
 
  $(INCDIR)/elf/external.h \
3829
 
  $(INCDIR)/elf/internal.h \
3830
 
  $(INCDIR)/elf/reloc-macros.h \
3831
 
  $(INCDIR)/elf/sh.h \
3832
 
  $(INCDIR)/filenames.h \
3833
 
  $(INCDIR)/hashtab.h \
3834
 
  elf-bfd.h \
3835
 
  elf64-target.h
3836
 
elf64-sparc.lo: \
3837
 
  elf64-sparc.c \
3838
 
  $(INCDIR)/bfdlink.h \
3839
 
  $(INCDIR)/elf/common.h \
3840
 
  $(INCDIR)/elf/external.h \
3841
 
  $(INCDIR)/elf/internal.h \
3842
 
  $(INCDIR)/elf/reloc-macros.h \
3843
 
  $(INCDIR)/elf/sparc.h \
3844
 
  $(INCDIR)/filenames.h \
3845
 
  $(INCDIR)/hashtab.h \
3846
 
  $(INCDIR)/opcode/sparc.h \
3847
 
  elf-bfd.h \
3848
 
  elf64-target.h \
3849
 
  elfxx-sparc.h
3850
 
elf64-x86-64.lo: \
3851
 
  elf64-x86-64.c \
3852
 
  $(INCDIR)/bfdlink.h \
3853
 
  $(INCDIR)/elf/common.h \
3854
 
  $(INCDIR)/elf/external.h \
3855
 
  $(INCDIR)/elf/internal.h \
3856
 
  $(INCDIR)/elf/reloc-macros.h \
3857
 
  $(INCDIR)/elf/x86-64.h \
3858
 
  $(INCDIR)/filenames.h \
3859
 
  $(INCDIR)/hashtab.h \
3860
 
  $(INCDIR)/objalloc.h \
3861
 
  bfd_stdint.h \
3862
 
  elf-bfd.h \
3863
 
  elf64-target.h
3864
 
elf64.lo: \
3865
 
  elf64.c \
3866
 
  $(INCDIR)/bfdlink.h \
3867
 
  $(INCDIR)/elf/common.h \
3868
 
  $(INCDIR)/elf/external.h \
3869
 
  $(INCDIR)/elf/internal.h \
3870
 
  $(INCDIR)/filenames.h \
3871
 
  $(INCDIR)/hashtab.h \
3872
 
  $(INCDIR)/libiberty.h \
3873
 
  elf-bfd.h \
3874
 
  elfcode.h \
3875
 
  elfcore.h
3876
 
elfn32-mips.lo: \
3877
 
  elfn32-mips.c \
3878
 
  $(INCDIR)/bfdlink.h \
3879
 
  $(INCDIR)/coff/ecoff.h \
3880
 
  $(INCDIR)/coff/external.h \
3881
 
  $(INCDIR)/coff/internal.h \
3882
 
  $(INCDIR)/coff/mips.h \
3883
 
  $(INCDIR)/coff/sym.h \
3884
 
  $(INCDIR)/coff/symconst.h \
3885
 
  $(INCDIR)/elf/common.h \
3886
 
  $(INCDIR)/elf/external.h \
3887
 
  $(INCDIR)/elf/internal.h \
3888
 
  $(INCDIR)/elf/mips.h \
3889
 
  $(INCDIR)/elf/reloc-macros.h \
3890
 
  $(INCDIR)/filenames.h \
3891
 
  $(INCDIR)/hashtab.h \
3892
 
  ecoffswap.h \
3893
 
  elf-bfd.h \
3894
 
  elf32-target.h \
3895
 
  elfxx-mips.h \
3896
 
  genlink.h
3897
 
mmo.lo: \
3898
 
  mmo.c \
3899
 
  $(INCDIR)/elf/mmix.h \
3900
 
  $(INCDIR)/elf/reloc-macros.h \
3901
 
  $(INCDIR)/filenames.h \
3902
 
  $(INCDIR)/hashtab.h \
3903
 
  $(INCDIR)/libiberty.h \
3904
 
  $(INCDIR)/opcode/mmix.h
3905
 
nlm32-alpha.lo: \
3906
 
  nlm32-alpha.c \
3907
 
  $(INCDIR)/filenames.h \
3908
 
  $(INCDIR)/hashtab.h \
3909
 
  $(INCDIR)/nlm/alpha-ext.h \
3910
 
  $(INCDIR)/nlm/common.h \
3911
 
  $(INCDIR)/nlm/external.h \
3912
 
  $(INCDIR)/nlm/internal.h \
3913
 
  libnlm.h \
3914
 
  nlm-target.h \
3915
 
  nlmswap.h
3916
 
nlm64.lo: \
3917
 
  nlm64.c \
3918
 
  $(INCDIR)/filenames.h \
3919
 
  $(INCDIR)/hashtab.h \
3920
 
  $(INCDIR)/nlm/common.h \
3921
 
  $(INCDIR)/nlm/external.h \
3922
 
  $(INCDIR)/nlm/internal.h \
3923
 
  libnlm.h \
3924
 
  nlmcode.h
3925
 
pe-x86_64.lo: \
3926
 
  pe-x86_64.c \
3927
 
  $(INCDIR)/bfdlink.h \
3928
 
  $(INCDIR)/coff/external.h \
3929
 
  $(INCDIR)/coff/internal.h \
3930
 
  $(INCDIR)/coff/pe.h \
3931
 
  $(INCDIR)/coff/x86_64.h \
3932
 
  $(INCDIR)/filenames.h \
3933
 
  $(INCDIR)/hashtab.h \
3934
 
  $(INCDIR)/libiberty.h \
3935
 
  coff-x86_64.c \
3936
 
  coffcode.h \
3937
 
  libcoff.h \
3938
 
  libpei.h \
3939
 
  peicode.h
3940
 
pei-ia64.lo: \
3941
 
  pei-ia64.c \
3942
 
  $(INCDIR)/bfdlink.h \
3943
 
  $(INCDIR)/coff/external.h \
3944
 
  $(INCDIR)/coff/ia64.h \
3945
 
  $(INCDIR)/coff/internal.h \
3946
 
  $(INCDIR)/coff/pe.h \
3947
 
  $(INCDIR)/filenames.h \
3948
 
  $(INCDIR)/hashtab.h \
3949
 
  coff-ia64.c \
3950
 
  coffcode.h \
3951
 
  libcoff.h \
3952
 
  libpei.h \
3953
 
  peicode.h
3954
 
pei-x86_64.lo: \
3955
 
  pei-x86_64.c \
3956
 
  $(INCDIR)/bfdlink.h \
3957
 
  $(INCDIR)/coff/external.h \
3958
 
  $(INCDIR)/coff/internal.h \
3959
 
  $(INCDIR)/coff/pe.h \
3960
 
  $(INCDIR)/coff/x86_64.h \
3961
 
  $(INCDIR)/filenames.h \
3962
 
  $(INCDIR)/hashtab.h \
3963
 
  $(INCDIR)/libiberty.h \
3964
 
  coff-x86_64.c \
3965
 
  coffcode.h \
3966
 
  libcoff.h \
3967
 
  libpei.h \
3968
 
  peicode.h
3969
 
aix386-core.lo: \
3970
 
  aix386-core.c \
3971
 
  $(INCDIR)/bfdlink.h \
3972
 
  $(INCDIR)/coff/external.h \
3973
 
  $(INCDIR)/coff/i386.h \
3974
 
  $(INCDIR)/coff/internal.h \
3975
 
  $(INCDIR)/filenames.h \
3976
 
  $(INCDIR)/hashtab.h \
3977
 
  libcoff.h
3978
 
cisco-core.lo: \
3979
 
  cisco-core.c \
3980
 
  $(INCDIR)/filenames.h \
3981
 
  $(INCDIR)/hashtab.h
3982
 
hpux-core.lo: \
3983
 
  hpux-core.c \
3984
 
  $(INCDIR)/filenames.h \
3985
 
  $(INCDIR)/hashtab.h
3986
 
irix-core.lo: \
3987
 
  irix-core.c \
3988
 
  $(INCDIR)/filenames.h \
3989
 
  $(INCDIR)/hashtab.h
3990
 
lynx-core.lo: \
3991
 
  lynx-core.c \
3992
 
  $(INCDIR)/filenames.h \
3993
 
  $(INCDIR)/hashtab.h
3994
 
osf-core.lo: \
3995
 
  osf-core.c \
3996
 
  $(INCDIR)/filenames.h \
3997
 
  $(INCDIR)/hashtab.h
3998
 
sco5-core.lo: \
3999
 
  sco5-core.c \
4000
 
  $(INCDIR)/bfdlink.h \
4001
 
  $(INCDIR)/filenames.h \
4002
 
  $(INCDIR)/hashtab.h \
4003
 
  libaout.h
4004
 
trad-core.lo: \
4005
 
  trad-core.c \
4006
 
  $(INCDIR)/bfdlink.h \
4007
 
  $(INCDIR)/filenames.h \
4008
 
  $(INCDIR)/hashtab.h \
4009
 
  libaout.h
4010
 
elf32-ia64.lo: \
4011
 
  elf32-ia64.c \
4012
 
  $(INCDIR)/bfdlink.h \
4013
 
  $(INCDIR)/elf/common.h \
4014
 
  $(INCDIR)/elf/external.h \
4015
 
  $(INCDIR)/elf/ia64.h \
4016
 
  $(INCDIR)/elf/internal.h \
4017
 
  $(INCDIR)/elf/reloc-macros.h \
4018
 
  $(INCDIR)/filenames.h \
4019
 
  $(INCDIR)/hashtab.h \
4020
 
  $(INCDIR)/objalloc.h \
4021
 
  $(INCDIR)/opcode/ia64.h \
4022
 
  elf-bfd.h \
4023
 
  elf32-target.h
4024
 
elf64-ia64.lo: \
4025
 
  elf64-ia64.c \
4026
 
  $(INCDIR)/bfdlink.h \
4027
 
  $(INCDIR)/elf/common.h \
4028
 
  $(INCDIR)/elf/external.h \
4029
 
  $(INCDIR)/elf/ia64.h \
4030
 
  $(INCDIR)/elf/internal.h \
4031
 
  $(INCDIR)/elf/reloc-macros.h \
4032
 
  $(INCDIR)/filenames.h \
4033
 
  $(INCDIR)/hashtab.h \
4034
 
  $(INCDIR)/objalloc.h \
4035
 
  $(INCDIR)/opcode/ia64.h \
4036
 
  elf-bfd.h \
4037
 
  elf64-target.h
4038
 
peigen.lo: \
4039
 
  peigen.c \
4040
 
  $(INCDIR)/bfdlink.h \
4041
 
  $(INCDIR)/coff/external.h \
4042
 
  $(INCDIR)/coff/i386.h \
4043
 
  $(INCDIR)/coff/internal.h \
4044
 
  $(INCDIR)/coff/pe.h \
4045
 
  $(INCDIR)/filenames.h \
4046
 
  $(INCDIR)/hashtab.h \
4047
 
  libcoff.h \
4048
 
  libpei.h
4049
 
pepigen.lo: \
4050
 
  pepigen.c \
4051
 
  $(INCDIR)/bfdlink.h \
4052
 
  $(INCDIR)/coff/external.h \
4053
 
  $(INCDIR)/coff/ia64.h \
4054
 
  $(INCDIR)/coff/internal.h \
4055
 
  $(INCDIR)/coff/pe.h \
4056
 
  $(INCDIR)/filenames.h \
4057
 
  $(INCDIR)/hashtab.h \
4058
 
  libcoff.h \
4059
 
  libpei.h
4060
 
pex64igen.lo: \
4061
 
  pex64igen.c \
4062
 
  $(INCDIR)/bfdlink.h \
4063
 
  $(INCDIR)/coff/external.h \
4064
 
  $(INCDIR)/coff/internal.h \
4065
 
  $(INCDIR)/coff/pe.h \
4066
 
  $(INCDIR)/coff/x86_64.h \
4067
 
  $(INCDIR)/filenames.h \
4068
 
  $(INCDIR)/hashtab.h \
4069
 
  libcoff.h \
4070
 
  libpei.h
4071
 
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY