bfd/
[external/binutils.git] / bfd / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub README \
42         ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
43         $(top_srcdir)/configure $(am__configure_deps) \
44         $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
45         $(srcdir)/bfd-in2.h $(top_srcdir)/po/Make-in \
46         $(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
47         $(srcdir)/../config.sub
48 subdir = .
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
51         $(top_srcdir)/../config/depstand.m4 \
52         $(top_srcdir)/../config/extensions.m4 \
53         $(top_srcdir)/../config/gettext-sister.m4 \
54         $(top_srcdir)/../config/lead-dot.m4 \
55         $(top_srcdir)/../config/nls.m4 \
56         $(top_srcdir)/../config/override.m4 \
57         $(top_srcdir)/../config/plugins.m4 \
58         $(top_srcdir)/../config/po.m4 \
59         $(top_srcdir)/../config/proginstall.m4 \
60         $(top_srcdir)/../config/progtest.m4 \
61         $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \
62         $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
63         $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
64         $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
65         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69  configure.lineno configure.status.lineno
70 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
73 LIBRARIES = $(noinst_LIBRARIES)
74 ARFLAGS = cru
75 libbfd_a_AR = $(AR) $(ARFLAGS)
76 libbfd_a_LIBADD =
77 am_libbfd_a_OBJECTS =
78 libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82     *) f=$$p;; \
83   esac;
84 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
85 am__installdirs = "$(DESTDIR)$(bfdlibdir)"
86 bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
87 LTLIBRARIES = $(bfdlib_LTLIBRARIES)
88 am__DEPENDENCIES_1 =
89 am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
90         cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
91         opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
92         linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
93         stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo \
94         verilog.lo
95 am_libbfd_la_OBJECTS = $(am__objects_1)
96 libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
97 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
98 depcomp =
99 am__depfiles_maybe =
100 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
103         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104         $(AM_CFLAGS) $(CFLAGS)
105 CCLD = $(CC)
106 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107         $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
109 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110         html-recursive info-recursive install-data-recursive \
111         install-exec-recursive install-info-recursive \
112         install-recursive installcheck-recursive installdirs-recursive \
113         pdf-recursive ps-recursive uninstall-info-recursive \
114         uninstall-recursive
115 ETAGS = etags
116 CTAGS = ctags
117 DIST_SUBDIRS = $(SUBDIRS)
118 ACLOCAL = @ACLOCAL@
119 AMDEP_FALSE = @AMDEP_FALSE@
120 AMDEP_TRUE = @AMDEP_TRUE@
121 AMTAR = @AMTAR@
122 AR = @AR@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
128 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
129 BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
130 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
131 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
132 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
133 CATALOGS = @CATALOGS@
134 CATOBJEXT = @CATOBJEXT@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CC_FOR_BUILD = @CC_FOR_BUILD@
138 CFLAGS = @CFLAGS@
139 COREFILE = @COREFILE@
140 COREFLAG = @COREFLAG@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DATADIRNAME = @DATADIRNAME@
145 DEBUGDIR = @DEBUGDIR@
146 DEFS = @DEFS@
147 DEPDIR = @DEPDIR@
148 DSYMUTIL = @DSYMUTIL@
149 DUMPBIN = @DUMPBIN@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
156 FGREP = @FGREP@
157 GENCAT = @GENCAT@
158 GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
159 GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
160 GMSGFMT = @GMSGFMT@
161 GREP = @GREP@
162 HDEFINES = @HDEFINES@
163 INCINTL = @INCINTL@
164 INSTALL_DATA = @INSTALL_DATA@
165 INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
166 INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 INSTOBJEXT = @INSTOBJEXT@
171 LD = @LD@
172 LDFLAGS = @LDFLAGS@
173 LIBINTL = @LIBINTL@
174 LIBINTL_DEP = @LIBINTL_DEP@
175 LIBM = @LIBM@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIBTOOL = @LIBTOOL@
179 LIPO = @LIPO@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAINT = @MAINT@
183 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
184 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
185 MAKEINFO = @MAKEINFO@
186 MKINSTALLDIRS = @MKINSTALLDIRS@
187 MSGFMT = @MSGFMT@
188 MSGMERGE = @MSGMERGE@
189 NM = @NM@
190 NMEDIT = @NMEDIT@
191 NO_WERROR = @NO_WERROR@
192 OBJDUMP = @OBJDUMP@
193 OBJEXT = @OBJEXT@
194 OTOOL = @OTOOL@
195 OTOOL64 = @OTOOL64@
196 PACKAGE = @PACKAGE@
197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198 PACKAGE_NAME = @PACKAGE_NAME@
199 PACKAGE_STRING = @PACKAGE_STRING@
200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
201 PACKAGE_VERSION = @PACKAGE_VERSION@
202 PATH_SEPARATOR = @PATH_SEPARATOR@
203 PKGVERSION = @PKGVERSION@
204 PLUGINS_FALSE = @PLUGINS_FALSE@
205 PLUGINS_TRUE = @PLUGINS_TRUE@
206 POSUB = @POSUB@
207 RANLIB = @RANLIB@
208 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
209 REPORT_BUGS_TO = @REPORT_BUGS_TO@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHARED_LDFLAGS = @SHARED_LDFLAGS@
213 SHARED_LIBADD = @SHARED_LIBADD@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 TDEFINES = @TDEFINES@
217 USE_NLS = @USE_NLS@
218 VERSION = @VERSION@
219 WARN_CFLAGS = @WARN_CFLAGS@
220 XGETTEXT = @XGETTEXT@
221 ac_ct_AR = @ac_ct_AR@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
224 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225 ac_ct_LIPO = @ac_ct_LIPO@
226 ac_ct_NMEDIT = @ac_ct_NMEDIT@
227 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
228 ac_ct_OTOOL = @ac_ct_OTOOL@
229 ac_ct_OTOOL64 = @ac_ct_OTOOL64@
230 ac_ct_RANLIB = @ac_ct_RANLIB@
231 ac_ct_STRIP = @ac_ct_STRIP@
232 all_backends = @all_backends@
233 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
234 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
235 am__include = @am__include@
236 am__leading_dot = @am__leading_dot@
237 am__quote = @am__quote@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bfd64_libs = @bfd64_libs@
241 bfd_backends = @bfd_backends@
242 bfd_default_target_size = @bfd_default_target_size@
243 bfd_file_ptr = @bfd_file_ptr@
244 bfd_machines = @bfd_machines@
245 bfd_ufile_ptr = @bfd_ufile_ptr@
246 bfdincludedir = @bfdincludedir@
247 bfdlibdir = @bfdlibdir@
248 bindir = @bindir@
249 build = @build@
250 build_alias = @build_alias@
251 build_cpu = @build_cpu@
252 build_os = @build_os@
253 build_vendor = @build_vendor@
254 datadir = @datadir@
255 datarootdir = @datarootdir@
256 docdir = @docdir@
257 exec_prefix = @exec_prefix@
258 host = @host@
259 host_alias = @host_alias@
260 host_cpu = @host_cpu@
261 host_noncanonical = @host_noncanonical@
262 host_os = @host_os@
263 host_vendor = @host_vendor@
264 htmldir = @htmldir@
265 includedir = @includedir@
266 infodir = @infodir@
267 install_sh = @install_sh@
268 libdir = @libdir@
269 libexecdir = @libexecdir@
270 localstatedir = @localstatedir@
271 lt_ECHO = @lt_ECHO@
272 mandir = @mandir@
273 mkdir_p = @mkdir_p@
274 oldincludedir = @oldincludedir@
275 pdfdir = @pdfdir@
276 prefix = @prefix@
277 program_transform_name = @program_transform_name@
278 sbindir = @sbindir@
279 sharedstatedir = @sharedstatedir@
280 supports_plugins = @supports_plugins@
281 sysconfdir = @sysconfdir@
282 target = @target@
283 target_alias = @target_alias@
284 target_cpu = @target_cpu@
285 target_noncanonical = @target_noncanonical@
286 target_os = @target_os@
287 target_vendor = @target_vendor@
288 tdefaults = @tdefaults@
289 wordsize = @wordsize@
290 AUTOMAKE_OPTIONS = 1.9 cygnus
291 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
292
293 # Uncomment the following line when doing a release.
294 # RELEASE=y
295 INCDIR = $(srcdir)/../include
296 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
297 MKDEP = gcc -MM
298 SUBDIRS = doc po
299 bfddocdir = doc
300 bfdlib_LTLIBRARIES = libbfd.la
301 AM_CFLAGS = $(WARN_CFLAGS)
302 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
303 @PLUGINS_TRUE@LIBDL = -ldl
304
305 # bfd.h goes here, for now
306 BFD_H = bfd.h
307
308 # Jim Kingdon notes:
309 # Writing S-records should be included in all (or at least most)
310 # *-*-coff, *-*-aout, etc., configurations, because people will want to
311 # be able to use objcopy to create S-records.  (S-records are not useful
312 # for the debugger, so if you are downloading things as S-records you
313 # need two copies of the executable, one to download and one for the
314 # debugger).
315 BFD32_LIBS = \
316         archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
317         cache.lo coffgen.lo corefile.lo \
318         format.lo init.lo libbfd.lo opncls.lo reloc.lo \
319         section.lo syms.lo targets.lo hash.lo linker.lo \
320         srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
321         merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
322
323 BFD64_LIBS = archive64.lo
324 BFD32_LIBS_CFILES = \
325         archive.c archures.c bfd.c bfdio.c bfdwin.c \
326         cache.c coffgen.c corefile.c \
327         format.c init.c libbfd.c opncls.c reloc.c \
328         section.c syms.c targets.c hash.c linker.c \
329         srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
330         merge.c dwarf2.c simple.c compress.c verilog.c
331
332 BFD64_LIBS_CFILES = archive64.c
333
334 # This list is alphabetized to make it easier to keep in sync
335 # with the decls and initializer in archures.c.
336 ALL_MACHINES = \
337         cpu-alpha.lo \
338         cpu-arc.lo \
339         cpu-arm.lo \
340         cpu-avr.lo \
341         cpu-bfin.lo \
342         cpu-cr16.lo \
343         cpu-cr16c.lo \
344         cpu-cris.lo \
345         cpu-crx.lo \
346         cpu-d10v.lo \
347         cpu-d30v.lo \
348         cpu-dlx.lo \
349         cpu-fr30.lo \
350         cpu-frv.lo \
351         cpu-h8300.lo \
352         cpu-h8500.lo \
353         cpu-hppa.lo \
354         cpu-i370.lo \
355         cpu-i386.lo \
356         cpu-l1om.lo \
357         cpu-i860.lo \
358         cpu-i960.lo \
359         cpu-ia64.lo \
360         cpu-ip2k.lo \
361         cpu-iq2000.lo \
362         cpu-lm32.lo \
363         cpu-m10200.lo \
364         cpu-m10300.lo \
365         cpu-m32c.lo \
366         cpu-m32r.lo \
367         cpu-m68hc11.lo \
368         cpu-m68hc12.lo \
369         cpu-m68k.lo \
370         cpu-m88k.lo \
371         cpu-maxq.lo \
372         cpu-mcore.lo \
373         cpu-mep.lo \
374         cpu-mips.lo \
375         cpu-mmix.lo \
376         cpu-moxie.lo \
377         cpu-msp430.lo \
378         cpu-mt.lo \
379         cpu-ns32k.lo \
380         cpu-openrisc.lo \
381         cpu-or32.lo \
382         cpu-pdp11.lo \
383         cpu-pj.lo \
384         cpu-plugin.lo \
385         cpu-powerpc.lo \
386         cpu-rs6000.lo \
387         cpu-s390.lo \
388         cpu-score.lo \
389         cpu-sh.lo \
390         cpu-sparc.lo \
391         cpu-spu.lo \
392         cpu-tic30.lo \
393         cpu-tic4x.lo \
394         cpu-tic54x.lo \
395         cpu-tic80.lo \
396         cpu-v850.lo \
397         cpu-vax.lo \
398         cpu-w65.lo \
399         cpu-we32k.lo \
400         cpu-xc16x.lo \
401         cpu-xstormy16.lo \
402         cpu-xtensa.lo \
403         cpu-z80.lo \
404         cpu-z8k.lo
405
406 ALL_MACHINES_CFILES = \
407         cpu-alpha.c \
408         cpu-arc.c \
409         cpu-arm.c \
410         cpu-avr.c \
411         cpu-bfin.c \
412         cpu-cr16.c \
413         cpu-cr16c.c \
414         cpu-cris.c \
415         cpu-crx.c \
416         cpu-d10v.c \
417         cpu-d30v.c \
418         cpu-dlx.c \
419         cpu-fr30.c \
420         cpu-frv.c \
421         cpu-h8300.c \
422         cpu-h8500.c \
423         cpu-hppa.c \
424         cpu-i370.c \
425         cpu-i386.c \
426         cpu-l1om.c \
427         cpu-i860.c \
428         cpu-i960.c \
429         cpu-ia64.c \
430         cpu-ip2k.c \
431         cpu-iq2000.c \
432         cpu-lm32.c \
433         cpu-m10200.c \
434         cpu-m10300.c \
435         cpu-m32c.c \
436         cpu-m32r.c \
437         cpu-m68hc11.c \
438         cpu-m68hc12.c \
439         cpu-m68k.c \
440         cpu-m88k.c \
441         cpu-maxq.c \
442         cpu-mcore.c \
443         cpu-mep.c \
444         cpu-mips.c \
445         cpu-mmix.c \
446         cpu-moxie.c \
447         cpu-msp430.c \
448         cpu-mt.c \
449         cpu-ns32k.c \
450         cpu-openrisc.c \
451         cpu-or32.c \
452         cpu-pdp11.c \
453         cpu-pj.c \
454         cpu-plugin.c \
455         cpu-powerpc.c \
456         cpu-rs6000.c \
457         cpu-s390.c \
458         cpu-score.c \
459         cpu-sh.c \
460         cpu-sparc.c \
461         cpu-spu.c \
462         cpu-tic30.c \
463         cpu-tic4x.c \
464         cpu-tic54x.c \
465         cpu-tic80.c \
466         cpu-v850.c \
467         cpu-vax.c \
468         cpu-w65.c \
469         cpu-we32k.c \
470         cpu-xc16x.c \
471         cpu-xstormy16.c \
472         cpu-xtensa.c \
473         cpu-z80.c \
474         cpu-z8k.c
475
476
477 # The .o files needed by all of the 32 bit vectors that are configured into
478 # target_vector in targets.c if configured with --enable-targets=all.
479 BFD32_BACKENDS = \
480         aout-adobe.lo \
481         aout-arm.lo \
482         aout-cris.lo \
483         aout-ns32k.lo \
484         aout-sparcle.lo \
485         aout-tic30.lo \
486         aout0.lo \
487         aout32.lo \
488         armnetbsd.lo \
489         bout.lo \
490         cf-i386lynx.lo \
491         cf-sparclynx.lo \
492         coff-apollo.lo \
493         coff-arm.lo \
494         coff-aux.lo \
495         coff-go32.lo \
496         coff-h8300.lo \
497         coff-h8500.lo \
498         coff-i386.lo \
499         coff-i860.lo \
500         coff-i960.lo \
501         coff-m68k.lo \
502         coff-m88k.lo \
503         coff-maxq.lo \
504         coff-mips.lo \
505         coff-or32.lo \
506         coff-rs6000.lo \
507         coff-sh.lo \
508         coff-sparc.lo \
509         coff-stgo32.lo \
510         coff-svm68k.lo \
511         coff-tic30.lo \
512         coff-tic4x.lo \
513         coff-tic54x.lo \
514         coff-tic80.lo \
515         coff-u68k.lo \
516         coff-w65.lo \
517         coff-we32k.lo \
518         coff-z80.lo \
519         coff-z8k.lo \
520         cofflink.lo \
521         dwarf1.lo \
522         ecoff.lo \
523         ecofflink.lo \
524         elf-attrs.lo \
525         elf-eh-frame.lo \
526         elf-ifunc.lo \
527         elf-m10200.lo \
528         elf-m10300.lo \
529         elf-strtab.lo \
530         elf-vxworks.lo \
531         elf.lo \
532         elf32-am33lin.lo \
533         elf32-arc.lo \
534         elf32-arm.lo \
535         elf32-avr.lo \
536         elf32-bfin.lo \
537         elf32-cr16.lo \
538         elf32-cr16c.lo \
539         elf32-cris.lo \
540         elf32-crx.lo \
541         elf32-d10v.lo \
542         elf32-d30v.lo \
543         elf32-dlx.lo \
544         elf32-fr30.lo \
545         elf32-frv.lo \
546         elf32-gen.lo \
547         elf32-h8300.lo \
548         elf32-hppa.lo \
549         elf32-i370.lo \
550         elf32-i386.lo \
551         elf32-i860.lo \
552         elf32-i960.lo \
553         elf32-ip2k.lo \
554         elf32-iq2000.lo \
555         elf32-lm32.lo \
556         elf32-m32c.lo \
557         elf32-m32r.lo \
558         elf32-m68hc11.lo \
559         elf32-m68hc12.lo \
560         elf32-m68hc1x.lo \
561         elf32-m68k.lo \
562         elf32-m88k.lo \
563         elf32-mcore.lo \
564         elf32-mep.lo \
565         elf32-mips.lo \
566         elf32-moxie.lo \
567         elf32-msp430.lo \
568         elf32-mt.lo \
569         elf32-openrisc.lo \
570         elf32-or32.lo \
571         elf32-pj.lo \
572         elf32-ppc.lo \
573         elf32-s390.lo \
574         elf32-sh-symbian.lo \
575         elf32-sh.lo \
576         elf32-sh64-com.lo \
577         elf32-sh64.lo \
578         elf32-sparc.lo \
579         elf32-spu.lo \
580         elf32-v850.lo \
581         elf32-vax.lo \
582         elf32-xc16x.lo \
583         elf32-xstormy16.lo \
584         elf32-xtensa.lo \
585         elf32.lo \
586         elflink.lo \
587         elfxx-mips.lo \
588         elfxx-sparc.lo \
589         epoc-pe-arm.lo \
590         epoc-pei-arm.lo \
591         hp300bsd.lo \
592         hp300hpux.lo \
593         i386aout.lo \
594         i386bsd.lo \
595         i386dynix.lo \
596         i386freebsd.lo \
597         i386linux.lo \
598         i386lynx.lo \
599         i386mach3.lo \
600         i386msdos.lo \
601         i386netbsd.lo \
602         i386os9k.lo \
603         ieee.lo \
604         m68k4knetbsd.lo \
605         m68klinux.lo \
606         m68knetbsd.lo \
607         m88kmach3.lo \
608         m88kopenbsd.lo \
609         mach-o.lo \
610         mach-o-i386.lo \
611         mipsbsd.lo \
612         newsos3.lo \
613         nlm.lo \
614         nlm32-i386.lo \
615         nlm32-ppc.lo \
616         nlm32-sparc.lo \
617         nlm32.lo \
618         ns32knetbsd.lo \
619         oasys.lo \
620         pc532-mach.lo \
621         pdp11.lo \
622         pe-arm-wince.lo \
623         pe-arm.lo \
624         pe-i386.lo \
625         pe-mcore.lo \
626         pe-mips.lo \
627         pe-ppc.lo \
628         pe-sh.lo \
629         pef.lo \
630         pei-arm-wince.lo \
631         pei-arm.lo \
632         pei-i386.lo \
633         pei-mcore.lo \
634         pei-mips.lo \
635         pei-ppc.lo \
636         pei-sh.lo \
637         peigen.lo \
638         plugin.lo \
639         ppcboot.lo \
640         reloc16.lo \
641         riscix.lo \
642         som.lo \
643         sparclinux.lo \
644         sparclynx.lo \
645         sparcnetbsd.lo \
646         sunos.lo \
647         vax1knetbsd.lo \
648         vaxbsd.lo \
649         vaxnetbsd.lo \
650         versados.lo \
651         vms-gsd.lo \
652         vms-hdr.lo \
653         vms-misc.lo \
654         vms-tir.lo \
655         vms.lo \
656         vmsutil.lo \
657         xcofflink.lo \
658         xsym.lo \
659         xtensa-isa.lo \
660         xtensa-modules.lo
661
662 BFD32_BACKENDS_CFILES = \
663         aout-adobe.c \
664         aout-arm.c \
665         aout-cris.c \
666         aout-ns32k.c \
667         aout-sparcle.c \
668         aout-tic30.c \
669         aout0.c \
670         aout32.c \
671         armnetbsd.c \
672         bout.c \
673         cf-i386lynx.c \
674         cf-sparclynx.c \
675         coff-apollo.c \
676         coff-arm.c \
677         coff-aux.c \
678         coff-go32.c \
679         coff-h8300.c \
680         coff-h8500.c \
681         coff-i386.c \
682         coff-i860.c \
683         coff-i960.c \
684         coff-m68k.c \
685         coff-m88k.c \
686         coff-maxq.c \
687         coff-mips.c \
688         coff-or32.c \
689         coff-rs6000.c \
690         coff-sh.c \
691         coff-sparc.c \
692         coff-stgo32.c \
693         coff-svm68k.c \
694         coff-tic30.c \
695         coff-tic4x.c \
696         coff-tic54x.c \
697         coff-tic80.c \
698         coff-u68k.c \
699         coff-w65.c \
700         coff-we32k.c \
701         coff-z80.c \
702         coff-z8k.c \
703         cofflink.c \
704         dwarf1.c \
705         ecoff.c \
706         ecofflink.c \
707         elf-attrs.c \
708         elf-eh-frame.c \
709         elf-ifunc.c \
710         elf-m10200.c \
711         elf-m10300.c \
712         elf-strtab.c \
713         elf-vxworks.c \
714         elf.c \
715         elf32-am33lin.c \
716         elf32-arc.c \
717         elf32-arm.c \
718         elf32-avr.c \
719         elf32-bfin.c \
720         elf32-cr16.c \
721         elf32-cr16c.c \
722         elf32-cris.c \
723         elf32-crx.c \
724         elf32-d10v.c \
725         elf32-d30v.c \
726         elf32-dlx.c \
727         elf32-fr30.c \
728         elf32-frv.c \
729         elf32-gen.c \
730         elf32-h8300.c \
731         elf32-hppa.c \
732         elf32-i370.c \
733         elf32-i386.c \
734         elf32-i860.c \
735         elf32-i960.c \
736         elf32-ip2k.c \
737         elf32-iq2000.c \
738         elf32-lm32.c \
739         elf32-m32c.c \
740         elf32-m32r.c \
741         elf32-m68hc11.c \
742         elf32-m68hc12.c \
743         elf32-m68hc1x.c \
744         elf32-m68k.c \
745         elf32-m88k.c \
746         elf32-mcore.c \
747         elf32-mep.c \
748         elf32-mips.c \
749         elf32-moxie.c \
750         elf32-msp430.c \
751         elf32-mt.c \
752         elf32-openrisc.c \
753         elf32-or32.c \
754         elf32-pj.c \
755         elf32-ppc.c \
756         elf32-s390.c \
757         elf32-sh-symbian.c \
758         elf32-sh.c \
759         elf32-sh64-com.c \
760         elf32-sh64.c \
761         elf32-sparc.c \
762         elf32-spu.c \
763         elf32-v850.c \
764         elf32-vax.c \
765         elf32-xc16x.c \
766         elf32-xstormy16.c \
767         elf32-xtensa.c \
768         elf32.c \
769         elflink.c \
770         elfxx-mips.c \
771         elfxx-sparc.c \
772         epoc-pe-arm.c \
773         epoc-pei-arm.c \
774         hp300bsd.c \
775         hp300hpux.c \
776         i386aout.c \
777         i386bsd.c \
778         i386dynix.c \
779         i386freebsd.c \
780         i386linux.c \
781         i386lynx.c \
782         i386mach3.c \
783         i386msdos.c \
784         i386netbsd.c \
785         i386os9k.c \
786         ieee.c \
787         m68k4knetbsd.c \
788         m68klinux.c \
789         m68knetbsd.c \
790         m88kmach3.c \
791         m88kopenbsd.c \
792         mach-o.c \
793         mach-o-i386.c \
794         mipsbsd.c \
795         newsos3.c \
796         nlm.c \
797         nlm32-i386.c \
798         nlm32-ppc.c \
799         nlm32-sparc.c \
800         nlm32.c \
801         ns32knetbsd.c \
802         oasys.c \
803         pc532-mach.c \
804         pdp11.c \
805         pe-arm-wince.c \
806         pe-arm.c \
807         pe-i386.c \
808         pe-mcore.c \
809         pe-mips.c \
810         pe-ppc.c \
811         pe-sh.c \
812         pef.c \
813         pei-arm-wince.c \
814         pei-arm.c \
815         pei-i386.c \
816         pei-mcore.c \
817         pei-mips.c \
818         pei-ppc.c \
819         pei-sh.c \
820         plugin.c \
821         ppcboot.c \
822         reloc16.c \
823         riscix.c \
824         som.c \
825         sparclinux.c \
826         sparclynx.c \
827         sparcnetbsd.c \
828         sunos.c \
829         vax1knetbsd.c \
830         vaxbsd.c \
831         vaxnetbsd.c \
832         versados.c \
833         vms-gsd.c \
834         vms-hdr.c \
835         vms-misc.c \
836         vms-tir.c \
837         vms.c \
838         vmsutil.c \
839         xcofflink.c \
840         xsym.c \
841         xtensa-isa.c \
842         xtensa-modules.c
843
844
845 # The .o files needed by all of the 64 bit vectors that are configured into
846 # target_vector in targets.c if configured with --enable-targets=all
847 # and --enable-64-bit-bfd.
848 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
849 # BFD32_BACKENDS.
850 BFD64_BACKENDS = \
851         aix5ppc-core.lo \
852         aout64.lo \
853         coff-alpha.lo \
854         coff-x86_64.lo \
855         coff64-rs6000.lo \
856         demo64.lo \
857         elf32-ia64.lo \
858         elf32-score.lo \
859         elf32-score7.lo \
860         elf64-alpha.lo \
861         elf64-gen.lo \
862         elf64-hppa.lo \
863         elf64-ia64.lo \
864         elf64-mips.lo \
865         elf64-mmix.lo \
866         elf64-ppc.lo \
867         elf64-s390.lo \
868         elf64-sh64.lo \
869         elf64-sparc.lo \
870         elf64-x86-64.lo \
871         elf64.lo \
872         elfn32-mips.lo \
873         mmo.lo \
874         nlm32-alpha.lo \
875         nlm64.lo \
876         pe-x86_64.lo \
877         pei-ia64.lo \
878         pei-x86_64.lo \
879         pepigen.lo \
880         pex64igen.lo
881
882 BFD64_BACKENDS_CFILES = \
883         aix5ppc-core.c \
884         aout64.c \
885         coff-alpha.c \
886         coff-x86_64.c \
887         coff64-rs6000.c \
888         demo64.c \
889         elf32-score.c \
890         elf32-score7.c \
891         elf64-alpha.c \
892         elf64-gen.c \
893         elf64-hppa.c \
894         elf64-mips.c \
895         elf64-mmix.c \
896         elf64-ppc.c \
897         elf64-s390.c \
898         elf64-sh64.c \
899         elf64-sparc.c \
900         elf64-x86-64.c \
901         elf64.c \
902         elfn32-mips.c \
903         mmo.c \
904         nlm32-alpha.c \
905         nlm64.c \
906         pe-x86_64.c \
907         pei-ia64.c \
908         pei-x86_64.c
909
910 OPTIONAL_BACKENDS = \
911         aix386-core.lo \
912         cisco-core.lo \
913         hpux-core.lo \
914         irix-core.lo \
915         lynx-core.lo \
916         osf-core.lo \
917         sco5-core.lo \
918         trad-core.lo
919
920 OPTIONAL_BACKENDS_CFILES = \
921         aix386-core.c \
922         cisco-core.c \
923         hpux-core.c \
924         irix-core.c \
925         lynx-core.c \
926         osf-core.c \
927         sco5-core.c \
928         trad-core.c
929
930
931 # We want to rerun configure if configure.in, config.bfd or
932 # configure.host change. configure.in is needed since the version
933 # number in Makefile comes from configure.in.
934 CONFIG_STATUS_DEPENDENCIES = \
935         $(srcdir)/configure.in \
936         $(srcdir)/config.bfd \
937         $(srcdir)/configure.host
938
939
940 # These are defined by configure.in:
941 WORDSIZE = @wordsize@
942 ALL_BACKENDS = @all_backends@
943 BFD_BACKENDS = @bfd_backends@
944 BFD_MACHINES = @bfd_machines@
945 TDEFAULTS = @tdefaults@
946 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
947
948 # C source files that correspond to .o's.
949 SOURCE_CFILES = \
950         $(BFD32_LIBS_CFILES) \
951         $(BFD64_LIBS_CFILES) \
952         $(ALL_MACHINES_CFILES) \
953         $(BFD32_BACKENDS_CFILES) \
954         $(BFD64_BACKENDS_CFILES) \
955         $(OPTIONAL_BACKENDS_CFILES)
956
957 BUILD_CFILES = \
958         elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
959
960 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
961 SOURCE_HFILES = \
962         aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
963         elf-bfd.h elf-hppa.h elf32-hppa.h \
964         elf64-hppa.h elfcode.h elfcore.h \
965         freebsd.h genlink.h go32stub.h \
966         libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
967         libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
968         netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
969         pef.h pef-traceback.h peicode.h som.h version.h \
970         vms.h xcoff-target.h xsym.h
971
972 BUILD_HFILES = \
973         bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
974
975 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
976 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
977 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
978
979 # Various kinds of .o files to put in libbfd.a:
980 # BFD_BACKENDS  Routines the configured targets need.
981 # BFD_MACHINES  Architecture-specific routines the configured targets need.
982 # COREFILE      Core file routines for a native configuration
983 # bfd64_libs    Routines for 64bit support
984 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
985
986 # Since BFD64_LIBS is optional and we can't have substitution in
987 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
988 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
989 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
990 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
991 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
992
993 # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
994 # directory so that we don't have to convert all the programs that use
995 # libbfd.a simultaneously.  This is a hack which should be removed if
996 # everything else starts using libtool.  FIXME.
997 noinst_LIBRARIES = libbfd.a
998 libbfd_a_SOURCES = 
999 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1000 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
1001 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
1002         reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1003         archive.c corefile.c targets.c format.c compress.c
1004
1005 BFD64_H_FILES = archive64.c
1006 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
1007         cache.c reloc.c archures.c elf.c
1008
1009 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
1010 MOSTLYCLEANFILES = ofiles stamp-ofiles
1011 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1012         stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1013
1014 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1015 all: config.h
1016         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1017
1018 .SUFFIXES:
1019 .SUFFIXES: .c .lo .o .obj
1020 am--refresh:
1021         @:
1022 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1023         @for dep in $?; do \
1024           case '$(am__configure_deps)' in \
1025             *$$dep*) \
1026               echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
1027               cd $(srcdir) && $(AUTOMAKE) --cygnus  \
1028                 && exit 0; \
1029               exit 1;; \
1030           esac; \
1031         done; \
1032         echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
1033         cd $(top_srcdir) && \
1034           $(AUTOMAKE) --cygnus  Makefile
1035 .PRECIOUS: Makefile
1036 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1037         @case '$?' in \
1038           *config.status*) \
1039             echo ' $(SHELL) ./config.status'; \
1040             $(SHELL) ./config.status;; \
1041           *) \
1042             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1043             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1044         esac;
1045
1046 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1047         $(SHELL) ./config.status --recheck
1048
1049 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1050         cd $(srcdir) && $(AUTOCONF)
1051 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1052         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1053
1054 config.h: stamp-h1
1055         @if test ! -f $@; then \
1056           rm -f stamp-h1; \
1057           $(MAKE) stamp-h1; \
1058         else :; fi
1059
1060 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1061         @rm -f stamp-h1
1062         cd $(top_builddir) && $(SHELL) ./config.status config.h
1063 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1064         cd $(top_srcdir) && $(AUTOHEADER)
1065         rm -f stamp-h1
1066         touch $@
1067
1068 distclean-hdr:
1069         -rm -f config.h stamp-h1
1070 bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1071         cd $(top_builddir) && $(SHELL) ./config.status $@
1072 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1073         cd $(top_builddir) && $(SHELL) ./config.status $@
1074
1075 clean-noinstLIBRARIES:
1076         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1077
1078 clean-bfdlibLTLIBRARIES:
1079         -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1080         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1081           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1082           test "$$dir" != "$$p" || dir=.; \
1083           echo "rm -f \"$${dir}/so_locations\""; \
1084           rm -f "$${dir}/so_locations"; \
1085         done
1086 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) 
1087         $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1088
1089 mostlyclean-compile:
1090         -rm -f *.$(OBJEXT)
1091
1092 distclean-compile:
1093         -rm -f *.tab.c
1094
1095 .c.o:
1096         $(COMPILE) -c $<
1097
1098 .c.obj:
1099         $(COMPILE) -c `$(CYGPATH_W) '$<'`
1100
1101 .c.lo:
1102         $(LTCOMPILE) -c -o $@ $<
1103
1104 mostlyclean-libtool:
1105         -rm -f *.lo
1106
1107 clean-libtool:
1108         -rm -rf .libs _libs
1109
1110 distclean-libtool:
1111         -rm -f libtool
1112 uninstall-info-am:
1113
1114 # This directory's subdirectories are mostly independent; you can cd
1115 # into them and run `make' without going through this Makefile.
1116 # To change the values of `make' variables: instead of editing Makefiles,
1117 # (1) if the variable is set in `config.status', edit `config.status'
1118 #     (which will cause the Makefiles to be regenerated when you run `make');
1119 # (2) otherwise, pass the desired values on the `make' command line.
1120 $(RECURSIVE_TARGETS):
1121         @failcom='exit 1'; \
1122         for f in x $$MAKEFLAGS; do \
1123           case $$f in \
1124             *=* | --[!k]*);; \
1125             *k*) failcom='fail=yes';; \
1126           esac; \
1127         done; \
1128         dot_seen=no; \
1129         target=`echo $@ | sed s/-recursive//`; \
1130         list='$(SUBDIRS)'; for subdir in $$list; do \
1131           echo "Making $$target in $$subdir"; \
1132           if test "$$subdir" = "."; then \
1133             dot_seen=yes; \
1134             local_target="$$target-am"; \
1135           else \
1136             local_target="$$target"; \
1137           fi; \
1138           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1139           || eval $$failcom; \
1140         done; \
1141         if test "$$dot_seen" = "no"; then \
1142           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1143         fi; test -z "$$fail"
1144
1145 mostlyclean-recursive clean-recursive distclean-recursive \
1146 maintainer-clean-recursive:
1147         @failcom='exit 1'; \
1148         for f in x $$MAKEFLAGS; do \
1149           case $$f in \
1150             *=* | --[!k]*);; \
1151             *k*) failcom='fail=yes';; \
1152           esac; \
1153         done; \
1154         dot_seen=no; \
1155         case "$@" in \
1156           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1157           *) list='$(SUBDIRS)' ;; \
1158         esac; \
1159         rev=''; for subdir in $$list; do \
1160           if test "$$subdir" = "."; then :; else \
1161             rev="$$subdir $$rev"; \
1162           fi; \
1163         done; \
1164         rev="$$rev ."; \
1165         target=`echo $@ | sed s/-recursive//`; \
1166         for subdir in $$rev; do \
1167           echo "Making $$target in $$subdir"; \
1168           if test "$$subdir" = "."; then \
1169             local_target="$$target-am"; \
1170           else \
1171             local_target="$$target"; \
1172           fi; \
1173           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1174           || eval $$failcom; \
1175         done && test -z "$$fail"
1176 tags-recursive:
1177         list='$(SUBDIRS)'; for subdir in $$list; do \
1178           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1179         done
1180 ctags-recursive:
1181         list='$(SUBDIRS)'; for subdir in $$list; do \
1182           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1183         done
1184
1185 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1186         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1187         unique=`for i in $$list; do \
1188             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1189           done | \
1190           $(AWK) '    { files[$$0] = 1; } \
1191                END { for (i in files) print i; }'`; \
1192         mkid -fID $$unique
1193 tags: TAGS
1194
1195 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1196                 $(TAGS_FILES) $(LISP)
1197         tags=; \
1198         here=`pwd`; \
1199         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1200           include_option=--etags-include; \
1201           empty_fix=.; \
1202         else \
1203           include_option=--include; \
1204           empty_fix=; \
1205         fi; \
1206         list='$(SUBDIRS)'; for subdir in $$list; do \
1207           if test "$$subdir" = .; then :; else \
1208             test ! -f $$subdir/TAGS || \
1209               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1210           fi; \
1211         done; \
1212         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1213         unique=`for i in $$list; do \
1214             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1215           done | \
1216           $(AWK) '    { files[$$0] = 1; } \
1217                END { for (i in files) print i; }'`; \
1218         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1219           test -n "$$unique" || unique=$$empty_fix; \
1220           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1221             $$tags $$unique; \
1222         fi
1223 ctags: CTAGS
1224 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1225                 $(TAGS_FILES) $(LISP)
1226         tags=; \
1227         here=`pwd`; \
1228         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1229         unique=`for i in $$list; do \
1230             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1231           done | \
1232           $(AWK) '    { files[$$0] = 1; } \
1233                END { for (i in files) print i; }'`; \
1234         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1235           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1236              $$tags $$unique
1237
1238 GTAGS:
1239         here=`$(am__cd) $(top_builddir) && pwd` \
1240           && cd $(top_srcdir) \
1241           && gtags -i $(GTAGS_ARGS) $$here
1242
1243 distclean-tags:
1244         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1245 check-am:
1246 check: check-recursive
1247 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1248 installdirs: installdirs-recursive
1249 installdirs-am:
1250         for dir in "$(DESTDIR)$(bfdlibdir)"; do \
1251           test -z "$$dir" || $(mkdir_p) "$$dir"; \
1252         done
1253 install: install-recursive
1254 install-exec: install-exec-recursive
1255 install-data: install-data-recursive
1256 uninstall: uninstall-recursive
1257
1258 install-am: all-am
1259         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1260
1261 installcheck: installcheck-recursive
1262 install-strip:
1263         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1264           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1265           `test -z '$(STRIP)' || \
1266             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1267 mostlyclean-generic:
1268         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1269
1270 clean-generic:
1271         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1272
1273 distclean-generic:
1274         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1275         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1276
1277 maintainer-clean-generic:
1278         @echo "This command is intended for maintainers to use"
1279         @echo "it deletes files that may require special tools to rebuild."
1280 clean: clean-recursive
1281
1282 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1283         clean-noinstLIBRARIES mostlyclean-am
1284
1285 distclean: distclean-recursive
1286         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1287         -rm -f Makefile
1288 distclean-am: clean-am distclean-compile distclean-generic \
1289         distclean-hdr distclean-libtool distclean-tags
1290
1291 dvi: dvi-recursive
1292
1293 dvi-am:
1294
1295 html: html-recursive
1296
1297 info: info-recursive
1298
1299 info-am:
1300
1301 install-data-am: install-bfdlibLTLIBRARIES
1302
1303 install-exec-am:
1304
1305 install-info: install-info-recursive
1306
1307 install-man:
1308
1309 installcheck-am:
1310
1311 maintainer-clean: maintainer-clean-recursive
1312         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1313         -rm -rf $(top_srcdir)/autom4te.cache
1314         -rm -f Makefile
1315 maintainer-clean-am: distclean-am maintainer-clean-generic
1316
1317 mostlyclean: mostlyclean-recursive
1318
1319 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1320         mostlyclean-libtool
1321
1322 pdf: pdf-recursive
1323
1324 pdf-am:
1325
1326 ps: ps-recursive
1327
1328 ps-am:
1329
1330 uninstall-am: uninstall-bfdlibLTLIBRARIES
1331
1332 uninstall-info: uninstall-info-recursive
1333
1334 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1335         check-am clean clean-bfdlibLTLIBRARIES clean-generic \
1336         clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
1337         ctags-recursive distclean distclean-compile distclean-generic \
1338         distclean-hdr distclean-libtool distclean-recursive \
1339         distclean-tags dvi dvi-am html html-am info info-am install \
1340         install-am install-bfdlibLTLIBRARIES install-data \
1341         install-data-am install-exec install-exec-am install-info \
1342         install-info-am install-man install-strip installcheck \
1343         installcheck-am installdirs installdirs-am maintainer-clean \
1344         maintainer-clean-generic maintainer-clean-recursive \
1345         mostlyclean mostlyclean-compile mostlyclean-generic \
1346         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1347         tags tags-recursive uninstall uninstall-am \
1348         uninstall-bfdlibLTLIBRARIES uninstall-info-am
1349
1350
1351 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1352         for file in $(SRC_POTFILES); do echo $$file; done \
1353           | LC_ALL=C sort > tmp.src \
1354           && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1355
1356 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1357         for file in $(BLD_POTFILES); do echo $$file; done \
1358           | LC_ALL=C sort > tmp.bld \
1359           && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1360
1361 all diststuff: info
1362
1363 .PHONY: install-pdf install-pdf-am install-pdf-recursive
1364
1365 install-pdf:    install-pdf-recursive
1366
1367 install-pdf-recursive:
1368         @failcom='exit 1'; \
1369         for f in x $$MAKEFLAGS; do \
1370           case $$f in \
1371             *=* | --[!k]*);; \
1372             *k*) failcom='fail=yes';; \
1373           esac; \
1374         done; \
1375         dot_seen=no; \
1376         target=`echo $@ | sed s/-recursive//`; \
1377         list='$(SUBDIRS)'; for subdir in $$list; do \
1378           echo "Making $$target in $$subdir"; \
1379           if test "$$subdir" = "."; then \
1380             dot_seen=yes; \
1381             local_target="$$target-am"; \
1382           else \
1383             local_target="$$target"; \
1384           fi; \
1385           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1386           || eval $$failcom; \
1387         done; \
1388         if test "$$dot_seen" = "no"; then \
1389           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1390         fi; test -z "$$fail"
1391
1392 .PHONY: install-html install-html-am install-html-recursive
1393
1394 install-html:   install-html-recursive
1395
1396 install-html-recursive:
1397         @failcom='exit 1'; \
1398         for f in x $$MAKEFLAGS; do \
1399           case $$f in \
1400             *=* | --[!k]*);; \
1401             *k*) failcom='fail=yes';; \
1402           esac; \
1403         done; \
1404         dot_seen=no; \
1405         target=`echo $@ | sed s/-recursive//`; \
1406         list='$(SUBDIRS)'; for subdir in $$list; do \
1407           echo "Making $$target in $$subdir"; \
1408           if test "$$subdir" = "."; then \
1409             dot_seen=yes; \
1410             local_target="$$target-am"; \
1411           else \
1412             local_target="$$target"; \
1413           fi; \
1414           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1415           || eval $$failcom; \
1416         done; \
1417         if test "$$dot_seen" = "no"; then \
1418           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1419         fi; test -z "$$fail"
1420
1421 stamp-ofiles: Makefile
1422         rm -f tofiles
1423         f=""; \
1424         for i in $(OFILES) ; do \
1425           case " $$f " in \
1426             *" $$i "*) ;; \
1427             *) f="$$f $$i" ;; \
1428           esac ; \
1429         done ; \
1430         echo $$f > tofiles
1431         $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1432         touch stamp-ofiles
1433
1434 ofiles: stamp-ofiles ; @true
1435
1436 stamp-lib: libbfd.la
1437         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1438         if [ -f $$libtooldir/libbfd.a ]; then \
1439           cp $$libtooldir/libbfd.a libbfd.tmp; \
1440           $(RANLIB) libbfd.tmp; \
1441           $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1442         else true; fi
1443         touch stamp-lib
1444
1445 libbfd.a: stamp-lib ; @true
1446
1447 # This file holds an array associating configuration triplets and
1448 # vector names.  It is built from config.bfd.  It is not compiled by
1449 # itself, but is included by targets.c.
1450 targmatch.h: config.bfd targmatch.sed
1451         rm -f targmatch.h
1452         sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1453         mv -f targmatch.new targmatch.h
1454
1455 # When compiling archures.c and targets.c, supply the default target
1456 # info from configure.
1457
1458 targets.lo: targets.c Makefile
1459         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1460
1461 archures.lo: archures.c Makefile
1462         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1463
1464 dwarf2.lo: dwarf2.c Makefile
1465         $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1466
1467 elf32-target.h : elfxx-target.h
1468         rm -f elf32-target.h
1469         sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1470         mv -f elf32-target.new elf32-target.h
1471
1472 elf64-target.h : elfxx-target.h
1473         rm -f elf64-target.h
1474         sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1475         mv -f elf64-target.new elf64-target.h
1476
1477 elf32-ia64.c : elfxx-ia64.c
1478         rm -f elf32-ia64.c
1479         sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1480         mv -f elf32-ia64.new elf32-ia64.c
1481
1482 elf64-ia64.c : elfxx-ia64.c
1483         rm -f elf64-ia64.c
1484         sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1485         mv -f elf64-ia64.new elf64-ia64.c
1486
1487 peigen.c : peXXigen.c
1488         rm -f peigen.c
1489         sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1490         mv -f peigen.new peigen.c
1491
1492 pepigen.c : peXXigen.c
1493         rm -f pepigen.c
1494         sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1495         mv -f pepigen.new pepigen.c
1496
1497 pex64igen.c: peXXigen.c
1498         rm -f pex64igen.c
1499         sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1500         mv -f pex64igen.new pex64igen.c
1501 $(BFD32_LIBS) \
1502  $(BFD64_LIBS) \
1503  $(ALL_MACHINES) \
1504  $(BFD32_BACKENDS) \
1505  $(BFD64_BACKENDS) \
1506  $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1507
1508 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
1509         @$(NORMAL_INSTALL)
1510
1511 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1512         @$(NORMAL_UNINSTALL)
1513
1514 .PHONY: install_libbfd uninstall_libbfd
1515 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1516         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1517         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1518         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1519           if test -f $$p; then \
1520             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1521             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1522           else :; fi; \
1523         done
1524         $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1525         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1526         $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1527         $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1528
1529 uninstall_libbfd:
1530         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1531           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1532         done
1533         rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1534         rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1535         rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1536         rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1537
1538 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1539 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1540         rm -f DEP1
1541         $(MAKE) MKDEP="$(MKDEP)" DEP1
1542         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1543         if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1544           echo 'make DEP failed!'; exit 1; \
1545         else \
1546           mv -f DEP1 $@; \
1547         fi
1548
1549 DEP1: $(CFILES)
1550         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1551         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1552         for f in $?; do \
1553           $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1554           sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
1555           sed -e '1s/.*: //' -f dep.sed < DEPA | \
1556             LC_ALL=C sort | LC_ALL=C uniq | \
1557             sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
1558         done
1559         rm -f DEPA
1560         mv -f DEP2 $@
1561
1562 dep.sed: dep-in.sed config.status
1563         sed <$(srcdir)/dep-in.sed >dep.sed      \
1564                 -e 's!@BFD_H@!$(BFD_H)!'        \
1565                 -e 's!@SRCDIR@!$(srcdir)!'      \
1566                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
1567
1568 dep: DEP
1569         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1570         cat DEP >> tmp-Makefile
1571         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1572
1573 dep-in: DEP
1574         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1575         cat DEP >> tmp-Makefile.in
1576         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1577
1578 dep-am: DEP
1579         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1580         cat DEP >> tmp-Makefile.am
1581         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1582
1583 host-aout.lo: Makefile
1584
1585 # The following program can be used to generate a simple config file
1586 # which can be folded into an h-XXX file for a new host, with some editing.
1587 aout-params.h: gen-aout
1588         ./gen-aout host > aout-params.h
1589 gen-aout: $(srcdir)/gen-aout.c Makefile
1590         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1591
1592 $(BFD_H): stmp-bfd-h ; @true
1593
1594 stmp-bfd-h: bfd-in3.h
1595         rm -f bfd-tmp.h
1596         cp bfd-in3.h bfd-tmp.h
1597         $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1598         rm -f bfd-tmp.h
1599         touch stmp-bfd-h
1600
1601 # Could really use a "copy-if-change"...
1602 headers:
1603         (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1604         cp $(bfddocdir)/bfd.h bfd-in2.h-new
1605         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1606         cp $(bfddocdir)/libbfd.h libbfd.h-new
1607         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1608         cp $(bfddocdir)/libcoff.h libcoff.h-new
1609         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1610
1611 # We only rebuild the header files automatically if we have been
1612 # configured with --enable-maintainer-mode.
1613
1614 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1615 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1616         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1617         cp $(bfddocdir)/bfd.h bfd-in2.h-new
1618         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1619         touch stmp-bin2-h
1620
1621 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1622 stmp-lbfd-h: $(LIBBFD_H_FILES)
1623         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1624         cp $(bfddocdir)/libbfd.h libbfd.h-new
1625         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1626         touch stmp-lbfd-h
1627
1628 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1629 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1630         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1631         cp $(bfddocdir)/libcoff.h libcoff.h-new
1632         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1633         touch stmp-lcoff-h
1634
1635 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1636         @echo "creating $@"
1637         @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1638         bfd_version_string="\"$(VERSION)\"" ;\
1639         bfd_soversion="$(VERSION)" ;\
1640         bfd_version_package="\"$(PKGVERSION)\"" ;\
1641         report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1642         if test "x$(RELEASE)" = x ; then \
1643           bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1644           bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1645           bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1646         fi ;\
1647         sed -e "s,@bfd_version@,$$bfd_version," \
1648             -e "s,@bfd_version_string@,$$bfd_version_string," \
1649             -e "s,@bfd_version_package@,$$bfd_version_package," \
1650             -e "s,@report_bugs_to@,$$report_bugs_to," \
1651             < $(srcdir)/version.h > $@; \
1652         echo "$${bfd_soversion}" > libtool-soversion
1653
1654 # What appears below is generated by a hacked mkdep using gcc -MM.
1655
1656 # DO NOT DELETE THIS LINE -- mkdep uses it.
1657 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1658 archive.lo: \
1659   archive.c \
1660   $(INCDIR)/aout/ar.h \
1661   $(INCDIR)/aout/ranlib.h \
1662   $(INCDIR)/filenames.h \
1663   $(INCDIR)/hashtab.h \
1664   $(INCDIR)/libiberty.h \
1665   $(INCDIR)/safe-ctype.h
1666 archures.lo: \
1667   archures.c \
1668   $(INCDIR)/filenames.h \
1669   $(INCDIR)/hashtab.h \
1670   $(INCDIR)/safe-ctype.h
1671 bfd.lo: \
1672   bfd.c \
1673   $(INCDIR)/bfdlink.h \
1674   $(INCDIR)/coff/ecoff.h \
1675   $(INCDIR)/coff/internal.h \
1676   $(INCDIR)/coff/sym.h \
1677   $(INCDIR)/demangle.h \
1678   $(INCDIR)/elf/common.h \
1679   $(INCDIR)/elf/external.h \
1680   $(INCDIR)/elf/internal.h \
1681   $(INCDIR)/filenames.h \
1682   $(INCDIR)/hashtab.h \
1683   $(INCDIR)/libiberty.h \
1684   $(INCDIR)/safe-ctype.h \
1685   bfdver.h \
1686   elf-bfd.h \
1687   libcoff.h \
1688   libecoff.h
1689 bfdio.lo: \
1690   bfdio.c \
1691   $(INCDIR)/filenames.h \
1692   $(INCDIR)/hashtab.h
1693 bfdwin.lo: \
1694   bfdwin.c \
1695   $(INCDIR)/filenames.h \
1696   $(INCDIR)/hashtab.h
1697 cache.lo: \
1698   cache.c \
1699   $(INCDIR)/filenames.h \
1700   $(INCDIR)/hashtab.h \
1701   $(INCDIR)/libiberty.h
1702 coffgen.lo: \
1703   coffgen.c \
1704   $(INCDIR)/bfdlink.h \
1705   $(INCDIR)/coff/internal.h \
1706   $(INCDIR)/filenames.h \
1707   $(INCDIR)/hashtab.h \
1708   libcoff.h
1709 corefile.lo: \
1710   corefile.c \
1711   $(INCDIR)/filenames.h \
1712   $(INCDIR)/hashtab.h
1713 format.lo: \
1714   format.c \
1715   $(INCDIR)/filenames.h \
1716   $(INCDIR)/hashtab.h
1717 init.lo: \
1718   init.c \
1719   $(INCDIR)/filenames.h \
1720   $(INCDIR)/hashtab.h
1721 libbfd.lo: \
1722   libbfd.c \
1723   $(INCDIR)/filenames.h \
1724   $(INCDIR)/hashtab.h
1725 opncls.lo: \
1726   opncls.c \
1727   $(INCDIR)/filenames.h \
1728   $(INCDIR)/hashtab.h \
1729   $(INCDIR)/libiberty.h \
1730   $(INCDIR)/objalloc.h
1731 reloc.lo: \
1732   reloc.c \
1733   $(INCDIR)/bfdlink.h \
1734   $(INCDIR)/filenames.h \
1735   $(INCDIR)/hashtab.h
1736 section.lo: \
1737   section.c \
1738   $(INCDIR)/bfdlink.h \
1739   $(INCDIR)/filenames.h \
1740   $(INCDIR)/hashtab.h
1741 syms.lo: \
1742   syms.c \
1743   $(INCDIR)/aout/stab.def \
1744   $(INCDIR)/aout/stab_gnu.h \
1745   $(INCDIR)/bfdlink.h \
1746   $(INCDIR)/filenames.h \
1747   $(INCDIR)/hashtab.h \
1748   $(INCDIR)/safe-ctype.h
1749 targets.lo: \
1750   targets.c \
1751   $(INCDIR)/filenames.h \
1752   $(INCDIR)/fnmatch.h \
1753   $(INCDIR)/hashtab.h \
1754   targmatch.h
1755 hash.lo: \
1756   hash.c \
1757   $(INCDIR)/filenames.h \
1758   $(INCDIR)/hashtab.h \
1759   $(INCDIR)/libiberty.h \
1760   $(INCDIR)/objalloc.h
1761 linker.lo: \
1762   linker.c \
1763   $(INCDIR)/bfdlink.h \
1764   $(INCDIR)/filenames.h \
1765   $(INCDIR)/hashtab.h \
1766   genlink.h
1767 srec.lo: \
1768   srec.c \
1769   $(INCDIR)/filenames.h \
1770   $(INCDIR)/hashtab.h \
1771   $(INCDIR)/libiberty.h \
1772   $(INCDIR)/safe-ctype.h
1773 binary.lo: \
1774   binary.c \
1775   $(INCDIR)/filenames.h \
1776   $(INCDIR)/hashtab.h \
1777   $(INCDIR)/safe-ctype.h
1778 tekhex.lo: \
1779   tekhex.c \
1780   $(INCDIR)/filenames.h \
1781   $(INCDIR)/hashtab.h \
1782   $(INCDIR)/libiberty.h
1783 ihex.lo: \
1784   ihex.c \
1785   $(INCDIR)/filenames.h \
1786   $(INCDIR)/hashtab.h \
1787   $(INCDIR)/libiberty.h \
1788   $(INCDIR)/safe-ctype.h
1789 stabs.lo: \
1790   stabs.c \
1791   $(INCDIR)/aout/stab.def \
1792   $(INCDIR)/aout/stab_gnu.h \
1793   $(INCDIR)/filenames.h \
1794   $(INCDIR)/hashtab.h \
1795   $(INCDIR)/safe-ctype.h
1796 stab-syms.lo: \
1797   stab-syms.c \
1798   $(INCDIR)/aout/aout64.h \
1799   $(INCDIR)/aout/stab.def \
1800   $(INCDIR)/bfdlink.h \
1801   libaout.h
1802 merge.lo: \
1803   merge.c \
1804   $(INCDIR)/filenames.h \
1805   $(INCDIR)/hashtab.h \
1806   $(INCDIR)/libiberty.h
1807 dwarf2.lo: \
1808   dwarf2.c \
1809   $(INCDIR)/bfdlink.h \
1810   $(INCDIR)/dwarf2.h \
1811   $(INCDIR)/elf/common.h \
1812   $(INCDIR)/elf/external.h \
1813   $(INCDIR)/elf/internal.h \
1814   $(INCDIR)/filenames.h \
1815   $(INCDIR)/hashtab.h \
1816   $(INCDIR)/libiberty.h \
1817   elf-bfd.h
1818 simple.lo: \
1819   simple.c \
1820   $(INCDIR)/bfdlink.h \
1821   $(INCDIR)/filenames.h \
1822   $(INCDIR)/hashtab.h
1823 compress.lo: \
1824   compress.c \
1825   $(INCDIR)/filenames.h \
1826   $(INCDIR)/hashtab.h
1827 verilog.lo: \
1828   verilog.c \
1829   $(INCDIR)/filenames.h \
1830   $(INCDIR)/hashtab.h \
1831   $(INCDIR)/libiberty.h \
1832   $(INCDIR)/safe-ctype.h
1833 archive64.lo: \
1834   archive64.c \
1835   $(INCDIR)/aout/ar.h \
1836   $(INCDIR)/filenames.h \
1837   $(INCDIR)/hashtab.h
1838 cpu-alpha.lo: \
1839   cpu-alpha.c \
1840   $(INCDIR)/filenames.h \
1841   $(INCDIR)/hashtab.h
1842 cpu-arc.lo: \
1843   cpu-arc.c \
1844   $(INCDIR)/filenames.h \
1845   $(INCDIR)/hashtab.h
1846 cpu-arm.lo: \
1847   cpu-arm.c \
1848   $(INCDIR)/filenames.h \
1849   $(INCDIR)/hashtab.h \
1850   $(INCDIR)/libiberty.h
1851 cpu-avr.lo: \
1852   cpu-avr.c \
1853   $(INCDIR)/filenames.h \
1854   $(INCDIR)/hashtab.h
1855 cpu-bfin.lo: \
1856   cpu-bfin.c \
1857   $(INCDIR)/filenames.h \
1858   $(INCDIR)/hashtab.h
1859 cpu-cr16.lo: \
1860   cpu-cr16.c \
1861   $(INCDIR)/filenames.h \
1862   $(INCDIR)/hashtab.h
1863 cpu-cr16c.lo: \
1864   cpu-cr16c.c \
1865   $(INCDIR)/filenames.h \
1866   $(INCDIR)/hashtab.h
1867 cpu-cris.lo: \
1868   cpu-cris.c \
1869   $(INCDIR)/filenames.h \
1870   $(INCDIR)/hashtab.h
1871 cpu-crx.lo: \
1872   cpu-crx.c \
1873   $(INCDIR)/filenames.h \
1874   $(INCDIR)/hashtab.h
1875 cpu-d10v.lo: \
1876   cpu-d10v.c \
1877   $(INCDIR)/filenames.h \
1878   $(INCDIR)/hashtab.h
1879 cpu-d30v.lo: \
1880   cpu-d30v.c \
1881   $(INCDIR)/filenames.h \
1882   $(INCDIR)/hashtab.h
1883 cpu-dlx.lo: \
1884   cpu-dlx.c \
1885   $(INCDIR)/filenames.h \
1886   $(INCDIR)/hashtab.h
1887 cpu-fr30.lo: \
1888   cpu-fr30.c \
1889   $(INCDIR)/filenames.h \
1890   $(INCDIR)/hashtab.h
1891 cpu-frv.lo: \
1892   cpu-frv.c \
1893   $(INCDIR)/filenames.h \
1894   $(INCDIR)/hashtab.h
1895 cpu-h8300.lo: \
1896   cpu-h8300.c \
1897   $(INCDIR)/filenames.h \
1898   $(INCDIR)/hashtab.h
1899 cpu-h8500.lo: \
1900   cpu-h8500.c \
1901   $(INCDIR)/filenames.h \
1902   $(INCDIR)/hashtab.h
1903 cpu-hppa.lo: \
1904   cpu-hppa.c \
1905   $(INCDIR)/filenames.h \
1906   $(INCDIR)/hashtab.h
1907 cpu-i370.lo: \
1908   cpu-i370.c \
1909   $(INCDIR)/filenames.h \
1910   $(INCDIR)/hashtab.h
1911 cpu-i386.lo: \
1912   cpu-i386.c \
1913   $(INCDIR)/filenames.h \
1914   $(INCDIR)/hashtab.h
1915 cpu-l1om.lo: \
1916   cpu-l1om.c \
1917   $(INCDIR)/filenames.h \
1918   $(INCDIR)/hashtab.h
1919 cpu-i860.lo: \
1920   cpu-i860.c \
1921   $(INCDIR)/filenames.h \
1922   $(INCDIR)/hashtab.h
1923 cpu-i960.lo: \
1924   cpu-i960.c \
1925   $(INCDIR)/filenames.h \
1926   $(INCDIR)/hashtab.h
1927 cpu-ia64.lo: \
1928   cpu-ia64.c \
1929   $(INCDIR)/filenames.h \
1930   $(INCDIR)/hashtab.h \
1931   $(INCDIR)/opcode/ia64.h \
1932   $(srcdir)/../opcodes/ia64-opc.h \
1933   cpu-ia64-opc.c
1934 cpu-ip2k.lo: \
1935   cpu-ip2k.c \
1936   $(INCDIR)/filenames.h \
1937   $(INCDIR)/hashtab.h
1938 cpu-iq2000.lo: \
1939   cpu-iq2000.c \
1940   $(INCDIR)/filenames.h \
1941   $(INCDIR)/hashtab.h
1942 cpu-lm32.lo: \
1943   cpu-lm32.c \
1944   $(INCDIR)/filenames.h \
1945   $(INCDIR)/hashtab.h
1946 cpu-m10200.lo: \
1947   cpu-m10200.c \
1948   $(INCDIR)/filenames.h \
1949   $(INCDIR)/hashtab.h
1950 cpu-m10300.lo: \
1951   cpu-m10300.c \
1952   $(INCDIR)/filenames.h \
1953   $(INCDIR)/hashtab.h
1954 cpu-m32c.lo: \
1955   cpu-m32c.c \
1956   $(INCDIR)/filenames.h \
1957   $(INCDIR)/hashtab.h
1958 cpu-m32r.lo: \
1959   cpu-m32r.c \
1960   $(INCDIR)/filenames.h \
1961   $(INCDIR)/hashtab.h
1962 cpu-m68hc11.lo: \
1963   cpu-m68hc11.c \
1964   $(INCDIR)/filenames.h \
1965   $(INCDIR)/hashtab.h
1966 cpu-m68hc12.lo: \
1967   cpu-m68hc12.c \
1968   $(INCDIR)/filenames.h \
1969   $(INCDIR)/hashtab.h
1970 cpu-m68k.lo: \
1971   cpu-m68k.c \
1972   $(INCDIR)/filenames.h \
1973   $(INCDIR)/hashtab.h \
1974   $(INCDIR)/opcode/m68k.h
1975 cpu-m88k.lo: \
1976   cpu-m88k.c \
1977   $(INCDIR)/filenames.h \
1978   $(INCDIR)/hashtab.h
1979 cpu-maxq.lo: \
1980   cpu-maxq.c \
1981   $(INCDIR)/filenames.h \
1982   $(INCDIR)/hashtab.h
1983 cpu-mcore.lo: \
1984   cpu-mcore.c \
1985   $(INCDIR)/filenames.h \
1986   $(INCDIR)/hashtab.h
1987 cpu-mep.lo: \
1988   cpu-mep.c \
1989   $(INCDIR)/filenames.h \
1990   $(INCDIR)/hashtab.h
1991 cpu-mips.lo: \
1992   cpu-mips.c \
1993   $(INCDIR)/filenames.h \
1994   $(INCDIR)/hashtab.h
1995 cpu-mmix.lo: \
1996   cpu-mmix.c \
1997   $(INCDIR)/filenames.h \
1998   $(INCDIR)/hashtab.h
1999 cpu-moxie.lo: \
2000   cpu-moxie.c \
2001   $(INCDIR)/filenames.h \
2002   $(INCDIR)/hashtab.h
2003 cpu-msp430.lo: \
2004   cpu-msp430.c \
2005   $(INCDIR)/filenames.h \
2006   $(INCDIR)/hashtab.h
2007 cpu-mt.lo: \
2008   cpu-mt.c \
2009   $(INCDIR)/filenames.h \
2010   $(INCDIR)/hashtab.h
2011 cpu-ns32k.lo: \
2012   cpu-ns32k.c \
2013   $(INCDIR)/filenames.h \
2014   $(INCDIR)/hashtab.h \
2015   ns32k.h
2016 cpu-openrisc.lo: \
2017   cpu-openrisc.c \
2018   $(INCDIR)/filenames.h \
2019   $(INCDIR)/hashtab.h
2020 cpu-or32.lo: \
2021   cpu-or32.c \
2022   $(INCDIR)/filenames.h \
2023   $(INCDIR)/hashtab.h
2024 cpu-pdp11.lo: \
2025   cpu-pdp11.c \
2026   $(INCDIR)/filenames.h \
2027   $(INCDIR)/hashtab.h
2028 cpu-pj.lo: \
2029   cpu-pj.c \
2030   $(INCDIR)/filenames.h \
2031   $(INCDIR)/hashtab.h
2032 cpu-plugin.lo: \
2033   cpu-plugin.c \
2034   $(INCDIR)/filenames.h \
2035   $(INCDIR)/hashtab.h
2036 cpu-powerpc.lo: \
2037   cpu-powerpc.c \
2038   $(INCDIR)/filenames.h \
2039   $(INCDIR)/hashtab.h
2040 cpu-rs6000.lo: \
2041   cpu-rs6000.c \
2042   $(INCDIR)/filenames.h \
2043   $(INCDIR)/hashtab.h
2044 cpu-s390.lo: \
2045   cpu-s390.c \
2046   $(INCDIR)/filenames.h \
2047   $(INCDIR)/hashtab.h
2048 cpu-score.lo: \
2049   cpu-score.c \
2050   $(INCDIR)/filenames.h \
2051   $(INCDIR)/hashtab.h
2052 cpu-sh.lo: \
2053   cpu-sh.c \
2054   $(INCDIR)/filenames.h \
2055   $(INCDIR)/hashtab.h \
2056   $(srcdir)/../opcodes/sh-opc.h
2057 cpu-sparc.lo: \
2058   cpu-sparc.c \
2059   $(INCDIR)/filenames.h \
2060   $(INCDIR)/hashtab.h
2061 cpu-spu.lo: \
2062   cpu-spu.c \
2063   $(INCDIR)/filenames.h \
2064   $(INCDIR)/hashtab.h
2065 cpu-tic30.lo: \
2066   cpu-tic30.c \
2067   $(INCDIR)/filenames.h \
2068   $(INCDIR)/hashtab.h
2069 cpu-tic4x.lo: \
2070   cpu-tic4x.c \
2071   $(INCDIR)/filenames.h \
2072   $(INCDIR)/hashtab.h
2073 cpu-tic54x.lo: \
2074   cpu-tic54x.c \
2075   $(INCDIR)/filenames.h \
2076   $(INCDIR)/hashtab.h
2077 cpu-tic80.lo: \
2078   cpu-tic80.c \
2079   $(INCDIR)/filenames.h \
2080   $(INCDIR)/hashtab.h
2081 cpu-v850.lo: \
2082   cpu-v850.c \
2083   $(INCDIR)/filenames.h \
2084   $(INCDIR)/hashtab.h \
2085   $(INCDIR)/safe-ctype.h
2086 cpu-vax.lo: \
2087   cpu-vax.c \
2088   $(INCDIR)/filenames.h \
2089   $(INCDIR)/hashtab.h
2090 cpu-w65.lo: \
2091   cpu-w65.c \
2092   $(INCDIR)/filenames.h \
2093   $(INCDIR)/hashtab.h
2094 cpu-we32k.lo: \
2095   cpu-we32k.c \
2096   $(INCDIR)/filenames.h \
2097   $(INCDIR)/hashtab.h
2098 cpu-xc16x.lo: \
2099   cpu-xc16x.c \
2100   $(INCDIR)/filenames.h \
2101   $(INCDIR)/hashtab.h
2102 cpu-xstormy16.lo: \
2103   cpu-xstormy16.c \
2104   $(INCDIR)/filenames.h \
2105   $(INCDIR)/hashtab.h
2106 cpu-xtensa.lo: \
2107   cpu-xtensa.c \
2108   $(INCDIR)/filenames.h \
2109   $(INCDIR)/hashtab.h
2110 cpu-z80.lo: \
2111   cpu-z80.c \
2112   $(INCDIR)/filenames.h \
2113   $(INCDIR)/hashtab.h
2114 cpu-z8k.lo: \
2115   cpu-z8k.c \
2116   $(INCDIR)/filenames.h \
2117   $(INCDIR)/hashtab.h
2118 aout-adobe.lo: \
2119   aout-adobe.c \
2120   $(INCDIR)/aout/adobe.h \
2121   $(INCDIR)/aout/stab.def \
2122   $(INCDIR)/aout/stab_gnu.h \
2123   $(INCDIR)/bfdlink.h \
2124   $(INCDIR)/filenames.h \
2125   $(INCDIR)/hashtab.h \
2126   libaout.h
2127 aout-arm.lo: \
2128   aout-arm.c \
2129   $(INCDIR)/aout/aout64.h \
2130   $(INCDIR)/aout/ar.h \
2131   $(INCDIR)/aout/stab.def \
2132   $(INCDIR)/aout/stab_gnu.h \
2133   $(INCDIR)/bfdlink.h \
2134   $(INCDIR)/filenames.h \
2135   $(INCDIR)/hashtab.h \
2136   $(INCDIR)/safe-ctype.h \
2137   aout-target.h \
2138   aoutx.h \
2139   libaout.h
2140 aout-cris.lo: \
2141   aout-cris.c \
2142   $(INCDIR)/aout/aout64.h \
2143   $(INCDIR)/aout/ar.h \
2144   $(INCDIR)/aout/stab.def \
2145   $(INCDIR)/aout/stab_gnu.h \
2146   $(INCDIR)/bfdlink.h \
2147   $(INCDIR)/filenames.h \
2148   $(INCDIR)/hashtab.h \
2149   $(INCDIR)/safe-ctype.h \
2150   aout-target.h \
2151   aout32.c \
2152   aoutx.h \
2153   libaout.h
2154 aout-ns32k.lo: \
2155   aout-ns32k.c \
2156   $(INCDIR)/aout/aout64.h \
2157   $(INCDIR)/aout/ar.h \
2158   $(INCDIR)/aout/stab.def \
2159   $(INCDIR)/aout/stab_gnu.h \
2160   $(INCDIR)/bfdlink.h \
2161   $(INCDIR)/filenames.h \
2162   $(INCDIR)/hashtab.h \
2163   $(INCDIR)/safe-ctype.h \
2164   aoutx.h \
2165   libaout.h \
2166   ns32k.h
2167 aout-sparcle.lo: \
2168   aout-sparcle.c \
2169   $(INCDIR)/aout/aout64.h \
2170   $(INCDIR)/aout/ar.h \
2171   $(INCDIR)/aout/stab.def \
2172   $(INCDIR)/aout/stab_gnu.h \
2173   $(INCDIR)/aout/sun4.h \
2174   $(INCDIR)/bfdlink.h \
2175   $(INCDIR)/filenames.h \
2176   $(INCDIR)/hashtab.h \
2177   aout-target.h \
2178   aoutf1.h \
2179   libaout.h
2180 aout-tic30.lo: \
2181   aout-tic30.c \
2182   $(INCDIR)/aout/aout64.h \
2183   $(INCDIR)/aout/ar.h \
2184   $(INCDIR)/aout/stab.def \
2185   $(INCDIR)/aout/stab_gnu.h \
2186   $(INCDIR)/bfdlink.h \
2187   $(INCDIR)/filenames.h \
2188   $(INCDIR)/hashtab.h \
2189   $(INCDIR)/safe-ctype.h \
2190   aoutx.h \
2191   libaout.h
2192 aout0.lo: \
2193   aout0.c \
2194   $(INCDIR)/aout/aout64.h \
2195   $(INCDIR)/aout/ar.h \
2196   $(INCDIR)/aout/stab.def \
2197   $(INCDIR)/aout/stab_gnu.h \
2198   $(INCDIR)/aout/sun4.h \
2199   $(INCDIR)/bfdlink.h \
2200   $(INCDIR)/filenames.h \
2201   $(INCDIR)/hashtab.h \
2202   aout-target.h \
2203   aoutf1.h \
2204   libaout.h
2205 aout32.lo: \
2206   aout32.c \
2207   $(INCDIR)/aout/aout64.h \
2208   $(INCDIR)/aout/ar.h \
2209   $(INCDIR)/aout/stab.def \
2210   $(INCDIR)/aout/stab_gnu.h \
2211   $(INCDIR)/bfdlink.h \
2212   $(INCDIR)/filenames.h \
2213   $(INCDIR)/hashtab.h \
2214   $(INCDIR)/safe-ctype.h \
2215   aoutx.h \
2216   libaout.h
2217 armnetbsd.lo: \
2218   armnetbsd.c \
2219   $(INCDIR)/aout/aout64.h \
2220   $(INCDIR)/aout/ar.h \
2221   $(INCDIR)/aout/stab.def \
2222   $(INCDIR)/aout/stab_gnu.h \
2223   $(INCDIR)/bfdlink.h \
2224   $(INCDIR)/filenames.h \
2225   $(INCDIR)/hashtab.h \
2226   aout-target.h \
2227   libaout.h \
2228   netbsd.h
2229 bout.lo: \
2230   bout.c \
2231   $(INCDIR)/aout/stab.def \
2232   $(INCDIR)/aout/stab_gnu.h \
2233   $(INCDIR)/bfdlink.h \
2234   $(INCDIR)/bout.h \
2235   $(INCDIR)/filenames.h \
2236   $(INCDIR)/hashtab.h \
2237   $(INCDIR)/libiberty.h \
2238   genlink.h \
2239   libaout.h
2240 cf-i386lynx.lo: \
2241   cf-i386lynx.c \
2242   $(INCDIR)/bfdlink.h \
2243   $(INCDIR)/coff/external.h \
2244   $(INCDIR)/coff/i386.h \
2245   $(INCDIR)/coff/internal.h \
2246   $(INCDIR)/filenames.h \
2247   $(INCDIR)/hashtab.h \
2248   coff-i386.c \
2249   coffcode.h \
2250   coffswap.h \
2251   libcoff.h
2252 cf-sparclynx.lo: \
2253   cf-sparclynx.c \
2254   $(INCDIR)/bfdlink.h \
2255   $(INCDIR)/coff/external.h \
2256   $(INCDIR)/coff/internal.h \
2257   $(INCDIR)/coff/sparc.h \
2258   $(INCDIR)/filenames.h \
2259   $(INCDIR)/hashtab.h \
2260   coff-sparc.c \
2261   coffcode.h \
2262   coffswap.h \
2263   libcoff.h
2264 coff-apollo.lo: \
2265   coff-apollo.c \
2266   $(INCDIR)/bfdlink.h \
2267   $(INCDIR)/coff/apollo.h \
2268   $(INCDIR)/coff/external.h \
2269   $(INCDIR)/coff/internal.h \
2270   $(INCDIR)/filenames.h \
2271   $(INCDIR)/hashtab.h \
2272   coffcode.h \
2273   coffswap.h \
2274   libcoff.h
2275 coff-arm.lo: \
2276   coff-arm.c \
2277   $(INCDIR)/bfdlink.h \
2278   $(INCDIR)/coff/arm.h \
2279   $(INCDIR)/coff/external.h \
2280   $(INCDIR)/coff/internal.h \
2281   $(INCDIR)/filenames.h \
2282   $(INCDIR)/hashtab.h \
2283   coffcode.h \
2284   coffswap.h \
2285   libcoff.h
2286 coff-aux.lo: \
2287   coff-aux.c \
2288   $(INCDIR)/bfdlink.h \
2289   $(INCDIR)/coff/aux-coff.h \
2290   $(INCDIR)/coff/external.h \
2291   $(INCDIR)/coff/internal.h \
2292   $(INCDIR)/coff/m68k.h \
2293   $(INCDIR)/filenames.h \
2294   $(INCDIR)/hashtab.h \
2295   coff-m68k.c \
2296   coffcode.h \
2297   coffswap.h \
2298   libcoff.h
2299 coff-go32.lo: \
2300   coff-go32.c \
2301   $(INCDIR)/bfdlink.h \
2302   $(INCDIR)/coff/external.h \
2303   $(INCDIR)/coff/i386.h \
2304   $(INCDIR)/coff/internal.h \
2305   $(INCDIR)/filenames.h \
2306   $(INCDIR)/hashtab.h \
2307   coff-i386.c \
2308   coffcode.h \
2309   coffswap.h \
2310   libcoff.h
2311 coff-h8300.lo: \
2312   coff-h8300.c \
2313   $(INCDIR)/bfdlink.h \
2314   $(INCDIR)/coff/external.h \
2315   $(INCDIR)/coff/h8300.h \
2316   $(INCDIR)/coff/internal.h \
2317   $(INCDIR)/filenames.h \
2318   $(INCDIR)/hashtab.h \
2319   $(INCDIR)/libiberty.h \
2320   coffcode.h \
2321   coffswap.h \
2322   genlink.h \
2323   libcoff.h
2324 coff-h8500.lo: \
2325   coff-h8500.c \
2326   $(INCDIR)/bfdlink.h \
2327   $(INCDIR)/coff/external.h \
2328   $(INCDIR)/coff/h8500.h \
2329   $(INCDIR)/coff/internal.h \
2330   $(INCDIR)/filenames.h \
2331   $(INCDIR)/hashtab.h \
2332   coffcode.h \
2333   coffswap.h \
2334   libcoff.h
2335 coff-i386.lo: \
2336   coff-i386.c \
2337   $(INCDIR)/bfdlink.h \
2338   $(INCDIR)/coff/external.h \
2339   $(INCDIR)/coff/i386.h \
2340   $(INCDIR)/coff/internal.h \
2341   $(INCDIR)/filenames.h \
2342   $(INCDIR)/hashtab.h \
2343   coffcode.h \
2344   coffswap.h \
2345   libcoff.h
2346 coff-i860.lo: \
2347   coff-i860.c \
2348   $(INCDIR)/bfdlink.h \
2349   $(INCDIR)/coff/external.h \
2350   $(INCDIR)/coff/i860.h \
2351   $(INCDIR)/coff/internal.h \
2352   $(INCDIR)/filenames.h \
2353   $(INCDIR)/hashtab.h \
2354   coffcode.h \
2355   coffswap.h \
2356   libcoff.h
2357 coff-i960.lo: \
2358   coff-i960.c \
2359   $(INCDIR)/bfdlink.h \
2360   $(INCDIR)/coff/i960.h \
2361   $(INCDIR)/coff/internal.h \
2362   $(INCDIR)/filenames.h \
2363   $(INCDIR)/hashtab.h \
2364   coffcode.h \
2365   coffswap.h \
2366   libcoff.h
2367 coff-m68k.lo: \
2368   coff-m68k.c \
2369   $(INCDIR)/bfdlink.h \
2370   $(INCDIR)/coff/external.h \
2371   $(INCDIR)/coff/internal.h \
2372   $(INCDIR)/coff/m68k.h \
2373   $(INCDIR)/filenames.h \
2374   $(INCDIR)/hashtab.h \
2375   coffcode.h \
2376   coffswap.h \
2377   libcoff.h
2378 coff-m88k.lo: \
2379   coff-m88k.c \
2380   $(INCDIR)/bfdlink.h \
2381   $(INCDIR)/coff/external.h \
2382   $(INCDIR)/coff/internal.h \
2383   $(INCDIR)/coff/m88k.h \
2384   $(INCDIR)/filenames.h \
2385   $(INCDIR)/hashtab.h \
2386   coffcode.h \
2387   coffswap.h \
2388   libcoff.h
2389 coff-maxq.lo: \
2390   coff-maxq.c \
2391   $(INCDIR)/bfdlink.h \
2392   $(INCDIR)/coff/external.h \
2393   $(INCDIR)/coff/internal.h \
2394   $(INCDIR)/coff/maxq.h \
2395   $(INCDIR)/filenames.h \
2396   $(INCDIR)/hashtab.h \
2397   $(INCDIR)/libiberty.h \
2398   coffcode.h \
2399   coffswap.h \
2400   libcoff.h
2401 coff-mips.lo: \
2402   coff-mips.c \
2403   $(INCDIR)/bfdlink.h \
2404   $(INCDIR)/coff/ecoff.h \
2405   $(INCDIR)/coff/external.h \
2406   $(INCDIR)/coff/internal.h \
2407   $(INCDIR)/coff/mips.h \
2408   $(INCDIR)/coff/sym.h \
2409   $(INCDIR)/coff/symconst.h \
2410   $(INCDIR)/filenames.h \
2411   $(INCDIR)/hashtab.h \
2412   coffswap.h \
2413   ecoffswap.h \
2414   libcoff.h \
2415   libecoff.h
2416 coff-or32.lo: \
2417   coff-or32.c \
2418   $(INCDIR)/bfdlink.h \
2419   $(INCDIR)/coff/internal.h \
2420   $(INCDIR)/coff/or32.h \
2421   $(INCDIR)/filenames.h \
2422   $(INCDIR)/hashtab.h \
2423   coffcode.h \
2424   coffswap.h \
2425   libcoff.h
2426 coff-rs6000.lo: \
2427   coff-rs6000.c \
2428   $(INCDIR)/bfdlink.h \
2429   $(INCDIR)/coff/internal.h \
2430   $(INCDIR)/coff/rs6000.h \
2431   $(INCDIR)/coff/xcoff.h \
2432   $(INCDIR)/filenames.h \
2433   $(INCDIR)/hashtab.h \
2434   coffcode.h \
2435   coffswap.h \
2436   libcoff.h \
2437   libxcoff.h
2438 coff-sh.lo: \
2439   coff-sh.c \
2440   $(INCDIR)/bfdlink.h \
2441   $(INCDIR)/coff/external.h \
2442   $(INCDIR)/coff/internal.h \
2443   $(INCDIR)/coff/sh.h \
2444   $(INCDIR)/filenames.h \
2445   $(INCDIR)/hashtab.h \
2446   $(INCDIR)/libiberty.h \
2447   coffcode.h \
2448   coffswap.h \
2449   libcoff.h
2450 coff-sparc.lo: \
2451   coff-sparc.c \
2452   $(INCDIR)/bfdlink.h \
2453   $(INCDIR)/coff/external.h \
2454   $(INCDIR)/coff/internal.h \
2455   $(INCDIR)/coff/sparc.h \
2456   $(INCDIR)/filenames.h \
2457   $(INCDIR)/hashtab.h \
2458   coffcode.h \
2459   coffswap.h \
2460   libcoff.h
2461 coff-stgo32.lo: \
2462   coff-stgo32.c \
2463   $(INCDIR)/bfdlink.h \
2464   $(INCDIR)/coff/external.h \
2465   $(INCDIR)/coff/go32exe.h \
2466   $(INCDIR)/coff/i386.h \
2467   $(INCDIR)/coff/internal.h \
2468   $(INCDIR)/filenames.h \
2469   $(INCDIR)/hashtab.h \
2470   coff-i386.c \
2471   coffcode.h \
2472   coffswap.h \
2473   go32stub.h \
2474   libcoff.h
2475 coff-svm68k.lo: \
2476   coff-svm68k.c \
2477   $(INCDIR)/bfdlink.h \
2478   $(INCDIR)/coff/external.h \
2479   $(INCDIR)/coff/internal.h \
2480   $(INCDIR)/coff/m68k.h \
2481   $(INCDIR)/filenames.h \
2482   $(INCDIR)/hashtab.h \
2483   coff-m68k.c \
2484   coffcode.h \
2485   coffswap.h \
2486   libcoff.h
2487 coff-tic30.lo: \
2488   coff-tic30.c \
2489   $(INCDIR)/bfdlink.h \
2490   $(INCDIR)/coff/external.h \
2491   $(INCDIR)/coff/internal.h \
2492   $(INCDIR)/coff/tic30.h \
2493   $(INCDIR)/filenames.h \
2494   $(INCDIR)/hashtab.h \
2495   coffcode.h \
2496   coffswap.h \
2497   libcoff.h
2498 coff-tic4x.lo: \
2499   coff-tic4x.c \
2500   $(INCDIR)/bfdlink.h \
2501   $(INCDIR)/coff/internal.h \
2502   $(INCDIR)/coff/ti.h \
2503   $(INCDIR)/coff/tic4x.h \
2504   $(INCDIR)/filenames.h \
2505   $(INCDIR)/hashtab.h \
2506   coffcode.h \
2507   coffswap.h \
2508   libcoff.h
2509 coff-tic54x.lo: \
2510   coff-tic54x.c \
2511   $(INCDIR)/bfdlink.h \
2512   $(INCDIR)/coff/internal.h \
2513   $(INCDIR)/coff/ti.h \
2514   $(INCDIR)/coff/tic54x.h \
2515   $(INCDIR)/filenames.h \
2516   $(INCDIR)/hashtab.h \
2517   coffcode.h \
2518   coffswap.h \
2519   libcoff.h
2520 coff-tic80.lo: \
2521   coff-tic80.c \
2522   $(INCDIR)/bfdlink.h \
2523   $(INCDIR)/coff/external.h \
2524   $(INCDIR)/coff/internal.h \
2525   $(INCDIR)/coff/tic80.h \
2526   $(INCDIR)/filenames.h \
2527   $(INCDIR)/hashtab.h \
2528   coffcode.h \
2529   coffswap.h \
2530   libcoff.h
2531 coff-u68k.lo: \
2532   coff-u68k.c \
2533   $(INCDIR)/bfdlink.h \
2534   $(INCDIR)/coff/external.h \
2535   $(INCDIR)/coff/internal.h \
2536   $(INCDIR)/coff/m68k.h \
2537   $(INCDIR)/filenames.h \
2538   $(INCDIR)/hashtab.h \
2539   coff-m68k.c \
2540   coffcode.h \
2541   coffswap.h \
2542   libcoff.h
2543 coff-w65.lo: \
2544   coff-w65.c \
2545   $(INCDIR)/bfdlink.h \
2546   $(INCDIR)/coff/external.h \
2547   $(INCDIR)/coff/internal.h \
2548   $(INCDIR)/coff/w65.h \
2549   $(INCDIR)/filenames.h \
2550   $(INCDIR)/hashtab.h \
2551   coffcode.h \
2552   coffswap.h \
2553   libcoff.h
2554 coff-we32k.lo: \
2555   coff-we32k.c \
2556   $(INCDIR)/bfdlink.h \
2557   $(INCDIR)/coff/external.h \
2558   $(INCDIR)/coff/internal.h \
2559   $(INCDIR)/coff/we32k.h \
2560   $(INCDIR)/filenames.h \
2561   $(INCDIR)/hashtab.h \
2562   coffcode.h \
2563   coffswap.h \
2564   libcoff.h
2565 coff-z80.lo: \
2566   coff-z80.c \
2567   $(INCDIR)/bfdlink.h \
2568   $(INCDIR)/coff/external.h \
2569   $(INCDIR)/coff/internal.h \
2570   $(INCDIR)/coff/z80.h \
2571   $(INCDIR)/filenames.h \
2572   $(INCDIR)/hashtab.h \
2573   coffcode.h \
2574   coffswap.h \
2575   libcoff.h
2576 coff-z8k.lo: \
2577   coff-z8k.c \
2578   $(INCDIR)/bfdlink.h \
2579   $(INCDIR)/coff/external.h \
2580   $(INCDIR)/coff/internal.h \
2581   $(INCDIR)/coff/z8k.h \
2582   $(INCDIR)/filenames.h \
2583   $(INCDIR)/hashtab.h \
2584   coffcode.h \
2585   coffswap.h \
2586   libcoff.h
2587 cofflink.lo: \
2588   cofflink.c \
2589   $(INCDIR)/bfdlink.h \
2590   $(INCDIR)/coff/internal.h \
2591   $(INCDIR)/filenames.h \
2592   $(INCDIR)/hashtab.h \
2593   $(INCDIR)/safe-ctype.h \
2594   libcoff.h
2595 dwarf1.lo: \
2596   dwarf1.c \
2597   $(INCDIR)/bfdlink.h \
2598   $(INCDIR)/elf/common.h \
2599   $(INCDIR)/elf/dwarf.h \
2600   $(INCDIR)/elf/external.h \
2601   $(INCDIR)/elf/internal.h \
2602   $(INCDIR)/filenames.h \
2603   $(INCDIR)/hashtab.h \
2604   $(INCDIR)/libiberty.h \
2605   elf-bfd.h
2606 ecoff.lo: \
2607   ecoff.c \
2608   $(INCDIR)/aout/aout64.h \
2609   $(INCDIR)/aout/ar.h \
2610   $(INCDIR)/aout/ranlib.h \
2611   $(INCDIR)/aout/stab.def \
2612   $(INCDIR)/aout/stab_gnu.h \
2613   $(INCDIR)/bfdlink.h \
2614   $(INCDIR)/coff/ecoff.h \
2615   $(INCDIR)/coff/internal.h \
2616   $(INCDIR)/coff/sym.h \
2617   $(INCDIR)/coff/symconst.h \
2618   $(INCDIR)/filenames.h \
2619   $(INCDIR)/hashtab.h \
2620   $(INCDIR)/libiberty.h \
2621   libaout.h \
2622   libcoff.h \
2623   libecoff.h
2624 ecofflink.lo: \
2625   ecofflink.c \
2626   $(INCDIR)/aout/stab.def \
2627   $(INCDIR)/aout/stab_gnu.h \
2628   $(INCDIR)/bfdlink.h \
2629   $(INCDIR)/coff/ecoff.h \
2630   $(INCDIR)/coff/internal.h \
2631   $(INCDIR)/coff/sym.h \
2632   $(INCDIR)/coff/symconst.h \
2633   $(INCDIR)/filenames.h \
2634   $(INCDIR)/hashtab.h \
2635   $(INCDIR)/objalloc.h \
2636   libcoff.h \
2637   libecoff.h
2638 elf-attrs.lo: \
2639   elf-attrs.c \
2640   $(INCDIR)/bfdlink.h \
2641   $(INCDIR)/elf/common.h \
2642   $(INCDIR)/elf/external.h \
2643   $(INCDIR)/elf/internal.h \
2644   $(INCDIR)/filenames.h \
2645   $(INCDIR)/hashtab.h \
2646   $(INCDIR)/libiberty.h \
2647   elf-bfd.h
2648 elf-eh-frame.lo: \
2649   elf-eh-frame.c \
2650   $(INCDIR)/bfdlink.h \
2651   $(INCDIR)/dwarf2.h \
2652   $(INCDIR)/elf/common.h \
2653   $(INCDIR)/elf/external.h \
2654   $(INCDIR)/elf/internal.h \
2655   $(INCDIR)/filenames.h \
2656   $(INCDIR)/hashtab.h \
2657   elf-bfd.h
2658 elf-ifunc.lo: \
2659   elf-ifunc.c \
2660   $(INCDIR)/bfdlink.h \
2661   $(INCDIR)/elf/common.h \
2662   $(INCDIR)/elf/external.h \
2663   $(INCDIR)/elf/internal.h \
2664   $(INCDIR)/filenames.h \
2665   $(INCDIR)/hashtab.h \
2666   $(INCDIR)/libiberty.h \
2667   $(INCDIR)/objalloc.h \
2668   $(INCDIR)/safe-ctype.h \
2669   elf-bfd.h
2670 elf-m10200.lo: \
2671   elf-m10200.c \
2672   $(INCDIR)/bfdlink.h \
2673   $(INCDIR)/elf/common.h \
2674   $(INCDIR)/elf/external.h \
2675   $(INCDIR)/elf/internal.h \
2676   $(INCDIR)/filenames.h \
2677   $(INCDIR)/hashtab.h \
2678   elf-bfd.h \
2679   elf32-target.h
2680 elf-m10300.lo: \
2681   elf-m10300.c \
2682   $(INCDIR)/bfdlink.h \
2683   $(INCDIR)/elf/common.h \
2684   $(INCDIR)/elf/external.h \
2685   $(INCDIR)/elf/internal.h \
2686   $(INCDIR)/elf/mn10300.h \
2687   $(INCDIR)/elf/reloc-macros.h \
2688   $(INCDIR)/filenames.h \
2689   $(INCDIR)/hashtab.h \
2690   $(INCDIR)/libiberty.h \
2691   elf-bfd.h \
2692   elf32-target.h
2693 elf-strtab.lo: \
2694   elf-strtab.c \
2695   $(INCDIR)/bfdlink.h \
2696   $(INCDIR)/elf/common.h \
2697   $(INCDIR)/elf/external.h \
2698   $(INCDIR)/elf/internal.h \
2699   $(INCDIR)/filenames.h \
2700   $(INCDIR)/hashtab.h \
2701   $(INCDIR)/libiberty.h \
2702   elf-bfd.h
2703 elf-vxworks.lo: \
2704   elf-vxworks.c \
2705   $(INCDIR)/bfdlink.h \
2706   $(INCDIR)/elf/common.h \
2707   $(INCDIR)/elf/external.h \
2708   $(INCDIR)/elf/internal.h \
2709   $(INCDIR)/elf/vxworks.h \
2710   $(INCDIR)/filenames.h \
2711   $(INCDIR)/hashtab.h \
2712   elf-bfd.h \
2713   elf-vxworks.h
2714 elf.lo: \
2715   elf.c \
2716   $(INCDIR)/bfdlink.h \
2717   $(INCDIR)/elf/common.h \
2718   $(INCDIR)/elf/external.h \
2719   $(INCDIR)/elf/internal.h \
2720   $(INCDIR)/filenames.h \
2721   $(INCDIR)/hashtab.h \
2722   $(INCDIR)/libiberty.h \
2723   $(INCDIR)/safe-ctype.h \
2724   elf-bfd.h
2725 elf32-am33lin.lo: \
2726   elf32-am33lin.c \
2727   $(INCDIR)/bfdlink.h \
2728   $(INCDIR)/elf/common.h \
2729   $(INCDIR)/elf/external.h \
2730   $(INCDIR)/elf/internal.h \
2731   $(INCDIR)/elf/mn10300.h \
2732   $(INCDIR)/elf/reloc-macros.h \
2733   $(INCDIR)/filenames.h \
2734   $(INCDIR)/hashtab.h \
2735   $(INCDIR)/libiberty.h \
2736   elf-bfd.h \
2737   elf-m10300.c \
2738   elf32-target.h
2739 elf32-arc.lo: \
2740   elf32-arc.c \
2741   $(INCDIR)/bfdlink.h \
2742   $(INCDIR)/elf/arc.h \
2743   $(INCDIR)/elf/common.h \
2744   $(INCDIR)/elf/external.h \
2745   $(INCDIR)/elf/internal.h \
2746   $(INCDIR)/elf/reloc-macros.h \
2747   $(INCDIR)/filenames.h \
2748   $(INCDIR)/hashtab.h \
2749   $(INCDIR)/libiberty.h \
2750   elf-bfd.h \
2751   elf32-target.h
2752 elf32-arm.lo: \
2753   elf32-arm.c \
2754   $(INCDIR)/bfdlink.h \
2755   $(INCDIR)/elf/arm.h \
2756   $(INCDIR)/elf/common.h \
2757   $(INCDIR)/elf/external.h \
2758   $(INCDIR)/elf/internal.h \
2759   $(INCDIR)/elf/reloc-macros.h \
2760   $(INCDIR)/filenames.h \
2761   $(INCDIR)/hashtab.h \
2762   $(INCDIR)/libiberty.h \
2763   elf-bfd.h \
2764   elf-vxworks.h \
2765   elf32-target.h
2766 elf32-avr.lo: \
2767   elf32-avr.c \
2768   $(INCDIR)/bfdlink.h \
2769   $(INCDIR)/elf/avr.h \
2770   $(INCDIR)/elf/common.h \
2771   $(INCDIR)/elf/external.h \
2772   $(INCDIR)/elf/internal.h \
2773   $(INCDIR)/elf/reloc-macros.h \
2774   $(INCDIR)/filenames.h \
2775   $(INCDIR)/hashtab.h \
2776   elf-bfd.h \
2777   elf32-avr.h \
2778   elf32-target.h
2779 elf32-bfin.lo: \
2780   elf32-bfin.c \
2781   $(INCDIR)/bfdlink.h \
2782   $(INCDIR)/dwarf2.h \
2783   $(INCDIR)/elf/bfin.h \
2784   $(INCDIR)/elf/common.h \
2785   $(INCDIR)/elf/external.h \
2786   $(INCDIR)/elf/internal.h \
2787   $(INCDIR)/elf/reloc-macros.h \
2788   $(INCDIR)/filenames.h \
2789   $(INCDIR)/hashtab.h \
2790   elf-bfd.h \
2791   elf32-target.h
2792 elf32-cr16.lo: \
2793   elf32-cr16.c \
2794   $(INCDIR)/bfdlink.h \
2795   $(INCDIR)/elf/common.h \
2796   $(INCDIR)/elf/cr16.h \
2797   $(INCDIR)/elf/external.h \
2798   $(INCDIR)/elf/internal.h \
2799   $(INCDIR)/elf/reloc-macros.h \
2800   $(INCDIR)/filenames.h \
2801   $(INCDIR)/hashtab.h \
2802   $(INCDIR)/libiberty.h \
2803   elf-bfd.h \
2804   elf32-target.h
2805 elf32-cr16c.lo: \
2806   elf32-cr16c.c \
2807   $(INCDIR)/bfdlink.h \
2808   $(INCDIR)/elf/common.h \
2809   $(INCDIR)/elf/cr16c.h \
2810   $(INCDIR)/elf/external.h \
2811   $(INCDIR)/elf/internal.h \
2812   $(INCDIR)/elf/reloc-macros.h \
2813   $(INCDIR)/filenames.h \
2814   $(INCDIR)/hashtab.h \
2815   elf-bfd.h \
2816   elf32-target.h
2817 elf32-cris.lo: \
2818   elf32-cris.c \
2819   $(INCDIR)/bfdlink.h \
2820   $(INCDIR)/elf/common.h \
2821   $(INCDIR)/elf/cris.h \
2822   $(INCDIR)/elf/external.h \
2823   $(INCDIR)/elf/internal.h \
2824   $(INCDIR)/elf/reloc-macros.h \
2825   $(INCDIR)/filenames.h \
2826   $(INCDIR)/hashtab.h \
2827   elf-bfd.h \
2828   elf32-target.h
2829 elf32-crx.lo: \
2830   elf32-crx.c \
2831   $(INCDIR)/bfdlink.h \
2832   $(INCDIR)/elf/common.h \
2833   $(INCDIR)/elf/crx.h \
2834   $(INCDIR)/elf/external.h \
2835   $(INCDIR)/elf/internal.h \
2836   $(INCDIR)/elf/reloc-macros.h \
2837   $(INCDIR)/filenames.h \
2838   $(INCDIR)/hashtab.h \
2839   elf-bfd.h \
2840   elf32-target.h
2841 elf32-d10v.lo: \
2842   elf32-d10v.c \
2843   $(INCDIR)/bfdlink.h \
2844   $(INCDIR)/elf/common.h \
2845   $(INCDIR)/elf/d10v.h \
2846   $(INCDIR)/elf/external.h \
2847   $(INCDIR)/elf/internal.h \
2848   $(INCDIR)/elf/reloc-macros.h \
2849   $(INCDIR)/filenames.h \
2850   $(INCDIR)/hashtab.h \
2851   elf-bfd.h \
2852   elf32-target.h
2853 elf32-d30v.lo: \
2854   elf32-d30v.c \
2855   $(INCDIR)/bfdlink.h \
2856   $(INCDIR)/elf/common.h \
2857   $(INCDIR)/elf/d30v.h \
2858   $(INCDIR)/elf/external.h \
2859   $(INCDIR)/elf/internal.h \
2860   $(INCDIR)/elf/reloc-macros.h \
2861   $(INCDIR)/filenames.h \
2862   $(INCDIR)/hashtab.h \
2863   elf-bfd.h \
2864   elf32-target.h
2865 elf32-dlx.lo: \
2866   elf32-dlx.c \
2867   $(INCDIR)/bfdlink.h \
2868   $(INCDIR)/elf/common.h \
2869   $(INCDIR)/elf/dlx.h \
2870   $(INCDIR)/elf/external.h \
2871   $(INCDIR)/elf/internal.h \
2872   $(INCDIR)/elf/reloc-macros.h \
2873   $(INCDIR)/filenames.h \
2874   $(INCDIR)/hashtab.h \
2875   elf-bfd.h \
2876   elf32-target.h
2877 elf32-fr30.lo: \
2878   elf32-fr30.c \
2879   $(INCDIR)/bfdlink.h \
2880   $(INCDIR)/elf/common.h \
2881   $(INCDIR)/elf/external.h \
2882   $(INCDIR)/elf/fr30.h \
2883   $(INCDIR)/elf/internal.h \
2884   $(INCDIR)/elf/reloc-macros.h \
2885   $(INCDIR)/filenames.h \
2886   $(INCDIR)/hashtab.h \
2887   elf-bfd.h \
2888   elf32-target.h
2889 elf32-frv.lo: \
2890   elf32-frv.c \
2891   $(INCDIR)/bfdlink.h \
2892   $(INCDIR)/dwarf2.h \
2893   $(INCDIR)/elf/common.h \
2894   $(INCDIR)/elf/external.h \
2895   $(INCDIR)/elf/frv.h \
2896   $(INCDIR)/elf/internal.h \
2897   $(INCDIR)/elf/reloc-macros.h \
2898   $(INCDIR)/filenames.h \
2899   $(INCDIR)/hashtab.h \
2900   elf-bfd.h \
2901   elf32-target.h
2902 elf32-gen.lo: \
2903   elf32-gen.c \
2904   $(INCDIR)/bfdlink.h \
2905   $(INCDIR)/elf/common.h \
2906   $(INCDIR)/elf/external.h \
2907   $(INCDIR)/elf/internal.h \
2908   $(INCDIR)/filenames.h \
2909   $(INCDIR)/hashtab.h \
2910   elf-bfd.h \
2911   elf32-target.h
2912 elf32-h8300.lo: \
2913   elf32-h8300.c \
2914   $(INCDIR)/bfdlink.h \
2915   $(INCDIR)/elf/common.h \
2916   $(INCDIR)/elf/external.h \
2917   $(INCDIR)/elf/h8.h \
2918   $(INCDIR)/elf/internal.h \
2919   $(INCDIR)/elf/reloc-macros.h \
2920   $(INCDIR)/filenames.h \
2921   $(INCDIR)/hashtab.h \
2922   elf-bfd.h \
2923   elf32-target.h
2924 elf32-hppa.lo: \
2925   elf32-hppa.c \
2926   $(INCDIR)/bfdlink.h \
2927   $(INCDIR)/elf/common.h \
2928   $(INCDIR)/elf/external.h \
2929   $(INCDIR)/elf/hppa.h \
2930   $(INCDIR)/elf/internal.h \
2931   $(INCDIR)/elf/reloc-macros.h \
2932   $(INCDIR)/filenames.h \
2933   $(INCDIR)/hashtab.h \
2934   elf-bfd.h \
2935   elf-hppa.h \
2936   elf32-hppa.h \
2937   elf32-target.h \
2938   libhppa.h
2939 elf32-i370.lo: \
2940   elf32-i370.c \
2941   $(INCDIR)/bfdlink.h \
2942   $(INCDIR)/elf/common.h \
2943   $(INCDIR)/elf/external.h \
2944   $(INCDIR)/elf/i370.h \
2945   $(INCDIR)/elf/internal.h \
2946   $(INCDIR)/elf/reloc-macros.h \
2947   $(INCDIR)/filenames.h \
2948   $(INCDIR)/hashtab.h \
2949   elf-bfd.h \
2950   elf32-target.h
2951 elf32-i386.lo: \
2952   elf32-i386.c \
2953   $(INCDIR)/bfdlink.h \
2954   $(INCDIR)/elf/common.h \
2955   $(INCDIR)/elf/external.h \
2956   $(INCDIR)/elf/i386.h \
2957   $(INCDIR)/elf/internal.h \
2958   $(INCDIR)/elf/reloc-macros.h \
2959   $(INCDIR)/filenames.h \
2960   $(INCDIR)/hashtab.h \
2961   $(INCDIR)/objalloc.h \
2962   bfd_stdint.h \
2963   elf-bfd.h \
2964   elf-vxworks.h \
2965   elf32-target.h
2966 elf32-i860.lo: \
2967   elf32-i860.c \
2968   $(INCDIR)/bfdlink.h \
2969   $(INCDIR)/elf/common.h \
2970   $(INCDIR)/elf/external.h \
2971   $(INCDIR)/elf/i860.h \
2972   $(INCDIR)/elf/internal.h \
2973   $(INCDIR)/elf/reloc-macros.h \
2974   $(INCDIR)/filenames.h \
2975   $(INCDIR)/hashtab.h \
2976   elf-bfd.h \
2977   elf32-target.h
2978 elf32-i960.lo: \
2979   elf32-i960.c \
2980   $(INCDIR)/bfdlink.h \
2981   $(INCDIR)/elf/common.h \
2982   $(INCDIR)/elf/external.h \
2983   $(INCDIR)/elf/i960.h \
2984   $(INCDIR)/elf/internal.h \
2985   $(INCDIR)/elf/reloc-macros.h \
2986   $(INCDIR)/filenames.h \
2987   $(INCDIR)/hashtab.h \
2988   elf-bfd.h \
2989   elf32-target.h
2990 elf32-ip2k.lo: \
2991   elf32-ip2k.c \
2992   $(INCDIR)/bfdlink.h \
2993   $(INCDIR)/elf/common.h \
2994   $(INCDIR)/elf/external.h \
2995   $(INCDIR)/elf/internal.h \
2996   $(INCDIR)/elf/ip2k.h \
2997   $(INCDIR)/elf/reloc-macros.h \
2998   $(INCDIR)/filenames.h \
2999   $(INCDIR)/hashtab.h \
3000   elf-bfd.h \
3001   elf32-target.h
3002 elf32-iq2000.lo: \
3003   elf32-iq2000.c \
3004   $(INCDIR)/bfdlink.h \
3005   $(INCDIR)/elf/common.h \
3006   $(INCDIR)/elf/external.h \
3007   $(INCDIR)/elf/internal.h \
3008   $(INCDIR)/elf/iq2000.h \
3009   $(INCDIR)/elf/reloc-macros.h \
3010   $(INCDIR)/filenames.h \
3011   $(INCDIR)/hashtab.h \
3012   elf-bfd.h \
3013   elf32-target.h
3014 elf32-lm32.lo: \
3015   elf32-lm32.c \
3016   $(INCDIR)/bfdlink.h \
3017   $(INCDIR)/elf/common.h \
3018   $(INCDIR)/elf/external.h \
3019   $(INCDIR)/elf/internal.h \
3020   $(INCDIR)/elf/lm32.h \
3021   $(INCDIR)/elf/reloc-macros.h \
3022   $(INCDIR)/filenames.h \
3023   $(INCDIR)/hashtab.h \
3024   elf-bfd.h \
3025   elf32-target.h
3026 elf32-m32c.lo: \
3027   elf32-m32c.c \
3028   $(INCDIR)/bfdlink.h \
3029   $(INCDIR)/elf/common.h \
3030   $(INCDIR)/elf/external.h \
3031   $(INCDIR)/elf/internal.h \
3032   $(INCDIR)/elf/m32c.h \
3033   $(INCDIR)/elf/reloc-macros.h \
3034   $(INCDIR)/filenames.h \
3035   $(INCDIR)/hashtab.h \
3036   $(INCDIR)/libiberty.h \
3037   elf-bfd.h \
3038   elf32-target.h
3039 elf32-m32r.lo: \
3040   elf32-m32r.c \
3041   $(INCDIR)/bfdlink.h \
3042   $(INCDIR)/elf/common.h \
3043   $(INCDIR)/elf/external.h \
3044   $(INCDIR)/elf/internal.h \
3045   $(INCDIR)/elf/m32r.h \
3046   $(INCDIR)/elf/reloc-macros.h \
3047   $(INCDIR)/filenames.h \
3048   $(INCDIR)/hashtab.h \
3049   elf-bfd.h \
3050   elf32-target.h
3051 elf32-m68hc11.lo: \
3052   elf32-m68hc11.c \
3053   $(INCDIR)/bfdlink.h \
3054   $(INCDIR)/elf/common.h \
3055   $(INCDIR)/elf/external.h \
3056   $(INCDIR)/elf/internal.h \
3057   $(INCDIR)/elf/m68hc11.h \
3058   $(INCDIR)/elf/reloc-macros.h \
3059   $(INCDIR)/filenames.h \
3060   $(INCDIR)/hashtab.h \
3061   $(INCDIR)/opcode/m68hc11.h \
3062   elf-bfd.h \
3063   elf32-m68hc1x.h \
3064   elf32-target.h
3065 elf32-m68hc12.lo: \
3066   elf32-m68hc12.c \
3067   $(INCDIR)/bfdlink.h \
3068   $(INCDIR)/elf/common.h \
3069   $(INCDIR)/elf/external.h \
3070   $(INCDIR)/elf/internal.h \
3071   $(INCDIR)/elf/m68hc11.h \
3072   $(INCDIR)/elf/reloc-macros.h \
3073   $(INCDIR)/filenames.h \
3074   $(INCDIR)/hashtab.h \
3075   $(INCDIR)/opcode/m68hc11.h \
3076   elf-bfd.h \
3077   elf32-m68hc1x.h \
3078   elf32-target.h
3079 elf32-m68hc1x.lo: \
3080   elf32-m68hc1x.c \
3081   $(INCDIR)/alloca-conf.h \
3082   $(INCDIR)/bfdlink.h \
3083   $(INCDIR)/elf/common.h \
3084   $(INCDIR)/elf/external.h \
3085   $(INCDIR)/elf/internal.h \
3086   $(INCDIR)/elf/m68hc11.h \
3087   $(INCDIR)/elf/reloc-macros.h \
3088   $(INCDIR)/filenames.h \
3089   $(INCDIR)/hashtab.h \
3090   $(INCDIR)/opcode/m68hc11.h \
3091   elf-bfd.h \
3092   elf32-m68hc1x.h
3093 elf32-m68k.lo: \
3094   elf32-m68k.c \
3095   $(INCDIR)/bfdlink.h \
3096   $(INCDIR)/elf/common.h \
3097   $(INCDIR)/elf/external.h \
3098   $(INCDIR)/elf/internal.h \
3099   $(INCDIR)/elf/m68k.h \
3100   $(INCDIR)/elf/reloc-macros.h \
3101   $(INCDIR)/filenames.h \
3102   $(INCDIR)/hashtab.h \
3103   $(INCDIR)/opcode/m68k.h \
3104   elf-bfd.h \
3105   elf32-target.h
3106 elf32-m88k.lo: \
3107   elf32-m88k.c \
3108   $(INCDIR)/bfdlink.h \
3109   $(INCDIR)/elf/common.h \
3110   $(INCDIR)/elf/external.h \
3111   $(INCDIR)/elf/internal.h \
3112   $(INCDIR)/filenames.h \
3113   $(INCDIR)/hashtab.h \
3114   elf-bfd.h \
3115   elf32-target.h
3116 elf32-mcore.lo: \
3117   elf32-mcore.c \
3118   $(INCDIR)/bfdlink.h \
3119   $(INCDIR)/elf/common.h \
3120   $(INCDIR)/elf/external.h \
3121   $(INCDIR)/elf/internal.h \
3122   $(INCDIR)/elf/mcore.h \
3123   $(INCDIR)/elf/reloc-macros.h \
3124   $(INCDIR)/filenames.h \
3125   $(INCDIR)/hashtab.h \
3126   elf-bfd.h \
3127   elf32-target.h
3128 elf32-mep.lo: \
3129   elf32-mep.c \
3130   $(INCDIR)/bfdlink.h \
3131   $(INCDIR)/elf/common.h \
3132   $(INCDIR)/elf/external.h \
3133   $(INCDIR)/elf/internal.h \
3134   $(INCDIR)/elf/mep.h \
3135   $(INCDIR)/elf/reloc-macros.h \
3136   $(INCDIR)/filenames.h \
3137   $(INCDIR)/hashtab.h \
3138   $(INCDIR)/libiberty.h \
3139   elf-bfd.h \
3140   elf32-target.h
3141 elf32-mips.lo: \
3142   elf32-mips.c \
3143   $(INCDIR)/bfdlink.h \
3144   $(INCDIR)/coff/ecoff.h \
3145   $(INCDIR)/coff/external.h \
3146   $(INCDIR)/coff/internal.h \
3147   $(INCDIR)/coff/mips.h \
3148   $(INCDIR)/coff/sym.h \
3149   $(INCDIR)/coff/symconst.h \
3150   $(INCDIR)/elf/common.h \
3151   $(INCDIR)/elf/external.h \
3152   $(INCDIR)/elf/internal.h \
3153   $(INCDIR)/elf/mips.h \
3154   $(INCDIR)/elf/reloc-macros.h \
3155   $(INCDIR)/filenames.h \
3156   $(INCDIR)/hashtab.h \
3157   ecoffswap.h \
3158   elf-bfd.h \
3159   elf-vxworks.h \
3160   elf32-target.h \
3161   elfxx-mips.h \
3162   genlink.h
3163 elf32-moxie.lo: \
3164   elf32-moxie.c \
3165   $(INCDIR)/bfdlink.h \
3166   $(INCDIR)/elf/common.h \
3167   $(INCDIR)/elf/external.h \
3168   $(INCDIR)/elf/internal.h \
3169   $(INCDIR)/elf/moxie.h \
3170   $(INCDIR)/elf/reloc-macros.h \
3171   $(INCDIR)/filenames.h \
3172   $(INCDIR)/hashtab.h \
3173   elf-bfd.h \
3174   elf32-target.h
3175 elf32-msp430.lo: \
3176   elf32-msp430.c \
3177   $(INCDIR)/bfdlink.h \
3178   $(INCDIR)/elf/common.h \
3179   $(INCDIR)/elf/external.h \
3180   $(INCDIR)/elf/internal.h \
3181   $(INCDIR)/elf/msp430.h \
3182   $(INCDIR)/elf/reloc-macros.h \
3183   $(INCDIR)/filenames.h \
3184   $(INCDIR)/hashtab.h \
3185   $(INCDIR)/libiberty.h \
3186   elf-bfd.h \
3187   elf32-target.h
3188 elf32-mt.lo: \
3189   elf32-mt.c \
3190   $(INCDIR)/bfdlink.h \
3191   $(INCDIR)/elf/common.h \
3192   $(INCDIR)/elf/external.h \
3193   $(INCDIR)/elf/internal.h \
3194   $(INCDIR)/elf/mt.h \
3195   $(INCDIR)/elf/reloc-macros.h \
3196   $(INCDIR)/filenames.h \
3197   $(INCDIR)/hashtab.h \
3198   elf-bfd.h \
3199   elf32-target.h
3200 elf32-openrisc.lo: \
3201   elf32-openrisc.c \
3202   $(INCDIR)/bfdlink.h \
3203   $(INCDIR)/elf/common.h \
3204   $(INCDIR)/elf/external.h \
3205   $(INCDIR)/elf/internal.h \
3206   $(INCDIR)/elf/openrisc.h \
3207   $(INCDIR)/elf/reloc-macros.h \
3208   $(INCDIR)/filenames.h \
3209   $(INCDIR)/hashtab.h \
3210   $(INCDIR)/libiberty.h \
3211   elf-bfd.h \
3212   elf32-target.h
3213 elf32-or32.lo: \
3214   elf32-or32.c \
3215   $(INCDIR)/bfdlink.h \
3216   $(INCDIR)/elf/common.h \
3217   $(INCDIR)/elf/external.h \
3218   $(INCDIR)/elf/internal.h \
3219   $(INCDIR)/elf/or32.h \
3220   $(INCDIR)/elf/reloc-macros.h \
3221   $(INCDIR)/filenames.h \
3222   $(INCDIR)/hashtab.h \
3223   $(INCDIR)/libiberty.h \
3224   elf-bfd.h \
3225   elf32-target.h
3226 elf32-pj.lo: \
3227   elf32-pj.c \
3228   $(INCDIR)/bfdlink.h \
3229   $(INCDIR)/elf/common.h \
3230   $(INCDIR)/elf/external.h \
3231   $(INCDIR)/elf/internal.h \
3232   $(INCDIR)/elf/pj.h \
3233   $(INCDIR)/elf/reloc-macros.h \
3234   $(INCDIR)/filenames.h \
3235   $(INCDIR)/hashtab.h \
3236   elf-bfd.h \
3237   elf32-target.h
3238 elf32-ppc.lo: \
3239   elf32-ppc.c \
3240   $(INCDIR)/bfdlink.h \
3241   $(INCDIR)/elf/common.h \
3242   $(INCDIR)/elf/external.h \
3243   $(INCDIR)/elf/internal.h \
3244   $(INCDIR)/elf/ppc.h \
3245   $(INCDIR)/elf/reloc-macros.h \
3246   $(INCDIR)/filenames.h \
3247   $(INCDIR)/hashtab.h \
3248   elf-bfd.h \
3249   elf-vxworks.h \
3250   elf32-ppc.h \
3251   elf32-target.h
3252 elf32-s390.lo: \
3253   elf32-s390.c \
3254   $(INCDIR)/bfdlink.h \
3255   $(INCDIR)/elf/common.h \
3256   $(INCDIR)/elf/external.h \
3257   $(INCDIR)/elf/internal.h \
3258   $(INCDIR)/elf/reloc-macros.h \
3259   $(INCDIR)/elf/s390.h \
3260   $(INCDIR)/filenames.h \
3261   $(INCDIR)/hashtab.h \
3262   elf-bfd.h \
3263   elf32-target.h
3264 elf32-sh-symbian.lo: \
3265   elf32-sh-symbian.c \
3266   $(INCDIR)/bfdlink.h \
3267   $(INCDIR)/elf/common.h \
3268   $(INCDIR)/elf/external.h \
3269   $(INCDIR)/elf/internal.h \
3270   $(INCDIR)/elf/reloc-macros.h \
3271   $(INCDIR)/elf/sh.h \
3272   $(INCDIR)/filenames.h \
3273   $(INCDIR)/hashtab.h \
3274   $(INCDIR)/libiberty.h \
3275   $(srcdir)/../opcodes/sh-opc.h \
3276   elf-bfd.h \
3277   elf-vxworks.h \
3278   elf32-sh-relocs.h \
3279   elf32-sh.c \
3280   elf32-target.h
3281 elf32-sh.lo: \
3282   elf32-sh.c \
3283   $(INCDIR)/bfdlink.h \
3284   $(INCDIR)/elf/common.h \
3285   $(INCDIR)/elf/external.h \
3286   $(INCDIR)/elf/internal.h \
3287   $(INCDIR)/elf/reloc-macros.h \
3288   $(INCDIR)/elf/sh.h \
3289   $(INCDIR)/filenames.h \
3290   $(INCDIR)/hashtab.h \
3291   $(INCDIR)/libiberty.h \
3292   $(srcdir)/../opcodes/sh-opc.h \
3293   elf-bfd.h \
3294   elf-vxworks.h \
3295   elf32-sh-relocs.h \
3296   elf32-target.h
3297 elf32-sh64-com.lo: \
3298   elf32-sh64-com.c \
3299   $(INCDIR)/bfdlink.h \
3300   $(INCDIR)/elf/common.h \
3301   $(INCDIR)/elf/external.h \
3302   $(INCDIR)/elf/internal.h \
3303   $(INCDIR)/elf/reloc-macros.h \
3304   $(INCDIR)/elf/sh.h \
3305   $(INCDIR)/filenames.h \
3306   $(INCDIR)/hashtab.h \
3307   $(srcdir)/../opcodes/sh64-opc.h \
3308   elf-bfd.h \
3309   elf32-sh64.h
3310 elf32-sh64.lo: \
3311   elf32-sh64.c \
3312   $(INCDIR)/bfdlink.h \
3313   $(INCDIR)/elf/common.h \
3314   $(INCDIR)/elf/external.h \
3315   $(INCDIR)/elf/internal.h \
3316   $(INCDIR)/elf/reloc-macros.h \
3317   $(INCDIR)/elf/sh.h \
3318   $(INCDIR)/filenames.h \
3319   $(INCDIR)/hashtab.h \
3320   $(INCDIR)/libiberty.h \
3321   $(srcdir)/../opcodes/sh-opc.h \
3322   $(srcdir)/../opcodes/sh64-opc.h \
3323   elf-bfd.h \
3324   elf-vxworks.h \
3325   elf32-sh-relocs.h \
3326   elf32-sh.c \
3327   elf32-sh64.h \
3328   elf32-target.h
3329 elf32-sparc.lo: \
3330   elf32-sparc.c \
3331   $(INCDIR)/bfdlink.h \
3332   $(INCDIR)/elf/common.h \
3333   $(INCDIR)/elf/external.h \
3334   $(INCDIR)/elf/internal.h \
3335   $(INCDIR)/elf/reloc-macros.h \
3336   $(INCDIR)/elf/sparc.h \
3337   $(INCDIR)/filenames.h \
3338   $(INCDIR)/hashtab.h \
3339   $(INCDIR)/opcode/sparc.h \
3340   elf-bfd.h \
3341   elf-vxworks.h \
3342   elf32-target.h \
3343   elfxx-sparc.h
3344 elf32-spu.lo: \
3345   elf32-spu.c \
3346   $(INCDIR)/bfdlink.h \
3347   $(INCDIR)/elf/common.h \
3348   $(INCDIR)/elf/external.h \
3349   $(INCDIR)/elf/internal.h \
3350   $(INCDIR)/elf/reloc-macros.h \
3351   $(INCDIR)/elf/spu.h \
3352   $(INCDIR)/filenames.h \
3353   $(INCDIR)/hashtab.h \
3354   $(INCDIR)/libiberty.h \
3355   elf-bfd.h \
3356   elf32-spu.h \
3357   elf32-target.h
3358 elf32-v850.lo: \
3359   elf32-v850.c \
3360   $(INCDIR)/bfdlink.h \
3361   $(INCDIR)/elf/common.h \
3362   $(INCDIR)/elf/external.h \
3363   $(INCDIR)/elf/internal.h \
3364   $(INCDIR)/elf/reloc-macros.h \
3365   $(INCDIR)/elf/v850.h \
3366   $(INCDIR)/filenames.h \
3367   $(INCDIR)/hashtab.h \
3368   $(INCDIR)/libiberty.h \
3369   elf-bfd.h \
3370   elf32-target.h
3371 elf32-vax.lo: \
3372   elf32-vax.c \
3373   $(INCDIR)/bfdlink.h \
3374   $(INCDIR)/elf/common.h \
3375   $(INCDIR)/elf/external.h \
3376   $(INCDIR)/elf/internal.h \
3377   $(INCDIR)/elf/reloc-macros.h \
3378   $(INCDIR)/elf/vax.h \
3379   $(INCDIR)/filenames.h \
3380   $(INCDIR)/hashtab.h \
3381   elf-bfd.h \
3382   elf32-target.h
3383 elf32-xc16x.lo: \
3384   elf32-xc16x.c \
3385   $(INCDIR)/bfdlink.h \
3386   $(INCDIR)/dwarf2.h \
3387   $(INCDIR)/elf/common.h \
3388   $(INCDIR)/elf/external.h \
3389   $(INCDIR)/elf/internal.h \
3390   $(INCDIR)/elf/reloc-macros.h \
3391   $(INCDIR)/elf/xc16x.h \
3392   $(INCDIR)/filenames.h \
3393   $(INCDIR)/hashtab.h \
3394   $(INCDIR)/libiberty.h \
3395   elf-bfd.h \
3396   elf32-target.h
3397 elf32-xstormy16.lo: \
3398   elf32-xstormy16.c \
3399   $(INCDIR)/bfdlink.h \
3400   $(INCDIR)/elf/common.h \
3401   $(INCDIR)/elf/external.h \
3402   $(INCDIR)/elf/internal.h \
3403   $(INCDIR)/elf/reloc-macros.h \
3404   $(INCDIR)/elf/xstormy16.h \
3405   $(INCDIR)/filenames.h \
3406   $(INCDIR)/hashtab.h \
3407   $(INCDIR)/libiberty.h \
3408   elf-bfd.h \
3409   elf32-target.h
3410 elf32-xtensa.lo: \
3411   elf32-xtensa.c \
3412   $(INCDIR)/bfdlink.h \
3413   $(INCDIR)/elf/common.h \
3414   $(INCDIR)/elf/external.h \
3415   $(INCDIR)/elf/internal.h \
3416   $(INCDIR)/elf/reloc-macros.h \
3417   $(INCDIR)/elf/xtensa.h \
3418   $(INCDIR)/filenames.h \
3419   $(INCDIR)/hashtab.h \
3420   $(INCDIR)/xtensa-config.h \
3421   $(INCDIR)/xtensa-isa.h \
3422   elf-bfd.h \
3423   elf32-target.h
3424 elf32.lo: \
3425   elf32.c \
3426   $(INCDIR)/bfdlink.h \
3427   $(INCDIR)/elf/common.h \
3428   $(INCDIR)/elf/external.h \
3429   $(INCDIR)/elf/internal.h \
3430   $(INCDIR)/filenames.h \
3431   $(INCDIR)/hashtab.h \
3432   $(INCDIR)/libiberty.h \
3433   elf-bfd.h \
3434   elfcode.h \
3435   elfcore.h
3436 elflink.lo: \
3437   elflink.c \
3438   $(INCDIR)/bfdlink.h \
3439   $(INCDIR)/elf/common.h \
3440   $(INCDIR)/elf/external.h \
3441   $(INCDIR)/elf/internal.h \
3442   $(INCDIR)/filenames.h \
3443   $(INCDIR)/hashtab.h \
3444   $(INCDIR)/libiberty.h \
3445   $(INCDIR)/objalloc.h \
3446   $(INCDIR)/safe-ctype.h \
3447   elf-bfd.h
3448 elfxx-mips.lo: \
3449   elfxx-mips.c \
3450   $(INCDIR)/bfdlink.h \
3451   $(INCDIR)/coff/ecoff.h \
3452   $(INCDIR)/coff/external.h \
3453   $(INCDIR)/coff/mips.h \
3454   $(INCDIR)/coff/sym.h \
3455   $(INCDIR)/coff/symconst.h \
3456   $(INCDIR)/elf/common.h \
3457   $(INCDIR)/elf/external.h \
3458   $(INCDIR)/elf/internal.h \
3459   $(INCDIR)/elf/mips.h \
3460   $(INCDIR)/elf/reloc-macros.h \
3461   $(INCDIR)/filenames.h \
3462   $(INCDIR)/hashtab.h \
3463   $(INCDIR)/libiberty.h \
3464   elf-bfd.h \
3465   elf-vxworks.h \
3466   elfxx-mips.h
3467 elfxx-sparc.lo: \
3468   elfxx-sparc.c \
3469   $(INCDIR)/bfdlink.h \
3470   $(INCDIR)/elf/common.h \
3471   $(INCDIR)/elf/external.h \
3472   $(INCDIR)/elf/internal.h \
3473   $(INCDIR)/elf/reloc-macros.h \
3474   $(INCDIR)/elf/sparc.h \
3475   $(INCDIR)/filenames.h \
3476   $(INCDIR)/hashtab.h \
3477   $(INCDIR)/libiberty.h \
3478   $(INCDIR)/opcode/sparc.h \
3479   elf-bfd.h \
3480   elf-vxworks.h \
3481   elfxx-sparc.h
3482 epoc-pe-arm.lo: \
3483   epoc-pe-arm.c \
3484   $(INCDIR)/bfdlink.h \
3485   $(INCDIR)/coff/arm.h \
3486   $(INCDIR)/coff/external.h \
3487   $(INCDIR)/coff/internal.h \
3488   $(INCDIR)/coff/pe.h \
3489   $(INCDIR)/filenames.h \
3490   $(INCDIR)/hashtab.h \
3491   coff-arm.c \
3492   coffcode.h \
3493   libcoff.h \
3494   libpei.h \
3495   pe-arm.c \
3496   peicode.h
3497 epoc-pei-arm.lo: \
3498   epoc-pei-arm.c \
3499   $(INCDIR)/bfdlink.h \
3500   $(INCDIR)/coff/arm.h \
3501   $(INCDIR)/coff/external.h \
3502   $(INCDIR)/coff/internal.h \
3503   $(INCDIR)/coff/pe.h \
3504   $(INCDIR)/filenames.h \
3505   $(INCDIR)/hashtab.h \
3506   coff-arm.c \
3507   coffcode.h \
3508   libcoff.h \
3509   libpei.h \
3510   pei-arm.c \
3511   peicode.h
3512 hp300bsd.lo: \
3513   hp300bsd.c \
3514   $(INCDIR)/aout/aout64.h \
3515   $(INCDIR)/aout/ar.h \
3516   $(INCDIR)/aout/stab.def \
3517   $(INCDIR)/aout/stab_gnu.h \
3518   $(INCDIR)/bfdlink.h \
3519   $(INCDIR)/filenames.h \
3520   $(INCDIR)/hashtab.h \
3521   aout-target.h \
3522   libaout.h
3523 hp300hpux.lo: \
3524   hp300hpux.c \
3525   $(INCDIR)/aout/aout64.h \
3526   $(INCDIR)/aout/ar.h \
3527   $(INCDIR)/aout/hp300hpux.h \
3528   $(INCDIR)/aout/stab.def \
3529   $(INCDIR)/aout/stab_gnu.h \
3530   $(INCDIR)/bfdlink.h \
3531   $(INCDIR)/filenames.h \
3532   $(INCDIR)/hashtab.h \
3533   $(INCDIR)/safe-ctype.h \
3534   aout-target.h \
3535   aoutx.h \
3536   libaout.h
3537 i386aout.lo: \
3538   i386aout.c \
3539   $(INCDIR)/aout/aout64.h \
3540   $(INCDIR)/aout/ar.h \
3541   $(INCDIR)/aout/stab.def \
3542   $(INCDIR)/aout/stab_gnu.h \
3543   $(INCDIR)/bfdlink.h \
3544   $(INCDIR)/filenames.h \
3545   $(INCDIR)/hashtab.h \
3546   aout-target.h \
3547   libaout.h
3548 i386bsd.lo: \
3549   i386bsd.c \
3550   $(INCDIR)/aout/aout64.h \
3551   $(INCDIR)/aout/ar.h \
3552   $(INCDIR)/aout/stab.def \
3553   $(INCDIR)/aout/stab_gnu.h \
3554   $(INCDIR)/bfdlink.h \
3555   $(INCDIR)/filenames.h \
3556   $(INCDIR)/hashtab.h \
3557   aout-target.h \
3558   libaout.h
3559 i386dynix.lo: \
3560   i386dynix.c \
3561   $(INCDIR)/aout/aout64.h \
3562   $(INCDIR)/aout/ar.h \
3563   $(INCDIR)/aout/dynix3.h \
3564   $(INCDIR)/aout/stab.def \
3565   $(INCDIR)/aout/stab_gnu.h \
3566   $(INCDIR)/bfdlink.h \
3567   $(INCDIR)/filenames.h \
3568   $(INCDIR)/hashtab.h \
3569   $(INCDIR)/safe-ctype.h \
3570   aout-target.h \
3571   aoutx.h \
3572   libaout.h
3573 i386freebsd.lo: \
3574   i386freebsd.c \
3575   $(INCDIR)/aout/aout64.h \
3576   $(INCDIR)/aout/ar.h \
3577   $(INCDIR)/aout/stab.def \
3578   $(INCDIR)/aout/stab_gnu.h \
3579   $(INCDIR)/bfdlink.h \
3580   $(INCDIR)/filenames.h \
3581   $(INCDIR)/hashtab.h \
3582   aout-target.h \
3583   freebsd.h \
3584   libaout.h
3585 i386linux.lo: \
3586   i386linux.c \
3587   $(INCDIR)/aout/aout64.h \
3588   $(INCDIR)/aout/ar.h \
3589   $(INCDIR)/aout/stab.def \
3590   $(INCDIR)/aout/stab_gnu.h \
3591   $(INCDIR)/bfdlink.h \
3592   $(INCDIR)/filenames.h \
3593   $(INCDIR)/hashtab.h \
3594   aout-target.h \
3595   libaout.h
3596 i386lynx.lo: \
3597   i386lynx.c \
3598   $(INCDIR)/aout/aout64.h \
3599   $(INCDIR)/aout/ar.h \
3600   $(INCDIR)/aout/stab.def \
3601   $(INCDIR)/aout/stab_gnu.h \
3602   $(INCDIR)/bfdlink.h \
3603   $(INCDIR)/filenames.h \
3604   $(INCDIR)/hashtab.h \
3605   aout-target.h \
3606   libaout.h
3607 i386mach3.lo: \
3608   i386mach3.c \
3609   $(INCDIR)/aout/aout64.h \
3610   $(INCDIR)/aout/ar.h \
3611   $(INCDIR)/aout/stab.def \
3612   $(INCDIR)/aout/stab_gnu.h \
3613   $(INCDIR)/bfdlink.h \
3614   $(INCDIR)/filenames.h \
3615   $(INCDIR)/hashtab.h \
3616   aout-target.h \
3617   libaout.h
3618 i386msdos.lo: \
3619   i386msdos.c \
3620   $(INCDIR)/bfdlink.h \
3621   $(INCDIR)/filenames.h \
3622   $(INCDIR)/hashtab.h \
3623   libaout.h
3624 i386netbsd.lo: \
3625   i386netbsd.c \
3626   $(INCDIR)/aout/aout64.h \
3627   $(INCDIR)/aout/ar.h \
3628   $(INCDIR)/aout/stab.def \
3629   $(INCDIR)/aout/stab_gnu.h \
3630   $(INCDIR)/bfdlink.h \
3631   $(INCDIR)/filenames.h \
3632   $(INCDIR)/hashtab.h \
3633   aout-target.h \
3634   libaout.h \
3635   netbsd.h
3636 i386os9k.lo: \
3637   i386os9k.c \
3638   $(INCDIR)/bfdlink.h \
3639   $(INCDIR)/filenames.h \
3640   $(INCDIR)/hashtab.h \
3641   $(INCDIR)/os9k.h \
3642   libaout.h
3643 ieee.lo: \
3644   ieee.c \
3645   $(INCDIR)/filenames.h \
3646   $(INCDIR)/hashtab.h \
3647   $(INCDIR)/ieee.h \
3648   $(INCDIR)/safe-ctype.h \
3649   libieee.h
3650 m68k4knetbsd.lo: \
3651   m68k4knetbsd.c \
3652   $(INCDIR)/aout/aout64.h \
3653   $(INCDIR)/aout/ar.h \
3654   $(INCDIR)/aout/stab.def \
3655   $(INCDIR)/aout/stab_gnu.h \
3656   $(INCDIR)/bfdlink.h \
3657   $(INCDIR)/filenames.h \
3658   $(INCDIR)/hashtab.h \
3659   aout-target.h \
3660   libaout.h \
3661   netbsd.h
3662 m68klinux.lo: \
3663   m68klinux.c \
3664   $(INCDIR)/aout/aout64.h \
3665   $(INCDIR)/aout/ar.h \
3666   $(INCDIR)/aout/stab.def \
3667   $(INCDIR)/aout/stab_gnu.h \
3668   $(INCDIR)/bfdlink.h \
3669   $(INCDIR)/filenames.h \
3670   $(INCDIR)/hashtab.h \
3671   aout-target.h \
3672   libaout.h
3673 m68knetbsd.lo: \
3674   m68knetbsd.c \
3675   $(INCDIR)/aout/aout64.h \
3676   $(INCDIR)/aout/ar.h \
3677   $(INCDIR)/aout/stab.def \
3678   $(INCDIR)/aout/stab_gnu.h \
3679   $(INCDIR)/bfdlink.h \
3680   $(INCDIR)/filenames.h \
3681   $(INCDIR)/hashtab.h \
3682   aout-target.h \
3683   libaout.h \
3684   netbsd.h
3685 m88kmach3.lo: \
3686   m88kmach3.c \
3687   $(INCDIR)/aout/aout64.h \
3688   $(INCDIR)/aout/ar.h \
3689   $(INCDIR)/aout/stab.def \
3690   $(INCDIR)/aout/stab_gnu.h \
3691   $(INCDIR)/bfdlink.h \
3692   $(INCDIR)/filenames.h \
3693   $(INCDIR)/hashtab.h \
3694   aout-target.h \
3695   libaout.h
3696 m88kopenbsd.lo: \
3697   m88kopenbsd.c \
3698   $(INCDIR)/aout/aout64.h \
3699   $(INCDIR)/aout/ar.h \
3700   $(INCDIR)/aout/stab.def \
3701   $(INCDIR)/aout/stab_gnu.h \
3702   $(INCDIR)/bfdlink.h \
3703   $(INCDIR)/filenames.h \
3704   $(INCDIR)/hashtab.h \
3705   aout-target.h \
3706   libaout.h \
3707   netbsd.h
3708 mach-o.lo: \
3709   mach-o.c \
3710   $(INCDIR)/aout/stab.def \
3711   $(INCDIR)/aout/stab_gnu.h \
3712   $(INCDIR)/filenames.h \
3713   $(INCDIR)/hashtab.h \
3714   $(INCDIR)/libiberty.h \
3715   mach-o-target.c \
3716   mach-o.h
3717 mach-o-i386.lo: \
3718   mach-o-i386.c \
3719   $(INCDIR)/filenames.h \
3720   $(INCDIR)/hashtab.h \
3721   $(INCDIR)/libiberty.h \
3722   mach-o-target.c \
3723   mach-o.h
3724 mipsbsd.lo: \
3725   mipsbsd.c \
3726   $(INCDIR)/aout/aout64.h \
3727   $(INCDIR)/aout/ar.h \
3728   $(INCDIR)/aout/stab.def \
3729   $(INCDIR)/aout/stab_gnu.h \
3730   $(INCDIR)/bfdlink.h \
3731   $(INCDIR)/filenames.h \
3732   $(INCDIR)/hashtab.h \
3733   aout-target.h \
3734   libaout.h
3735 newsos3.lo: \
3736   newsos3.c \
3737   $(INCDIR)/aout/aout64.h \
3738   $(INCDIR)/aout/ar.h \
3739   $(INCDIR)/aout/stab.def \
3740   $(INCDIR)/aout/stab_gnu.h \
3741   $(INCDIR)/bfdlink.h \
3742   $(INCDIR)/filenames.h \
3743   $(INCDIR)/hashtab.h \
3744   aout-target.h \
3745   libaout.h
3746 nlm.lo: \
3747   nlm.c \
3748   $(INCDIR)/filenames.h \
3749   $(INCDIR)/hashtab.h \
3750   $(INCDIR)/nlm/common.h \
3751   $(INCDIR)/nlm/external.h \
3752   $(INCDIR)/nlm/internal.h \
3753   libnlm.h
3754 nlm32-i386.lo: \
3755   nlm32-i386.c \
3756   $(INCDIR)/filenames.h \
3757   $(INCDIR)/hashtab.h \
3758   $(INCDIR)/nlm/common.h \
3759   $(INCDIR)/nlm/external.h \
3760   $(INCDIR)/nlm/i386-ext.h \
3761   $(INCDIR)/nlm/internal.h \
3762   libnlm.h \
3763   nlm-target.h \
3764   nlmswap.h
3765 nlm32-ppc.lo: \
3766   nlm32-ppc.c \
3767   $(INCDIR)/filenames.h \
3768   $(INCDIR)/hashtab.h \
3769   $(INCDIR)/nlm/common.h \
3770   $(INCDIR)/nlm/external.h \
3771   $(INCDIR)/nlm/internal.h \
3772   $(INCDIR)/nlm/ppc-ext.h \
3773   libnlm.h \
3774   nlm-target.h \
3775   nlmswap.h
3776 nlm32-sparc.lo: \
3777   nlm32-sparc.c \
3778   $(INCDIR)/filenames.h \
3779   $(INCDIR)/hashtab.h \
3780   $(INCDIR)/nlm/common.h \
3781   $(INCDIR)/nlm/external.h \
3782   $(INCDIR)/nlm/internal.h \
3783   $(INCDIR)/nlm/sparc32-ext.h \
3784   libnlm.h \
3785   nlm-target.h \
3786   nlmswap.h
3787 nlm32.lo: \
3788   nlm32.c \
3789   $(INCDIR)/filenames.h \
3790   $(INCDIR)/hashtab.h \
3791   $(INCDIR)/nlm/common.h \
3792   $(INCDIR)/nlm/external.h \
3793   $(INCDIR)/nlm/internal.h \
3794   libnlm.h \
3795   nlmcode.h
3796 ns32knetbsd.lo: \
3797   ns32knetbsd.c \
3798   $(INCDIR)/aout/aout64.h \
3799   $(INCDIR)/aout/ar.h \
3800   $(INCDIR)/aout/stab.def \
3801   $(INCDIR)/aout/stab_gnu.h \
3802   $(INCDIR)/bfdlink.h \
3803   $(INCDIR)/filenames.h \
3804   $(INCDIR)/hashtab.h \
3805   aout-target.h \
3806   libaout.h \
3807   netbsd.h
3808 oasys.lo: \
3809   oasys.c \
3810   $(INCDIR)/filenames.h \
3811   $(INCDIR)/hashtab.h \
3812   $(INCDIR)/oasys.h \
3813   $(INCDIR)/safe-ctype.h \
3814   liboasys.h
3815 pc532-mach.lo: \
3816   pc532-mach.c \
3817   $(INCDIR)/aout/aout64.h \
3818   $(INCDIR)/aout/ar.h \
3819   $(INCDIR)/aout/stab.def \
3820   $(INCDIR)/aout/stab_gnu.h \
3821   $(INCDIR)/bfdlink.h \
3822   $(INCDIR)/filenames.h \
3823   $(INCDIR)/hashtab.h \
3824   aout-target.h \
3825   libaout.h
3826 pdp11.lo: \
3827   pdp11.c \
3828   $(INCDIR)/aout/aout64.h \
3829   $(INCDIR)/aout/ar.h \
3830   $(INCDIR)/aout/stab.def \
3831   $(INCDIR)/aout/stab_gnu.h \
3832   $(INCDIR)/bfdlink.h \
3833   $(INCDIR)/filenames.h \
3834   $(INCDIR)/hashtab.h \
3835   $(INCDIR)/safe-ctype.h \
3836   aout-target.h \
3837   libaout.h
3838 pe-arm-wince.lo: \
3839   pe-arm-wince.c \
3840   $(INCDIR)/bfdlink.h \
3841   $(INCDIR)/coff/arm.h \
3842   $(INCDIR)/coff/external.h \
3843   $(INCDIR)/coff/internal.h \
3844   $(INCDIR)/coff/pe.h \
3845   $(INCDIR)/filenames.h \
3846   $(INCDIR)/hashtab.h \
3847   coff-arm.c \
3848   coffcode.h \
3849   libcoff.h \
3850   libpei.h \
3851   pe-arm.c \
3852   peicode.h
3853 pe-arm.lo: \
3854   pe-arm.c \
3855   $(INCDIR)/bfdlink.h \
3856   $(INCDIR)/coff/arm.h \
3857   $(INCDIR)/coff/external.h \
3858   $(INCDIR)/coff/internal.h \
3859   $(INCDIR)/coff/pe.h \
3860   $(INCDIR)/filenames.h \
3861   $(INCDIR)/hashtab.h \
3862   coff-arm.c \
3863   coffcode.h \
3864   libcoff.h \
3865   libpei.h \
3866   peicode.h
3867 pe-i386.lo: \
3868   pe-i386.c \
3869   $(INCDIR)/bfdlink.h \
3870   $(INCDIR)/coff/external.h \
3871   $(INCDIR)/coff/i386.h \
3872   $(INCDIR)/coff/internal.h \
3873   $(INCDIR)/coff/pe.h \
3874   $(INCDIR)/filenames.h \
3875   $(INCDIR)/hashtab.h \
3876   coff-i386.c \
3877   coffcode.h \
3878   libcoff.h \
3879   libpei.h \
3880   peicode.h
3881 pe-mcore.lo: \
3882   pe-mcore.c \
3883   $(INCDIR)/bfdlink.h \
3884   $(INCDIR)/coff/external.h \
3885   $(INCDIR)/coff/internal.h \
3886   $(INCDIR)/coff/mcore.h \
3887   $(INCDIR)/coff/pe.h \
3888   $(INCDIR)/filenames.h \
3889   $(INCDIR)/hashtab.h \
3890   coff-mcore.c \
3891   coffcode.h \
3892   libcoff.h \
3893   libpei.h \
3894   peicode.h
3895 pe-mips.lo: \
3896   pe-mips.c \
3897   $(INCDIR)/bfdlink.h \
3898   $(INCDIR)/coff/external.h \
3899   $(INCDIR)/coff/internal.h \
3900   $(INCDIR)/coff/mipspe.h \
3901   $(INCDIR)/coff/pe.h \
3902   $(INCDIR)/filenames.h \
3903   $(INCDIR)/hashtab.h \
3904   coffcode.h \
3905   libcoff.h \
3906   libpei.h \
3907   peicode.h
3908 pe-ppc.lo: \
3909   pe-ppc.c \
3910   $(INCDIR)/bfdlink.h \
3911   $(INCDIR)/coff/external.h \
3912   $(INCDIR)/coff/internal.h \
3913   $(INCDIR)/coff/pe.h \
3914   $(INCDIR)/coff/powerpc.h \
3915   $(INCDIR)/filenames.h \
3916   $(INCDIR)/hashtab.h \
3917   coff-ppc.c \
3918   coffcode.h \
3919   libcoff.h \
3920   libpei.h \
3921   peicode.h
3922 pe-sh.lo: \
3923   pe-sh.c \
3924   $(INCDIR)/bfdlink.h \
3925   $(INCDIR)/coff/external.h \
3926   $(INCDIR)/coff/internal.h \
3927   $(INCDIR)/coff/pe.h \
3928   $(INCDIR)/coff/sh.h \
3929   $(INCDIR)/filenames.h \
3930   $(INCDIR)/hashtab.h \
3931   $(INCDIR)/libiberty.h \
3932   coff-sh.c \
3933   coffcode.h \
3934   libcoff.h \
3935   libpei.h \
3936   peicode.h
3937 pef.lo: \
3938   pef.c \
3939   $(INCDIR)/filenames.h \
3940   $(INCDIR)/hashtab.h \
3941   $(INCDIR)/libiberty.h \
3942   $(INCDIR)/safe-ctype.h \
3943   pef-traceback.h \
3944   pef.h
3945 pei-arm-wince.lo: \
3946   pei-arm-wince.c \
3947   $(INCDIR)/bfdlink.h \
3948   $(INCDIR)/coff/arm.h \
3949   $(INCDIR)/coff/external.h \
3950   $(INCDIR)/coff/internal.h \
3951   $(INCDIR)/coff/pe.h \
3952   $(INCDIR)/filenames.h \
3953   $(INCDIR)/hashtab.h \
3954   coff-arm.c \
3955   coffcode.h \
3956   libcoff.h \
3957   libpei.h \
3958   pei-arm.c \
3959   peicode.h
3960 pei-arm.lo: \
3961   pei-arm.c \
3962   $(INCDIR)/bfdlink.h \
3963   $(INCDIR)/coff/arm.h \
3964   $(INCDIR)/coff/external.h \
3965   $(INCDIR)/coff/internal.h \
3966   $(INCDIR)/coff/pe.h \
3967   $(INCDIR)/filenames.h \
3968   $(INCDIR)/hashtab.h \
3969   coff-arm.c \
3970   coffcode.h \
3971   libcoff.h \
3972   libpei.h \
3973   peicode.h
3974 pei-i386.lo: \
3975   pei-i386.c \
3976   $(INCDIR)/bfdlink.h \
3977   $(INCDIR)/coff/external.h \
3978   $(INCDIR)/coff/i386.h \
3979   $(INCDIR)/coff/internal.h \
3980   $(INCDIR)/coff/pe.h \
3981   $(INCDIR)/filenames.h \
3982   $(INCDIR)/hashtab.h \
3983   coff-i386.c \
3984   coffcode.h \
3985   libcoff.h \
3986   libpei.h \
3987   peicode.h
3988 pei-mcore.lo: \
3989   pei-mcore.c \
3990   $(INCDIR)/bfdlink.h \
3991   $(INCDIR)/coff/external.h \
3992   $(INCDIR)/coff/internal.h \
3993   $(INCDIR)/coff/mcore.h \
3994   $(INCDIR)/coff/pe.h \
3995   $(INCDIR)/filenames.h \
3996   $(INCDIR)/hashtab.h \
3997   coff-mcore.c \
3998   coffcode.h \
3999   libcoff.h \
4000   libpei.h \
4001   peicode.h
4002 pei-mips.lo: \
4003   pei-mips.c \
4004   $(INCDIR)/bfdlink.h \
4005   $(INCDIR)/coff/external.h \
4006   $(INCDIR)/coff/internal.h \
4007   $(INCDIR)/coff/mipspe.h \
4008   $(INCDIR)/coff/pe.h \
4009   $(INCDIR)/filenames.h \
4010   $(INCDIR)/hashtab.h \
4011   coffcode.h \
4012   libcoff.h \
4013   libpei.h \
4014   pe-mips.c \
4015   peicode.h
4016 pei-ppc.lo: \
4017   pei-ppc.c \
4018   $(INCDIR)/bfdlink.h \
4019   $(INCDIR)/coff/external.h \
4020   $(INCDIR)/coff/internal.h \
4021   $(INCDIR)/coff/pe.h \
4022   $(INCDIR)/coff/powerpc.h \
4023   $(INCDIR)/filenames.h \
4024   $(INCDIR)/hashtab.h \
4025   coff-ppc.c \
4026   coffcode.h \
4027   libcoff.h \
4028   libpei.h \
4029   peicode.h
4030 pei-sh.lo: \
4031   pei-sh.c \
4032   $(INCDIR)/bfdlink.h \
4033   $(INCDIR)/coff/external.h \
4034   $(INCDIR)/coff/internal.h \
4035   $(INCDIR)/coff/pe.h \
4036   $(INCDIR)/coff/sh.h \
4037   $(INCDIR)/filenames.h \
4038   $(INCDIR)/hashtab.h \
4039   $(INCDIR)/libiberty.h \
4040   coff-sh.c \
4041   coffcode.h \
4042   libcoff.h \
4043   libpei.h \
4044   peicode.h
4045 plugin.lo: \
4046   plugin.c \
4047   $(INCDIR)/filenames.h \
4048   $(INCDIR)/hashtab.h \
4049   $(INCDIR)/libiberty.h \
4050   $(INCDIR)/plugin-api.h \
4051   plugin.h
4052 ppcboot.lo: \
4053   ppcboot.c \
4054   $(INCDIR)/filenames.h \
4055   $(INCDIR)/hashtab.h \
4056   $(INCDIR)/safe-ctype.h
4057 reloc16.lo: \
4058   reloc16.c \
4059   $(INCDIR)/bfdlink.h \
4060   $(INCDIR)/coff/internal.h \
4061   $(INCDIR)/filenames.h \
4062   $(INCDIR)/hashtab.h \
4063   genlink.h \
4064   libcoff.h
4065 riscix.lo: \
4066   riscix.c \
4067   $(INCDIR)/aout/aout64.h \
4068   $(INCDIR)/aout/ar.h \
4069   $(INCDIR)/aout/stab.def \
4070   $(INCDIR)/aout/stab_gnu.h \
4071   $(INCDIR)/bfdlink.h \
4072   $(INCDIR)/filenames.h \
4073   $(INCDIR)/hashtab.h \
4074   aout-target.h \
4075   libaout.h
4076 som.lo: \
4077   som.c \
4078   $(INCDIR)/alloca-conf.h \
4079   $(INCDIR)/filenames.h
4080 sparclinux.lo: \
4081   sparclinux.c \
4082   $(INCDIR)/aout/aout64.h \
4083   $(INCDIR)/aout/ar.h \
4084   $(INCDIR)/aout/stab.def \
4085   $(INCDIR)/aout/stab_gnu.h \
4086   $(INCDIR)/bfdlink.h \
4087   $(INCDIR)/filenames.h \
4088   $(INCDIR)/hashtab.h \
4089   aout-target.h \
4090   libaout.h
4091 sparclynx.lo: \
4092   sparclynx.c \
4093   $(INCDIR)/aout/aout64.h \
4094   $(INCDIR)/aout/ar.h \
4095   $(INCDIR)/aout/stab.def \
4096   $(INCDIR)/aout/stab_gnu.h \
4097   $(INCDIR)/aout/sun4.h \
4098   $(INCDIR)/bfdlink.h \
4099   $(INCDIR)/filenames.h \
4100   $(INCDIR)/hashtab.h \
4101   aout-target.h \
4102   libaout.h
4103 sparcnetbsd.lo: \
4104   sparcnetbsd.c \
4105   $(INCDIR)/aout/aout64.h \
4106   $(INCDIR)/aout/ar.h \
4107   $(INCDIR)/aout/stab.def \
4108   $(INCDIR)/aout/stab_gnu.h \
4109   $(INCDIR)/bfdlink.h \
4110   $(INCDIR)/filenames.h \
4111   $(INCDIR)/hashtab.h \
4112   aout-target.h \
4113   libaout.h \
4114   netbsd.h
4115 sunos.lo: \
4116   sunos.c \
4117   $(INCDIR)/aout/aout64.h \
4118   $(INCDIR)/aout/ar.h \
4119   $(INCDIR)/aout/stab.def \
4120   $(INCDIR)/aout/stab_gnu.h \
4121   $(INCDIR)/aout/sun4.h \
4122   $(INCDIR)/bfdlink.h \
4123   $(INCDIR)/filenames.h \
4124   $(INCDIR)/hashtab.h \
4125   aout-target.h \
4126   aoutf1.h \
4127   libaout.h
4128 vax1knetbsd.lo: \
4129   vax1knetbsd.c \
4130   $(INCDIR)/aout/aout64.h \
4131   $(INCDIR)/aout/ar.h \
4132   $(INCDIR)/aout/stab.def \
4133   $(INCDIR)/aout/stab_gnu.h \
4134   $(INCDIR)/bfdlink.h \
4135   $(INCDIR)/filenames.h \
4136   $(INCDIR)/hashtab.h \
4137   aout-target.h \
4138   libaout.h \
4139   netbsd.h
4140 vaxbsd.lo: \
4141   vaxbsd.c \
4142   $(INCDIR)/aout/aout64.h \
4143   $(INCDIR)/aout/ar.h \
4144   $(INCDIR)/aout/stab.def \
4145   $(INCDIR)/aout/stab_gnu.h \
4146   $(INCDIR)/bfdlink.h \
4147   $(INCDIR)/filenames.h \
4148   $(INCDIR)/hashtab.h \
4149   aout-target.h \
4150   libaout.h
4151 vaxnetbsd.lo: \
4152   vaxnetbsd.c \
4153   $(INCDIR)/aout/aout64.h \
4154   $(INCDIR)/aout/ar.h \
4155   $(INCDIR)/aout/stab.def \
4156   $(INCDIR)/aout/stab_gnu.h \
4157   $(INCDIR)/bfdlink.h \
4158   $(INCDIR)/filenames.h \
4159   $(INCDIR)/hashtab.h \
4160   aout-target.h \
4161   libaout.h \
4162   netbsd.h
4163 versados.lo: \
4164   versados.c \
4165   $(INCDIR)/filenames.h \
4166   $(INCDIR)/hashtab.h \
4167   $(INCDIR)/libiberty.h
4168 vms-gsd.lo: \
4169   vms-gsd.c \
4170   $(INCDIR)/bfdlink.h \
4171   $(INCDIR)/filenames.h \
4172   $(INCDIR)/hashtab.h \
4173   vms.h
4174 vms-hdr.lo: \
4175   vms-hdr.c \
4176   $(INCDIR)/bfdlink.h \
4177   $(INCDIR)/filenames.h \
4178   $(INCDIR)/hashtab.h \
4179   $(INCDIR)/safe-ctype.h \
4180   bfdver.h \
4181   vms.h
4182 vms-misc.lo: \
4183   vms-misc.c \
4184   $(INCDIR)/bfdlink.h \
4185   $(INCDIR)/filenames.h \
4186   $(INCDIR)/hashtab.h \
4187   vms.h
4188 vms-tir.lo: \
4189   vms-tir.c \
4190   $(INCDIR)/bfdlink.h \
4191   $(INCDIR)/filenames.h \
4192   $(INCDIR)/hashtab.h \
4193   vms.h
4194 vms.lo: \
4195   vms.c \
4196   $(INCDIR)/bfdlink.h \
4197   $(INCDIR)/filenames.h \
4198   $(INCDIR)/hashtab.h \
4199   vms.h
4200 vmsutil.lo: \
4201   vmsutil.c \
4202   $(INCDIR)/filenames.h \
4203   vmsutil.h
4204 xcofflink.lo: \
4205   xcofflink.c \
4206   $(INCDIR)/bfdlink.h \
4207   $(INCDIR)/coff/internal.h \
4208   $(INCDIR)/coff/xcoff.h \
4209   $(INCDIR)/filenames.h \
4210   $(INCDIR)/hashtab.h \
4211   $(INCDIR)/libiberty.h \
4212   libcoff.h \
4213   libxcoff.h
4214 xsym.lo: \
4215   xsym.c \
4216   $(INCDIR)/alloca-conf.h \
4217   $(INCDIR)/filenames.h \
4218   $(INCDIR)/hashtab.h \
4219   xsym.h
4220 xtensa-isa.lo: \
4221   xtensa-isa.c \
4222   $(INCDIR)/filenames.h \
4223   $(INCDIR)/hashtab.h \
4224   $(INCDIR)/xtensa-isa-internal.h \
4225   $(INCDIR)/xtensa-isa.h
4226 xtensa-modules.lo: \
4227   xtensa-modules.c \
4228   $(INCDIR)/xtensa-isa-internal.h \
4229   $(INCDIR)/xtensa-isa.h
4230 aix5ppc-core.lo: \
4231   aix5ppc-core.c \
4232   $(INCDIR)/filenames.h
4233 aout64.lo: \
4234   aout64.c \
4235   $(INCDIR)/aout/aout64.h \
4236   $(INCDIR)/aout/ar.h \
4237   $(INCDIR)/aout/stab.def \
4238   $(INCDIR)/aout/stab_gnu.h \
4239   $(INCDIR)/bfdlink.h \
4240   $(INCDIR)/filenames.h \
4241   $(INCDIR)/hashtab.h \
4242   $(INCDIR)/safe-ctype.h \
4243   aoutx.h \
4244   libaout.h
4245 coff-alpha.lo: \
4246   coff-alpha.c \
4247   $(INCDIR)/aout/ar.h \
4248   $(INCDIR)/bfdlink.h \
4249   $(INCDIR)/coff/alpha.h \
4250   $(INCDIR)/coff/ecoff.h \
4251   $(INCDIR)/coff/internal.h \
4252   $(INCDIR)/coff/sym.h \
4253   $(INCDIR)/coff/symconst.h \
4254   $(INCDIR)/filenames.h \
4255   $(INCDIR)/hashtab.h \
4256   coffswap.h \
4257   ecoffswap.h \
4258   libcoff.h \
4259   libecoff.h
4260 coff-x86_64.lo: \
4261   coff-x86_64.c \
4262   $(INCDIR)/bfdlink.h \
4263   $(INCDIR)/coff/external.h \
4264   $(INCDIR)/coff/internal.h \
4265   $(INCDIR)/coff/pe.h \
4266   $(INCDIR)/coff/x86_64.h \
4267   $(INCDIR)/filenames.h \
4268   $(INCDIR)/hashtab.h \
4269   $(INCDIR)/libiberty.h \
4270   coffcode.h \
4271   coffswap.h \
4272   libcoff.h
4273 coff64-rs6000.lo: \
4274   coff64-rs6000.c \
4275   $(INCDIR)/bfdlink.h \
4276   $(INCDIR)/coff/internal.h \
4277   $(INCDIR)/coff/rs6k64.h \
4278   $(INCDIR)/coff/xcoff.h \
4279   $(INCDIR)/filenames.h \
4280   $(INCDIR)/hashtab.h \
4281   coffcode.h \
4282   coffswap.h \
4283   libcoff.h \
4284   libxcoff.h
4285 demo64.lo: \
4286   demo64.c \
4287   $(INCDIR)/aout/aout64.h \
4288   $(INCDIR)/aout/ar.h \
4289   $(INCDIR)/aout/stab.def \
4290   $(INCDIR)/aout/stab_gnu.h \
4291   $(INCDIR)/aout/sun4.h \
4292   $(INCDIR)/bfdlink.h \
4293   $(INCDIR)/filenames.h \
4294   $(INCDIR)/hashtab.h \
4295   aout-target.h \
4296   aoutf1.h \
4297   libaout.h
4298 elf32-score.lo: \
4299   elf32-score.c \
4300   $(INCDIR)/bfdlink.h \
4301   $(INCDIR)/elf/common.h \
4302   $(INCDIR)/elf/external.h \
4303   $(INCDIR)/elf/internal.h \
4304   $(INCDIR)/elf/reloc-macros.h \
4305   $(INCDIR)/elf/score.h \
4306   $(INCDIR)/filenames.h \
4307   $(INCDIR)/hashtab.h \
4308   $(INCDIR)/libiberty.h \
4309   elf-bfd.h \
4310   elf32-score.h \
4311   elf32-target.h
4312 elf32-score7.lo: \
4313   elf32-score7.c \
4314   $(INCDIR)/bfdlink.h \
4315   $(INCDIR)/elf/common.h \
4316   $(INCDIR)/elf/external.h \
4317   $(INCDIR)/elf/internal.h \
4318   $(INCDIR)/elf/reloc-macros.h \
4319   $(INCDIR)/elf/score.h \
4320   $(INCDIR)/filenames.h \
4321   $(INCDIR)/hashtab.h \
4322   $(INCDIR)/libiberty.h \
4323   elf-bfd.h \
4324   elf32-score.h
4325 elf64-alpha.lo: \
4326   elf64-alpha.c \
4327   $(INCDIR)/aout/ar.h \
4328   $(INCDIR)/bfdlink.h \
4329   $(INCDIR)/coff/alpha.h \
4330   $(INCDIR)/coff/ecoff.h \
4331   $(INCDIR)/coff/internal.h \
4332   $(INCDIR)/coff/sym.h \
4333   $(INCDIR)/coff/symconst.h \
4334   $(INCDIR)/elf/alpha.h \
4335   $(INCDIR)/elf/common.h \
4336   $(INCDIR)/elf/external.h \
4337   $(INCDIR)/elf/internal.h \
4338   $(INCDIR)/elf/reloc-macros.h \
4339   $(INCDIR)/filenames.h \
4340   $(INCDIR)/hashtab.h \
4341   ecoffswap.h \
4342   elf-bfd.h \
4343   elf64-target.h \
4344   libcoff.h \
4345   libecoff.h
4346 elf64-gen.lo: \
4347   elf64-gen.c \
4348   $(INCDIR)/bfdlink.h \
4349   $(INCDIR)/elf/common.h \
4350   $(INCDIR)/elf/external.h \
4351   $(INCDIR)/elf/internal.h \
4352   $(INCDIR)/filenames.h \
4353   $(INCDIR)/hashtab.h \
4354   elf-bfd.h \
4355   elf64-target.h
4356 elf64-hppa.lo: \
4357   elf64-hppa.c \
4358   $(INCDIR)/alloca-conf.h \
4359   $(INCDIR)/bfdlink.h \
4360   $(INCDIR)/elf/common.h \
4361   $(INCDIR)/elf/external.h \
4362   $(INCDIR)/elf/hppa.h \
4363   $(INCDIR)/elf/internal.h \
4364   $(INCDIR)/elf/reloc-macros.h \
4365   $(INCDIR)/filenames.h \
4366   $(INCDIR)/hashtab.h \
4367   elf-bfd.h \
4368   elf-hppa.h \
4369   elf64-hppa.h \
4370   elf64-target.h \
4371   libhppa.h
4372 elf64-mips.lo: \
4373   elf64-mips.c \
4374   $(INCDIR)/aout/ar.h \
4375   $(INCDIR)/bfdlink.h \
4376   $(INCDIR)/coff/alpha.h \
4377   $(INCDIR)/coff/ecoff.h \
4378   $(INCDIR)/coff/internal.h \
4379   $(INCDIR)/coff/sym.h \
4380   $(INCDIR)/coff/symconst.h \
4381   $(INCDIR)/elf/common.h \
4382   $(INCDIR)/elf/external.h \
4383   $(INCDIR)/elf/internal.h \
4384   $(INCDIR)/elf/mips.h \
4385   $(INCDIR)/elf/reloc-macros.h \
4386   $(INCDIR)/filenames.h \
4387   $(INCDIR)/hashtab.h \
4388   ecoffswap.h \
4389   elf-bfd.h \
4390   elf64-target.h \
4391   elfxx-mips.h \
4392   genlink.h
4393 elf64-mmix.lo: \
4394   elf64-mmix.c \
4395   $(INCDIR)/bfdlink.h \
4396   $(INCDIR)/elf/common.h \
4397   $(INCDIR)/elf/external.h \
4398   $(INCDIR)/elf/internal.h \
4399   $(INCDIR)/elf/mmix.h \
4400   $(INCDIR)/elf/reloc-macros.h \
4401   $(INCDIR)/filenames.h \
4402   $(INCDIR)/hashtab.h \
4403   $(INCDIR)/opcode/mmix.h \
4404   elf-bfd.h \
4405   elf64-target.h
4406 elf64-ppc.lo: \
4407   elf64-ppc.c \
4408   $(INCDIR)/bfdlink.h \
4409   $(INCDIR)/elf/common.h \
4410   $(INCDIR)/elf/external.h \
4411   $(INCDIR)/elf/internal.h \
4412   $(INCDIR)/elf/ppc64.h \
4413   $(INCDIR)/elf/reloc-macros.h \
4414   $(INCDIR)/filenames.h \
4415   $(INCDIR)/hashtab.h \
4416   elf-bfd.h \
4417   elf64-ppc.h \
4418   elf64-target.h
4419 elf64-s390.lo: \
4420   elf64-s390.c \
4421   $(INCDIR)/bfdlink.h \
4422   $(INCDIR)/elf/common.h \
4423   $(INCDIR)/elf/external.h \
4424   $(INCDIR)/elf/internal.h \
4425   $(INCDIR)/elf/reloc-macros.h \
4426   $(INCDIR)/elf/s390.h \
4427   $(INCDIR)/filenames.h \
4428   $(INCDIR)/hashtab.h \
4429   elf-bfd.h \
4430   elf64-target.h
4431 elf64-sh64.lo: \
4432   elf64-sh64.c \
4433   $(INCDIR)/bfdlink.h \
4434   $(INCDIR)/elf/common.h \
4435   $(INCDIR)/elf/external.h \
4436   $(INCDIR)/elf/internal.h \
4437   $(INCDIR)/elf/reloc-macros.h \
4438   $(INCDIR)/elf/sh.h \
4439   $(INCDIR)/filenames.h \
4440   $(INCDIR)/hashtab.h \
4441   elf-bfd.h \
4442   elf64-target.h
4443 elf64-sparc.lo: \
4444   elf64-sparc.c \
4445   $(INCDIR)/bfdlink.h \
4446   $(INCDIR)/elf/common.h \
4447   $(INCDIR)/elf/external.h \
4448   $(INCDIR)/elf/internal.h \
4449   $(INCDIR)/elf/reloc-macros.h \
4450   $(INCDIR)/elf/sparc.h \
4451   $(INCDIR)/filenames.h \
4452   $(INCDIR)/hashtab.h \
4453   $(INCDIR)/opcode/sparc.h \
4454   elf-bfd.h \
4455   elf64-target.h \
4456   elfxx-sparc.h
4457 elf64-x86-64.lo: \
4458   elf64-x86-64.c \
4459   $(INCDIR)/bfdlink.h \
4460   $(INCDIR)/elf/common.h \
4461   $(INCDIR)/elf/external.h \
4462   $(INCDIR)/elf/internal.h \
4463   $(INCDIR)/elf/reloc-macros.h \
4464   $(INCDIR)/elf/x86-64.h \
4465   $(INCDIR)/filenames.h \
4466   $(INCDIR)/hashtab.h \
4467   $(INCDIR)/objalloc.h \
4468   bfd_stdint.h \
4469   elf-bfd.h \
4470   elf64-target.h
4471 elf64.lo: \
4472   elf64.c \
4473   $(INCDIR)/bfdlink.h \
4474   $(INCDIR)/elf/common.h \
4475   $(INCDIR)/elf/external.h \
4476   $(INCDIR)/elf/internal.h \
4477   $(INCDIR)/filenames.h \
4478   $(INCDIR)/hashtab.h \
4479   $(INCDIR)/libiberty.h \
4480   elf-bfd.h \
4481   elfcode.h \
4482   elfcore.h
4483 elfn32-mips.lo: \
4484   elfn32-mips.c \
4485   $(INCDIR)/bfdlink.h \
4486   $(INCDIR)/coff/ecoff.h \
4487   $(INCDIR)/coff/external.h \
4488   $(INCDIR)/coff/internal.h \
4489   $(INCDIR)/coff/mips.h \
4490   $(INCDIR)/coff/sym.h \
4491   $(INCDIR)/coff/symconst.h \
4492   $(INCDIR)/elf/common.h \
4493   $(INCDIR)/elf/external.h \
4494   $(INCDIR)/elf/internal.h \
4495   $(INCDIR)/elf/mips.h \
4496   $(INCDIR)/elf/reloc-macros.h \
4497   $(INCDIR)/filenames.h \
4498   $(INCDIR)/hashtab.h \
4499   ecoffswap.h \
4500   elf-bfd.h \
4501   elf32-target.h \
4502   elfxx-mips.h \
4503   genlink.h
4504 mmo.lo: \
4505   mmo.c \
4506   $(INCDIR)/elf/mmix.h \
4507   $(INCDIR)/elf/reloc-macros.h \
4508   $(INCDIR)/filenames.h \
4509   $(INCDIR)/hashtab.h \
4510   $(INCDIR)/libiberty.h \
4511   $(INCDIR)/opcode/mmix.h
4512 nlm32-alpha.lo: \
4513   nlm32-alpha.c \
4514   $(INCDIR)/filenames.h \
4515   $(INCDIR)/hashtab.h \
4516   $(INCDIR)/nlm/alpha-ext.h \
4517   $(INCDIR)/nlm/common.h \
4518   $(INCDIR)/nlm/external.h \
4519   $(INCDIR)/nlm/internal.h \
4520   libnlm.h \
4521   nlm-target.h \
4522   nlmswap.h
4523 nlm64.lo: \
4524   nlm64.c \
4525   $(INCDIR)/filenames.h \
4526   $(INCDIR)/hashtab.h \
4527   $(INCDIR)/nlm/common.h \
4528   $(INCDIR)/nlm/external.h \
4529   $(INCDIR)/nlm/internal.h \
4530   libnlm.h \
4531   nlmcode.h
4532 pe-x86_64.lo: \
4533   pe-x86_64.c \
4534   $(INCDIR)/bfdlink.h \
4535   $(INCDIR)/coff/external.h \
4536   $(INCDIR)/coff/internal.h \
4537   $(INCDIR)/coff/pe.h \
4538   $(INCDIR)/coff/x86_64.h \
4539   $(INCDIR)/filenames.h \
4540   $(INCDIR)/hashtab.h \
4541   $(INCDIR)/libiberty.h \
4542   coff-x86_64.c \
4543   coffcode.h \
4544   libcoff.h \
4545   libpei.h \
4546   peicode.h
4547 pei-ia64.lo: \
4548   pei-ia64.c \
4549   $(INCDIR)/bfdlink.h \
4550   $(INCDIR)/coff/external.h \
4551   $(INCDIR)/coff/ia64.h \
4552   $(INCDIR)/coff/internal.h \
4553   $(INCDIR)/coff/pe.h \
4554   $(INCDIR)/filenames.h \
4555   $(INCDIR)/hashtab.h \
4556   coff-ia64.c \
4557   coffcode.h \
4558   libcoff.h \
4559   libpei.h \
4560   peicode.h
4561 pei-x86_64.lo: \
4562   pei-x86_64.c \
4563   $(INCDIR)/bfdlink.h \
4564   $(INCDIR)/coff/external.h \
4565   $(INCDIR)/coff/internal.h \
4566   $(INCDIR)/coff/pe.h \
4567   $(INCDIR)/coff/x86_64.h \
4568   $(INCDIR)/filenames.h \
4569   $(INCDIR)/hashtab.h \
4570   $(INCDIR)/libiberty.h \
4571   coff-x86_64.c \
4572   coffcode.h \
4573   libcoff.h \
4574   libpei.h \
4575   peicode.h
4576 aix386-core.lo: \
4577   aix386-core.c \
4578   $(INCDIR)/bfdlink.h \
4579   $(INCDIR)/coff/external.h \
4580   $(INCDIR)/coff/i386.h \
4581   $(INCDIR)/coff/internal.h \
4582   $(INCDIR)/filenames.h \
4583   $(INCDIR)/hashtab.h \
4584   libcoff.h
4585 cisco-core.lo: \
4586   cisco-core.c \
4587   $(INCDIR)/filenames.h \
4588   $(INCDIR)/hashtab.h
4589 hpux-core.lo: \
4590   hpux-core.c \
4591   $(INCDIR)/filenames.h \
4592   $(INCDIR)/hashtab.h
4593 irix-core.lo: \
4594   irix-core.c \
4595   $(INCDIR)/filenames.h \
4596   $(INCDIR)/hashtab.h
4597 lynx-core.lo: \
4598   lynx-core.c \
4599   $(INCDIR)/filenames.h \
4600   $(INCDIR)/hashtab.h
4601 osf-core.lo: \
4602   osf-core.c \
4603   $(INCDIR)/filenames.h \
4604   $(INCDIR)/hashtab.h
4605 sco5-core.lo: \
4606   sco5-core.c \
4607   $(INCDIR)/bfdlink.h \
4608   $(INCDIR)/filenames.h \
4609   $(INCDIR)/hashtab.h \
4610   libaout.h
4611 trad-core.lo: \
4612   trad-core.c \
4613   $(INCDIR)/bfdlink.h \
4614   $(INCDIR)/filenames.h \
4615   $(INCDIR)/hashtab.h \
4616   libaout.h
4617 elf32-ia64.lo: \
4618   elf32-ia64.c \
4619   $(INCDIR)/bfdlink.h \
4620   $(INCDIR)/elf/common.h \
4621   $(INCDIR)/elf/external.h \
4622   $(INCDIR)/elf/ia64.h \
4623   $(INCDIR)/elf/internal.h \
4624   $(INCDIR)/elf/reloc-macros.h \
4625   $(INCDIR)/filenames.h \
4626   $(INCDIR)/hashtab.h \
4627   $(INCDIR)/objalloc.h \
4628   $(INCDIR)/opcode/ia64.h \
4629   elf-bfd.h \
4630   elf32-target.h
4631 elf64-ia64.lo: \
4632   elf64-ia64.c \
4633   $(INCDIR)/bfdlink.h \
4634   $(INCDIR)/elf/common.h \
4635   $(INCDIR)/elf/external.h \
4636   $(INCDIR)/elf/ia64.h \
4637   $(INCDIR)/elf/internal.h \
4638   $(INCDIR)/elf/reloc-macros.h \
4639   $(INCDIR)/filenames.h \
4640   $(INCDIR)/hashtab.h \
4641   $(INCDIR)/objalloc.h \
4642   $(INCDIR)/opcode/ia64.h \
4643   elf-bfd.h \
4644   elf64-target.h
4645 peigen.lo: \
4646   peigen.c \
4647   $(INCDIR)/bfdlink.h \
4648   $(INCDIR)/coff/external.h \
4649   $(INCDIR)/coff/i386.h \
4650   $(INCDIR)/coff/internal.h \
4651   $(INCDIR)/coff/pe.h \
4652   $(INCDIR)/filenames.h \
4653   $(INCDIR)/hashtab.h \
4654   libcoff.h \
4655   libpei.h
4656 pepigen.lo: \
4657   pepigen.c \
4658   $(INCDIR)/bfdlink.h \
4659   $(INCDIR)/coff/external.h \
4660   $(INCDIR)/coff/ia64.h \
4661   $(INCDIR)/coff/internal.h \
4662   $(INCDIR)/coff/pe.h \
4663   $(INCDIR)/filenames.h \
4664   $(INCDIR)/hashtab.h \
4665   libcoff.h \
4666   libpei.h
4667 pex64igen.lo: \
4668   pex64igen.c \
4669   $(INCDIR)/bfdlink.h \
4670   $(INCDIR)/coff/external.h \
4671   $(INCDIR)/coff/internal.h \
4672   $(INCDIR)/coff/pe.h \
4673   $(INCDIR)/coff/x86_64.h \
4674   $(INCDIR)/filenames.h \
4675   $(INCDIR)/hashtab.h \
4676   libcoff.h \
4677   libpei.h
4678 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
4679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
4680 # Otherwise a system limit (for SysV at least) may be exceeded.
4681 .NOEXPORT: