ae7d9eae1f90a45b75bdf01ffbed51b3d88ac91b
[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)/acinclude.m4 \
51         $(top_srcdir)/../config/acx.m4 \
52         $(top_srcdir)/../config/gettext-sister.m4 \
53         $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
54         $(top_srcdir)/../config/progtest.m4 \
55         $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \
56         $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
57         $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61  configure.lineno configure.status.lineno
62 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
63 CONFIG_HEADER = config.h
64 CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
65 LIBRARIES = $(noinst_LIBRARIES)
66 ARFLAGS = cru
67 libbfd_a_AR = $(AR) $(ARFLAGS)
68 libbfd_a_LIBADD =
69 am_libbfd_a_OBJECTS =
70 libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
71 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72 am__vpath_adj = case $$p in \
73     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
74     *) f=$$p;; \
75   esac;
76 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
77 am__installdirs = "$(DESTDIR)$(bfdlibdir)"
78 bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
79 LTLIBRARIES = $(bfdlib_LTLIBRARIES)
80 am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
81         cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
82         opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
83         linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
84         stab-syms.lo merge.lo dwarf2.lo simple.lo
85 am_libbfd_la_OBJECTS = $(am__objects_1)
86 libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
87 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
88 depcomp =
89 am__depfiles_maybe =
90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
93         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94         $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
97         $(AM_LDFLAGS) $(LDFLAGS) -o $@
98 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
99 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
100         html-recursive info-recursive install-data-recursive \
101         install-exec-recursive install-info-recursive \
102         install-recursive installcheck-recursive installdirs-recursive \
103         pdf-recursive ps-recursive uninstall-info-recursive \
104         uninstall-recursive
105 ETAGS = etags
106 CTAGS = ctags
107 DIST_SUBDIRS = $(SUBDIRS)
108 ACLOCAL = @ACLOCAL@
109 AMDEP_FALSE = @AMDEP_FALSE@
110 AMDEP_TRUE = @AMDEP_TRUE@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
118 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
119 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
120 BFD_HOST_LONG_LONG = @BFD_HOST_LONG_LONG@
121 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
122 CATALOGS = @CATALOGS@
123 CATOBJEXT = @CATOBJEXT@
124 CC = @CC@
125 CCDEPMODE = @CCDEPMODE@
126 CC_FOR_BUILD = @CC_FOR_BUILD@
127 CFLAGS = @CFLAGS@
128 COREFILE = @COREFILE@
129 COREFLAG = @COREFLAG@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DATADIRNAME = @DATADIRNAME@
134 DEFS = @DEFS@
135 DEPDIR = @DEPDIR@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
142 GENCAT = @GENCAT@
143 GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
144 GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
145 GMSGFMT = @GMSGFMT@
146 HDEFINES = @HDEFINES@
147 INCINTL = @INCINTL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
150 INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 INSTOBJEXT = @INSTOBJEXT@
155 LDFLAGS = @LDFLAGS@
156 LIBINTL = @LIBINTL@
157 LIBINTL_DEP = @LIBINTL_DEP@
158 LIBOBJS = @LIBOBJS@
159 LIBS = @LIBS@
160 LIBTOOL = @LIBTOOL@
161 LN_S = @LN_S@
162 LTLIBOBJS = @LTLIBOBJS@
163 MAINT = @MAINT@
164 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
165 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
166 MAKEINFO = @MAKEINFO@
167 MKINSTALLDIRS = @MKINSTALLDIRS@
168 MSGFMT = @MSGFMT@
169 MSGMERGE = @MSGMERGE@
170 NO_WERROR = @NO_WERROR@
171 OBJEXT = @OBJEXT@
172 PACKAGE = @PACKAGE@
173 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174 PACKAGE_NAME = @PACKAGE_NAME@
175 PACKAGE_STRING = @PACKAGE_STRING@
176 PACKAGE_TARNAME = @PACKAGE_TARNAME@
177 PACKAGE_VERSION = @PACKAGE_VERSION@
178 PATH_SEPARATOR = @PATH_SEPARATOR@
179 PKGVERSION = @PKGVERSION@
180 POSUB = @POSUB@
181 RANLIB = @RANLIB@
182 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
183 REPORT_BUGS_TO = @REPORT_BUGS_TO@
184 SET_MAKE = @SET_MAKE@
185 SHELL = @SHELL@
186 STRIP = @STRIP@
187 TDEFINES = @TDEFINES@
188 USE_NLS = @USE_NLS@
189 VERSION = @VERSION@
190 WARN_CFLAGS = @WARN_CFLAGS@
191 WIN32LDFLAGS = @WIN32LDFLAGS@
192 WIN32LIBADD = @WIN32LIBADD@
193 XGETTEXT = @XGETTEXT@
194 ac_ct_AR = @ac_ct_AR@
195 ac_ct_CC = @ac_ct_CC@
196 ac_ct_RANLIB = @ac_ct_RANLIB@
197 ac_ct_STRIP = @ac_ct_STRIP@
198 all_backends = @all_backends@
199 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
200 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
201 am__include = @am__include@
202 am__leading_dot = @am__leading_dot@
203 am__quote = @am__quote@
204 am__tar = @am__tar@
205 am__untar = @am__untar@
206 bfd64_libs = @bfd64_libs@
207 bfd_backends = @bfd_backends@
208 bfd_default_target_size = @bfd_default_target_size@
209 bfd_file_ptr = @bfd_file_ptr@
210 bfd_machines = @bfd_machines@
211 bfd_ufile_ptr = @bfd_ufile_ptr@
212 bfdincludedir = @bfdincludedir@
213 bfdlibdir = @bfdlibdir@
214 bindir = @bindir@
215 build = @build@
216 build_alias = @build_alias@
217 build_cpu = @build_cpu@
218 build_os = @build_os@
219 build_vendor = @build_vendor@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_noncanonical = @host_noncanonical@
228 host_os = @host_os@
229 host_vendor = @host_vendor@
230 htmldir = @htmldir@
231 includedir = @includedir@
232 infodir = @infodir@
233 install_sh = @install_sh@
234 libdir = @libdir@
235 libexecdir = @libexecdir@
236 localstatedir = @localstatedir@
237 mandir = @mandir@
238 mkdir_p = @mkdir_p@
239 oldincludedir = @oldincludedir@
240 prefix = @prefix@
241 program_transform_name = @program_transform_name@
242 sbindir = @sbindir@
243 sharedstatedir = @sharedstatedir@
244 sysconfdir = @sysconfdir@
245 target = @target@
246 target_alias = @target_alias@
247 target_cpu = @target_cpu@
248 target_noncanonical = @target_noncanonical@
249 target_os = @target_os@
250 target_vendor = @target_vendor@
251 tdefaults = @tdefaults@
252 wordsize = @wordsize@
253 AUTOMAKE_OPTIONS = 1.9 cygnus
254 ACLOCAL_AMFLAGS = -I ..
255
256 # Uncomment the following line when doing a release.
257 # RELEASE=y
258 INCDIR = $(srcdir)/../include
259 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
260 MKDEP = gcc -MM
261 SUBDIRS = doc po
262 bfddocdir = doc
263 bfdlib_LTLIBRARIES = libbfd.la
264 AM_CFLAGS = $(WARN_CFLAGS)
265
266 # bfd.h goes here, for now
267 BFD_H = bfd.h
268
269 # Jim Kingdon notes:
270 # Writing S-records should be included in all (or at least most)
271 # *-*-coff, *-*-aout, etc., configurations, because people will want to
272 # be able to use objcopy to create S-records.  (S-records are not useful
273 # for the debugger, so if you are downloading things as S-records you
274 # need two copies of the executable, one to download and one for the
275 # debugger).
276 BFD32_LIBS = \
277         archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
278         cache.lo coffgen.lo corefile.lo \
279         format.lo init.lo libbfd.lo opncls.lo reloc.lo \
280         section.lo syms.lo targets.lo hash.lo linker.lo \
281         srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
282         merge.lo dwarf2.lo simple.lo
283
284 BFD64_LIBS = archive64.lo
285 BFD32_LIBS_CFILES = \
286         archive.c archures.c bfd.c bfdio.c bfdwin.c \
287         cache.c coffgen.c corefile.c \
288         format.c init.c libbfd.c opncls.c reloc.c \
289         section.c syms.c targets.c hash.c linker.c \
290         srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
291         merge.c dwarf2.c simple.c
292
293 BFD64_LIBS_CFILES = archive64.c
294
295 # This list is alphabetized to make it easier to keep in sync
296 # with the decls and initializer in archures.c.
297 ALL_MACHINES = \
298         cpu-alpha.lo \
299         cpu-arc.lo \
300         cpu-arm.lo \
301         cpu-avr.lo \
302         cpu-bfin.lo \
303         cpu-cr16c.lo \
304         cpu-cris.lo \
305         cpu-crx.lo \
306         cpu-d10v.lo \
307         cpu-d30v.lo \
308         cpu-dlx.lo \
309         cpu-fr30.lo \
310         cpu-frv.lo \
311         cpu-h8300.lo \
312         cpu-h8500.lo \
313         cpu-hppa.lo \
314         cpu-ia64.lo \
315         cpu-i370.lo \
316         cpu-i386.lo \
317         cpu-i860.lo \
318         cpu-i960.lo \
319         cpu-ip2k.lo \
320         cpu-iq2000.lo \
321         cpu-m32c.lo \
322         cpu-m32r.lo \
323         cpu-m68hc11.lo \
324         cpu-m68hc12.lo \
325         cpu-m68k.lo \
326         cpu-m88k.lo \
327         cpu-m10200.lo \
328         cpu-m10300.lo \
329         cpu-maxq.lo \
330         cpu-mcore.lo \
331         cpu-mep.lo \
332         cpu-mips.lo \
333         cpu-mmix.lo \
334         cpu-mt.lo \
335         cpu-msp430.lo \
336         cpu-or32.lo \
337         cpu-ns32k.lo \
338         cpu-openrisc.lo \
339         cpu-pdp11.lo \
340         cpu-pj.lo \
341         cpu-powerpc.lo \
342         cpu-rs6000.lo \
343         cpu-s390.lo \
344         cpu-score.lo \
345         cpu-sh.lo \
346         cpu-sparc.lo \
347         cpu-spu.lo \
348         cpu-tic30.lo \
349         cpu-tic4x.lo \
350         cpu-tic54x.lo \
351         cpu-tic80.lo \
352         cpu-v850.lo \
353         cpu-vax.lo \
354         cpu-we32k.lo \
355         cpu-w65.lo \
356         cpu-xstormy16.lo \
357         cpu-xtensa.lo \
358         cpu-xc16x.lo \
359         cpu-z80.lo \
360         cpu-z8k.lo
361
362 ALL_MACHINES_CFILES = \
363         cpu-alpha.c \
364         cpu-arc.c \
365         cpu-arm.c \
366         cpu-avr.c \
367         cpu-bfin.c \
368         cpu-cris.c \
369         cpu-cr16c.c \
370         cpu-crx.c \
371         cpu-d10v.c \
372         cpu-d30v.c \
373         cpu-dlx.c \
374         cpu-fr30.c \
375         cpu-frv.c \
376         cpu-h8300.c \
377         cpu-h8500.c \
378         cpu-hppa.c \
379         cpu-ia64.c \
380         cpu-i370.c \
381         cpu-i386.c \
382         cpu-i860.c \
383         cpu-i960.c \
384         cpu-ip2k.c \
385         cpu-iq2000.c \
386         cpu-m32c.c \
387         cpu-m32r.c \
388         cpu-m68hc11.c \
389         cpu-m68hc12.c \
390         cpu-m68k.c \
391         cpu-m88k.c \
392         cpu-m10200.c \
393         cpu-m10300.c \
394         cpu-maxq.c \
395         cpu-mcore.c \
396         cpu-mep.c \
397         cpu-mips.c \
398         cpu-mmix.c \
399         cpu-mt.c \
400         cpu-msp430.c \
401         cpu-or32.c \
402         cpu-ns32k.c \
403         cpu-openrisc.c \
404         cpu-pdp11.c \
405         cpu-pj.c \
406         cpu-powerpc.c \
407         cpu-rs6000.c \
408         cpu-s390.c \
409         cpu-score.c \
410         cpu-sh.c \
411         cpu-sparc.c \
412         cpu-spu.c \
413         cpu-tic30.c \
414         cpu-tic4x.c \
415         cpu-tic54x.c \
416         cpu-tic80.c \
417         cpu-v850.c \
418         cpu-vax.c \
419         cpu-we32k.c \
420         cpu-w65.c \
421         cpu-xstormy16.c \
422         cpu-xtensa.c \
423         cpu-xc16x.c \
424         cpu-z80.c \
425         cpu-z8k.c
426
427
428 # The .o files needed by all of the 32 bit vectors that are configured into
429 # target_vector in targets.c if configured with --enable-targets=all.
430 BFD32_BACKENDS = \
431         aout-adobe.lo \
432         aout-arm.lo \
433         aout-cris.lo \
434         aout-ns32k.lo \
435         aout-sparcle.lo \
436         aout-tic30.lo \
437         aout0.lo \
438         aout32.lo \
439         armnetbsd.lo \
440         bout.lo \
441         cf-i386lynx.lo \
442         cf-sparclynx.lo \
443         coff-apollo.lo \
444         coff-arm.lo \
445         coff-aux.lo \
446         coff-h8300.lo \
447         coff-h8500.lo \
448         coff-i386.lo \
449         coff-go32.lo \
450         coff-i860.lo \
451         coff-i960.lo \
452         coff-m68k.lo \
453         coff-m88k.lo \
454         coff-maxq.lo \
455         coff-mips.lo \
456         coff-or32.lo \
457         coff-rs6000.lo \
458         coff-sh.lo \
459         coff-sparc.lo \
460         coff-stgo32.lo \
461         coff-svm68k.lo \
462         coff-tic30.lo \
463         coff-tic4x.lo \
464         coff-tic54x.lo \
465         coff-tic80.lo \
466         coff-u68k.lo \
467         coff-we32k.lo \
468         coff-w65.lo \
469         coff-z80.lo \
470         coff-z8k.lo \
471         cofflink.lo \
472         dwarf1.lo \
473         ecoff.lo \
474         ecofflink.lo \
475         efi-app-ia32.lo \
476         elf.lo \
477         elf32-am33lin.lo \
478         elf32-arc.lo \
479         elf32-arm.lo \
480         elf32-avr.lo \
481         elf32-bfin.lo \
482         elf32-cr16c.lo \
483         elf32-cris.lo \
484         elf32-crx.lo \
485         elf32-d10v.lo \
486         elf32-d30v.lo \
487         elf32-dlx.lo \
488         elf32-fr30.lo \
489         elf32-frv.lo \
490         elf32-gen.lo \
491         elf32-h8300.lo \
492         elf32-hppa.lo \
493         elf32-i370.lo \
494         elf32-i386.lo \
495         elf32-i860.lo \
496         elf32-i960.lo \
497         elf32-ip2k.lo \
498         elf32-iq2000.lo \
499         elf32-m32c.lo \
500         elf32-m32r.lo \
501         elf32-m68hc11.lo \
502         elf32-m68hc12.lo \
503         elf32-m68hc1x.lo \
504         elf32-m68k.lo \
505         elf32-m88k.lo \
506         elf-m10200.lo \
507         elf-m10300.lo \
508         elf32-mcore.lo \
509         elf32-mep.lo \
510         elfxx-mips.lo \
511         elf32-mips.lo \
512         elf32-mt.lo \
513         elf32-msp430.lo \
514         elf32-openrisc.lo \
515         elf32-or32.lo \
516         elf32-pj.lo \
517         elf32-ppc.lo \
518         elf32-s390.lo \
519         elf32-score.lo \
520         elf32-sh.lo \
521         elf32-sh-symbian.lo \
522         elf32-sh64.lo \
523         elf32-sh64-com.lo \
524         elfxx-sparc.lo \
525         elf32-sparc.lo \
526         elf32-spu.lo \
527         elf32-v850.lo \
528         elf32-vax.lo \
529         elf32-xstormy16.lo \
530         elf32-xtensa.lo \
531         elf32-xc16x.lo \
532         elf32.lo \
533         elflink.lo \
534         elf-strtab.lo \
535         elf-eh-frame.lo \
536         elf-vxworks.lo \
537         epoc-pe-arm.lo \
538         epoc-pei-arm.lo \
539         hp300bsd.lo \
540         hp300hpux.lo \
541         som.lo \
542         i386aout.lo \
543         i386bsd.lo \
544         i386dynix.lo \
545         i386freebsd.lo \
546         i386linux.lo \
547         i386lynx.lo \
548         i386msdos.lo \
549         i386netbsd.lo \
550         i386mach3.lo \
551         i386os9k.lo \
552         ieee.lo \
553         m68k4knetbsd.lo \
554         m68klinux.lo \
555         m68knetbsd.lo \
556         m88kmach3.lo \
557         m88kopenbsd.lo \
558         mach-o.lo \
559         mipsbsd.lo \
560         newsos3.lo \
561         nlm.lo \
562         nlm32-i386.lo \
563         nlm32-sparc.lo \
564         nlm32-ppc.lo \
565         nlm32.lo \
566         ns32knetbsd.lo \
567         oasys.lo \
568         pc532-mach.lo \
569         pdp11.lo \
570         pef.lo \
571         pe-arm.lo \
572         pei-arm.lo \
573         pe-arm-wince.lo \
574         pei-arm-wince.lo \
575         pe-i386.lo \
576         pei-i386.lo \
577         pe-mcore.lo \
578         pei-mcore.lo \
579         pe-ppc.lo \
580         pei-ppc.lo \
581         pe-sh.lo \
582         pei-sh.lo \
583         pe-mips.lo \
584         pei-mips.lo \
585         peigen.lo \
586         ppcboot.lo \
587         reloc16.lo \
588         riscix.lo \
589         sparclinux.lo \
590         sparclynx.lo \
591         sparcnetbsd.lo \
592         sunos.lo \
593         vaxnetbsd.lo \
594         vax1knetbsd.lo \
595         vaxbsd.lo \
596         versados.lo \
597         vms.lo \
598         vms-gsd.lo \
599         vms-hdr.lo \
600         vms-misc.lo \
601         vms-tir.lo \
602         xcofflink.lo \
603         xsym.lo \
604         xtensa-isa.lo \
605         xtensa-modules.lo
606
607 BFD32_BACKENDS_CFILES = \
608         aout-adobe.c \
609         aout-arm.c \
610         aout-cris.c \
611         aout-ns32k.c \
612         aout-sparcle.c \
613         aout-tic30.c \
614         aout0.c \
615         aout32.c \
616         armnetbsd.c \
617         bout.c \
618         cf-i386lynx.c \
619         cf-sparclynx.c \
620         coff-apollo.c \
621         coff-arm.c \
622         coff-aux.c \
623         coff-h8300.c \
624         coff-h8500.c \
625         coff-i386.c \
626         coff-i860.c \
627         coff-go32.c \
628         coff-i960.c \
629         coff-m68k.c \
630         coff-m88k.c \
631         coff-maxq.c \
632         coff-mips.c \
633         coff-or32.c \
634         coff-rs6000.c \
635         coff-sh.c \
636         coff-sparc.c \
637         coff-stgo32.c \
638         coff-svm68k.c \
639         coff-tic30.c \
640         coff-tic4x.c \
641         coff-tic54x.c \
642         coff-tic80.c \
643         coff-u68k.c \
644         coff-we32k.c \
645         coff-w65.c \
646         coff-z80.c \
647         coff-z8k.c \
648         cofflink.c \
649         dwarf1.c \
650         ecoff.c \
651         ecofflink.c \
652         efi-app-ia32.c \
653         elf.c \
654         elf32-am33lin.c \
655         elf32-arc.c \
656         elf32-arm.c \
657         elf32-avr.c \
658         elf32-bfin.c \
659         elf32-cr16c.c \
660         elf32-cris.c \
661         elf32-crx.c \
662         elf32-d10v.c \
663         elf32-d30v.c \
664         elf32-dlx.c \
665         elf32-fr30.c \
666         elf32-frv.c \
667         elf32-gen.c \
668         elf32-h8300.c \
669         elf32-hppa.c \
670         elf32-i370.c \
671         elf32-i386.c \
672         elf32-i860.c \
673         elf32-i960.c \
674         elf32-ip2k.c \
675         elf32-iq2000.c \
676         elf32-m32c.c \
677         elf32-m32r.c \
678         elf32-m68k.c \
679         elf32-m68hc11.c \
680         elf32-m68hc12.c \
681         elf32-m68hc1x.c \
682         elf32-m88k.c \
683         elf-m10200.c \
684         elf-m10300.c \
685         elf32-mcore.c \
686         elf32-mep.c \
687         elfxx-mips.c \
688         elf32-mips.c \
689         elf32-mt.c \
690         elf32-msp430.c \
691         elf32-openrisc.c \
692         elf32-or32.c \
693         elf32-pj.c \
694         elf32-ppc.c \
695         elf32-sh64.c \
696         elf32-sh64-com.c \
697         elf32-s390.c \
698         elf32-score.c \
699         elf32-sh.c \
700         elf32-sh-symbian.c \
701         elfxx-sparc.c \
702         elf32-sparc.c \
703         elf32-spu.c \
704         elf32-v850.c \
705         elf32-vax.c \
706         elf32-xstormy16.c \
707         elf32-xtensa.c \
708         elf32-xc16x.c \
709         elf32.c \
710         elflink.c \
711         elf-strtab.c \
712         elf-eh-frame.c \
713         elf-vxworks.c \
714         epoc-pe-arm.c \
715         epoc-pei-arm.c \
716         hp300bsd.c \
717         hp300hpux.c \
718         som.c \
719         i386aout.c \
720         i386bsd.c \
721         i386dynix.c \
722         i386freebsd.c \
723         i386linux.c \
724         i386lynx.c \
725         i386msdos.c \
726         i386netbsd.c \
727         i386mach3.c \
728         i386os9k.c \
729         ieee.c \
730         m68k4knetbsd.c \
731         m68klinux.c \
732         m68knetbsd.c \
733         m88kmach3.c \
734         m88kopenbsd.c \
735         mach-o.c \
736         mipsbsd.c \
737         newsos3.c \
738         nlm.c \
739         nlm32-i386.c \
740         nlm32-sparc.c \
741         nlm32-ppc.c \
742         nlm32.c \
743         ns32knetbsd.c \
744         oasys.c \
745         pc532-mach.c \
746         pdp11.c \
747         pef.c \
748         pe-arm.c \
749         pei-arm.c \
750         pe-arm-wince.c \
751         pei-arm-wince.c \
752         pe-i386.c \
753         pei-i386.c \
754         pe-mcore.c \
755         pei-mcore.c \
756         pe-ppc.c \
757         pei-ppc.c \
758         pe-sh.c \
759         pei-sh.c \
760         pe-mips.c \
761         pei-mips.c \
762         ppcboot.c \
763         reloc16.c \
764         riscix.c \
765         sparclinux.c \
766         sparclynx.c \
767         sparcnetbsd.c \
768         sunos.c \
769         vaxnetbsd.c \
770         vax1knetbsd.c \
771         vaxbsd.c \
772         versados.c \
773         vms.c \
774         vms-gsd.c \
775         vms-hdr.c \
776         vms-misc.c \
777         vms-tir.c \
778         xcofflink.c \
779         xsym.c \
780         xtensa-isa.c \
781         xtensa-modules.c
782
783
784 # The .o files needed by all of the 64 bit vectors that are configured into
785 # target_vector in targets.c if configured with --enable-targets=all
786 # and --enable-64-bit-bfd.
787 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
788 # BFD32_BACKENDS.
789 BFD64_BACKENDS = \
790         aix5ppc-core.lo \
791         aout64.lo \
792         coff-alpha.lo \
793         coff64-rs6000.lo \
794         demo64.lo \
795         efi-app-ia64.lo \
796         efi-app-x86_64.lo \
797         elf64-x86-64.lo \
798         elf64-alpha.lo \
799         elf64-hppa.lo \
800         elf32-ia64.lo \
801         elf64-ia64.lo \
802         elf64-gen.lo \
803         elfn32-mips.lo \
804         elf64-mips.lo \
805         elf64-mmix.lo \
806         elf64-sh64.lo \
807         elf64-ppc.lo \
808         elf64-s390.lo \
809         elf64-sparc.lo \
810         elf64.lo \
811         mmo.lo \
812         nlm32-alpha.lo \
813         nlm64.lo \
814         coff-x86_64.lo \
815         pe-x86_64.lo \
816         pei-x86_64.lo \
817         pepigen.lo \
818         pex64igen.lo
819
820 BFD64_BACKENDS_CFILES = \
821         aix5ppc-core.c \
822         aout64.c \
823         coff-alpha.c \
824         coff64-rs6000.c \
825         demo64.c \
826         efi-app-ia64.c \
827         efi-app-x86_64.c \
828         elf64-x86-64.c \
829         elf64-alpha.c \
830         elf64-hppa.c \
831         elf64-gen.c \
832         elfn32-mips.c \
833         elf64-mips.c \
834         elf64-mmix.c \
835         elf64-ppc.c \
836         elf64-s390.c \
837         elf64-sh64.c \
838         elf64-sparc.c \
839         elf64.c \
840         mmo.c \
841         nlm32-alpha.c \
842         nlm64.c \
843         coff-x86_64.c \
844         pe-x86_64.c \
845         pei-x86_64.c
846
847 OPTIONAL_BACKENDS = \
848         aix386-core.lo \
849         hpux-core.lo \
850         irix-core.lo \
851         lynx-core.lo \
852         osf-core.lo \
853         sco5-core.lo \
854         trad-core.lo \
855         cisco-core.lo
856
857 OPTIONAL_BACKENDS_CFILES = \
858         aix386-core.c \
859         hpux-core.c \
860         irix-core.c \
861         lynx-core.c \
862         osf-core.c \
863         sco5-core.c \
864         trad-core.c \
865         cisco-core.c
866
867
868 # We want to rerun configure if configure.in, config.bfd or
869 # configure.host change. configure.in is needed since the version
870 # number in Makefile comes from configure.in.
871 CONFIG_STATUS_DEPENDENCIES = \
872         $(srcdir)/configure.in \
873         $(srcdir)/config.bfd \
874         $(srcdir)/configure.host
875
876
877 # These are defined by configure.in:
878 WORDSIZE = @wordsize@
879 ALL_BACKENDS = @all_backends@
880 BFD_BACKENDS = @bfd_backends@
881 BFD_MACHINES = @bfd_machines@
882 TDEFAULTS = @tdefaults@
883 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
884
885 # C source files that correspond to .o's.
886 SOURCE_CFILES = \
887         $(BFD32_LIBS_CFILES) \
888         $(BFD64_LIBS_CFILES) \
889         $(ALL_MACHINES_CFILES) \
890         $(BFD32_BACKENDS_CFILES) \
891         $(BFD64_BACKENDS_CFILES) \
892         $(OPTIONAL_BACKENDS_CFILES)
893
894 BUILD_CFILES = \
895         elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
896
897 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
898 SOURCE_HFILES = \
899         aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
900         elf-bfd.h elf-hppa.h elf32-hppa.h \
901         elf64-hppa.h elfcode.h elfcore.h \
902         freebsd.h genlink.h go32stub.h \
903         libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
904         libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
905         netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
906         pef.h pef-traceback.h peicode.h som.h version.h \
907         vms.h xcoff-target.h xsym.h
908
909 BUILD_HFILES = \
910         bfdver.h elf32-target.h elf64-target.h targmatch.h
911
912 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
913 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
914 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
915
916 # Various kinds of .o files to put in libbfd.a:
917 # BFD_BACKENDS  Routines the configured targets need.
918 # BFD_MACHINES  Architecture-specific routines the configured targets need.
919 # COREFILE      Core file routines for a native configuration
920 # bfd64_libs    Routines for 64bit support
921 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
922
923 # Since BFD64_LIBS is optional and we can't have substitution in
924 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
925 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
926 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
927 libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
928 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @WIN32LDFLAGS@
929
930 # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
931 # directory so that we don't have to convert all the programs that use
932 # libbfd.a simultaneously.  This is a hack which should be removed if
933 # everything else starts using libtool.  FIXME.
934 noinst_LIBRARIES = libbfd.a
935 libbfd_a_SOURCES = 
936 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
937 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
938 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
939         reloc.c syms.c bfd.c bfdio.c bfdwin.c \
940         archive.c corefile.c targets.c format.c
941
942 BFD64_H_FILES = archive64.c
943 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
944         cache.c reloc.c archures.c elf.c
945
946 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
947 MOSTLYCLEANFILES = ofiles stamp-ofiles
948 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
949         stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
950
951 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
952 all: config.h
953         $(MAKE) $(AM_MAKEFLAGS) all-recursive
954
955 .SUFFIXES:
956 .SUFFIXES: .c .lo .o .obj
957 am--refresh:
958         @:
959 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
960         @for dep in $?; do \
961           case '$(am__configure_deps)' in \
962             *$$dep*) \
963               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
964               cd $(srcdir) && $(AUTOMAKE) --foreign  \
965                 && exit 0; \
966               exit 1;; \
967           esac; \
968         done; \
969         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
970         cd $(top_srcdir) && \
971           $(AUTOMAKE) --foreign  Makefile
972 .PRECIOUS: Makefile
973 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
974         @case '$?' in \
975           *config.status*) \
976             echo ' $(SHELL) ./config.status'; \
977             $(SHELL) ./config.status;; \
978           *) \
979             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
980             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
981         esac;
982
983 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
984         $(SHELL) ./config.status --recheck
985
986 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
987         cd $(srcdir) && $(AUTOCONF)
988 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
989         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
990
991 config.h: stamp-h1
992         @if test ! -f $@; then \
993           rm -f stamp-h1; \
994           $(MAKE) stamp-h1; \
995         else :; fi
996
997 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
998         @rm -f stamp-h1
999         cd $(top_builddir) && $(SHELL) ./config.status config.h
1000 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1001         cd $(top_srcdir) && $(AUTOHEADER)
1002         rm -f stamp-h1
1003         touch $@
1004
1005 distclean-hdr:
1006         -rm -f config.h stamp-h1
1007 bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1008         cd $(top_builddir) && $(SHELL) ./config.status $@
1009 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1010         cd $(top_builddir) && $(SHELL) ./config.status $@
1011
1012 clean-noinstLIBRARIES:
1013         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1014
1015 clean-bfdlibLTLIBRARIES:
1016         -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1017         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1018           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1019           test "$$dir" != "$$p" || dir=.; \
1020           echo "rm -f \"$${dir}/so_locations\""; \
1021           rm -f "$${dir}/so_locations"; \
1022         done
1023 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) 
1024         $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1025
1026 mostlyclean-compile:
1027         -rm -f *.$(OBJEXT)
1028
1029 distclean-compile:
1030         -rm -f *.tab.c
1031
1032 .c.o:
1033         $(COMPILE) -c $<
1034
1035 .c.obj:
1036         $(COMPILE) -c `$(CYGPATH_W) '$<'`
1037
1038 .c.lo:
1039         $(LTCOMPILE) -c -o $@ $<
1040
1041 mostlyclean-libtool:
1042         -rm -f *.lo
1043
1044 clean-libtool:
1045         -rm -rf .libs _libs
1046
1047 distclean-libtool:
1048         -rm -f libtool
1049 uninstall-info-am:
1050
1051 # This directory's subdirectories are mostly independent; you can cd
1052 # into them and run `make' without going through this Makefile.
1053 # To change the values of `make' variables: instead of editing Makefiles,
1054 # (1) if the variable is set in `config.status', edit `config.status'
1055 #     (which will cause the Makefiles to be regenerated when you run `make');
1056 # (2) otherwise, pass the desired values on the `make' command line.
1057 $(RECURSIVE_TARGETS):
1058         @failcom='exit 1'; \
1059         for f in x $$MAKEFLAGS; do \
1060           case $$f in \
1061             *=* | --[!k]*);; \
1062             *k*) failcom='fail=yes';; \
1063           esac; \
1064         done; \
1065         dot_seen=no; \
1066         target=`echo $@ | sed s/-recursive//`; \
1067         list='$(SUBDIRS)'; for subdir in $$list; do \
1068           echo "Making $$target in $$subdir"; \
1069           if test "$$subdir" = "."; then \
1070             dot_seen=yes; \
1071             local_target="$$target-am"; \
1072           else \
1073             local_target="$$target"; \
1074           fi; \
1075           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1076           || eval $$failcom; \
1077         done; \
1078         if test "$$dot_seen" = "no"; then \
1079           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1080         fi; test -z "$$fail"
1081
1082 mostlyclean-recursive clean-recursive distclean-recursive \
1083 maintainer-clean-recursive:
1084         @failcom='exit 1'; \
1085         for f in x $$MAKEFLAGS; do \
1086           case $$f in \
1087             *=* | --[!k]*);; \
1088             *k*) failcom='fail=yes';; \
1089           esac; \
1090         done; \
1091         dot_seen=no; \
1092         case "$@" in \
1093           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1094           *) list='$(SUBDIRS)' ;; \
1095         esac; \
1096         rev=''; for subdir in $$list; do \
1097           if test "$$subdir" = "."; then :; else \
1098             rev="$$subdir $$rev"; \
1099           fi; \
1100         done; \
1101         rev="$$rev ."; \
1102         target=`echo $@ | sed s/-recursive//`; \
1103         for subdir in $$rev; do \
1104           echo "Making $$target in $$subdir"; \
1105           if test "$$subdir" = "."; then \
1106             local_target="$$target-am"; \
1107           else \
1108             local_target="$$target"; \
1109           fi; \
1110           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1111           || eval $$failcom; \
1112         done && test -z "$$fail"
1113 tags-recursive:
1114         list='$(SUBDIRS)'; for subdir in $$list; do \
1115           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1116         done
1117 ctags-recursive:
1118         list='$(SUBDIRS)'; for subdir in $$list; do \
1119           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1120         done
1121
1122 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1123         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1124         unique=`for i in $$list; do \
1125             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1126           done | \
1127           $(AWK) '    { files[$$0] = 1; } \
1128                END { for (i in files) print i; }'`; \
1129         mkid -fID $$unique
1130 tags: TAGS
1131
1132 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1133                 $(TAGS_FILES) $(LISP)
1134         tags=; \
1135         here=`pwd`; \
1136         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1137           include_option=--etags-include; \
1138           empty_fix=.; \
1139         else \
1140           include_option=--include; \
1141           empty_fix=; \
1142         fi; \
1143         list='$(SUBDIRS)'; for subdir in $$list; do \
1144           if test "$$subdir" = .; then :; else \
1145             test ! -f $$subdir/TAGS || \
1146               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1147           fi; \
1148         done; \
1149         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1150         unique=`for i in $$list; do \
1151             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1152           done | \
1153           $(AWK) '    { files[$$0] = 1; } \
1154                END { for (i in files) print i; }'`; \
1155         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1156           test -n "$$unique" || unique=$$empty_fix; \
1157           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1158             $$tags $$unique; \
1159         fi
1160 ctags: CTAGS
1161 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1162                 $(TAGS_FILES) $(LISP)
1163         tags=; \
1164         here=`pwd`; \
1165         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1166         unique=`for i in $$list; do \
1167             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1168           done | \
1169           $(AWK) '    { files[$$0] = 1; } \
1170                END { for (i in files) print i; }'`; \
1171         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1172           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1173              $$tags $$unique
1174
1175 GTAGS:
1176         here=`$(am__cd) $(top_builddir) && pwd` \
1177           && cd $(top_srcdir) \
1178           && gtags -i $(GTAGS_ARGS) $$here
1179
1180 distclean-tags:
1181         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1182 check-am:
1183 check: check-recursive
1184 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1185 installdirs: installdirs-recursive
1186 installdirs-am:
1187         for dir in "$(DESTDIR)$(bfdlibdir)"; do \
1188           test -z "$$dir" || $(mkdir_p) "$$dir"; \
1189         done
1190 install: install-recursive
1191 install-exec: install-exec-recursive
1192 install-data: install-data-recursive
1193 uninstall: uninstall-recursive
1194
1195 install-am: all-am
1196         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1197
1198 installcheck: installcheck-recursive
1199 install-strip:
1200         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1201           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1202           `test -z '$(STRIP)' || \
1203             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1204 mostlyclean-generic:
1205         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1206
1207 clean-generic:
1208         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1209
1210 distclean-generic:
1211         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1212         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1213
1214 maintainer-clean-generic:
1215         @echo "This command is intended for maintainers to use"
1216         @echo "it deletes files that may require special tools to rebuild."
1217 clean: clean-recursive
1218
1219 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1220         clean-noinstLIBRARIES mostlyclean-am
1221
1222 distclean: distclean-recursive
1223         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1224         -rm -f Makefile
1225 distclean-am: clean-am distclean-compile distclean-generic \
1226         distclean-hdr distclean-libtool distclean-tags
1227
1228 dvi: dvi-recursive
1229
1230 dvi-am:
1231
1232 html: html-recursive
1233
1234 info: info-recursive
1235
1236 info-am:
1237
1238 install-data-am: install-bfdlibLTLIBRARIES
1239
1240 install-exec-am:
1241
1242 install-info: install-info-recursive
1243
1244 install-man:
1245
1246 installcheck-am:
1247
1248 maintainer-clean: maintainer-clean-recursive
1249         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1250         -rm -rf $(top_srcdir)/autom4te.cache
1251         -rm -f Makefile
1252 maintainer-clean-am: distclean-am maintainer-clean-generic
1253
1254 mostlyclean: mostlyclean-recursive
1255
1256 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1257         mostlyclean-libtool
1258
1259 pdf: pdf-recursive
1260
1261 pdf-am:
1262
1263 ps: ps-recursive
1264
1265 ps-am:
1266
1267 uninstall-am: uninstall-bfdlibLTLIBRARIES
1268
1269 uninstall-info: uninstall-info-recursive
1270
1271 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1272         check-am clean clean-bfdlibLTLIBRARIES clean-generic \
1273         clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
1274         ctags-recursive distclean distclean-compile distclean-generic \
1275         distclean-hdr distclean-libtool distclean-recursive \
1276         distclean-tags dvi dvi-am html html-am info info-am install \
1277         install-am install-bfdlibLTLIBRARIES install-data \
1278         install-data-am install-exec install-exec-am install-info \
1279         install-info-am install-man install-strip installcheck \
1280         installcheck-am installdirs installdirs-am maintainer-clean \
1281         maintainer-clean-generic maintainer-clean-recursive \
1282         mostlyclean mostlyclean-compile mostlyclean-generic \
1283         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1284         tags tags-recursive uninstall uninstall-am \
1285         uninstall-bfdlibLTLIBRARIES uninstall-info-am
1286
1287
1288 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1289         for file in $(SRC_POTFILES); do echo $$file; done \
1290           | LC_COLLATE= sort > tmp.src \
1291           && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1292
1293 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1294         for file in $(BLD_POTFILES); do echo $$file; done \
1295           | LC_COLLATE= sort > tmp.bld \
1296           && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1297
1298 all diststuff: info
1299
1300 .PHONY: install-html install-html-am install-html-recursive
1301
1302 install-html:   install-html-recursive
1303
1304 install-html-recursive:
1305         @failcom='exit 1'; \
1306         for f in x $$MAKEFLAGS; do \
1307           case $$f in \
1308             *=* | --[!k]*);; \
1309             *k*) failcom='fail=yes';; \
1310           esac; \
1311         done; \
1312         dot_seen=no; \
1313         target=`echo $@ | sed s/-recursive//`; \
1314         list='$(SUBDIRS)'; for subdir in $$list; do \
1315           echo "Making $$target in $$subdir"; \
1316           if test "$$subdir" = "."; then \
1317             dot_seen=yes; \
1318             local_target="$$target-am"; \
1319           else \
1320             local_target="$$target"; \
1321           fi; \
1322           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1323           || eval $$failcom; \
1324         done; \
1325         if test "$$dot_seen" = "no"; then \
1326           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1327         fi; test -z "$$fail"
1328
1329 stamp-ofiles: Makefile
1330         rm -f tofiles
1331         f=""; \
1332         for i in $(OFILES) ; do \
1333           case " $$f " in \
1334             *" $$i "*) ;; \
1335             *) f="$$f $$i" ;; \
1336           esac ; \
1337         done ; \
1338         echo $$f > tofiles
1339         $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1340         touch stamp-ofiles
1341
1342 ofiles: stamp-ofiles ; @true
1343
1344 stamp-lib: libbfd.la
1345         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1346         if [ -f $$libtooldir/libbfd.a ]; then \
1347           cp $$libtooldir/libbfd.a libbfd.tmp; \
1348           $(RANLIB) libbfd.tmp; \
1349           $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1350         else true; fi
1351         touch stamp-lib
1352
1353 libbfd.a: stamp-lib ; @true
1354
1355 # This file holds an array associating configuration triplets and
1356 # vector names.  It is built from config.bfd.  It is not compiled by
1357 # itself, but is included by targets.c.
1358 targmatch.h: config.bfd targmatch.sed
1359         rm -f targmatch.h
1360         sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1361         mv -f targmatch.new targmatch.h
1362
1363 # When compiling archures.c and targets.c, supply the default target
1364 # info from configure.
1365
1366 targets.lo: targets.c Makefile
1367         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1368
1369 archures.lo: archures.c Makefile
1370         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1371
1372 elf32-target.h : elfxx-target.h
1373         rm -f elf32-target.h
1374         sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1375         mv -f elf32-target.new elf32-target.h
1376
1377 elf64-target.h : elfxx-target.h
1378         rm -f elf64-target.h
1379         sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1380         mv -f elf64-target.new elf64-target.h
1381
1382 elf32-ia64.c : elfxx-ia64.c
1383         rm -f elf32-ia64.c
1384         sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1385         mv -f elf32-ia64.new elf32-ia64.c
1386
1387 elf64-ia64.c : elfxx-ia64.c
1388         rm -f elf64-ia64.c
1389         sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1390         mv -f elf64-ia64.new elf64-ia64.c
1391
1392 peigen.c : peXXigen.c
1393         rm -f peigen.c
1394         sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1395         mv -f peigen.new peigen.c
1396
1397 pepigen.c : peXXigen.c
1398         rm -f pepigen.c
1399         sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1400         mv -f pepigen.new pepigen.c
1401
1402 pex64igen.c: peXXigen.c
1403         rm -f pex64igen.c
1404         sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1405         mv -f pex64igen.new pex64igen.c
1406 $(BFD32_LIBS) \
1407  $(BFD64_LIBS) \
1408  $(ALL_MACHINES) \
1409  $(BFD32_BACKENDS) \
1410  $(BFD64_BACKENDS) \
1411  $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1412
1413 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
1414         @$(NORMAL_INSTALL)
1415
1416 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1417         @$(NORMAL_UNINSTALL)
1418
1419 .PHONY: install_libbfd uninstall_libbfd
1420 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1421         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1422         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1423         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1424           if test -f $$p; then \
1425             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1426             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1427           else :; fi; \
1428         done
1429         $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1430         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1431         $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1432         $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1433
1434 uninstall_libbfd:
1435         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1436           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1437         done
1438         rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1439         rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1440         rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1441         rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1442
1443 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1444 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1445         rm -f DEP1
1446         $(MAKE) MKDEP="$(MKDEP)" DEP1
1447         sed -f dep.sed < DEP1 > DEPA
1448         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1449         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1450           echo 'make DEP failed!'; exit 1; \
1451         else \
1452           mv -f DEPA $@; \
1453         fi
1454
1455 DEP1: $(CFILES)
1456         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1457         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1458         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1459         mv -f DEP2 $@
1460
1461 dep.sed: dep-in.sed config.status
1462         sed <$(srcdir)/dep-in.sed >dep.sed      \
1463                 -e 's!@BFD_H@!$(BFD_H)!'        \
1464                 -e 's!@SRCDIR@!$(srcdir)!'      \
1465                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
1466
1467 dep: DEP
1468         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1469         cat DEP >> tmp-Makefile
1470         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1471
1472 dep-in: DEP
1473         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1474         cat DEP >> tmp-Makefile.in
1475         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1476
1477 dep-am: DEP
1478         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1479         cat DEP >> tmp-Makefile.am
1480         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1481
1482 host-aout.lo: Makefile
1483
1484 # The following program can be used to generate a simple config file
1485 # which can be folded into an h-XXX file for a new host, with some editing.
1486 aout-params.h: gen-aout
1487         ./gen-aout host > aout-params.h
1488 gen-aout: $(srcdir)/gen-aout.c Makefile
1489         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1490
1491 $(BFD_H): stmp-bfd-h ; @true
1492
1493 stmp-bfd-h: bfd-in3.h
1494         rm -f bfd-tmp.h
1495         cp bfd-in3.h bfd-tmp.h
1496         $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1497         rm -f bfd-tmp.h
1498         touch stmp-bfd-h
1499
1500 # Could really use a "copy-if-change"...
1501 headers:
1502         (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1503         cp $(bfddocdir)/bfd.h bfd-in2.h-new
1504         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1505         cp $(bfddocdir)/libbfd.h libbfd.h-new
1506         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1507         cp $(bfddocdir)/libcoff.h libcoff.h-new
1508         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1509
1510 # We only rebuild the header files automatically if we have been
1511 # configured with --enable-maintainer-mode.
1512
1513 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1514 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1515         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1516         cp $(bfddocdir)/bfd.h bfd-in2.h-new
1517         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1518         touch stmp-bin2-h
1519
1520 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1521 stmp-lbfd-h: $(LIBBFD_H_FILES)
1522         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1523         cp $(bfddocdir)/libbfd.h libbfd.h-new
1524         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1525         touch stmp-lbfd-h
1526
1527 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1528 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1529         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1530         cp $(bfddocdir)/libcoff.h libcoff.h-new
1531         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1532         touch stmp-lcoff-h
1533
1534 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1535         @echo "creating $@"
1536         @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1537         bfd_version_string="\"$(VERSION)\"" ;\
1538         bfd_soversion="$(VERSION)" ;\
1539         bfd_version_package="\"$(PKGVERSION)\"" ;\
1540         report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1541         if test "x$(RELEASE)" = x ; then \
1542           bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1543           bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1544           bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1545         fi ;\
1546         sed -e "s,@bfd_version@,$$bfd_version," \
1547             -e "s,@bfd_version_string@,$$bfd_version_string," \
1548             -e "s,@bfd_version_package@,$$bfd_version_package," \
1549             -e "s,@report_bugs_to@,$$report_bugs_to," \
1550             < $(srcdir)/version.h > $@; \
1551         echo "$${bfd_soversion}" > libtool-soversion
1552
1553 # What appears below is generated by a hacked mkdep using gcc -MM.
1554
1555 # DO NOT DELETE THIS LINE -- mkdep uses it.
1556 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1557 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1558   $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1559   $(INCDIR)/safe-ctype.h
1560 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1561   $(INCDIR)/safe-ctype.h
1562 bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
1563   $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
1564   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1565   $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1566   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1567   $(INCDIR)/elf/external.h
1568 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1569 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1570 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1571   $(INCDIR)/libiberty.h
1572 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1573   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1574 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1575 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1576 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1577 libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1578 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1579   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1580 reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1581   $(INCDIR)/hashtab.h
1582 section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1583   $(INCDIR)/bfdlink.h
1584 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1585   $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1586   $(INCDIR)/aout/stab.def
1587 targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1588   $(INCDIR)/fnmatch.h targmatch.h
1589 hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1590   $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1591 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1592   $(INCDIR)/bfdlink.h genlink.h
1593 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1594   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1595 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1596   $(INCDIR)/hashtab.h
1597 tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1598   $(INCDIR)/libiberty.h
1599 ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1600   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1601 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1602   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1603 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1604   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1605 merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1606   $(INCDIR)/libiberty.h
1607 dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1608   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1609   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1610   $(INCDIR)/elf/dwarf2.h
1611 simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1612   $(INCDIR)/bfdlink.h
1613 archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1614   $(INCDIR)/aout/ar.h
1615 cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1616 cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1617 cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1618   $(INCDIR)/libiberty.h
1619 cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1620 cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1621 cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1622 cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1623 cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1624 cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1625 cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1626 cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1627 cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1628 cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1629 cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1630 cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1631 cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1632 cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1633   cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1634 cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1635 cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1636 cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1637 cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1638 cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1639 cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1640 cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1641 cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1642 cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
1643   $(INCDIR)/hashtab.h
1644 cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
1645   $(INCDIR)/hashtab.h
1646 cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1647   $(INCDIR)/opcode/m68k.h
1648 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1649 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1650 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1651 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1652 cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1653 cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1654 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1655 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1656 cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1657 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1658 cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1659 cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1660   ns32k.h
1661 cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
1662   $(INCDIR)/hashtab.h
1663 cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1664 cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1665 cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
1666   $(INCDIR)/hashtab.h
1667 cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1668 cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1669 cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1670 cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1671   $(srcdir)/../opcodes/sh-opc.h
1672 cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1673 cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1674 cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1675 cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1676 cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1677 cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1678 cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1679   $(INCDIR)/safe-ctype.h
1680 cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1681 cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1682 cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1683 cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
1684   $(INCDIR)/hashtab.h
1685 cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1686 cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1687 cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1688 cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1689 aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1690   $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1691   libaout.h $(INCDIR)/bfdlink.h
1692 aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1693   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1694   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1695   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1696 aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1697   $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1698   $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1699   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1700 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1701   ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1702   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1703   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1704 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1705   libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1706   $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1707   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1708 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1709   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1710   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1711   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h
1712 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1713   $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1714   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1715   $(INCDIR)/aout/ar.h aout-target.h
1716 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1717   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1718   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1719 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1720   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1721   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1722   $(INCDIR)/aout/ar.h
1723 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1724   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
1725   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1726 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1727   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1728   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1729   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1730 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1731   $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1732   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1733   coffcode.h coffswap.h
1734 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1735   $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
1736   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1737   coffcode.h coffswap.h
1738 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1739   $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1740   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1741 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1742   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1743   coff-m68k.c $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h \
1744   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1745   coffcode.h coffswap.h
1746 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1747   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
1748   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1749   libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
1750 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1751   $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \
1752   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1753 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1754   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1755   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1756 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1757   $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1758   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1759 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1760   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1761   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1762   coffcode.h coffswap.h
1763 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1764   $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
1765   $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1766 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1767   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1768   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1769 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1770   $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1771   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1772 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1773   $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1774   libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1775   coffcode.h coffswap.h
1776 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1777   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1778   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1779   $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \
1780   ecoffswap.h
1781 coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1782   $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
1783   $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1784 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1785   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1786   $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
1787   libxcoff.h coffcode.h coffswap.h
1788 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1789   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1790   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1791   libcoff.h coffcode.h coffswap.h
1792 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1793   $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1794   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1795 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1796   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1797   $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1798   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1799   go32stub.h
1800 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1801   $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1802   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1803   coffcode.h coffswap.h
1804 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1805   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1806   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1807 coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1808   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1809   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1810 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1811   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
1812   $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
1813   coffcode.h coffswap.h
1814 coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1815   $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \
1816   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1817 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1818   $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1819   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1820   coffcode.h coffswap.h
1821 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1822   $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1823   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1824 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1825   $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
1826   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1827 coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1828   $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1829   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1830 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1831   $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1832   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1833 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1834   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
1835   $(INCDIR)/safe-ctype.h
1836 dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1837   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1838   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1839   $(INCDIR)/elf/dwarf.h
1840 ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1841   $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1842   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1843   $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1844   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1845   libecoff.h $(INCDIR)/libiberty.h
1846 ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1847   $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1848   $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1849   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1850   libecoff.h
1851 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1852   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1853   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1854   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1855   peicode.h libpei.h
1856 elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1857   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1858   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1859 elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
1860   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1861   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1862   $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
1863   elf32-target.h
1864 elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1865   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1866   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1867   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1868   elf32-target.h
1869 elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1870   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1871   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1872   elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1873   elf32-target.h
1874 elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1875   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1876   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
1877   $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
1878 elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1879   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1880   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
1881   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1882   elf32-target.h
1883 elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
1884   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
1885   $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1886   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-target.h
1887 elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1888   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1889   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
1890   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1891 elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1892   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1893   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/crx.h \
1894   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1895 elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1896   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1897   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
1898   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1899 elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1900   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1901   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
1902   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1903 elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1904   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1905   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
1906   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1907 elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1908   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1909   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
1910   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1911 elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1912   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1913   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
1914   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1915   elf32-target.h
1916 elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1917   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1918   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
1919 elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1920   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1921   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1922   $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1923 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1924   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1925   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
1926   $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \
1927   elf-hppa.h elf32-target.h
1928 elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1929   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1930   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h \
1931   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1932 elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1933   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1934   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \
1935   $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1936 elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1937   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1938   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
1939   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1940 elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1941   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1942   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
1943   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1944 elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1945   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1946   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
1947   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1948 elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1949   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1950   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1951   $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
1952   elf32-target.h
1953 elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1954   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1955   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
1956   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1957   elf32-target.h
1958 elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1959   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1960   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
1961   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1962 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1963   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1964   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h \
1965   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
1966   elf32-target.h
1967 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1968   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1969   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1970   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1971   $(INCDIR)/opcode/m68hc11.h elf32-target.h
1972 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1973   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1974   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1975   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1976   $(INCDIR)/opcode/m68hc11.h elf32-target.h
1977 elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
1978   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1979   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1980   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1981   $(INCDIR)/opcode/m68hc11.h
1982 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1983   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1984   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
1985 elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1986   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1987   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
1988 elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1989   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1990   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1991   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1992 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1993   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1994   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
1995   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1996 elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1997   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1998   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
1999   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2000   elf32-target.h
2001 elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2002   $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
2003   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2004   elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
2005   elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2006   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
2007 elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2008   $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2009   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2010   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
2011   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2012   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
2013   ecoffswap.h elf32-target.h
2014 elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2015   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2016   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
2017   $(INCDIR)/elf/reloc-macros.h elf32-target.h
2018 elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
2019   $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
2020   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2021   $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
2022   elf32-target.h
2023 elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
2024   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2025   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2026   $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
2027   $(INCDIR)/libiberty.h elf32-target.h
2028 elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2029   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2030   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
2031   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2032   elf32-target.h
2033 elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2034   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2035   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h \
2036   $(INCDIR)/elf/reloc-macros.h elf32-target.h
2037 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2038   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2039   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h \
2040   $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
2041   elf32-target.h
2042 elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
2043   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2044   $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
2045   elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
2046   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2047   $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2048 elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
2049   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2050   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2051   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
2052   $(srcdir)/../opcodes/sh64-opc.h
2053 elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2054   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2055   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \
2056   $(INCDIR)/elf/reloc-macros.h elf32-target.h
2057 elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
2058   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
2059   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2060   $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
2061   elf32-target.h
2062 elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2063   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2064   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \
2065   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2066   $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2067 elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
2068   $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
2069   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2070   $(INCDIR)/elf/external.h elf-vxworks.h $(INCDIR)/elf/sh.h \
2071   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2072   $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2073 elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
2074   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
2075   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2076   $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2077   $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
2078 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
2079   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2080   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
2081   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
2082   elfxx-sparc.h elf-vxworks.h elf32-target.h
2083 elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2084   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2085   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/spu.h \
2086   $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
2087 elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2088   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2089   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h \
2090   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2091   elf32-target.h
2092 elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2093   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2094   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h \
2095   $(INCDIR)/elf/reloc-macros.h elf32-target.h
2096 elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
2097   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2098   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2099   $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
2100   $(INCDIR)/libiberty.h elf32-target.h
2101 elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
2102   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2103   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
2104   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
2105   $(INCDIR)/xtensa-config.h elf32-target.h
2106 elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
2107   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2108   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2109   $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
2110   $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
2111 elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2112   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2113   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
2114 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2115   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2116   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h \
2117   $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
2118 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2119   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2120   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
2121 elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
2122   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2123   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2124   $(INCDIR)/elf/dwarf2.h
2125 elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
2126   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2127   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2128   elf-vxworks.h
2129 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
2130   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2131   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2132   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2133   peicode.h libpei.h
2134 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
2135   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2136   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2137   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2138   peicode.h libpei.h
2139 hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2140   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2141   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2142 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
2143   aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2144   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2145   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2146   aout-target.h
2147 som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
2148 i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2149   $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
2150   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2151   $(INCDIR)/aout/ar.h
2152 i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2153   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2154   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2155 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
2156   $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
2157   libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2158   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2159   aout-target.h
2160 i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
2161   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2162   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2163   $(INCDIR)/aout/ar.h
2164 i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2165   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2166   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2167 i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2168   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2169   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2170   $(INCDIR)/aout/ar.h
2171 i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2172   libaout.h $(INCDIR)/bfdlink.h
2173 i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
2174   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2175   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2176   $(INCDIR)/aout/ar.h
2177 i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2178   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2179   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2180 i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2181   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
2182 ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2183   $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
2184 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2185   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2186   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2187   $(INCDIR)/aout/ar.h
2188 m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2189   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2190   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2191 m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2192   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2193   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2194   $(INCDIR)/aout/ar.h
2195 m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2196   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2197   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2198 m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
2199   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2200   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2201   $(INCDIR)/aout/ar.h
2202 mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
2203   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c
2204 mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2205   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2206   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2207 newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2208   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2209   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2210 nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2211   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2212   $(INCDIR)/nlm/external.h
2213 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2214   $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2215   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2216   nlm-target.h
2217 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
2218   $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
2219   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
2220   nlmswap.h nlm-target.h
2221 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2222   $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2223   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2224   nlm-target.h
2225 nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2226   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2227   $(INCDIR)/nlm/external.h
2228 ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2229   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2230   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2231   $(INCDIR)/aout/ar.h
2232 oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2233   $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
2234 pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
2235   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2236   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2237   $(INCDIR)/aout/ar.h
2238 pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2239   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2240   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2241   $(INCDIR)/safe-ctype.h
2242 pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2243   pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
2244 pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
2245   $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
2246   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2247   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2248 pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
2249   $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
2250   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2251   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2252 pe-arm-wince.lo: pe-arm-wince.c pe-arm.c $(INCDIR)/filenames.h \
2253   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2254   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2255   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2256   peicode.h libpei.h
2257 pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
2258   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2259   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2260   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2261   peicode.h libpei.h
2262 pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
2263   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2264   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2265   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2266 pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
2267   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2268   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2269   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2270 pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2271   $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
2272   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2273   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2274 pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2275   $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
2276   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2277   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2278 pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2279   $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
2280   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2281   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2282 pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2283   $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
2284   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2285   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2286 pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
2287   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
2288   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2289   $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
2290   libpei.h
2291 pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
2292   $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
2293   $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2294   $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
2295   libpei.h
2296 pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2297   $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2298   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2299   peicode.h libpei.h
2300 pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
2301   $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
2302   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2303   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2304 ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2305   $(INCDIR)/hashtab.h
2306 reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2307   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
2308   libcoff.h
2309 riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2310   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2311   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2312   $(INCDIR)/aout/ar.h
2313 sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2314   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2315   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2316 sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2317   $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
2318   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2319   $(INCDIR)/aout/ar.h aout-target.h
2320 sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2321   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2322   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2323   $(INCDIR)/aout/ar.h
2324 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
2325   $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \
2326   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2327   $(INCDIR)/aout/ar.h aout-target.h
2328 vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2329   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2330   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2331   $(INCDIR)/aout/ar.h
2332 vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2333   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2334   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2335   $(INCDIR)/aout/ar.h
2336 vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2337   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2338   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2339 versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2340   $(INCDIR)/libiberty.h
2341 vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2342   $(INCDIR)/hashtab.h vms.h
2343 vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2344   $(INCDIR)/hashtab.h vms.h
2345 vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
2346   $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
2347   vms.h
2348 vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2349   $(INCDIR)/hashtab.h vms.h
2350 vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2351   $(INCDIR)/hashtab.h vms.h
2352 xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2353   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
2354   libcoff.h libxcoff.h
2355 xsym.lo: xsym.c $(INCDIR)/filenames.h xsym.h $(INCDIR)/hashtab.h
2356 xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2357   $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h
2358 xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
2359   $(INCDIR)/xtensa-isa-internal.h
2360 aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
2361 aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2362   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2363   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2364 coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2365   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
2366   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
2367   $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \
2368   ecoffswap.h
2369 coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
2370   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
2371   $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
2372   libxcoff.h coffcode.h coffswap.h
2373 demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2374   $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \
2375   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
2376   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
2377 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
2378   coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
2379   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2380   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2381   peicode.h libpei.h
2382 efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
2383   coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
2384   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2385   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
2386   coffcode.h peicode.h libpei.h
2387 elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
2388   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2389   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
2390   $(INCDIR)/elf/reloc-macros.h elf64-target.h
2391 elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2392   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2393   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2394   $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
2395   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2396   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
2397   libcoff.h libecoff.h ecoffswap.h elf64-target.h
2398 elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
2399   $(INCDIR)/filenames.h $(INCDIR)/hashtab.h elf-bfd.h \
2400   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2401   $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
2402   libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h
2403 elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2404   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2405   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h
2406 elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
2407   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
2408   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2409   elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
2410   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2411   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
2412   ecoffswap.h elf32-target.h
2413 elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2414   $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
2415   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2416   elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
2417   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2418   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2419   elf64-target.h
2420 elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2421   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2422   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
2423   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
2424   elf64-target.h
2425 elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2426   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2427   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h \
2428   $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
2429 elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2430   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2431   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \
2432   $(INCDIR)/elf/reloc-macros.h elf64-target.h
2433 elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2434   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2435   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
2436   $(INCDIR)/elf/reloc-macros.h elf64-target.h
2437 elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2438   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2439   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2440   $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2441   $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
2442 elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2443   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2444   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
2445 mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2446   $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
2447   $(INCDIR)/opcode/mmix.h
2448 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2449   $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
2450   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
2451   nlmswap.h nlm-target.h
2452 nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2453   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2454   $(INCDIR)/nlm/external.h
2455 coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
2456   $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2457   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2458   $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2459   coffswap.h
2460 pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2461   $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2462   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2463   $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2464   peicode.h libpei.h
2465 pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2466   $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2467   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2468   $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2469   peicode.h libpei.h
2470 aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
2471   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2472   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
2473 hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2474 irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2475 lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2476 osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2477 sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2478   libaout.h $(INCDIR)/bfdlink.h
2479 trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2480   libaout.h $(INCDIR)/bfdlink.h
2481 cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2482 elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2483   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2484   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2485   $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2486   $(INCDIR)/hashtab.h elf32-target.h
2487 elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2488   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2489   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2490   $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2491   $(INCDIR)/hashtab.h elf64-target.h
2492 peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2493   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2494   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2495 pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2496   $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2497   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2498 pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2499   $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2500   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2501 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2502 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2503 # Otherwise a system limit (for SysV at least) may be exceeded.
2504 .NOEXPORT: