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