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