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