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