OSDN Git Service

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