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