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