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