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