OSDN Git Service

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