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