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