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