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