2009-06-16 H.J. Lu <hongjiu.lu@intel.com>
[binutils.git] / bfd / Makefile.in
blob45e184ace8a42f1ee9f9aa22d7227c93718896a9
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub README \
42 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
43 $(top_srcdir)/configure $(am__configure_deps) \
44 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
45 $(srcdir)/bfd-in2.h $(top_srcdir)/po/Make-in \
46 $(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
47 $(srcdir)/../config.sub
48 subdir = .
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
51 $(top_srcdir)/../config/depstand.m4 \
52 $(top_srcdir)/../config/extensions.m4 \
53 $(top_srcdir)/../config/gettext-sister.m4 \
54 $(top_srcdir)/../config/lead-dot.m4 \
55 $(top_srcdir)/../config/nls.m4 \
56 $(top_srcdir)/../config/override.m4 \
57 $(top_srcdir)/../config/plugins.m4 \
58 $(top_srcdir)/../config/po.m4 \
59 $(top_srcdir)/../config/proginstall.m4 \
60 $(top_srcdir)/../config/progtest.m4 \
61 $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \
62 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
63 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
64 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
65 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 configure.lineno configure.status.lineno
70 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
73 LIBRARIES = $(noinst_LIBRARIES)
74 ARFLAGS = cru
75 libbfd_a_AR = $(AR) $(ARFLAGS)
76 libbfd_a_LIBADD =
77 am_libbfd_a_OBJECTS =
78 libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
84 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
85 am__installdirs = "$(DESTDIR)$(bfdlibdir)"
86 bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
87 LTLIBRARIES = $(bfdlib_LTLIBRARIES)
88 am__DEPENDENCIES_1 =
89 am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
90 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
91 opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
92 linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
93 stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo \
94 verilog.lo
95 am_libbfd_la_OBJECTS = $(am__objects_1)
96 libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
97 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
98 depcomp =
99 am__depfiles_maybe =
100 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
103 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104 $(AM_CFLAGS) $(CFLAGS)
105 CCLD = $(CC)
106 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107 $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
109 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110 html-recursive info-recursive install-data-recursive \
111 install-exec-recursive install-info-recursive \
112 install-recursive installcheck-recursive installdirs-recursive \
113 pdf-recursive ps-recursive uninstall-info-recursive \
114 uninstall-recursive
115 ETAGS = etags
116 CTAGS = ctags
117 DIST_SUBDIRS = $(SUBDIRS)
118 ACLOCAL = @ACLOCAL@
119 AMDEP_FALSE = @AMDEP_FALSE@
120 AMDEP_TRUE = @AMDEP_TRUE@
121 AMTAR = @AMTAR@
122 AR = @AR@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
128 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
129 BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
130 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
131 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
132 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
133 CATALOGS = @CATALOGS@
134 CATOBJEXT = @CATOBJEXT@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CC_FOR_BUILD = @CC_FOR_BUILD@
138 CFLAGS = @CFLAGS@
139 COREFILE = @COREFILE@
140 COREFLAG = @COREFLAG@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DATADIRNAME = @DATADIRNAME@
145 DEBUGDIR = @DEBUGDIR@
146 DEFS = @DEFS@
147 DEPDIR = @DEPDIR@
148 DSYMUTIL = @DSYMUTIL@
149 DUMPBIN = @DUMPBIN@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
156 FGREP = @FGREP@
157 GENCAT = @GENCAT@
158 GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
159 GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
160 GMSGFMT = @GMSGFMT@
161 GREP = @GREP@
162 HDEFINES = @HDEFINES@
163 INCINTL = @INCINTL@
164 INSTALL_DATA = @INSTALL_DATA@
165 INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
166 INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 INSTOBJEXT = @INSTOBJEXT@
171 LD = @LD@
172 LDFLAGS = @LDFLAGS@
173 LIBINTL = @LIBINTL@
174 LIBINTL_DEP = @LIBINTL_DEP@
175 LIBM = @LIBM@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIBTOOL = @LIBTOOL@
179 LIPO = @LIPO@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAINT = @MAINT@
183 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
184 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
185 MAKEINFO = @MAKEINFO@
186 MKINSTALLDIRS = @MKINSTALLDIRS@
187 MSGFMT = @MSGFMT@
188 MSGMERGE = @MSGMERGE@
189 NM = @NM@
190 NMEDIT = @NMEDIT@
191 NO_WERROR = @NO_WERROR@
192 OBJDUMP = @OBJDUMP@
193 OBJEXT = @OBJEXT@
194 OTOOL = @OTOOL@
195 OTOOL64 = @OTOOL64@
196 PACKAGE = @PACKAGE@
197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198 PACKAGE_NAME = @PACKAGE_NAME@
199 PACKAGE_STRING = @PACKAGE_STRING@
200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
201 PACKAGE_VERSION = @PACKAGE_VERSION@
202 PATH_SEPARATOR = @PATH_SEPARATOR@
203 PKGVERSION = @PKGVERSION@
204 PLUGINS_FALSE = @PLUGINS_FALSE@
205 PLUGINS_TRUE = @PLUGINS_TRUE@
206 POSUB = @POSUB@
207 RANLIB = @RANLIB@
208 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
209 REPORT_BUGS_TO = @REPORT_BUGS_TO@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHARED_LDFLAGS = @SHARED_LDFLAGS@
213 SHARED_LIBADD = @SHARED_LIBADD@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 TDEFINES = @TDEFINES@
217 USE_NLS = @USE_NLS@
218 VERSION = @VERSION@
219 WARN_CFLAGS = @WARN_CFLAGS@
220 XGETTEXT = @XGETTEXT@
221 ac_ct_AR = @ac_ct_AR@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
224 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225 ac_ct_LIPO = @ac_ct_LIPO@
226 ac_ct_NMEDIT = @ac_ct_NMEDIT@
227 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
228 ac_ct_OTOOL = @ac_ct_OTOOL@
229 ac_ct_OTOOL64 = @ac_ct_OTOOL64@
230 ac_ct_RANLIB = @ac_ct_RANLIB@
231 ac_ct_STRIP = @ac_ct_STRIP@
232 all_backends = @all_backends@
233 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
234 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
235 am__include = @am__include@
236 am__leading_dot = @am__leading_dot@
237 am__quote = @am__quote@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bfd64_libs = @bfd64_libs@
241 bfd_backends = @bfd_backends@
242 bfd_default_target_size = @bfd_default_target_size@
243 bfd_file_ptr = @bfd_file_ptr@
244 bfd_machines = @bfd_machines@
245 bfd_ufile_ptr = @bfd_ufile_ptr@
246 bfdincludedir = @bfdincludedir@
247 bfdlibdir = @bfdlibdir@
248 bindir = @bindir@
249 build = @build@
250 build_alias = @build_alias@
251 build_cpu = @build_cpu@
252 build_os = @build_os@
253 build_vendor = @build_vendor@
254 datadir = @datadir@
255 datarootdir = @datarootdir@
256 docdir = @docdir@
257 exec_prefix = @exec_prefix@
258 host = @host@
259 host_alias = @host_alias@
260 host_cpu = @host_cpu@
261 host_noncanonical = @host_noncanonical@
262 host_os = @host_os@
263 host_vendor = @host_vendor@
264 htmldir = @htmldir@
265 includedir = @includedir@
266 infodir = @infodir@
267 install_sh = @install_sh@
268 libdir = @libdir@
269 libexecdir = @libexecdir@
270 localstatedir = @localstatedir@
271 lt_ECHO = @lt_ECHO@
272 mandir = @mandir@
273 mkdir_p = @mkdir_p@
274 oldincludedir = @oldincludedir@
275 pdfdir = @pdfdir@
276 prefix = @prefix@
277 program_transform_name = @program_transform_name@
278 sbindir = @sbindir@
279 sharedstatedir = @sharedstatedir@
280 supports_plugins = @supports_plugins@
281 sysconfdir = @sysconfdir@
282 target = @target@
283 target_alias = @target_alias@
284 target_cpu = @target_cpu@
285 target_noncanonical = @target_noncanonical@
286 target_os = @target_os@
287 target_vendor = @target_vendor@
288 tdefaults = @tdefaults@
289 wordsize = @wordsize@
290 AUTOMAKE_OPTIONS = 1.9 cygnus
291 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
293 # Uncomment the following line when doing a release.
294 # RELEASE=y
295 INCDIR = $(srcdir)/../include
296 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
297 MKDEP = gcc -MM
298 SUBDIRS = doc po
299 bfddocdir = doc
300 bfdlib_LTLIBRARIES = libbfd.la
301 AM_CFLAGS = $(WARN_CFLAGS)
302 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
303 @PLUGINS_TRUE@LIBDL = -ldl
305 # bfd.h goes here, for now
306 BFD_H = bfd.h
308 # Jim Kingdon notes:
309 # Writing S-records should be included in all (or at least most)
310 # *-*-coff, *-*-aout, etc., configurations, because people will want to
311 # be able to use objcopy to create S-records. (S-records are not useful
312 # for the debugger, so if you are downloading things as S-records you
313 # need two copies of the executable, one to download and one for the
314 # debugger).
315 BFD32_LIBS = \
316 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
317 cache.lo coffgen.lo corefile.lo \
318 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
319 section.lo syms.lo targets.lo hash.lo linker.lo \
320 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
321 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
323 BFD64_LIBS = archive64.lo
324 BFD32_LIBS_CFILES = \
325 archive.c archures.c bfd.c bfdio.c bfdwin.c \
326 cache.c coffgen.c corefile.c \
327 format.c init.c libbfd.c opncls.c reloc.c \
328 section.c syms.c targets.c hash.c linker.c \
329 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
330 merge.c dwarf2.c simple.c compress.c verilog.c
332 BFD64_LIBS_CFILES = archive64.c
334 # This list is alphabetized to make it easier to keep in sync
335 # with the decls and initializer in archures.c.
336 ALL_MACHINES = \
337 cpu-alpha.lo \
338 cpu-arc.lo \
339 cpu-arm.lo \
340 cpu-avr.lo \
341 cpu-bfin.lo \
342 cpu-cr16.lo \
343 cpu-cr16c.lo \
344 cpu-cris.lo \
345 cpu-crx.lo \
346 cpu-d10v.lo \
347 cpu-d30v.lo \
348 cpu-dlx.lo \
349 cpu-fr30.lo \
350 cpu-frv.lo \
351 cpu-h8300.lo \
352 cpu-h8500.lo \
353 cpu-hppa.lo \
354 cpu-i370.lo \
355 cpu-i386.lo \
356 cpu-i860.lo \
357 cpu-i960.lo \
358 cpu-ia64.lo \
359 cpu-ip2k.lo \
360 cpu-iq2000.lo \
361 cpu-lm32.lo \
362 cpu-m10200.lo \
363 cpu-m10300.lo \
364 cpu-m32c.lo \
365 cpu-m32r.lo \
366 cpu-m68hc11.lo \
367 cpu-m68hc12.lo \
368 cpu-m68k.lo \
369 cpu-m88k.lo \
370 cpu-maxq.lo \
371 cpu-mcore.lo \
372 cpu-mep.lo \
373 cpu-mips.lo \
374 cpu-mmix.lo \
375 cpu-moxie.lo \
376 cpu-msp430.lo \
377 cpu-mt.lo \
378 cpu-ns32k.lo \
379 cpu-openrisc.lo \
380 cpu-or32.lo \
381 cpu-pdp11.lo \
382 cpu-pj.lo \
383 cpu-plugin.lo \
384 cpu-powerpc.lo \
385 cpu-rs6000.lo \
386 cpu-s390.lo \
387 cpu-score.lo \
388 cpu-sh.lo \
389 cpu-sparc.lo \
390 cpu-spu.lo \
391 cpu-tic30.lo \
392 cpu-tic4x.lo \
393 cpu-tic54x.lo \
394 cpu-tic80.lo \
395 cpu-v850.lo \
396 cpu-vax.lo \
397 cpu-w65.lo \
398 cpu-we32k.lo \
399 cpu-xc16x.lo \
400 cpu-xstormy16.lo \
401 cpu-xtensa.lo \
402 cpu-z80.lo \
403 cpu-z8k.lo
405 ALL_MACHINES_CFILES = \
406 cpu-alpha.c \
407 cpu-arc.c \
408 cpu-arm.c \
409 cpu-avr.c \
410 cpu-bfin.c \
411 cpu-cr16.c \
412 cpu-cr16c.c \
413 cpu-cris.c \
414 cpu-crx.c \
415 cpu-d10v.c \
416 cpu-d30v.c \
417 cpu-dlx.c \
418 cpu-fr30.c \
419 cpu-frv.c \
420 cpu-h8300.c \
421 cpu-h8500.c \
422 cpu-hppa.c \
423 cpu-i370.c \
424 cpu-i386.c \
425 cpu-i860.c \
426 cpu-i960.c \
427 cpu-ia64.c \
428 cpu-ip2k.c \
429 cpu-iq2000.c \
430 cpu-lm32.c \
431 cpu-m10200.c \
432 cpu-m10300.c \
433 cpu-m32c.c \
434 cpu-m32r.c \
435 cpu-m68hc11.c \
436 cpu-m68hc12.c \
437 cpu-m68k.c \
438 cpu-m88k.c \
439 cpu-maxq.c \
440 cpu-mcore.c \
441 cpu-mep.c \
442 cpu-mips.c \
443 cpu-mmix.c \
444 cpu-moxie.c \
445 cpu-msp430.c \
446 cpu-mt.c \
447 cpu-ns32k.c \
448 cpu-openrisc.c \
449 cpu-or32.c \
450 cpu-pdp11.c \
451 cpu-pj.c \
452 cpu-plugin.c \
453 cpu-powerpc.c \
454 cpu-rs6000.c \
455 cpu-s390.c \
456 cpu-score.c \
457 cpu-sh.c \
458 cpu-sparc.c \
459 cpu-spu.c \
460 cpu-tic30.c \
461 cpu-tic4x.c \
462 cpu-tic54x.c \
463 cpu-tic80.c \
464 cpu-v850.c \
465 cpu-vax.c \
466 cpu-w65.c \
467 cpu-we32k.c \
468 cpu-xc16x.c \
469 cpu-xstormy16.c \
470 cpu-xtensa.c \
471 cpu-z80.c \
472 cpu-z8k.c
475 # The .o files needed by all of the 32 bit vectors that are configured into
476 # target_vector in targets.c if configured with --enable-targets=all.
477 BFD32_BACKENDS = \
478 aout-adobe.lo \
479 aout-arm.lo \
480 aout-cris.lo \
481 aout-ns32k.lo \
482 aout-sparcle.lo \
483 aout-tic30.lo \
484 aout0.lo \
485 aout32.lo \
486 armnetbsd.lo \
487 bout.lo \
488 cf-i386lynx.lo \
489 cf-sparclynx.lo \
490 coff-apollo.lo \
491 coff-arm.lo \
492 coff-aux.lo \
493 coff-go32.lo \
494 coff-h8300.lo \
495 coff-h8500.lo \
496 coff-i386.lo \
497 coff-i860.lo \
498 coff-i960.lo \
499 coff-m68k.lo \
500 coff-m88k.lo \
501 coff-maxq.lo \
502 coff-mips.lo \
503 coff-or32.lo \
504 coff-rs6000.lo \
505 coff-sh.lo \
506 coff-sparc.lo \
507 coff-stgo32.lo \
508 coff-svm68k.lo \
509 coff-tic30.lo \
510 coff-tic4x.lo \
511 coff-tic54x.lo \
512 coff-tic80.lo \
513 coff-u68k.lo \
514 coff-w65.lo \
515 coff-we32k.lo \
516 coff-z80.lo \
517 coff-z8k.lo \
518 cofflink.lo \
519 dwarf1.lo \
520 ecoff.lo \
521 ecofflink.lo \
522 elf-attrs.lo \
523 elf-eh-frame.lo \
524 elf-ifunc.lo \
525 elf-m10200.lo \
526 elf-m10300.lo \
527 elf-strtab.lo \
528 elf-vxworks.lo \
529 elf.lo \
530 elf32-am33lin.lo \
531 elf32-arc.lo \
532 elf32-arm.lo \
533 elf32-avr.lo \
534 elf32-bfin.lo \
535 elf32-cr16.lo \
536 elf32-cr16c.lo \
537 elf32-cris.lo \
538 elf32-crx.lo \
539 elf32-d10v.lo \
540 elf32-d30v.lo \
541 elf32-dlx.lo \
542 elf32-fr30.lo \
543 elf32-frv.lo \
544 elf32-gen.lo \
545 elf32-h8300.lo \
546 elf32-hppa.lo \
547 elf32-i370.lo \
548 elf32-i386.lo \
549 elf32-i860.lo \
550 elf32-i960.lo \
551 elf32-ip2k.lo \
552 elf32-iq2000.lo \
553 elf32-lm32.lo \
554 elf32-m32c.lo \
555 elf32-m32r.lo \
556 elf32-m68hc11.lo \
557 elf32-m68hc12.lo \
558 elf32-m68hc1x.lo \
559 elf32-m68k.lo \
560 elf32-m88k.lo \
561 elf32-mcore.lo \
562 elf32-mep.lo \
563 elf32-mips.lo \
564 elf32-moxie.lo \
565 elf32-msp430.lo \
566 elf32-mt.lo \
567 elf32-openrisc.lo \
568 elf32-or32.lo \
569 elf32-pj.lo \
570 elf32-ppc.lo \
571 elf32-s390.lo \
572 elf32-sh-symbian.lo \
573 elf32-sh.lo \
574 elf32-sh64-com.lo \
575 elf32-sh64.lo \
576 elf32-sparc.lo \
577 elf32-spu.lo \
578 elf32-v850.lo \
579 elf32-vax.lo \
580 elf32-xc16x.lo \
581 elf32-xstormy16.lo \
582 elf32-xtensa.lo \
583 elf32.lo \
584 elflink.lo \
585 elfxx-mips.lo \
586 elfxx-sparc.lo \
587 epoc-pe-arm.lo \
588 epoc-pei-arm.lo \
589 hp300bsd.lo \
590 hp300hpux.lo \
591 i386aout.lo \
592 i386bsd.lo \
593 i386dynix.lo \
594 i386freebsd.lo \
595 i386linux.lo \
596 i386lynx.lo \
597 i386mach3.lo \
598 i386msdos.lo \
599 i386netbsd.lo \
600 i386os9k.lo \
601 ieee.lo \
602 m68k4knetbsd.lo \
603 m68klinux.lo \
604 m68knetbsd.lo \
605 m88kmach3.lo \
606 m88kopenbsd.lo \
607 mach-o.lo \
608 mach-o-i386.lo \
609 mipsbsd.lo \
610 newsos3.lo \
611 nlm.lo \
612 nlm32-i386.lo \
613 nlm32-ppc.lo \
614 nlm32-sparc.lo \
615 nlm32.lo \
616 ns32knetbsd.lo \
617 oasys.lo \
618 pc532-mach.lo \
619 pdp11.lo \
620 pe-arm-wince.lo \
621 pe-arm.lo \
622 pe-i386.lo \
623 pe-mcore.lo \
624 pe-mips.lo \
625 pe-ppc.lo \
626 pe-sh.lo \
627 pef.lo \
628 pei-arm-wince.lo \
629 pei-arm.lo \
630 pei-i386.lo \
631 pei-mcore.lo \
632 pei-mips.lo \
633 pei-ppc.lo \
634 pei-sh.lo \
635 peigen.lo \
636 plugin.lo \
637 ppcboot.lo \
638 reloc16.lo \
639 riscix.lo \
640 som.lo \
641 sparclinux.lo \
642 sparclynx.lo \
643 sparcnetbsd.lo \
644 sunos.lo \
645 vax1knetbsd.lo \
646 vaxbsd.lo \
647 vaxnetbsd.lo \
648 versados.lo \
649 vms-gsd.lo \
650 vms-hdr.lo \
651 vms-misc.lo \
652 vms-tir.lo \
653 vms.lo \
654 vmsutil.lo \
655 xcofflink.lo \
656 xsym.lo \
657 xtensa-isa.lo \
658 xtensa-modules.lo
660 BFD32_BACKENDS_CFILES = \
661 aout-adobe.c \
662 aout-arm.c \
663 aout-cris.c \
664 aout-ns32k.c \
665 aout-sparcle.c \
666 aout-tic30.c \
667 aout0.c \
668 aout32.c \
669 armnetbsd.c \
670 bout.c \
671 cf-i386lynx.c \
672 cf-sparclynx.c \
673 coff-apollo.c \
674 coff-arm.c \
675 coff-aux.c \
676 coff-go32.c \
677 coff-h8300.c \
678 coff-h8500.c \
679 coff-i386.c \
680 coff-i860.c \
681 coff-i960.c \
682 coff-m68k.c \
683 coff-m88k.c \
684 coff-maxq.c \
685 coff-mips.c \
686 coff-or32.c \
687 coff-rs6000.c \
688 coff-sh.c \
689 coff-sparc.c \
690 coff-stgo32.c \
691 coff-svm68k.c \
692 coff-tic30.c \
693 coff-tic4x.c \
694 coff-tic54x.c \
695 coff-tic80.c \
696 coff-u68k.c \
697 coff-w65.c \
698 coff-we32k.c \
699 coff-z80.c \
700 coff-z8k.c \
701 cofflink.c \
702 dwarf1.c \
703 ecoff.c \
704 ecofflink.c \
705 elf-attrs.c \
706 elf-eh-frame.c \
707 elf-ifunc.c \
708 elf-m10200.c \
709 elf-m10300.c \
710 elf-strtab.c \
711 elf-vxworks.c \
712 elf.c \
713 elf32-am33lin.c \
714 elf32-arc.c \
715 elf32-arm.c \
716 elf32-avr.c \
717 elf32-bfin.c \
718 elf32-cr16.c \
719 elf32-cr16c.c \
720 elf32-cris.c \
721 elf32-crx.c \
722 elf32-d10v.c \
723 elf32-d30v.c \
724 elf32-dlx.c \
725 elf32-fr30.c \
726 elf32-frv.c \
727 elf32-gen.c \
728 elf32-h8300.c \
729 elf32-hppa.c \
730 elf32-i370.c \
731 elf32-i386.c \
732 elf32-i860.c \
733 elf32-i960.c \
734 elf32-ip2k.c \
735 elf32-iq2000.c \
736 elf32-lm32.c \
737 elf32-m32c.c \
738 elf32-m32r.c \
739 elf32-m68hc11.c \
740 elf32-m68hc12.c \
741 elf32-m68hc1x.c \
742 elf32-m68k.c \
743 elf32-m88k.c \
744 elf32-mcore.c \
745 elf32-mep.c \
746 elf32-mips.c \
747 elf32-moxie.c \
748 elf32-msp430.c \
749 elf32-mt.c \
750 elf32-openrisc.c \
751 elf32-or32.c \
752 elf32-pj.c \
753 elf32-ppc.c \
754 elf32-s390.c \
755 elf32-sh-symbian.c \
756 elf32-sh.c \
757 elf32-sh64-com.c \
758 elf32-sh64.c \
759 elf32-sparc.c \
760 elf32-spu.c \
761 elf32-v850.c \
762 elf32-vax.c \
763 elf32-xc16x.c \
764 elf32-xstormy16.c \
765 elf32-xtensa.c \
766 elf32.c \
767 elflink.c \
768 elfxx-mips.c \
769 elfxx-sparc.c \
770 epoc-pe-arm.c \
771 epoc-pei-arm.c \
772 hp300bsd.c \
773 hp300hpux.c \
774 i386aout.c \
775 i386bsd.c \
776 i386dynix.c \
777 i386freebsd.c \
778 i386linux.c \
779 i386lynx.c \
780 i386mach3.c \
781 i386msdos.c \
782 i386netbsd.c \
783 i386os9k.c \
784 ieee.c \
785 m68k4knetbsd.c \
786 m68klinux.c \
787 m68knetbsd.c \
788 m88kmach3.c \
789 m88kopenbsd.c \
790 mach-o.c \
791 mach-o-i386.c \
792 mipsbsd.c \
793 newsos3.c \
794 nlm.c \
795 nlm32-i386.c \
796 nlm32-ppc.c \
797 nlm32-sparc.c \
798 nlm32.c \
799 ns32knetbsd.c \
800 oasys.c \
801 pc532-mach.c \
802 pdp11.c \
803 pe-arm-wince.c \
804 pe-arm.c \
805 pe-i386.c \
806 pe-mcore.c \
807 pe-mips.c \
808 pe-ppc.c \
809 pe-sh.c \
810 pef.c \
811 pei-arm-wince.c \
812 pei-arm.c \
813 pei-i386.c \
814 pei-mcore.c \
815 pei-mips.c \
816 pei-ppc.c \
817 pei-sh.c \
818 plugin.c \
819 ppcboot.c \
820 reloc16.c \
821 riscix.c \
822 som.c \
823 sparclinux.c \
824 sparclynx.c \
825 sparcnetbsd.c \
826 sunos.c \
827 vax1knetbsd.c \
828 vaxbsd.c \
829 vaxnetbsd.c \
830 versados.c \
831 vms-gsd.c \
832 vms-hdr.c \
833 vms-misc.c \
834 vms-tir.c \
835 vms.c \
836 vmsutil.c \
837 xcofflink.c \
838 xsym.c \
839 xtensa-isa.c \
840 xtensa-modules.c
843 # The .o files needed by all of the 64 bit vectors that are configured into
844 # target_vector in targets.c if configured with --enable-targets=all
845 # and --enable-64-bit-bfd.
846 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
847 # BFD32_BACKENDS.
848 BFD64_BACKENDS = \
849 aix5ppc-core.lo \
850 aout64.lo \
851 coff-alpha.lo \
852 coff-x86_64.lo \
853 coff64-rs6000.lo \
854 demo64.lo \
855 elf32-ia64.lo \
856 elf32-score.lo \
857 elf32-score7.lo \
858 elf64-alpha.lo \
859 elf64-gen.lo \
860 elf64-hppa.lo \
861 elf64-ia64.lo \
862 elf64-mips.lo \
863 elf64-mmix.lo \
864 elf64-ppc.lo \
865 elf64-s390.lo \
866 elf64-sh64.lo \
867 elf64-sparc.lo \
868 elf64-x86-64.lo \
869 elf64.lo \
870 elfn32-mips.lo \
871 mmo.lo \
872 nlm32-alpha.lo \
873 nlm64.lo \
874 pe-x86_64.lo \
875 pei-ia64.lo \
876 pei-x86_64.lo \
877 pepigen.lo \
878 pex64igen.lo
880 BFD64_BACKENDS_CFILES = \
881 aix5ppc-core.c \
882 aout64.c \
883 coff-alpha.c \
884 coff-x86_64.c \
885 coff64-rs6000.c \
886 demo64.c \
887 elf32-score.c \
888 elf32-score7.c \
889 elf64-alpha.c \
890 elf64-gen.c \
891 elf64-hppa.c \
892 elf64-mips.c \
893 elf64-mmix.c \
894 elf64-ppc.c \
895 elf64-s390.c \
896 elf64-sh64.c \
897 elf64-sparc.c \
898 elf64-x86-64.c \
899 elf64.c \
900 elfn32-mips.c \
901 mmo.c \
902 nlm32-alpha.c \
903 nlm64.c \
904 pe-x86_64.c \
905 pei-ia64.c \
906 pei-x86_64.c
908 OPTIONAL_BACKENDS = \
909 aix386-core.lo \
910 cisco-core.lo \
911 hpux-core.lo \
912 irix-core.lo \
913 lynx-core.lo \
914 osf-core.lo \
915 sco5-core.lo \
916 trad-core.lo
918 OPTIONAL_BACKENDS_CFILES = \
919 aix386-core.c \
920 cisco-core.c \
921 hpux-core.c \
922 irix-core.c \
923 lynx-core.c \
924 osf-core.c \
925 sco5-core.c \
926 trad-core.c
929 # We want to rerun configure if configure.in, config.bfd or
930 # configure.host change. configure.in is needed since the version
931 # number in Makefile comes from configure.in.
932 CONFIG_STATUS_DEPENDENCIES = \
933 $(srcdir)/configure.in \
934 $(srcdir)/config.bfd \
935 $(srcdir)/configure.host
938 # These are defined by configure.in:
939 WORDSIZE = @wordsize@
940 ALL_BACKENDS = @all_backends@
941 BFD_BACKENDS = @bfd_backends@
942 BFD_MACHINES = @bfd_machines@
943 TDEFAULTS = @tdefaults@
944 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
946 # C source files that correspond to .o's.
947 SOURCE_CFILES = \
948 $(BFD32_LIBS_CFILES) \
949 $(BFD64_LIBS_CFILES) \
950 $(ALL_MACHINES_CFILES) \
951 $(BFD32_BACKENDS_CFILES) \
952 $(BFD64_BACKENDS_CFILES) \
953 $(OPTIONAL_BACKENDS_CFILES)
955 BUILD_CFILES = \
956 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
958 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
959 SOURCE_HFILES = \
960 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
961 elf-bfd.h elf-hppa.h elf32-hppa.h \
962 elf64-hppa.h elfcode.h elfcore.h \
963 freebsd.h genlink.h go32stub.h \
964 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
965 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
966 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
967 pef.h pef-traceback.h peicode.h som.h version.h \
968 vms.h xcoff-target.h xsym.h
970 BUILD_HFILES = \
971 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
973 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
974 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
975 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
977 # Various kinds of .o files to put in libbfd.a:
978 # BFD_BACKENDS Routines the configured targets need.
979 # BFD_MACHINES Architecture-specific routines the configured targets need.
980 # COREFILE Core file routines for a native configuration
981 # bfd64_libs Routines for 64bit support
982 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
984 # Since BFD64_LIBS is optional and we can't have substitution in
985 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
986 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
987 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
988 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
989 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
991 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
992 # directory so that we don't have to convert all the programs that use
993 # libbfd.a simultaneously. This is a hack which should be removed if
994 # everything else starts using libtool. FIXME.
995 noinst_LIBRARIES = libbfd.a
996 libbfd_a_SOURCES =
997 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
998 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
999 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
1000 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1001 archive.c corefile.c targets.c format.c compress.c
1003 BFD64_H_FILES = archive64.c
1004 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
1005 cache.c reloc.c archures.c elf.c
1007 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
1008 MOSTLYCLEANFILES = ofiles stamp-ofiles
1009 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1010 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1012 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1013 all: config.h
1014 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1016 .SUFFIXES:
1017 .SUFFIXES: .c .lo .o .obj
1018 am--refresh:
1020 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1021 @for dep in $?; do \
1022 case '$(am__configure_deps)' in \
1023 *$$dep*) \
1024 echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
1025 cd $(srcdir) && $(AUTOMAKE) --cygnus \
1026 && exit 0; \
1027 exit 1;; \
1028 esac; \
1029 done; \
1030 echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
1031 cd $(top_srcdir) && \
1032 $(AUTOMAKE) --cygnus Makefile
1033 .PRECIOUS: Makefile
1034 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1035 @case '$?' in \
1036 *config.status*) \
1037 echo ' $(SHELL) ./config.status'; \
1038 $(SHELL) ./config.status;; \
1039 *) \
1040 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1041 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1042 esac;
1044 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1045 $(SHELL) ./config.status --recheck
1047 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1048 cd $(srcdir) && $(AUTOCONF)
1049 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1050 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1052 config.h: stamp-h1
1053 @if test ! -f $@; then \
1054 rm -f stamp-h1; \
1055 $(MAKE) stamp-h1; \
1056 else :; fi
1058 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1059 @rm -f stamp-h1
1060 cd $(top_builddir) && $(SHELL) ./config.status config.h
1061 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1062 cd $(top_srcdir) && $(AUTOHEADER)
1063 rm -f stamp-h1
1064 touch $@
1066 distclean-hdr:
1067 -rm -f config.h stamp-h1
1068 bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1069 cd $(top_builddir) && $(SHELL) ./config.status $@
1070 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1071 cd $(top_builddir) && $(SHELL) ./config.status $@
1073 clean-noinstLIBRARIES:
1074 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1076 clean-bfdlibLTLIBRARIES:
1077 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1078 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1079 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1080 test "$$dir" != "$$p" || dir=.; \
1081 echo "rm -f \"$${dir}/so_locations\""; \
1082 rm -f "$${dir}/so_locations"; \
1083 done
1084 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
1085 $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1087 mostlyclean-compile:
1088 -rm -f *.$(OBJEXT)
1090 distclean-compile:
1091 -rm -f *.tab.c
1093 .c.o:
1094 $(COMPILE) -c $<
1096 .c.obj:
1097 $(COMPILE) -c `$(CYGPATH_W) '$<'`
1099 .c.lo:
1100 $(LTCOMPILE) -c -o $@ $<
1102 mostlyclean-libtool:
1103 -rm -f *.lo
1105 clean-libtool:
1106 -rm -rf .libs _libs
1108 distclean-libtool:
1109 -rm -f libtool
1110 uninstall-info-am:
1112 # This directory's subdirectories are mostly independent; you can cd
1113 # into them and run `make' without going through this Makefile.
1114 # To change the values of `make' variables: instead of editing Makefiles,
1115 # (1) if the variable is set in `config.status', edit `config.status'
1116 # (which will cause the Makefiles to be regenerated when you run `make');
1117 # (2) otherwise, pass the desired values on the `make' command line.
1118 $(RECURSIVE_TARGETS):
1119 @failcom='exit 1'; \
1120 for f in x $$MAKEFLAGS; do \
1121 case $$f in \
1122 *=* | --[!k]*);; \
1123 *k*) failcom='fail=yes';; \
1124 esac; \
1125 done; \
1126 dot_seen=no; \
1127 target=`echo $@ | sed s/-recursive//`; \
1128 list='$(SUBDIRS)'; for subdir in $$list; do \
1129 echo "Making $$target in $$subdir"; \
1130 if test "$$subdir" = "."; then \
1131 dot_seen=yes; \
1132 local_target="$$target-am"; \
1133 else \
1134 local_target="$$target"; \
1135 fi; \
1136 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1137 || eval $$failcom; \
1138 done; \
1139 if test "$$dot_seen" = "no"; then \
1140 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1141 fi; test -z "$$fail"
1143 mostlyclean-recursive clean-recursive distclean-recursive \
1144 maintainer-clean-recursive:
1145 @failcom='exit 1'; \
1146 for f in x $$MAKEFLAGS; do \
1147 case $$f in \
1148 *=* | --[!k]*);; \
1149 *k*) failcom='fail=yes';; \
1150 esac; \
1151 done; \
1152 dot_seen=no; \
1153 case "$@" in \
1154 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1155 *) list='$(SUBDIRS)' ;; \
1156 esac; \
1157 rev=''; for subdir in $$list; do \
1158 if test "$$subdir" = "."; then :; else \
1159 rev="$$subdir $$rev"; \
1160 fi; \
1161 done; \
1162 rev="$$rev ."; \
1163 target=`echo $@ | sed s/-recursive//`; \
1164 for subdir in $$rev; do \
1165 echo "Making $$target in $$subdir"; \
1166 if test "$$subdir" = "."; then \
1167 local_target="$$target-am"; \
1168 else \
1169 local_target="$$target"; \
1170 fi; \
1171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1172 || eval $$failcom; \
1173 done && test -z "$$fail"
1174 tags-recursive:
1175 list='$(SUBDIRS)'; for subdir in $$list; do \
1176 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1177 done
1178 ctags-recursive:
1179 list='$(SUBDIRS)'; for subdir in $$list; do \
1180 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1181 done
1183 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1184 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1185 unique=`for i in $$list; do \
1186 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1187 done | \
1188 $(AWK) ' { files[$$0] = 1; } \
1189 END { for (i in files) print i; }'`; \
1190 mkid -fID $$unique
1191 tags: TAGS
1193 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1194 $(TAGS_FILES) $(LISP)
1195 tags=; \
1196 here=`pwd`; \
1197 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1198 include_option=--etags-include; \
1199 empty_fix=.; \
1200 else \
1201 include_option=--include; \
1202 empty_fix=; \
1203 fi; \
1204 list='$(SUBDIRS)'; for subdir in $$list; do \
1205 if test "$$subdir" = .; then :; else \
1206 test ! -f $$subdir/TAGS || \
1207 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1208 fi; \
1209 done; \
1210 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1211 unique=`for i in $$list; do \
1212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1213 done | \
1214 $(AWK) ' { files[$$0] = 1; } \
1215 END { for (i in files) print i; }'`; \
1216 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1217 test -n "$$unique" || unique=$$empty_fix; \
1218 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1219 $$tags $$unique; \
1221 ctags: CTAGS
1222 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1223 $(TAGS_FILES) $(LISP)
1224 tags=; \
1225 here=`pwd`; \
1226 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1227 unique=`for i in $$list; do \
1228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1229 done | \
1230 $(AWK) ' { files[$$0] = 1; } \
1231 END { for (i in files) print i; }'`; \
1232 test -z "$(CTAGS_ARGS)$$tags$$unique" \
1233 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1234 $$tags $$unique
1236 GTAGS:
1237 here=`$(am__cd) $(top_builddir) && pwd` \
1238 && cd $(top_srcdir) \
1239 && gtags -i $(GTAGS_ARGS) $$here
1241 distclean-tags:
1242 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1243 check-am:
1244 check: check-recursive
1245 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1246 installdirs: installdirs-recursive
1247 installdirs-am:
1248 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
1249 test -z "$$dir" || $(mkdir_p) "$$dir"; \
1250 done
1251 install: install-recursive
1252 install-exec: install-exec-recursive
1253 install-data: install-data-recursive
1254 uninstall: uninstall-recursive
1256 install-am: all-am
1257 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1259 installcheck: installcheck-recursive
1260 install-strip:
1261 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1262 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1263 `test -z '$(STRIP)' || \
1264 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1265 mostlyclean-generic:
1266 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1268 clean-generic:
1269 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1271 distclean-generic:
1272 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1273 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1275 maintainer-clean-generic:
1276 @echo "This command is intended for maintainers to use"
1277 @echo "it deletes files that may require special tools to rebuild."
1278 clean: clean-recursive
1280 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1281 clean-noinstLIBRARIES mostlyclean-am
1283 distclean: distclean-recursive
1284 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1285 -rm -f Makefile
1286 distclean-am: clean-am distclean-compile distclean-generic \
1287 distclean-hdr distclean-libtool distclean-tags
1289 dvi: dvi-recursive
1291 dvi-am:
1293 html: html-recursive
1295 info: info-recursive
1297 info-am:
1299 install-data-am: install-bfdlibLTLIBRARIES
1301 install-exec-am:
1303 install-info: install-info-recursive
1305 install-man:
1307 installcheck-am:
1309 maintainer-clean: maintainer-clean-recursive
1310 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1311 -rm -rf $(top_srcdir)/autom4te.cache
1312 -rm -f Makefile
1313 maintainer-clean-am: distclean-am maintainer-clean-generic
1315 mostlyclean: mostlyclean-recursive
1317 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1318 mostlyclean-libtool
1320 pdf: pdf-recursive
1322 pdf-am:
1324 ps: ps-recursive
1326 ps-am:
1328 uninstall-am: uninstall-bfdlibLTLIBRARIES
1330 uninstall-info: uninstall-info-recursive
1332 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1333 check-am clean clean-bfdlibLTLIBRARIES clean-generic \
1334 clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
1335 ctags-recursive distclean distclean-compile distclean-generic \
1336 distclean-hdr distclean-libtool distclean-recursive \
1337 distclean-tags dvi dvi-am html html-am info info-am install \
1338 install-am install-bfdlibLTLIBRARIES install-data \
1339 install-data-am install-exec install-exec-am install-info \
1340 install-info-am install-man install-strip installcheck \
1341 installcheck-am installdirs installdirs-am maintainer-clean \
1342 maintainer-clean-generic maintainer-clean-recursive \
1343 mostlyclean mostlyclean-compile mostlyclean-generic \
1344 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1345 tags tags-recursive uninstall uninstall-am \
1346 uninstall-bfdlibLTLIBRARIES uninstall-info-am
1349 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1350 for file in $(SRC_POTFILES); do echo $$file; done \
1351 | LC_ALL=C sort > tmp.src \
1352 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1354 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1355 for file in $(BLD_POTFILES); do echo $$file; done \
1356 | LC_ALL=C sort > tmp.bld \
1357 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1359 all diststuff: info
1361 .PHONY: install-pdf install-pdf-am install-pdf-recursive
1363 install-pdf: install-pdf-recursive
1365 install-pdf-recursive:
1366 @failcom='exit 1'; \
1367 for f in x $$MAKEFLAGS; do \
1368 case $$f in \
1369 *=* | --[!k]*);; \
1370 *k*) failcom='fail=yes';; \
1371 esac; \
1372 done; \
1373 dot_seen=no; \
1374 target=`echo $@ | sed s/-recursive//`; \
1375 list='$(SUBDIRS)'; for subdir in $$list; do \
1376 echo "Making $$target in $$subdir"; \
1377 if test "$$subdir" = "."; then \
1378 dot_seen=yes; \
1379 local_target="$$target-am"; \
1380 else \
1381 local_target="$$target"; \
1382 fi; \
1383 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1384 || eval $$failcom; \
1385 done; \
1386 if test "$$dot_seen" = "no"; then \
1387 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1388 fi; test -z "$$fail"
1390 .PHONY: install-html install-html-am install-html-recursive
1392 install-html: install-html-recursive
1394 install-html-recursive:
1395 @failcom='exit 1'; \
1396 for f in x $$MAKEFLAGS; do \
1397 case $$f in \
1398 *=* | --[!k]*);; \
1399 *k*) failcom='fail=yes';; \
1400 esac; \
1401 done; \
1402 dot_seen=no; \
1403 target=`echo $@ | sed s/-recursive//`; \
1404 list='$(SUBDIRS)'; for subdir in $$list; do \
1405 echo "Making $$target in $$subdir"; \
1406 if test "$$subdir" = "."; then \
1407 dot_seen=yes; \
1408 local_target="$$target-am"; \
1409 else \
1410 local_target="$$target"; \
1411 fi; \
1412 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1413 || eval $$failcom; \
1414 done; \
1415 if test "$$dot_seen" = "no"; then \
1416 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1417 fi; test -z "$$fail"
1419 stamp-ofiles: Makefile
1420 rm -f tofiles
1421 f=""; \
1422 for i in $(OFILES) ; do \
1423 case " $$f " in \
1424 *" $$i "*) ;; \
1425 *) f="$$f $$i" ;; \
1426 esac ; \
1427 done ; \
1428 echo $$f > tofiles
1429 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1430 touch stamp-ofiles
1432 ofiles: stamp-ofiles ; @true
1434 stamp-lib: libbfd.la
1435 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1436 if [ -f $$libtooldir/libbfd.a ]; then \
1437 cp $$libtooldir/libbfd.a libbfd.tmp; \
1438 $(RANLIB) libbfd.tmp; \
1439 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1440 else true; fi
1441 touch stamp-lib
1443 libbfd.a: stamp-lib ; @true
1445 # This file holds an array associating configuration triplets and
1446 # vector names. It is built from config.bfd. It is not compiled by
1447 # itself, but is included by targets.c.
1448 targmatch.h: config.bfd targmatch.sed
1449 rm -f targmatch.h
1450 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1451 mv -f targmatch.new targmatch.h
1453 # When compiling archures.c and targets.c, supply the default target
1454 # info from configure.
1456 targets.lo: targets.c Makefile
1457 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1459 archures.lo: archures.c Makefile
1460 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1462 dwarf2.lo: dwarf2.c Makefile
1463 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1465 elf32-target.h : elfxx-target.h
1466 rm -f elf32-target.h
1467 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1468 mv -f elf32-target.new elf32-target.h
1470 elf64-target.h : elfxx-target.h
1471 rm -f elf64-target.h
1472 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1473 mv -f elf64-target.new elf64-target.h
1475 elf32-ia64.c : elfxx-ia64.c
1476 rm -f elf32-ia64.c
1477 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1478 mv -f elf32-ia64.new elf32-ia64.c
1480 elf64-ia64.c : elfxx-ia64.c
1481 rm -f elf64-ia64.c
1482 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1483 mv -f elf64-ia64.new elf64-ia64.c
1485 peigen.c : peXXigen.c
1486 rm -f peigen.c
1487 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1488 mv -f peigen.new peigen.c
1490 pepigen.c : peXXigen.c
1491 rm -f pepigen.c
1492 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1493 mv -f pepigen.new pepigen.c
1495 pex64igen.c: peXXigen.c
1496 rm -f pex64igen.c
1497 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1498 mv -f pex64igen.new pex64igen.c
1499 $(BFD32_LIBS) \
1500 $(BFD64_LIBS) \
1501 $(ALL_MACHINES) \
1502 $(BFD32_BACKENDS) \
1503 $(BFD64_BACKENDS) \
1504 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1506 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
1507 @$(NORMAL_INSTALL)
1509 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1510 @$(NORMAL_UNINSTALL)
1512 .PHONY: install_libbfd uninstall_libbfd
1513 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1514 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1515 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1516 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1517 if test -f $$p; then \
1518 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1519 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1520 else :; fi; \
1521 done
1522 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1523 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1524 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1525 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1527 uninstall_libbfd:
1528 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1529 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1530 done
1531 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1532 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1533 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1534 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1536 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1537 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1538 rm -f DEP1
1539 $(MAKE) MKDEP="$(MKDEP)" DEP1
1540 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1541 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1542 echo 'make DEP failed!'; exit 1; \
1543 else \
1544 mv -f DEP1 $@; \
1547 DEP1: $(CFILES)
1548 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1549 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1550 for f in $?; do \
1551 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1552 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
1553 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1554 LC_ALL=C sort | LC_ALL=C uniq | \
1555 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1556 done
1557 rm -f DEPA
1558 mv -f DEP2 $@
1560 dep.sed: dep-in.sed config.status
1561 sed <$(srcdir)/dep-in.sed >dep.sed \
1562 -e 's!@BFD_H@!$(BFD_H)!' \
1563 -e 's!@SRCDIR@!$(srcdir)!' \
1564 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
1566 dep: DEP
1567 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1568 cat DEP >> tmp-Makefile
1569 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1571 dep-in: DEP
1572 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1573 cat DEP >> tmp-Makefile.in
1574 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1576 dep-am: DEP
1577 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1578 cat DEP >> tmp-Makefile.am
1579 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1581 host-aout.lo: Makefile
1583 # The following program can be used to generate a simple config file
1584 # which can be folded into an h-XXX file for a new host, with some editing.
1585 aout-params.h: gen-aout
1586 ./gen-aout host > aout-params.h
1587 gen-aout: $(srcdir)/gen-aout.c Makefile
1588 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1590 $(BFD_H): stmp-bfd-h ; @true
1592 stmp-bfd-h: bfd-in3.h
1593 rm -f bfd-tmp.h
1594 cp bfd-in3.h bfd-tmp.h
1595 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1596 rm -f bfd-tmp.h
1597 touch stmp-bfd-h
1599 # Could really use a "copy-if-change"...
1600 headers:
1601 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1602 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1603 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1604 cp $(bfddocdir)/libbfd.h libbfd.h-new
1605 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1606 cp $(bfddocdir)/libcoff.h libcoff.h-new
1607 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1609 # We only rebuild the header files automatically if we have been
1610 # configured with --enable-maintainer-mode.
1612 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1613 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1614 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1615 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1616 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1617 touch stmp-bin2-h
1619 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1620 stmp-lbfd-h: $(LIBBFD_H_FILES)
1621 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1622 cp $(bfddocdir)/libbfd.h libbfd.h-new
1623 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1624 touch stmp-lbfd-h
1626 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1627 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1628 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1629 cp $(bfddocdir)/libcoff.h libcoff.h-new
1630 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1631 touch stmp-lcoff-h
1633 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1634 @echo "creating $@"
1635 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1636 bfd_version_string="\"$(VERSION)\"" ;\
1637 bfd_soversion="$(VERSION)" ;\
1638 bfd_version_package="\"$(PKGVERSION)\"" ;\
1639 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1640 if test "x$(RELEASE)" = x ; then \
1641 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1642 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1643 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1644 fi ;\
1645 sed -e "s,@bfd_version@,$$bfd_version," \
1646 -e "s,@bfd_version_string@,$$bfd_version_string," \
1647 -e "s,@bfd_version_package@,$$bfd_version_package," \
1648 -e "s,@report_bugs_to@,$$report_bugs_to," \
1649 < $(srcdir)/version.h > $@; \
1650 echo "$${bfd_soversion}" > libtool-soversion
1652 # What appears below is generated by a hacked mkdep using gcc -MM.
1654 # DO NOT DELETE THIS LINE -- mkdep uses it.
1655 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1656 archive.lo: \
1657 archive.c \
1658 $(INCDIR)/aout/ar.h \
1659 $(INCDIR)/aout/ranlib.h \
1660 $(INCDIR)/filenames.h \
1661 $(INCDIR)/hashtab.h \
1662 $(INCDIR)/libiberty.h \
1663 $(INCDIR)/safe-ctype.h
1664 archures.lo: \
1665 archures.c \
1666 $(INCDIR)/filenames.h \
1667 $(INCDIR)/hashtab.h \
1668 $(INCDIR)/safe-ctype.h
1669 bfd.lo: \
1670 bfd.c \
1671 $(INCDIR)/bfdlink.h \
1672 $(INCDIR)/coff/ecoff.h \
1673 $(INCDIR)/coff/internal.h \
1674 $(INCDIR)/coff/sym.h \
1675 $(INCDIR)/demangle.h \
1676 $(INCDIR)/elf/common.h \
1677 $(INCDIR)/elf/external.h \
1678 $(INCDIR)/elf/internal.h \
1679 $(INCDIR)/filenames.h \
1680 $(INCDIR)/hashtab.h \
1681 $(INCDIR)/libiberty.h \
1682 $(INCDIR)/safe-ctype.h \
1683 bfdver.h \
1684 elf-bfd.h \
1685 libcoff.h \
1686 libecoff.h
1687 bfdio.lo: \
1688 bfdio.c \
1689 $(INCDIR)/filenames.h \
1690 $(INCDIR)/hashtab.h
1691 bfdwin.lo: \
1692 bfdwin.c \
1693 $(INCDIR)/filenames.h \
1694 $(INCDIR)/hashtab.h
1695 cache.lo: \
1696 cache.c \
1697 $(INCDIR)/filenames.h \
1698 $(INCDIR)/hashtab.h \
1699 $(INCDIR)/libiberty.h
1700 coffgen.lo: \
1701 coffgen.c \
1702 $(INCDIR)/bfdlink.h \
1703 $(INCDIR)/coff/internal.h \
1704 $(INCDIR)/filenames.h \
1705 $(INCDIR)/hashtab.h \
1706 libcoff.h
1707 corefile.lo: \
1708 corefile.c \
1709 $(INCDIR)/filenames.h \
1710 $(INCDIR)/hashtab.h
1711 format.lo: \
1712 format.c \
1713 $(INCDIR)/filenames.h \
1714 $(INCDIR)/hashtab.h
1715 init.lo: \
1716 init.c \
1717 $(INCDIR)/filenames.h \
1718 $(INCDIR)/hashtab.h
1719 libbfd.lo: \
1720 libbfd.c \
1721 $(INCDIR)/filenames.h \
1722 $(INCDIR)/hashtab.h
1723 opncls.lo: \
1724 opncls.c \
1725 $(INCDIR)/filenames.h \
1726 $(INCDIR)/hashtab.h \
1727 $(INCDIR)/libiberty.h \
1728 $(INCDIR)/objalloc.h
1729 reloc.lo: \
1730 reloc.c \
1731 $(INCDIR)/bfdlink.h \
1732 $(INCDIR)/filenames.h \
1733 $(INCDIR)/hashtab.h
1734 section.lo: \
1735 section.c \
1736 $(INCDIR)/bfdlink.h \
1737 $(INCDIR)/filenames.h \
1738 $(INCDIR)/hashtab.h
1739 syms.lo: \
1740 syms.c \
1741 $(INCDIR)/aout/stab.def \
1742 $(INCDIR)/aout/stab_gnu.h \
1743 $(INCDIR)/bfdlink.h \
1744 $(INCDIR)/filenames.h \
1745 $(INCDIR)/hashtab.h \
1746 $(INCDIR)/safe-ctype.h
1747 targets.lo: \
1748 targets.c \
1749 $(INCDIR)/filenames.h \
1750 $(INCDIR)/fnmatch.h \
1751 $(INCDIR)/hashtab.h \
1752 targmatch.h
1753 hash.lo: \
1754 hash.c \
1755 $(INCDIR)/filenames.h \
1756 $(INCDIR)/hashtab.h \
1757 $(INCDIR)/libiberty.h \
1758 $(INCDIR)/objalloc.h
1759 linker.lo: \
1760 linker.c \
1761 $(INCDIR)/bfdlink.h \
1762 $(INCDIR)/filenames.h \
1763 $(INCDIR)/hashtab.h \
1764 genlink.h
1765 srec.lo: \
1766 srec.c \
1767 $(INCDIR)/filenames.h \
1768 $(INCDIR)/hashtab.h \
1769 $(INCDIR)/libiberty.h \
1770 $(INCDIR)/safe-ctype.h
1771 binary.lo: \
1772 binary.c \
1773 $(INCDIR)/filenames.h \
1774 $(INCDIR)/hashtab.h \
1775 $(INCDIR)/safe-ctype.h
1776 tekhex.lo: \
1777 tekhex.c \
1778 $(INCDIR)/filenames.h \
1779 $(INCDIR)/hashtab.h \
1780 $(INCDIR)/libiberty.h
1781 ihex.lo: \
1782 ihex.c \
1783 $(INCDIR)/filenames.h \
1784 $(INCDIR)/hashtab.h \
1785 $(INCDIR)/libiberty.h \
1786 $(INCDIR)/safe-ctype.h
1787 stabs.lo: \
1788 stabs.c \
1789 $(INCDIR)/aout/stab.def \
1790 $(INCDIR)/aout/stab_gnu.h \
1791 $(INCDIR)/filenames.h \
1792 $(INCDIR)/hashtab.h \
1793 $(INCDIR)/safe-ctype.h
1794 stab-syms.lo: \
1795 stab-syms.c \
1796 $(INCDIR)/aout/aout64.h \
1797 $(INCDIR)/aout/stab.def \
1798 $(INCDIR)/bfdlink.h \
1799 libaout.h
1800 merge.lo: \
1801 merge.c \
1802 $(INCDIR)/filenames.h \
1803 $(INCDIR)/hashtab.h \
1804 $(INCDIR)/libiberty.h
1805 dwarf2.lo: \
1806 dwarf2.c \
1807 $(INCDIR)/bfdlink.h \
1808 $(INCDIR)/elf/common.h \
1809 $(INCDIR)/elf/dwarf2.h \
1810 $(INCDIR)/elf/external.h \
1811 $(INCDIR)/elf/internal.h \
1812 $(INCDIR)/filenames.h \
1813 $(INCDIR)/hashtab.h \
1814 $(INCDIR)/libiberty.h \
1815 elf-bfd.h
1816 simple.lo: \
1817 simple.c \
1818 $(INCDIR)/bfdlink.h \
1819 $(INCDIR)/filenames.h \
1820 $(INCDIR)/hashtab.h
1821 compress.lo: \
1822 compress.c \
1823 $(INCDIR)/filenames.h \
1824 $(INCDIR)/hashtab.h
1825 verilog.lo: \
1826 verilog.c \
1827 $(INCDIR)/filenames.h \
1828 $(INCDIR)/hashtab.h \
1829 $(INCDIR)/libiberty.h \
1830 $(INCDIR)/safe-ctype.h
1831 archive64.lo: \
1832 archive64.c \
1833 $(INCDIR)/aout/ar.h \
1834 $(INCDIR)/filenames.h \
1835 $(INCDIR)/hashtab.h
1836 cpu-alpha.lo: \
1837 cpu-alpha.c \
1838 $(INCDIR)/filenames.h \
1839 $(INCDIR)/hashtab.h
1840 cpu-arc.lo: \
1841 cpu-arc.c \
1842 $(INCDIR)/filenames.h \
1843 $(INCDIR)/hashtab.h
1844 cpu-arm.lo: \
1845 cpu-arm.c \
1846 $(INCDIR)/filenames.h \
1847 $(INCDIR)/hashtab.h \
1848 $(INCDIR)/libiberty.h
1849 cpu-avr.lo: \
1850 cpu-avr.c \
1851 $(INCDIR)/filenames.h \
1852 $(INCDIR)/hashtab.h
1853 cpu-bfin.lo: \
1854 cpu-bfin.c \
1855 $(INCDIR)/filenames.h \
1856 $(INCDIR)/hashtab.h
1857 cpu-cr16.lo: \
1858 cpu-cr16.c \
1859 $(INCDIR)/filenames.h \
1860 $(INCDIR)/hashtab.h
1861 cpu-cr16c.lo: \
1862 cpu-cr16c.c \
1863 $(INCDIR)/filenames.h \
1864 $(INCDIR)/hashtab.h
1865 cpu-cris.lo: \
1866 cpu-cris.c \
1867 $(INCDIR)/filenames.h \
1868 $(INCDIR)/hashtab.h
1869 cpu-crx.lo: \
1870 cpu-crx.c \
1871 $(INCDIR)/filenames.h \
1872 $(INCDIR)/hashtab.h
1873 cpu-d10v.lo: \
1874 cpu-d10v.c \
1875 $(INCDIR)/filenames.h \
1876 $(INCDIR)/hashtab.h
1877 cpu-d30v.lo: \
1878 cpu-d30v.c \
1879 $(INCDIR)/filenames.h \
1880 $(INCDIR)/hashtab.h
1881 cpu-dlx.lo: \
1882 cpu-dlx.c \
1883 $(INCDIR)/filenames.h \
1884 $(INCDIR)/hashtab.h
1885 cpu-fr30.lo: \
1886 cpu-fr30.c \
1887 $(INCDIR)/filenames.h \
1888 $(INCDIR)/hashtab.h
1889 cpu-frv.lo: \
1890 cpu-frv.c \
1891 $(INCDIR)/filenames.h \
1892 $(INCDIR)/hashtab.h
1893 cpu-h8300.lo: \
1894 cpu-h8300.c \
1895 $(INCDIR)/filenames.h \
1896 $(INCDIR)/hashtab.h
1897 cpu-h8500.lo: \
1898 cpu-h8500.c \
1899 $(INCDIR)/filenames.h \
1900 $(INCDIR)/hashtab.h
1901 cpu-hppa.lo: \
1902 cpu-hppa.c \
1903 $(INCDIR)/filenames.h \
1904 $(INCDIR)/hashtab.h
1905 cpu-i370.lo: \
1906 cpu-i370.c \
1907 $(INCDIR)/filenames.h \
1908 $(INCDIR)/hashtab.h
1909 cpu-i386.lo: \
1910 cpu-i386.c \
1911 $(INCDIR)/filenames.h \
1912 $(INCDIR)/hashtab.h
1913 cpu-i860.lo: \
1914 cpu-i860.c \
1915 $(INCDIR)/filenames.h \
1916 $(INCDIR)/hashtab.h
1917 cpu-i960.lo: \
1918 cpu-i960.c \
1919 $(INCDIR)/filenames.h \
1920 $(INCDIR)/hashtab.h
1921 cpu-ia64.lo: \
1922 cpu-ia64.c \
1923 $(INCDIR)/filenames.h \
1924 $(INCDIR)/hashtab.h \
1925 $(INCDIR)/opcode/ia64.h \
1926 $(srcdir)/../opcodes/ia64-opc.h \
1927 cpu-ia64-opc.c
1928 cpu-ip2k.lo: \
1929 cpu-ip2k.c \
1930 $(INCDIR)/filenames.h \
1931 $(INCDIR)/hashtab.h
1932 cpu-iq2000.lo: \
1933 cpu-iq2000.c \
1934 $(INCDIR)/filenames.h \
1935 $(INCDIR)/hashtab.h
1936 cpu-lm32.lo: \
1937 cpu-lm32.c \
1938 $(INCDIR)/filenames.h \
1939 $(INCDIR)/hashtab.h
1940 cpu-m10200.lo: \
1941 cpu-m10200.c \
1942 $(INCDIR)/filenames.h \
1943 $(INCDIR)/hashtab.h
1944 cpu-m10300.lo: \
1945 cpu-m10300.c \
1946 $(INCDIR)/filenames.h \
1947 $(INCDIR)/hashtab.h
1948 cpu-m32c.lo: \
1949 cpu-m32c.c \
1950 $(INCDIR)/filenames.h \
1951 $(INCDIR)/hashtab.h
1952 cpu-m32r.lo: \
1953 cpu-m32r.c \
1954 $(INCDIR)/filenames.h \
1955 $(INCDIR)/hashtab.h
1956 cpu-m68hc11.lo: \
1957 cpu-m68hc11.c \
1958 $(INCDIR)/filenames.h \
1959 $(INCDIR)/hashtab.h
1960 cpu-m68hc12.lo: \
1961 cpu-m68hc12.c \
1962 $(INCDIR)/filenames.h \
1963 $(INCDIR)/hashtab.h
1964 cpu-m68k.lo: \
1965 cpu-m68k.c \
1966 $(INCDIR)/filenames.h \
1967 $(INCDIR)/hashtab.h \
1968 $(INCDIR)/opcode/m68k.h
1969 cpu-m88k.lo: \
1970 cpu-m88k.c \
1971 $(INCDIR)/filenames.h \
1972 $(INCDIR)/hashtab.h
1973 cpu-maxq.lo: \
1974 cpu-maxq.c \
1975 $(INCDIR)/filenames.h \
1976 $(INCDIR)/hashtab.h
1977 cpu-mcore.lo: \
1978 cpu-mcore.c \
1979 $(INCDIR)/filenames.h \
1980 $(INCDIR)/hashtab.h
1981 cpu-mep.lo: \
1982 cpu-mep.c \
1983 $(INCDIR)/filenames.h \
1984 $(INCDIR)/hashtab.h
1985 cpu-mips.lo: \
1986 cpu-mips.c \
1987 $(INCDIR)/filenames.h \
1988 $(INCDIR)/hashtab.h
1989 cpu-mmix.lo: \
1990 cpu-mmix.c \
1991 $(INCDIR)/filenames.h \
1992 $(INCDIR)/hashtab.h
1993 cpu-moxie.lo: \
1994 cpu-moxie.c \
1995 $(INCDIR)/filenames.h \
1996 $(INCDIR)/hashtab.h
1997 cpu-msp430.lo: \
1998 cpu-msp430.c \
1999 $(INCDIR)/filenames.h \
2000 $(INCDIR)/hashtab.h
2001 cpu-mt.lo: \
2002 cpu-mt.c \
2003 $(INCDIR)/filenames.h \
2004 $(INCDIR)/hashtab.h
2005 cpu-ns32k.lo: \
2006 cpu-ns32k.c \
2007 $(INCDIR)/filenames.h \
2008 $(INCDIR)/hashtab.h \
2009 ns32k.h
2010 cpu-openrisc.lo: \
2011 cpu-openrisc.c \
2012 $(INCDIR)/filenames.h \
2013 $(INCDIR)/hashtab.h
2014 cpu-or32.lo: \
2015 cpu-or32.c \
2016 $(INCDIR)/filenames.h \
2017 $(INCDIR)/hashtab.h
2018 cpu-pdp11.lo: \
2019 cpu-pdp11.c \
2020 $(INCDIR)/filenames.h \
2021 $(INCDIR)/hashtab.h
2022 cpu-pj.lo: \
2023 cpu-pj.c \
2024 $(INCDIR)/filenames.h \
2025 $(INCDIR)/hashtab.h
2026 cpu-plugin.lo: \
2027 cpu-plugin.c \
2028 $(INCDIR)/filenames.h \
2029 $(INCDIR)/hashtab.h
2030 cpu-powerpc.lo: \
2031 cpu-powerpc.c \
2032 $(INCDIR)/filenames.h \
2033 $(INCDIR)/hashtab.h
2034 cpu-rs6000.lo: \
2035 cpu-rs6000.c \
2036 $(INCDIR)/filenames.h \
2037 $(INCDIR)/hashtab.h
2038 cpu-s390.lo: \
2039 cpu-s390.c \
2040 $(INCDIR)/filenames.h \
2041 $(INCDIR)/hashtab.h
2042 cpu-score.lo: \
2043 cpu-score.c \
2044 $(INCDIR)/filenames.h \
2045 $(INCDIR)/hashtab.h
2046 cpu-sh.lo: \
2047 cpu-sh.c \
2048 $(INCDIR)/filenames.h \
2049 $(INCDIR)/hashtab.h \
2050 $(srcdir)/../opcodes/sh-opc.h
2051 cpu-sparc.lo: \
2052 cpu-sparc.c \
2053 $(INCDIR)/filenames.h \
2054 $(INCDIR)/hashtab.h
2055 cpu-spu.lo: \
2056 cpu-spu.c \
2057 $(INCDIR)/filenames.h \
2058 $(INCDIR)/hashtab.h
2059 cpu-tic30.lo: \
2060 cpu-tic30.c \
2061 $(INCDIR)/filenames.h \
2062 $(INCDIR)/hashtab.h
2063 cpu-tic4x.lo: \
2064 cpu-tic4x.c \
2065 $(INCDIR)/filenames.h \
2066 $(INCDIR)/hashtab.h
2067 cpu-tic54x.lo: \
2068 cpu-tic54x.c \
2069 $(INCDIR)/filenames.h \
2070 $(INCDIR)/hashtab.h
2071 cpu-tic80.lo: \
2072 cpu-tic80.c \
2073 $(INCDIR)/filenames.h \
2074 $(INCDIR)/hashtab.h
2075 cpu-v850.lo: \
2076 cpu-v850.c \
2077 $(INCDIR)/filenames.h \
2078 $(INCDIR)/hashtab.h \
2079 $(INCDIR)/safe-ctype.h
2080 cpu-vax.lo: \
2081 cpu-vax.c \
2082 $(INCDIR)/filenames.h \
2083 $(INCDIR)/hashtab.h
2084 cpu-w65.lo: \
2085 cpu-w65.c \
2086 $(INCDIR)/filenames.h \
2087 $(INCDIR)/hashtab.h
2088 cpu-we32k.lo: \
2089 cpu-we32k.c \
2090 $(INCDIR)/filenames.h \
2091 $(INCDIR)/hashtab.h
2092 cpu-xc16x.lo: \
2093 cpu-xc16x.c \
2094 $(INCDIR)/filenames.h \
2095 $(INCDIR)/hashtab.h
2096 cpu-xstormy16.lo: \
2097 cpu-xstormy16.c \
2098 $(INCDIR)/filenames.h \
2099 $(INCDIR)/hashtab.h
2100 cpu-xtensa.lo: \
2101 cpu-xtensa.c \
2102 $(INCDIR)/filenames.h \
2103 $(INCDIR)/hashtab.h
2104 cpu-z80.lo: \
2105 cpu-z80.c \
2106 $(INCDIR)/filenames.h \
2107 $(INCDIR)/hashtab.h
2108 cpu-z8k.lo: \
2109 cpu-z8k.c \
2110 $(INCDIR)/filenames.h \
2111 $(INCDIR)/hashtab.h
2112 aout-adobe.lo: \
2113 aout-adobe.c \
2114 $(INCDIR)/aout/adobe.h \
2115 $(INCDIR)/aout/stab.def \
2116 $(INCDIR)/aout/stab_gnu.h \
2117 $(INCDIR)/bfdlink.h \
2118 $(INCDIR)/filenames.h \
2119 $(INCDIR)/hashtab.h \
2120 libaout.h
2121 aout-arm.lo: \
2122 aout-arm.c \
2123 $(INCDIR)/aout/aout64.h \
2124 $(INCDIR)/aout/ar.h \
2125 $(INCDIR)/aout/stab.def \
2126 $(INCDIR)/aout/stab_gnu.h \
2127 $(INCDIR)/bfdlink.h \
2128 $(INCDIR)/filenames.h \
2129 $(INCDIR)/hashtab.h \
2130 $(INCDIR)/safe-ctype.h \
2131 aout-target.h \
2132 aoutx.h \
2133 libaout.h
2134 aout-cris.lo: \
2135 aout-cris.c \
2136 $(INCDIR)/aout/aout64.h \
2137 $(INCDIR)/aout/ar.h \
2138 $(INCDIR)/aout/stab.def \
2139 $(INCDIR)/aout/stab_gnu.h \
2140 $(INCDIR)/bfdlink.h \
2141 $(INCDIR)/filenames.h \
2142 $(INCDIR)/hashtab.h \
2143 $(INCDIR)/safe-ctype.h \
2144 aout-target.h \
2145 aout32.c \
2146 aoutx.h \
2147 libaout.h
2148 aout-ns32k.lo: \
2149 aout-ns32k.c \
2150 $(INCDIR)/aout/aout64.h \
2151 $(INCDIR)/aout/ar.h \
2152 $(INCDIR)/aout/stab.def \
2153 $(INCDIR)/aout/stab_gnu.h \
2154 $(INCDIR)/bfdlink.h \
2155 $(INCDIR)/filenames.h \
2156 $(INCDIR)/hashtab.h \
2157 $(INCDIR)/safe-ctype.h \
2158 aoutx.h \
2159 libaout.h \
2160 ns32k.h
2161 aout-sparcle.lo: \
2162 aout-sparcle.c \
2163 $(INCDIR)/aout/aout64.h \
2164 $(INCDIR)/aout/ar.h \
2165 $(INCDIR)/aout/stab.def \
2166 $(INCDIR)/aout/stab_gnu.h \
2167 $(INCDIR)/aout/sun4.h \
2168 $(INCDIR)/bfdlink.h \
2169 $(INCDIR)/filenames.h \
2170 $(INCDIR)/hashtab.h \
2171 aout-target.h \
2172 aoutf1.h \
2173 libaout.h
2174 aout-tic30.lo: \
2175 aout-tic30.c \
2176 $(INCDIR)/aout/aout64.h \
2177 $(INCDIR)/aout/ar.h \
2178 $(INCDIR)/aout/stab.def \
2179 $(INCDIR)/aout/stab_gnu.h \
2180 $(INCDIR)/bfdlink.h \
2181 $(INCDIR)/filenames.h \
2182 $(INCDIR)/hashtab.h \
2183 $(INCDIR)/safe-ctype.h \
2184 aoutx.h \
2185 libaout.h
2186 aout0.lo: \
2187 aout0.c \
2188 $(INCDIR)/aout/aout64.h \
2189 $(INCDIR)/aout/ar.h \
2190 $(INCDIR)/aout/stab.def \
2191 $(INCDIR)/aout/stab_gnu.h \
2192 $(INCDIR)/aout/sun4.h \
2193 $(INCDIR)/bfdlink.h \
2194 $(INCDIR)/filenames.h \
2195 $(INCDIR)/hashtab.h \
2196 aout-target.h \
2197 aoutf1.h \
2198 libaout.h
2199 aout32.lo: \
2200 aout32.c \
2201 $(INCDIR)/aout/aout64.h \
2202 $(INCDIR)/aout/ar.h \
2203 $(INCDIR)/aout/stab.def \
2204 $(INCDIR)/aout/stab_gnu.h \
2205 $(INCDIR)/bfdlink.h \
2206 $(INCDIR)/filenames.h \
2207 $(INCDIR)/hashtab.h \
2208 $(INCDIR)/safe-ctype.h \
2209 aoutx.h \
2210 libaout.h
2211 armnetbsd.lo: \
2212 armnetbsd.c \
2213 $(INCDIR)/aout/aout64.h \
2214 $(INCDIR)/aout/ar.h \
2215 $(INCDIR)/aout/stab.def \
2216 $(INCDIR)/aout/stab_gnu.h \
2217 $(INCDIR)/bfdlink.h \
2218 $(INCDIR)/filenames.h \
2219 $(INCDIR)/hashtab.h \
2220 aout-target.h \
2221 libaout.h \
2222 netbsd.h
2223 bout.lo: \
2224 bout.c \
2225 $(INCDIR)/aout/stab.def \
2226 $(INCDIR)/aout/stab_gnu.h \
2227 $(INCDIR)/bfdlink.h \
2228 $(INCDIR)/bout.h \
2229 $(INCDIR)/filenames.h \
2230 $(INCDIR)/hashtab.h \
2231 $(INCDIR)/libiberty.h \
2232 genlink.h \
2233 libaout.h
2234 cf-i386lynx.lo: \
2235 cf-i386lynx.c \
2236 $(INCDIR)/bfdlink.h \
2237 $(INCDIR)/coff/external.h \
2238 $(INCDIR)/coff/i386.h \
2239 $(INCDIR)/coff/internal.h \
2240 $(INCDIR)/filenames.h \
2241 $(INCDIR)/hashtab.h \
2242 coff-i386.c \
2243 coffcode.h \
2244 coffswap.h \
2245 libcoff.h
2246 cf-sparclynx.lo: \
2247 cf-sparclynx.c \
2248 $(INCDIR)/bfdlink.h \
2249 $(INCDIR)/coff/external.h \
2250 $(INCDIR)/coff/internal.h \
2251 $(INCDIR)/coff/sparc.h \
2252 $(INCDIR)/filenames.h \
2253 $(INCDIR)/hashtab.h \
2254 coff-sparc.c \
2255 coffcode.h \
2256 coffswap.h \
2257 libcoff.h
2258 coff-apollo.lo: \
2259 coff-apollo.c \
2260 $(INCDIR)/bfdlink.h \
2261 $(INCDIR)/coff/apollo.h \
2262 $(INCDIR)/coff/external.h \
2263 $(INCDIR)/coff/internal.h \
2264 $(INCDIR)/filenames.h \
2265 $(INCDIR)/hashtab.h \
2266 coffcode.h \
2267 coffswap.h \
2268 libcoff.h
2269 coff-arm.lo: \
2270 coff-arm.c \
2271 $(INCDIR)/bfdlink.h \
2272 $(INCDIR)/coff/arm.h \
2273 $(INCDIR)/coff/external.h \
2274 $(INCDIR)/coff/internal.h \
2275 $(INCDIR)/filenames.h \
2276 $(INCDIR)/hashtab.h \
2277 coffcode.h \
2278 coffswap.h \
2279 libcoff.h
2280 coff-aux.lo: \
2281 coff-aux.c \
2282 $(INCDIR)/bfdlink.h \
2283 $(INCDIR)/coff/aux-coff.h \
2284 $(INCDIR)/coff/external.h \
2285 $(INCDIR)/coff/internal.h \
2286 $(INCDIR)/coff/m68k.h \
2287 $(INCDIR)/filenames.h \
2288 $(INCDIR)/hashtab.h \
2289 coff-m68k.c \
2290 coffcode.h \
2291 coffswap.h \
2292 libcoff.h
2293 coff-go32.lo: \
2294 coff-go32.c \
2295 $(INCDIR)/bfdlink.h \
2296 $(INCDIR)/coff/external.h \
2297 $(INCDIR)/coff/i386.h \
2298 $(INCDIR)/coff/internal.h \
2299 $(INCDIR)/filenames.h \
2300 $(INCDIR)/hashtab.h \
2301 coff-i386.c \
2302 coffcode.h \
2303 coffswap.h \
2304 libcoff.h
2305 coff-h8300.lo: \
2306 coff-h8300.c \
2307 $(INCDIR)/bfdlink.h \
2308 $(INCDIR)/coff/external.h \
2309 $(INCDIR)/coff/h8300.h \
2310 $(INCDIR)/coff/internal.h \
2311 $(INCDIR)/filenames.h \
2312 $(INCDIR)/hashtab.h \
2313 $(INCDIR)/libiberty.h \
2314 coffcode.h \
2315 coffswap.h \
2316 genlink.h \
2317 libcoff.h
2318 coff-h8500.lo: \
2319 coff-h8500.c \
2320 $(INCDIR)/bfdlink.h \
2321 $(INCDIR)/coff/external.h \
2322 $(INCDIR)/coff/h8500.h \
2323 $(INCDIR)/coff/internal.h \
2324 $(INCDIR)/filenames.h \
2325 $(INCDIR)/hashtab.h \
2326 coffcode.h \
2327 coffswap.h \
2328 libcoff.h
2329 coff-i386.lo: \
2330 coff-i386.c \
2331 $(INCDIR)/bfdlink.h \
2332 $(INCDIR)/coff/external.h \
2333 $(INCDIR)/coff/i386.h \
2334 $(INCDIR)/coff/internal.h \
2335 $(INCDIR)/filenames.h \
2336 $(INCDIR)/hashtab.h \
2337 coffcode.h \
2338 coffswap.h \
2339 libcoff.h
2340 coff-i860.lo: \
2341 coff-i860.c \
2342 $(INCDIR)/bfdlink.h \
2343 $(INCDIR)/coff/external.h \
2344 $(INCDIR)/coff/i860.h \
2345 $(INCDIR)/coff/internal.h \
2346 $(INCDIR)/filenames.h \
2347 $(INCDIR)/hashtab.h \
2348 coffcode.h \
2349 coffswap.h \
2350 libcoff.h
2351 coff-i960.lo: \
2352 coff-i960.c \
2353 $(INCDIR)/bfdlink.h \
2354 $(INCDIR)/coff/i960.h \
2355 $(INCDIR)/coff/internal.h \
2356 $(INCDIR)/filenames.h \
2357 $(INCDIR)/hashtab.h \
2358 coffcode.h \
2359 coffswap.h \
2360 libcoff.h
2361 coff-m68k.lo: \
2362 coff-m68k.c \
2363 $(INCDIR)/bfdlink.h \
2364 $(INCDIR)/coff/external.h \
2365 $(INCDIR)/coff/internal.h \
2366 $(INCDIR)/coff/m68k.h \
2367 $(INCDIR)/filenames.h \
2368 $(INCDIR)/hashtab.h \
2369 coffcode.h \
2370 coffswap.h \
2371 libcoff.h
2372 coff-m88k.lo: \
2373 coff-m88k.c \
2374 $(INCDIR)/bfdlink.h \
2375 $(INCDIR)/coff/external.h \
2376 $(INCDIR)/coff/internal.h \
2377 $(INCDIR)/coff/m88k.h \
2378 $(INCDIR)/filenames.h \
2379 $(INCDIR)/hashtab.h \
2380 coffcode.h \
2381 coffswap.h \
2382 libcoff.h
2383 coff-maxq.lo: \
2384 coff-maxq.c \
2385 $(INCDIR)/bfdlink.h \
2386 $(INCDIR)/coff/external.h \
2387 $(INCDIR)/coff/internal.h \
2388 $(INCDIR)/coff/maxq.h \
2389 $(INCDIR)/filenames.h \
2390 $(INCDIR)/hashtab.h \
2391 $(INCDIR)/libiberty.h \
2392 coffcode.h \
2393 coffswap.h \
2394 libcoff.h
2395 coff-mips.lo: \
2396 coff-mips.c \
2397 $(INCDIR)/bfdlink.h \
2398 $(INCDIR)/coff/ecoff.h \
2399 $(INCDIR)/coff/external.h \
2400 $(INCDIR)/coff/internal.h \
2401 $(INCDIR)/coff/mips.h \
2402 $(INCDIR)/coff/sym.h \
2403 $(INCDIR)/coff/symconst.h \
2404 $(INCDIR)/filenames.h \
2405 $(INCDIR)/hashtab.h \
2406 coffswap.h \
2407 ecoffswap.h \
2408 libcoff.h \
2409 libecoff.h
2410 coff-or32.lo: \
2411 coff-or32.c \
2412 $(INCDIR)/bfdlink.h \
2413 $(INCDIR)/coff/internal.h \
2414 $(INCDIR)/coff/or32.h \
2415 $(INCDIR)/filenames.h \
2416 $(INCDIR)/hashtab.h \
2417 coffcode.h \
2418 coffswap.h \
2419 libcoff.h
2420 coff-rs6000.lo: \
2421 coff-rs6000.c \
2422 $(INCDIR)/bfdlink.h \
2423 $(INCDIR)/coff/internal.h \
2424 $(INCDIR)/coff/rs6000.h \
2425 $(INCDIR)/coff/xcoff.h \
2426 $(INCDIR)/filenames.h \
2427 $(INCDIR)/hashtab.h \
2428 coffcode.h \
2429 coffswap.h \
2430 libcoff.h \
2431 libxcoff.h
2432 coff-sh.lo: \
2433 coff-sh.c \
2434 $(INCDIR)/bfdlink.h \
2435 $(INCDIR)/coff/external.h \
2436 $(INCDIR)/coff/internal.h \
2437 $(INCDIR)/coff/sh.h \
2438 $(INCDIR)/filenames.h \
2439 $(INCDIR)/hashtab.h \
2440 $(INCDIR)/libiberty.h \
2441 coffcode.h \
2442 coffswap.h \
2443 libcoff.h
2444 coff-sparc.lo: \
2445 coff-sparc.c \
2446 $(INCDIR)/bfdlink.h \
2447 $(INCDIR)/coff/external.h \
2448 $(INCDIR)/coff/internal.h \
2449 $(INCDIR)/coff/sparc.h \
2450 $(INCDIR)/filenames.h \
2451 $(INCDIR)/hashtab.h \
2452 coffcode.h \
2453 coffswap.h \
2454 libcoff.h
2455 coff-stgo32.lo: \
2456 coff-stgo32.c \
2457 $(INCDIR)/bfdlink.h \
2458 $(INCDIR)/coff/external.h \
2459 $(INCDIR)/coff/go32exe.h \
2460 $(INCDIR)/coff/i386.h \
2461 $(INCDIR)/coff/internal.h \
2462 $(INCDIR)/filenames.h \
2463 $(INCDIR)/hashtab.h \
2464 coff-i386.c \
2465 coffcode.h \
2466 coffswap.h \
2467 go32stub.h \
2468 libcoff.h
2469 coff-svm68k.lo: \
2470 coff-svm68k.c \
2471 $(INCDIR)/bfdlink.h \
2472 $(INCDIR)/coff/external.h \
2473 $(INCDIR)/coff/internal.h \
2474 $(INCDIR)/coff/m68k.h \
2475 $(INCDIR)/filenames.h \
2476 $(INCDIR)/hashtab.h \
2477 coff-m68k.c \
2478 coffcode.h \
2479 coffswap.h \
2480 libcoff.h
2481 coff-tic30.lo: \
2482 coff-tic30.c \
2483 $(INCDIR)/bfdlink.h \
2484 $(INCDIR)/coff/external.h \
2485 $(INCDIR)/coff/internal.h \
2486 $(INCDIR)/coff/tic30.h \
2487 $(INCDIR)/filenames.h \
2488 $(INCDIR)/hashtab.h \
2489 coffcode.h \
2490 coffswap.h \
2491 libcoff.h
2492 coff-tic4x.lo: \
2493 coff-tic4x.c \
2494 $(INCDIR)/bfdlink.h \
2495 $(INCDIR)/coff/internal.h \
2496 $(INCDIR)/coff/ti.h \
2497 $(INCDIR)/coff/tic4x.h \
2498 $(INCDIR)/filenames.h \
2499 $(INCDIR)/hashtab.h \
2500 coffcode.h \
2501 coffswap.h \
2502 libcoff.h
2503 coff-tic54x.lo: \
2504 coff-tic54x.c \
2505 $(INCDIR)/bfdlink.h \
2506 $(INCDIR)/coff/internal.h \
2507 $(INCDIR)/coff/ti.h \
2508 $(INCDIR)/coff/tic54x.h \
2509 $(INCDIR)/filenames.h \
2510 $(INCDIR)/hashtab.h \
2511 coffcode.h \
2512 coffswap.h \
2513 libcoff.h
2514 coff-tic80.lo: \
2515 coff-tic80.c \
2516 $(INCDIR)/bfdlink.h \
2517 $(INCDIR)/coff/external.h \
2518 $(INCDIR)/coff/internal.h \
2519 $(INCDIR)/coff/tic80.h \
2520 $(INCDIR)/filenames.h \
2521 $(INCDIR)/hashtab.h \
2522 coffcode.h \
2523 coffswap.h \
2524 libcoff.h
2525 coff-u68k.lo: \
2526 coff-u68k.c \
2527 $(INCDIR)/bfdlink.h \
2528 $(INCDIR)/coff/external.h \
2529 $(INCDIR)/coff/internal.h \
2530 $(INCDIR)/coff/m68k.h \
2531 $(INCDIR)/filenames.h \
2532 $(INCDIR)/hashtab.h \
2533 coff-m68k.c \
2534 coffcode.h \
2535 coffswap.h \
2536 libcoff.h
2537 coff-w65.lo: \
2538 coff-w65.c \
2539 $(INCDIR)/bfdlink.h \
2540 $(INCDIR)/coff/external.h \
2541 $(INCDIR)/coff/internal.h \
2542 $(INCDIR)/coff/w65.h \
2543 $(INCDIR)/filenames.h \
2544 $(INCDIR)/hashtab.h \
2545 coffcode.h \
2546 coffswap.h \
2547 libcoff.h
2548 coff-we32k.lo: \
2549 coff-we32k.c \
2550 $(INCDIR)/bfdlink.h \
2551 $(INCDIR)/coff/external.h \
2552 $(INCDIR)/coff/internal.h \
2553 $(INCDIR)/coff/we32k.h \
2554 $(INCDIR)/filenames.h \
2555 $(INCDIR)/hashtab.h \
2556 coffcode.h \
2557 coffswap.h \
2558 libcoff.h
2559 coff-z80.lo: \
2560 coff-z80.c \
2561 $(INCDIR)/bfdlink.h \
2562 $(INCDIR)/coff/external.h \
2563 $(INCDIR)/coff/internal.h \
2564 $(INCDIR)/coff/z80.h \
2565 $(INCDIR)/filenames.h \
2566 $(INCDIR)/hashtab.h \
2567 coffcode.h \
2568 coffswap.h \
2569 libcoff.h
2570 coff-z8k.lo: \
2571 coff-z8k.c \
2572 $(INCDIR)/bfdlink.h \
2573 $(INCDIR)/coff/external.h \
2574 $(INCDIR)/coff/internal.h \
2575 $(INCDIR)/coff/z8k.h \
2576 $(INCDIR)/filenames.h \
2577 $(INCDIR)/hashtab.h \
2578 coffcode.h \
2579 coffswap.h \
2580 libcoff.h
2581 cofflink.lo: \
2582 cofflink.c \
2583 $(INCDIR)/bfdlink.h \
2584 $(INCDIR)/coff/internal.h \
2585 $(INCDIR)/filenames.h \
2586 $(INCDIR)/hashtab.h \
2587 $(INCDIR)/safe-ctype.h \
2588 libcoff.h
2589 dwarf1.lo: \
2590 dwarf1.c \
2591 $(INCDIR)/bfdlink.h \
2592 $(INCDIR)/elf/common.h \
2593 $(INCDIR)/elf/dwarf.h \
2594 $(INCDIR)/elf/external.h \
2595 $(INCDIR)/elf/internal.h \
2596 $(INCDIR)/filenames.h \
2597 $(INCDIR)/hashtab.h \
2598 $(INCDIR)/libiberty.h \
2599 elf-bfd.h
2600 ecoff.lo: \
2601 ecoff.c \
2602 $(INCDIR)/aout/aout64.h \
2603 $(INCDIR)/aout/ar.h \
2604 $(INCDIR)/aout/ranlib.h \
2605 $(INCDIR)/aout/stab.def \
2606 $(INCDIR)/aout/stab_gnu.h \
2607 $(INCDIR)/bfdlink.h \
2608 $(INCDIR)/coff/ecoff.h \
2609 $(INCDIR)/coff/internal.h \
2610 $(INCDIR)/coff/sym.h \
2611 $(INCDIR)/coff/symconst.h \
2612 $(INCDIR)/filenames.h \
2613 $(INCDIR)/hashtab.h \
2614 $(INCDIR)/libiberty.h \
2615 libaout.h \
2616 libcoff.h \
2617 libecoff.h
2618 ecofflink.lo: \
2619 ecofflink.c \
2620 $(INCDIR)/aout/stab.def \
2621 $(INCDIR)/aout/stab_gnu.h \
2622 $(INCDIR)/bfdlink.h \
2623 $(INCDIR)/coff/ecoff.h \
2624 $(INCDIR)/coff/internal.h \
2625 $(INCDIR)/coff/sym.h \
2626 $(INCDIR)/coff/symconst.h \
2627 $(INCDIR)/filenames.h \
2628 $(INCDIR)/hashtab.h \
2629 $(INCDIR)/objalloc.h \
2630 libcoff.h \
2631 libecoff.h
2632 elf-attrs.lo: \
2633 elf-attrs.c \
2634 $(INCDIR)/bfdlink.h \
2635 $(INCDIR)/elf/common.h \
2636 $(INCDIR)/elf/external.h \
2637 $(INCDIR)/elf/internal.h \
2638 $(INCDIR)/filenames.h \
2639 $(INCDIR)/hashtab.h \
2640 $(INCDIR)/libiberty.h \
2641 elf-bfd.h
2642 elf-eh-frame.lo: \
2643 elf-eh-frame.c \
2644 $(INCDIR)/bfdlink.h \
2645 $(INCDIR)/elf/common.h \
2646 $(INCDIR)/elf/dwarf2.h \
2647 $(INCDIR)/elf/external.h \
2648 $(INCDIR)/elf/internal.h \
2649 $(INCDIR)/filenames.h \
2650 $(INCDIR)/hashtab.h \
2651 elf-bfd.h
2652 elf-ifunc.lo: \
2653 elf-ifunc.c \
2654 $(INCDIR)/bfdlink.h \
2655 $(INCDIR)/elf/common.h \
2656 $(INCDIR)/elf/external.h \
2657 $(INCDIR)/elf/internal.h \
2658 $(INCDIR)/filenames.h \
2659 $(INCDIR)/hashtab.h \
2660 $(INCDIR)/libiberty.h \
2661 $(INCDIR)/objalloc.h \
2662 $(INCDIR)/safe-ctype.h \
2663 elf-bfd.h
2664 elf-m10200.lo: \
2665 elf-m10200.c \
2666 $(INCDIR)/bfdlink.h \
2667 $(INCDIR)/elf/common.h \
2668 $(INCDIR)/elf/external.h \
2669 $(INCDIR)/elf/internal.h \
2670 $(INCDIR)/filenames.h \
2671 $(INCDIR)/hashtab.h \
2672 elf-bfd.h \
2673 elf32-target.h
2674 elf-m10300.lo: \
2675 elf-m10300.c \
2676 $(INCDIR)/bfdlink.h \
2677 $(INCDIR)/elf/common.h \
2678 $(INCDIR)/elf/external.h \
2679 $(INCDIR)/elf/internal.h \
2680 $(INCDIR)/elf/mn10300.h \
2681 $(INCDIR)/elf/reloc-macros.h \
2682 $(INCDIR)/filenames.h \
2683 $(INCDIR)/hashtab.h \
2684 $(INCDIR)/libiberty.h \
2685 elf-bfd.h \
2686 elf32-target.h
2687 elf-strtab.lo: \
2688 elf-strtab.c \
2689 $(INCDIR)/bfdlink.h \
2690 $(INCDIR)/elf/common.h \
2691 $(INCDIR)/elf/external.h \
2692 $(INCDIR)/elf/internal.h \
2693 $(INCDIR)/filenames.h \
2694 $(INCDIR)/hashtab.h \
2695 $(INCDIR)/libiberty.h \
2696 elf-bfd.h
2697 elf-vxworks.lo: \
2698 elf-vxworks.c \
2699 $(INCDIR)/bfdlink.h \
2700 $(INCDIR)/elf/common.h \
2701 $(INCDIR)/elf/external.h \
2702 $(INCDIR)/elf/internal.h \
2703 $(INCDIR)/elf/vxworks.h \
2704 $(INCDIR)/filenames.h \
2705 $(INCDIR)/hashtab.h \
2706 elf-bfd.h \
2707 elf-vxworks.h
2708 elf.lo: \
2709 elf.c \
2710 $(INCDIR)/bfdlink.h \
2711 $(INCDIR)/elf/common.h \
2712 $(INCDIR)/elf/external.h \
2713 $(INCDIR)/elf/internal.h \
2714 $(INCDIR)/filenames.h \
2715 $(INCDIR)/hashtab.h \
2716 $(INCDIR)/libiberty.h \
2717 $(INCDIR)/safe-ctype.h \
2718 elf-bfd.h
2719 elf32-am33lin.lo: \
2720 elf32-am33lin.c \
2721 $(INCDIR)/bfdlink.h \
2722 $(INCDIR)/elf/common.h \
2723 $(INCDIR)/elf/external.h \
2724 $(INCDIR)/elf/internal.h \
2725 $(INCDIR)/elf/mn10300.h \
2726 $(INCDIR)/elf/reloc-macros.h \
2727 $(INCDIR)/filenames.h \
2728 $(INCDIR)/hashtab.h \
2729 $(INCDIR)/libiberty.h \
2730 elf-bfd.h \
2731 elf-m10300.c \
2732 elf32-target.h
2733 elf32-arc.lo: \
2734 elf32-arc.c \
2735 $(INCDIR)/bfdlink.h \
2736 $(INCDIR)/elf/arc.h \
2737 $(INCDIR)/elf/common.h \
2738 $(INCDIR)/elf/external.h \
2739 $(INCDIR)/elf/internal.h \
2740 $(INCDIR)/elf/reloc-macros.h \
2741 $(INCDIR)/filenames.h \
2742 $(INCDIR)/hashtab.h \
2743 $(INCDIR)/libiberty.h \
2744 elf-bfd.h \
2745 elf32-target.h
2746 elf32-arm.lo: \
2747 elf32-arm.c \
2748 $(INCDIR)/bfdlink.h \
2749 $(INCDIR)/elf/arm.h \
2750 $(INCDIR)/elf/common.h \
2751 $(INCDIR)/elf/external.h \
2752 $(INCDIR)/elf/internal.h \
2753 $(INCDIR)/elf/reloc-macros.h \
2754 $(INCDIR)/filenames.h \
2755 $(INCDIR)/hashtab.h \
2756 $(INCDIR)/libiberty.h \
2757 elf-bfd.h \
2758 elf-vxworks.h \
2759 elf32-target.h
2760 elf32-avr.lo: \
2761 elf32-avr.c \
2762 $(INCDIR)/bfdlink.h \
2763 $(INCDIR)/elf/avr.h \
2764 $(INCDIR)/elf/common.h \
2765 $(INCDIR)/elf/external.h \
2766 $(INCDIR)/elf/internal.h \
2767 $(INCDIR)/elf/reloc-macros.h \
2768 $(INCDIR)/filenames.h \
2769 $(INCDIR)/hashtab.h \
2770 elf-bfd.h \
2771 elf32-avr.h \
2772 elf32-target.h
2773 elf32-bfin.lo: \
2774 elf32-bfin.c \
2775 $(INCDIR)/bfdlink.h \
2776 $(INCDIR)/elf/bfin.h \
2777 $(INCDIR)/elf/common.h \
2778 $(INCDIR)/elf/dwarf2.h \
2779 $(INCDIR)/elf/external.h \
2780 $(INCDIR)/elf/internal.h \
2781 $(INCDIR)/elf/reloc-macros.h \
2782 $(INCDIR)/filenames.h \
2783 $(INCDIR)/hashtab.h \
2784 elf-bfd.h \
2785 elf32-target.h
2786 elf32-cr16.lo: \
2787 elf32-cr16.c \
2788 $(INCDIR)/bfdlink.h \
2789 $(INCDIR)/elf/common.h \
2790 $(INCDIR)/elf/cr16.h \
2791 $(INCDIR)/elf/external.h \
2792 $(INCDIR)/elf/internal.h \
2793 $(INCDIR)/elf/reloc-macros.h \
2794 $(INCDIR)/filenames.h \
2795 $(INCDIR)/hashtab.h \
2796 $(INCDIR)/libiberty.h \
2797 elf-bfd.h \
2798 elf32-target.h
2799 elf32-cr16c.lo: \
2800 elf32-cr16c.c \
2801 $(INCDIR)/bfdlink.h \
2802 $(INCDIR)/elf/common.h \
2803 $(INCDIR)/elf/cr16c.h \
2804 $(INCDIR)/elf/external.h \
2805 $(INCDIR)/elf/internal.h \
2806 $(INCDIR)/elf/reloc-macros.h \
2807 $(INCDIR)/filenames.h \
2808 $(INCDIR)/hashtab.h \
2809 elf-bfd.h \
2810 elf32-target.h
2811 elf32-cris.lo: \
2812 elf32-cris.c \
2813 $(INCDIR)/bfdlink.h \
2814 $(INCDIR)/elf/common.h \
2815 $(INCDIR)/elf/cris.h \
2816 $(INCDIR)/elf/external.h \
2817 $(INCDIR)/elf/internal.h \
2818 $(INCDIR)/elf/reloc-macros.h \
2819 $(INCDIR)/filenames.h \
2820 $(INCDIR)/hashtab.h \
2821 elf-bfd.h \
2822 elf32-target.h
2823 elf32-crx.lo: \
2824 elf32-crx.c \
2825 $(INCDIR)/bfdlink.h \
2826 $(INCDIR)/elf/common.h \
2827 $(INCDIR)/elf/crx.h \
2828 $(INCDIR)/elf/external.h \
2829 $(INCDIR)/elf/internal.h \
2830 $(INCDIR)/elf/reloc-macros.h \
2831 $(INCDIR)/filenames.h \
2832 $(INCDIR)/hashtab.h \
2833 elf-bfd.h \
2834 elf32-target.h
2835 elf32-d10v.lo: \
2836 elf32-d10v.c \
2837 $(INCDIR)/bfdlink.h \
2838 $(INCDIR)/elf/common.h \
2839 $(INCDIR)/elf/d10v.h \
2840 $(INCDIR)/elf/external.h \
2841 $(INCDIR)/elf/internal.h \
2842 $(INCDIR)/elf/reloc-macros.h \
2843 $(INCDIR)/filenames.h \
2844 $(INCDIR)/hashtab.h \
2845 elf-bfd.h \
2846 elf32-target.h
2847 elf32-d30v.lo: \
2848 elf32-d30v.c \
2849 $(INCDIR)/bfdlink.h \
2850 $(INCDIR)/elf/common.h \
2851 $(INCDIR)/elf/d30v.h \
2852 $(INCDIR)/elf/external.h \
2853 $(INCDIR)/elf/internal.h \
2854 $(INCDIR)/elf/reloc-macros.h \
2855 $(INCDIR)/filenames.h \
2856 $(INCDIR)/hashtab.h \
2857 elf-bfd.h \
2858 elf32-target.h
2859 elf32-dlx.lo: \
2860 elf32-dlx.c \
2861 $(INCDIR)/bfdlink.h \
2862 $(INCDIR)/elf/common.h \
2863 $(INCDIR)/elf/dlx.h \
2864 $(INCDIR)/elf/external.h \
2865 $(INCDIR)/elf/internal.h \
2866 $(INCDIR)/elf/reloc-macros.h \
2867 $(INCDIR)/filenames.h \
2868 $(INCDIR)/hashtab.h \
2869 elf-bfd.h \
2870 elf32-target.h
2871 elf32-fr30.lo: \
2872 elf32-fr30.c \
2873 $(INCDIR)/bfdlink.h \
2874 $(INCDIR)/elf/common.h \
2875 $(INCDIR)/elf/external.h \
2876 $(INCDIR)/elf/fr30.h \
2877 $(INCDIR)/elf/internal.h \
2878 $(INCDIR)/elf/reloc-macros.h \
2879 $(INCDIR)/filenames.h \
2880 $(INCDIR)/hashtab.h \
2881 elf-bfd.h \
2882 elf32-target.h
2883 elf32-frv.lo: \
2884 elf32-frv.c \
2885 $(INCDIR)/bfdlink.h \
2886 $(INCDIR)/elf/common.h \
2887 $(INCDIR)/elf/dwarf2.h \
2888 $(INCDIR)/elf/external.h \
2889 $(INCDIR)/elf/frv.h \
2890 $(INCDIR)/elf/internal.h \
2891 $(INCDIR)/elf/reloc-macros.h \
2892 $(INCDIR)/filenames.h \
2893 $(INCDIR)/hashtab.h \
2894 elf-bfd.h \
2895 elf32-target.h
2896 elf32-gen.lo: \
2897 elf32-gen.c \
2898 $(INCDIR)/bfdlink.h \
2899 $(INCDIR)/elf/common.h \
2900 $(INCDIR)/elf/external.h \
2901 $(INCDIR)/elf/internal.h \
2902 $(INCDIR)/filenames.h \
2903 $(INCDIR)/hashtab.h \
2904 elf-bfd.h \
2905 elf32-target.h
2906 elf32-h8300.lo: \
2907 elf32-h8300.c \
2908 $(INCDIR)/bfdlink.h \
2909 $(INCDIR)/elf/common.h \
2910 $(INCDIR)/elf/external.h \
2911 $(INCDIR)/elf/h8.h \
2912 $(INCDIR)/elf/internal.h \
2913 $(INCDIR)/elf/reloc-macros.h \
2914 $(INCDIR)/filenames.h \
2915 $(INCDIR)/hashtab.h \
2916 elf-bfd.h \
2917 elf32-target.h
2918 elf32-hppa.lo: \
2919 elf32-hppa.c \
2920 $(INCDIR)/bfdlink.h \
2921 $(INCDIR)/elf/common.h \
2922 $(INCDIR)/elf/external.h \
2923 $(INCDIR)/elf/hppa.h \
2924 $(INCDIR)/elf/internal.h \
2925 $(INCDIR)/elf/reloc-macros.h \
2926 $(INCDIR)/filenames.h \
2927 $(INCDIR)/hashtab.h \
2928 elf-bfd.h \
2929 elf-hppa.h \
2930 elf32-hppa.h \
2931 elf32-target.h \
2932 libhppa.h
2933 elf32-i370.lo: \
2934 elf32-i370.c \
2935 $(INCDIR)/bfdlink.h \
2936 $(INCDIR)/elf/common.h \
2937 $(INCDIR)/elf/external.h \
2938 $(INCDIR)/elf/i370.h \
2939 $(INCDIR)/elf/internal.h \
2940 $(INCDIR)/elf/reloc-macros.h \
2941 $(INCDIR)/filenames.h \
2942 $(INCDIR)/hashtab.h \
2943 elf-bfd.h \
2944 elf32-target.h
2945 elf32-i386.lo: \
2946 elf32-i386.c \
2947 $(INCDIR)/bfdlink.h \
2948 $(INCDIR)/elf/common.h \
2949 $(INCDIR)/elf/external.h \
2950 $(INCDIR)/elf/i386.h \
2951 $(INCDIR)/elf/internal.h \
2952 $(INCDIR)/elf/reloc-macros.h \
2953 $(INCDIR)/filenames.h \
2954 $(INCDIR)/hashtab.h \
2955 $(INCDIR)/objalloc.h \
2956 bfd_stdint.h \
2957 elf-bfd.h \
2958 elf-vxworks.h \
2959 elf32-target.h
2960 elf32-i860.lo: \
2961 elf32-i860.c \
2962 $(INCDIR)/bfdlink.h \
2963 $(INCDIR)/elf/common.h \
2964 $(INCDIR)/elf/external.h \
2965 $(INCDIR)/elf/i860.h \
2966 $(INCDIR)/elf/internal.h \
2967 $(INCDIR)/elf/reloc-macros.h \
2968 $(INCDIR)/filenames.h \
2969 $(INCDIR)/hashtab.h \
2970 elf-bfd.h \
2971 elf32-target.h
2972 elf32-i960.lo: \
2973 elf32-i960.c \
2974 $(INCDIR)/bfdlink.h \
2975 $(INCDIR)/elf/common.h \
2976 $(INCDIR)/elf/external.h \
2977 $(INCDIR)/elf/i960.h \
2978 $(INCDIR)/elf/internal.h \
2979 $(INCDIR)/elf/reloc-macros.h \
2980 $(INCDIR)/filenames.h \
2981 $(INCDIR)/hashtab.h \
2982 elf-bfd.h \
2983 elf32-target.h
2984 elf32-ip2k.lo: \
2985 elf32-ip2k.c \
2986 $(INCDIR)/bfdlink.h \
2987 $(INCDIR)/elf/common.h \
2988 $(INCDIR)/elf/external.h \
2989 $(INCDIR)/elf/internal.h \
2990 $(INCDIR)/elf/ip2k.h \
2991 $(INCDIR)/elf/reloc-macros.h \
2992 $(INCDIR)/filenames.h \
2993 $(INCDIR)/hashtab.h \
2994 elf-bfd.h \
2995 elf32-target.h
2996 elf32-iq2000.lo: \
2997 elf32-iq2000.c \
2998 $(INCDIR)/bfdlink.h \
2999 $(INCDIR)/elf/common.h \
3000 $(INCDIR)/elf/external.h \
3001 $(INCDIR)/elf/internal.h \
3002 $(INCDIR)/elf/iq2000.h \
3003 $(INCDIR)/elf/reloc-macros.h \
3004 $(INCDIR)/filenames.h \
3005 $(INCDIR)/hashtab.h \
3006 elf-bfd.h \
3007 elf32-target.h
3008 elf32-lm32.lo: \
3009 elf32-lm32.c \
3010 $(INCDIR)/bfdlink.h \
3011 $(INCDIR)/elf/common.h \
3012 $(INCDIR)/elf/external.h \
3013 $(INCDIR)/elf/internal.h \
3014 $(INCDIR)/elf/lm32.h \
3015 $(INCDIR)/elf/reloc-macros.h \
3016 $(INCDIR)/filenames.h \
3017 $(INCDIR)/hashtab.h \
3018 elf-bfd.h \
3019 elf32-target.h
3020 elf32-m32c.lo: \
3021 elf32-m32c.c \
3022 $(INCDIR)/bfdlink.h \
3023 $(INCDIR)/elf/common.h \
3024 $(INCDIR)/elf/external.h \
3025 $(INCDIR)/elf/internal.h \
3026 $(INCDIR)/elf/m32c.h \
3027 $(INCDIR)/elf/reloc-macros.h \
3028 $(INCDIR)/filenames.h \
3029 $(INCDIR)/hashtab.h \
3030 $(INCDIR)/libiberty.h \
3031 elf-bfd.h \
3032 elf32-target.h
3033 elf32-m32r.lo: \
3034 elf32-m32r.c \
3035 $(INCDIR)/bfdlink.h \
3036 $(INCDIR)/elf/common.h \
3037 $(INCDIR)/elf/external.h \
3038 $(INCDIR)/elf/internal.h \
3039 $(INCDIR)/elf/m32r.h \
3040 $(INCDIR)/elf/reloc-macros.h \
3041 $(INCDIR)/filenames.h \
3042 $(INCDIR)/hashtab.h \
3043 elf-bfd.h \
3044 elf32-target.h
3045 elf32-m68hc11.lo: \
3046 elf32-m68hc11.c \
3047 $(INCDIR)/bfdlink.h \
3048 $(INCDIR)/elf/common.h \
3049 $(INCDIR)/elf/external.h \
3050 $(INCDIR)/elf/internal.h \
3051 $(INCDIR)/elf/m68hc11.h \
3052 $(INCDIR)/elf/reloc-macros.h \
3053 $(INCDIR)/filenames.h \
3054 $(INCDIR)/hashtab.h \
3055 $(INCDIR)/opcode/m68hc11.h \
3056 elf-bfd.h \
3057 elf32-m68hc1x.h \
3058 elf32-target.h
3059 elf32-m68hc12.lo: \
3060 elf32-m68hc12.c \
3061 $(INCDIR)/bfdlink.h \
3062 $(INCDIR)/elf/common.h \
3063 $(INCDIR)/elf/external.h \
3064 $(INCDIR)/elf/internal.h \
3065 $(INCDIR)/elf/m68hc11.h \
3066 $(INCDIR)/elf/reloc-macros.h \
3067 $(INCDIR)/filenames.h \
3068 $(INCDIR)/hashtab.h \
3069 $(INCDIR)/opcode/m68hc11.h \
3070 elf-bfd.h \
3071 elf32-m68hc1x.h \
3072 elf32-target.h
3073 elf32-m68hc1x.lo: \
3074 elf32-m68hc1x.c \
3075 $(INCDIR)/alloca-conf.h \
3076 $(INCDIR)/bfdlink.h \
3077 $(INCDIR)/elf/common.h \
3078 $(INCDIR)/elf/external.h \
3079 $(INCDIR)/elf/internal.h \
3080 $(INCDIR)/elf/m68hc11.h \
3081 $(INCDIR)/elf/reloc-macros.h \
3082 $(INCDIR)/filenames.h \
3083 $(INCDIR)/hashtab.h \
3084 $(INCDIR)/opcode/m68hc11.h \
3085 elf-bfd.h \
3086 elf32-m68hc1x.h
3087 elf32-m68k.lo: \
3088 elf32-m68k.c \
3089 $(INCDIR)/bfdlink.h \
3090 $(INCDIR)/elf/common.h \
3091 $(INCDIR)/elf/external.h \
3092 $(INCDIR)/elf/internal.h \
3093 $(INCDIR)/elf/m68k.h \
3094 $(INCDIR)/elf/reloc-macros.h \
3095 $(INCDIR)/filenames.h \
3096 $(INCDIR)/hashtab.h \
3097 $(INCDIR)/opcode/m68k.h \
3098 elf-bfd.h \
3099 elf32-target.h
3100 elf32-m88k.lo: \
3101 elf32-m88k.c \
3102 $(INCDIR)/bfdlink.h \
3103 $(INCDIR)/elf/common.h \
3104 $(INCDIR)/elf/external.h \
3105 $(INCDIR)/elf/internal.h \
3106 $(INCDIR)/filenames.h \
3107 $(INCDIR)/hashtab.h \
3108 elf-bfd.h \
3109 elf32-target.h
3110 elf32-mcore.lo: \
3111 elf32-mcore.c \
3112 $(INCDIR)/bfdlink.h \
3113 $(INCDIR)/elf/common.h \
3114 $(INCDIR)/elf/external.h \
3115 $(INCDIR)/elf/internal.h \
3116 $(INCDIR)/elf/mcore.h \
3117 $(INCDIR)/elf/reloc-macros.h \
3118 $(INCDIR)/filenames.h \
3119 $(INCDIR)/hashtab.h \
3120 elf-bfd.h \
3121 elf32-target.h
3122 elf32-mep.lo: \
3123 elf32-mep.c \
3124 $(INCDIR)/bfdlink.h \
3125 $(INCDIR)/elf/common.h \
3126 $(INCDIR)/elf/external.h \
3127 $(INCDIR)/elf/internal.h \
3128 $(INCDIR)/elf/mep.h \
3129 $(INCDIR)/elf/reloc-macros.h \
3130 $(INCDIR)/filenames.h \
3131 $(INCDIR)/hashtab.h \
3132 $(INCDIR)/libiberty.h \
3133 elf-bfd.h \
3134 elf32-target.h
3135 elf32-mips.lo: \
3136 elf32-mips.c \
3137 $(INCDIR)/bfdlink.h \
3138 $(INCDIR)/coff/ecoff.h \
3139 $(INCDIR)/coff/external.h \
3140 $(INCDIR)/coff/internal.h \
3141 $(INCDIR)/coff/mips.h \
3142 $(INCDIR)/coff/sym.h \
3143 $(INCDIR)/coff/symconst.h \
3144 $(INCDIR)/elf/common.h \
3145 $(INCDIR)/elf/external.h \
3146 $(INCDIR)/elf/internal.h \
3147 $(INCDIR)/elf/mips.h \
3148 $(INCDIR)/elf/reloc-macros.h \
3149 $(INCDIR)/filenames.h \
3150 $(INCDIR)/hashtab.h \
3151 ecoffswap.h \
3152 elf-bfd.h \
3153 elf-vxworks.h \
3154 elf32-target.h \
3155 elfxx-mips.h \
3156 genlink.h
3157 elf32-moxie.lo: \
3158 elf32-moxie.c \
3159 $(INCDIR)/bfdlink.h \
3160 $(INCDIR)/elf/common.h \
3161 $(INCDIR)/elf/external.h \
3162 $(INCDIR)/elf/internal.h \
3163 $(INCDIR)/elf/moxie.h \
3164 $(INCDIR)/elf/reloc-macros.h \
3165 $(INCDIR)/filenames.h \
3166 $(INCDIR)/hashtab.h \
3167 elf-bfd.h \
3168 elf32-target.h
3169 elf32-msp430.lo: \
3170 elf32-msp430.c \
3171 $(INCDIR)/bfdlink.h \
3172 $(INCDIR)/elf/common.h \
3173 $(INCDIR)/elf/external.h \
3174 $(INCDIR)/elf/internal.h \
3175 $(INCDIR)/elf/msp430.h \
3176 $(INCDIR)/elf/reloc-macros.h \
3177 $(INCDIR)/filenames.h \
3178 $(INCDIR)/hashtab.h \
3179 $(INCDIR)/libiberty.h \
3180 elf-bfd.h \
3181 elf32-target.h
3182 elf32-mt.lo: \
3183 elf32-mt.c \
3184 $(INCDIR)/bfdlink.h \
3185 $(INCDIR)/elf/common.h \
3186 $(INCDIR)/elf/external.h \
3187 $(INCDIR)/elf/internal.h \
3188 $(INCDIR)/elf/mt.h \
3189 $(INCDIR)/elf/reloc-macros.h \
3190 $(INCDIR)/filenames.h \
3191 $(INCDIR)/hashtab.h \
3192 elf-bfd.h \
3193 elf32-target.h
3194 elf32-openrisc.lo: \
3195 elf32-openrisc.c \
3196 $(INCDIR)/bfdlink.h \
3197 $(INCDIR)/elf/common.h \
3198 $(INCDIR)/elf/external.h \
3199 $(INCDIR)/elf/internal.h \
3200 $(INCDIR)/elf/openrisc.h \
3201 $(INCDIR)/elf/reloc-macros.h \
3202 $(INCDIR)/filenames.h \
3203 $(INCDIR)/hashtab.h \
3204 $(INCDIR)/libiberty.h \
3205 elf-bfd.h \
3206 elf32-target.h
3207 elf32-or32.lo: \
3208 elf32-or32.c \
3209 $(INCDIR)/bfdlink.h \
3210 $(INCDIR)/elf/common.h \
3211 $(INCDIR)/elf/external.h \
3212 $(INCDIR)/elf/internal.h \
3213 $(INCDIR)/elf/or32.h \
3214 $(INCDIR)/elf/reloc-macros.h \
3215 $(INCDIR)/filenames.h \
3216 $(INCDIR)/hashtab.h \
3217 $(INCDIR)/libiberty.h \
3218 elf-bfd.h \
3219 elf32-target.h
3220 elf32-pj.lo: \
3221 elf32-pj.c \
3222 $(INCDIR)/bfdlink.h \
3223 $(INCDIR)/elf/common.h \
3224 $(INCDIR)/elf/external.h \
3225 $(INCDIR)/elf/internal.h \
3226 $(INCDIR)/elf/pj.h \
3227 $(INCDIR)/elf/reloc-macros.h \
3228 $(INCDIR)/filenames.h \
3229 $(INCDIR)/hashtab.h \
3230 elf-bfd.h \
3231 elf32-target.h
3232 elf32-ppc.lo: \
3233 elf32-ppc.c \
3234 $(INCDIR)/bfdlink.h \
3235 $(INCDIR)/elf/common.h \
3236 $(INCDIR)/elf/external.h \
3237 $(INCDIR)/elf/internal.h \
3238 $(INCDIR)/elf/ppc.h \
3239 $(INCDIR)/elf/reloc-macros.h \
3240 $(INCDIR)/filenames.h \
3241 $(INCDIR)/hashtab.h \
3242 elf-bfd.h \
3243 elf-vxworks.h \
3244 elf32-ppc.h \
3245 elf32-target.h
3246 elf32-s390.lo: \
3247 elf32-s390.c \
3248 $(INCDIR)/bfdlink.h \
3249 $(INCDIR)/elf/common.h \
3250 $(INCDIR)/elf/external.h \
3251 $(INCDIR)/elf/internal.h \
3252 $(INCDIR)/elf/reloc-macros.h \
3253 $(INCDIR)/elf/s390.h \
3254 $(INCDIR)/filenames.h \
3255 $(INCDIR)/hashtab.h \
3256 elf-bfd.h \
3257 elf32-target.h
3258 elf32-sh-symbian.lo: \
3259 elf32-sh-symbian.c \
3260 $(INCDIR)/bfdlink.h \
3261 $(INCDIR)/elf/common.h \
3262 $(INCDIR)/elf/external.h \
3263 $(INCDIR)/elf/internal.h \
3264 $(INCDIR)/elf/reloc-macros.h \
3265 $(INCDIR)/elf/sh.h \
3266 $(INCDIR)/filenames.h \
3267 $(INCDIR)/hashtab.h \
3268 $(INCDIR)/libiberty.h \
3269 $(srcdir)/../opcodes/sh-opc.h \
3270 elf-bfd.h \
3271 elf-vxworks.h \
3272 elf32-sh-relocs.h \
3273 elf32-sh.c \
3274 elf32-target.h
3275 elf32-sh.lo: \
3276 elf32-sh.c \
3277 $(INCDIR)/bfdlink.h \
3278 $(INCDIR)/elf/common.h \
3279 $(INCDIR)/elf/external.h \
3280 $(INCDIR)/elf/internal.h \
3281 $(INCDIR)/elf/reloc-macros.h \
3282 $(INCDIR)/elf/sh.h \
3283 $(INCDIR)/filenames.h \
3284 $(INCDIR)/hashtab.h \
3285 $(INCDIR)/libiberty.h \
3286 $(srcdir)/../opcodes/sh-opc.h \
3287 elf-bfd.h \
3288 elf-vxworks.h \
3289 elf32-sh-relocs.h \
3290 elf32-target.h
3291 elf32-sh64-com.lo: \
3292 elf32-sh64-com.c \
3293 $(INCDIR)/bfdlink.h \
3294 $(INCDIR)/elf/common.h \
3295 $(INCDIR)/elf/external.h \
3296 $(INCDIR)/elf/internal.h \
3297 $(INCDIR)/elf/reloc-macros.h \
3298 $(INCDIR)/elf/sh.h \
3299 $(INCDIR)/filenames.h \
3300 $(INCDIR)/hashtab.h \
3301 $(srcdir)/../opcodes/sh64-opc.h \
3302 elf-bfd.h \
3303 elf32-sh64.h
3304 elf32-sh64.lo: \
3305 elf32-sh64.c \
3306 $(INCDIR)/bfdlink.h \
3307 $(INCDIR)/elf/common.h \
3308 $(INCDIR)/elf/external.h \
3309 $(INCDIR)/elf/internal.h \
3310 $(INCDIR)/elf/reloc-macros.h \
3311 $(INCDIR)/elf/sh.h \
3312 $(INCDIR)/filenames.h \
3313 $(INCDIR)/hashtab.h \
3314 $(INCDIR)/libiberty.h \
3315 $(srcdir)/../opcodes/sh-opc.h \
3316 $(srcdir)/../opcodes/sh64-opc.h \
3317 elf-bfd.h \
3318 elf-vxworks.h \
3319 elf32-sh-relocs.h \
3320 elf32-sh.c \
3321 elf32-sh64.h \
3322 elf32-target.h
3323 elf32-sparc.lo: \
3324 elf32-sparc.c \
3325 $(INCDIR)/bfdlink.h \
3326 $(INCDIR)/elf/common.h \
3327 $(INCDIR)/elf/external.h \
3328 $(INCDIR)/elf/internal.h \
3329 $(INCDIR)/elf/reloc-macros.h \
3330 $(INCDIR)/elf/sparc.h \
3331 $(INCDIR)/filenames.h \
3332 $(INCDIR)/hashtab.h \
3333 $(INCDIR)/opcode/sparc.h \
3334 elf-bfd.h \
3335 elf-vxworks.h \
3336 elf32-target.h \
3337 elfxx-sparc.h
3338 elf32-spu.lo: \
3339 elf32-spu.c \
3340 $(INCDIR)/bfdlink.h \
3341 $(INCDIR)/elf/common.h \
3342 $(INCDIR)/elf/external.h \
3343 $(INCDIR)/elf/internal.h \
3344 $(INCDIR)/elf/reloc-macros.h \
3345 $(INCDIR)/elf/spu.h \
3346 $(INCDIR)/filenames.h \
3347 $(INCDIR)/hashtab.h \
3348 $(INCDIR)/libiberty.h \
3349 elf-bfd.h \
3350 elf32-spu.h \
3351 elf32-target.h
3352 elf32-v850.lo: \
3353 elf32-v850.c \
3354 $(INCDIR)/bfdlink.h \
3355 $(INCDIR)/elf/common.h \
3356 $(INCDIR)/elf/external.h \
3357 $(INCDIR)/elf/internal.h \
3358 $(INCDIR)/elf/reloc-macros.h \
3359 $(INCDIR)/elf/v850.h \
3360 $(INCDIR)/filenames.h \
3361 $(INCDIR)/hashtab.h \
3362 $(INCDIR)/libiberty.h \
3363 elf-bfd.h \
3364 elf32-target.h
3365 elf32-vax.lo: \
3366 elf32-vax.c \
3367 $(INCDIR)/bfdlink.h \
3368 $(INCDIR)/elf/common.h \
3369 $(INCDIR)/elf/external.h \
3370 $(INCDIR)/elf/internal.h \
3371 $(INCDIR)/elf/reloc-macros.h \
3372 $(INCDIR)/elf/vax.h \
3373 $(INCDIR)/filenames.h \
3374 $(INCDIR)/hashtab.h \
3375 elf-bfd.h \
3376 elf32-target.h
3377 elf32-xc16x.lo: \
3378 elf32-xc16x.c \
3379 $(INCDIR)/bfdlink.h \
3380 $(INCDIR)/elf/common.h \
3381 $(INCDIR)/elf/dwarf2.h \
3382 $(INCDIR)/elf/external.h \
3383 $(INCDIR)/elf/internal.h \
3384 $(INCDIR)/elf/reloc-macros.h \
3385 $(INCDIR)/elf/xc16x.h \
3386 $(INCDIR)/filenames.h \
3387 $(INCDIR)/hashtab.h \
3388 $(INCDIR)/libiberty.h \
3389 elf-bfd.h \
3390 elf32-target.h
3391 elf32-xstormy16.lo: \
3392 elf32-xstormy16.c \
3393 $(INCDIR)/bfdlink.h \
3394 $(INCDIR)/elf/common.h \
3395 $(INCDIR)/elf/external.h \
3396 $(INCDIR)/elf/internal.h \
3397 $(INCDIR)/elf/reloc-macros.h \
3398 $(INCDIR)/elf/xstormy16.h \
3399 $(INCDIR)/filenames.h \
3400 $(INCDIR)/hashtab.h \
3401 $(INCDIR)/libiberty.h \
3402 elf-bfd.h \
3403 elf32-target.h
3404 elf32-xtensa.lo: \
3405 elf32-xtensa.c \
3406 $(INCDIR)/bfdlink.h \
3407 $(INCDIR)/elf/common.h \
3408 $(INCDIR)/elf/external.h \
3409 $(INCDIR)/elf/internal.h \
3410 $(INCDIR)/elf/reloc-macros.h \
3411 $(INCDIR)/elf/xtensa.h \
3412 $(INCDIR)/filenames.h \
3413 $(INCDIR)/hashtab.h \
3414 $(INCDIR)/xtensa-config.h \
3415 $(INCDIR)/xtensa-isa.h \
3416 elf-bfd.h \
3417 elf32-target.h
3418 elf32.lo: \
3419 elf32.c \
3420 $(INCDIR)/bfdlink.h \
3421 $(INCDIR)/elf/common.h \
3422 $(INCDIR)/elf/external.h \
3423 $(INCDIR)/elf/internal.h \
3424 $(INCDIR)/filenames.h \
3425 $(INCDIR)/hashtab.h \
3426 $(INCDIR)/libiberty.h \
3427 elf-bfd.h \
3428 elfcode.h \
3429 elfcore.h
3430 elflink.lo: \
3431 elflink.c \
3432 $(INCDIR)/bfdlink.h \
3433 $(INCDIR)/elf/common.h \
3434 $(INCDIR)/elf/external.h \
3435 $(INCDIR)/elf/internal.h \
3436 $(INCDIR)/filenames.h \
3437 $(INCDIR)/hashtab.h \
3438 $(INCDIR)/libiberty.h \
3439 $(INCDIR)/objalloc.h \
3440 $(INCDIR)/safe-ctype.h \
3441 elf-bfd.h
3442 elfxx-mips.lo: \
3443 elfxx-mips.c \
3444 $(INCDIR)/bfdlink.h \
3445 $(INCDIR)/coff/ecoff.h \
3446 $(INCDIR)/coff/external.h \
3447 $(INCDIR)/coff/mips.h \
3448 $(INCDIR)/coff/sym.h \
3449 $(INCDIR)/coff/symconst.h \
3450 $(INCDIR)/elf/common.h \
3451 $(INCDIR)/elf/external.h \
3452 $(INCDIR)/elf/internal.h \
3453 $(INCDIR)/elf/mips.h \
3454 $(INCDIR)/elf/reloc-macros.h \
3455 $(INCDIR)/filenames.h \
3456 $(INCDIR)/hashtab.h \
3457 $(INCDIR)/libiberty.h \
3458 elf-bfd.h \
3459 elf-vxworks.h \
3460 elfxx-mips.h
3461 elfxx-sparc.lo: \
3462 elfxx-sparc.c \
3463 $(INCDIR)/bfdlink.h \
3464 $(INCDIR)/elf/common.h \
3465 $(INCDIR)/elf/external.h \
3466 $(INCDIR)/elf/internal.h \
3467 $(INCDIR)/elf/reloc-macros.h \
3468 $(INCDIR)/elf/sparc.h \
3469 $(INCDIR)/filenames.h \
3470 $(INCDIR)/hashtab.h \
3471 $(INCDIR)/libiberty.h \
3472 $(INCDIR)/opcode/sparc.h \
3473 elf-bfd.h \
3474 elf-vxworks.h \
3475 elfxx-sparc.h
3476 epoc-pe-arm.lo: \
3477 epoc-pe-arm.c \
3478 $(INCDIR)/bfdlink.h \
3479 $(INCDIR)/coff/arm.h \
3480 $(INCDIR)/coff/external.h \
3481 $(INCDIR)/coff/internal.h \
3482 $(INCDIR)/coff/pe.h \
3483 $(INCDIR)/filenames.h \
3484 $(INCDIR)/hashtab.h \
3485 coff-arm.c \
3486 coffcode.h \
3487 libcoff.h \
3488 libpei.h \
3489 pe-arm.c \
3490 peicode.h
3491 epoc-pei-arm.lo: \
3492 epoc-pei-arm.c \
3493 $(INCDIR)/bfdlink.h \
3494 $(INCDIR)/coff/arm.h \
3495 $(INCDIR)/coff/external.h \
3496 $(INCDIR)/coff/internal.h \
3497 $(INCDIR)/coff/pe.h \
3498 $(INCDIR)/filenames.h \
3499 $(INCDIR)/hashtab.h \
3500 coff-arm.c \
3501 coffcode.h \
3502 libcoff.h \
3503 libpei.h \
3504 pei-arm.c \
3505 peicode.h
3506 hp300bsd.lo: \
3507 hp300bsd.c \
3508 $(INCDIR)/aout/aout64.h \
3509 $(INCDIR)/aout/ar.h \
3510 $(INCDIR)/aout/stab.def \
3511 $(INCDIR)/aout/stab_gnu.h \
3512 $(INCDIR)/bfdlink.h \
3513 $(INCDIR)/filenames.h \
3514 $(INCDIR)/hashtab.h \
3515 aout-target.h \
3516 libaout.h
3517 hp300hpux.lo: \
3518 hp300hpux.c \
3519 $(INCDIR)/aout/aout64.h \
3520 $(INCDIR)/aout/ar.h \
3521 $(INCDIR)/aout/hp300hpux.h \
3522 $(INCDIR)/aout/stab.def \
3523 $(INCDIR)/aout/stab_gnu.h \
3524 $(INCDIR)/bfdlink.h \
3525 $(INCDIR)/filenames.h \
3526 $(INCDIR)/hashtab.h \
3527 $(INCDIR)/safe-ctype.h \
3528 aout-target.h \
3529 aoutx.h \
3530 libaout.h
3531 i386aout.lo: \
3532 i386aout.c \
3533 $(INCDIR)/aout/aout64.h \
3534 $(INCDIR)/aout/ar.h \
3535 $(INCDIR)/aout/stab.def \
3536 $(INCDIR)/aout/stab_gnu.h \
3537 $(INCDIR)/bfdlink.h \
3538 $(INCDIR)/filenames.h \
3539 $(INCDIR)/hashtab.h \
3540 aout-target.h \
3541 libaout.h
3542 i386bsd.lo: \
3543 i386bsd.c \
3544 $(INCDIR)/aout/aout64.h \
3545 $(INCDIR)/aout/ar.h \
3546 $(INCDIR)/aout/stab.def \
3547 $(INCDIR)/aout/stab_gnu.h \
3548 $(INCDIR)/bfdlink.h \
3549 $(INCDIR)/filenames.h \
3550 $(INCDIR)/hashtab.h \
3551 aout-target.h \
3552 libaout.h
3553 i386dynix.lo: \
3554 i386dynix.c \
3555 $(INCDIR)/aout/aout64.h \
3556 $(INCDIR)/aout/ar.h \
3557 $(INCDIR)/aout/dynix3.h \
3558 $(INCDIR)/aout/stab.def \
3559 $(INCDIR)/aout/stab_gnu.h \
3560 $(INCDIR)/bfdlink.h \
3561 $(INCDIR)/filenames.h \
3562 $(INCDIR)/hashtab.h \
3563 $(INCDIR)/safe-ctype.h \
3564 aout-target.h \
3565 aoutx.h \
3566 libaout.h
3567 i386freebsd.lo: \
3568 i386freebsd.c \
3569 $(INCDIR)/aout/aout64.h \
3570 $(INCDIR)/aout/ar.h \
3571 $(INCDIR)/aout/stab.def \
3572 $(INCDIR)/aout/stab_gnu.h \
3573 $(INCDIR)/bfdlink.h \
3574 $(INCDIR)/filenames.h \
3575 $(INCDIR)/hashtab.h \
3576 aout-target.h \
3577 freebsd.h \
3578 libaout.h
3579 i386linux.lo: \
3580 i386linux.c \
3581 $(INCDIR)/aout/aout64.h \
3582 $(INCDIR)/aout/ar.h \
3583 $(INCDIR)/aout/stab.def \
3584 $(INCDIR)/aout/stab_gnu.h \
3585 $(INCDIR)/bfdlink.h \
3586 $(INCDIR)/filenames.h \
3587 $(INCDIR)/hashtab.h \
3588 aout-target.h \
3589 libaout.h
3590 i386lynx.lo: \
3591 i386lynx.c \
3592 $(INCDIR)/aout/aout64.h \
3593 $(INCDIR)/aout/ar.h \
3594 $(INCDIR)/aout/stab.def \
3595 $(INCDIR)/aout/stab_gnu.h \
3596 $(INCDIR)/bfdlink.h \
3597 $(INCDIR)/filenames.h \
3598 $(INCDIR)/hashtab.h \
3599 aout-target.h \
3600 libaout.h
3601 i386mach3.lo: \
3602 i386mach3.c \
3603 $(INCDIR)/aout/aout64.h \
3604 $(INCDIR)/aout/ar.h \
3605 $(INCDIR)/aout/stab.def \
3606 $(INCDIR)/aout/stab_gnu.h \
3607 $(INCDIR)/bfdlink.h \
3608 $(INCDIR)/filenames.h \
3609 $(INCDIR)/hashtab.h \
3610 aout-target.h \
3611 libaout.h
3612 i386msdos.lo: \
3613 i386msdos.c \
3614 $(INCDIR)/bfdlink.h \
3615 $(INCDIR)/filenames.h \
3616 $(INCDIR)/hashtab.h \
3617 libaout.h
3618 i386netbsd.lo: \
3619 i386netbsd.c \
3620 $(INCDIR)/aout/aout64.h \
3621 $(INCDIR)/aout/ar.h \
3622 $(INCDIR)/aout/stab.def \
3623 $(INCDIR)/aout/stab_gnu.h \
3624 $(INCDIR)/bfdlink.h \
3625 $(INCDIR)/filenames.h \
3626 $(INCDIR)/hashtab.h \
3627 aout-target.h \
3628 libaout.h \
3629 netbsd.h
3630 i386os9k.lo: \
3631 i386os9k.c \
3632 $(INCDIR)/bfdlink.h \
3633 $(INCDIR)/filenames.h \
3634 $(INCDIR)/hashtab.h \
3635 $(INCDIR)/os9k.h \
3636 libaout.h
3637 ieee.lo: \
3638 ieee.c \
3639 $(INCDIR)/filenames.h \
3640 $(INCDIR)/hashtab.h \
3641 $(INCDIR)/ieee.h \
3642 $(INCDIR)/safe-ctype.h \
3643 libieee.h
3644 m68k4knetbsd.lo: \
3645 m68k4knetbsd.c \
3646 $(INCDIR)/aout/aout64.h \
3647 $(INCDIR)/aout/ar.h \
3648 $(INCDIR)/aout/stab.def \
3649 $(INCDIR)/aout/stab_gnu.h \
3650 $(INCDIR)/bfdlink.h \
3651 $(INCDIR)/filenames.h \
3652 $(INCDIR)/hashtab.h \
3653 aout-target.h \
3654 libaout.h \
3655 netbsd.h
3656 m68klinux.lo: \
3657 m68klinux.c \
3658 $(INCDIR)/aout/aout64.h \
3659 $(INCDIR)/aout/ar.h \
3660 $(INCDIR)/aout/stab.def \
3661 $(INCDIR)/aout/stab_gnu.h \
3662 $(INCDIR)/bfdlink.h \
3663 $(INCDIR)/filenames.h \
3664 $(INCDIR)/hashtab.h \
3665 aout-target.h \
3666 libaout.h
3667 m68knetbsd.lo: \
3668 m68knetbsd.c \
3669 $(INCDIR)/aout/aout64.h \
3670 $(INCDIR)/aout/ar.h \
3671 $(INCDIR)/aout/stab.def \
3672 $(INCDIR)/aout/stab_gnu.h \
3673 $(INCDIR)/bfdlink.h \
3674 $(INCDIR)/filenames.h \
3675 $(INCDIR)/hashtab.h \
3676 aout-target.h \
3677 libaout.h \
3678 netbsd.h
3679 m88kmach3.lo: \
3680 m88kmach3.c \
3681 $(INCDIR)/aout/aout64.h \
3682 $(INCDIR)/aout/ar.h \
3683 $(INCDIR)/aout/stab.def \
3684 $(INCDIR)/aout/stab_gnu.h \
3685 $(INCDIR)/bfdlink.h \
3686 $(INCDIR)/filenames.h \
3687 $(INCDIR)/hashtab.h \
3688 aout-target.h \
3689 libaout.h
3690 m88kopenbsd.lo: \
3691 m88kopenbsd.c \
3692 $(INCDIR)/aout/aout64.h \
3693 $(INCDIR)/aout/ar.h \
3694 $(INCDIR)/aout/stab.def \
3695 $(INCDIR)/aout/stab_gnu.h \
3696 $(INCDIR)/bfdlink.h \
3697 $(INCDIR)/filenames.h \
3698 $(INCDIR)/hashtab.h \
3699 aout-target.h \
3700 libaout.h \
3701 netbsd.h
3702 mach-o.lo: \
3703 mach-o.c \
3704 $(INCDIR)/aout/stab.def \
3705 $(INCDIR)/aout/stab_gnu.h \
3706 $(INCDIR)/filenames.h \
3707 $(INCDIR)/hashtab.h \
3708 $(INCDIR)/libiberty.h \
3709 mach-o-target.c \
3710 mach-o.h
3711 mach-o-i386.lo: \
3712 mach-o-i386.c \
3713 $(INCDIR)/filenames.h \
3714 $(INCDIR)/hashtab.h \
3715 $(INCDIR)/libiberty.h \
3716 mach-o-target.c \
3717 mach-o.h
3718 mipsbsd.lo: \
3719 mipsbsd.c \
3720 $(INCDIR)/aout/aout64.h \
3721 $(INCDIR)/aout/ar.h \
3722 $(INCDIR)/aout/stab.def \
3723 $(INCDIR)/aout/stab_gnu.h \
3724 $(INCDIR)/bfdlink.h \
3725 $(INCDIR)/filenames.h \
3726 $(INCDIR)/hashtab.h \
3727 aout-target.h \
3728 libaout.h
3729 newsos3.lo: \
3730 newsos3.c \
3731 $(INCDIR)/aout/aout64.h \
3732 $(INCDIR)/aout/ar.h \
3733 $(INCDIR)/aout/stab.def \
3734 $(INCDIR)/aout/stab_gnu.h \
3735 $(INCDIR)/bfdlink.h \
3736 $(INCDIR)/filenames.h \
3737 $(INCDIR)/hashtab.h \
3738 aout-target.h \
3739 libaout.h
3740 nlm.lo: \
3741 nlm.c \
3742 $(INCDIR)/filenames.h \
3743 $(INCDIR)/hashtab.h \
3744 $(INCDIR)/nlm/common.h \
3745 $(INCDIR)/nlm/external.h \
3746 $(INCDIR)/nlm/internal.h \
3747 libnlm.h
3748 nlm32-i386.lo: \
3749 nlm32-i386.c \
3750 $(INCDIR)/filenames.h \
3751 $(INCDIR)/hashtab.h \
3752 $(INCDIR)/nlm/common.h \
3753 $(INCDIR)/nlm/external.h \
3754 $(INCDIR)/nlm/i386-ext.h \
3755 $(INCDIR)/nlm/internal.h \
3756 libnlm.h \
3757 nlm-target.h \
3758 nlmswap.h
3759 nlm32-ppc.lo: \
3760 nlm32-ppc.c \
3761 $(INCDIR)/filenames.h \
3762 $(INCDIR)/hashtab.h \
3763 $(INCDIR)/nlm/common.h \
3764 $(INCDIR)/nlm/external.h \
3765 $(INCDIR)/nlm/internal.h \
3766 $(INCDIR)/nlm/ppc-ext.h \
3767 libnlm.h \
3768 nlm-target.h \
3769 nlmswap.h
3770 nlm32-sparc.lo: \
3771 nlm32-sparc.c \
3772 $(INCDIR)/filenames.h \
3773 $(INCDIR)/hashtab.h \
3774 $(INCDIR)/nlm/common.h \
3775 $(INCDIR)/nlm/external.h \
3776 $(INCDIR)/nlm/internal.h \
3777 $(INCDIR)/nlm/sparc32-ext.h \
3778 libnlm.h \
3779 nlm-target.h \
3780 nlmswap.h
3781 nlm32.lo: \
3782 nlm32.c \
3783 $(INCDIR)/filenames.h \
3784 $(INCDIR)/hashtab.h \
3785 $(INCDIR)/nlm/common.h \
3786 $(INCDIR)/nlm/external.h \
3787 $(INCDIR)/nlm/internal.h \
3788 libnlm.h \
3789 nlmcode.h
3790 ns32knetbsd.lo: \
3791 ns32knetbsd.c \
3792 $(INCDIR)/aout/aout64.h \
3793 $(INCDIR)/aout/ar.h \
3794 $(INCDIR)/aout/stab.def \
3795 $(INCDIR)/aout/stab_gnu.h \
3796 $(INCDIR)/bfdlink.h \
3797 $(INCDIR)/filenames.h \
3798 $(INCDIR)/hashtab.h \
3799 aout-target.h \
3800 libaout.h \
3801 netbsd.h
3802 oasys.lo: \
3803 oasys.c \
3804 $(INCDIR)/filenames.h \
3805 $(INCDIR)/hashtab.h \
3806 $(INCDIR)/oasys.h \
3807 $(INCDIR)/safe-ctype.h \
3808 liboasys.h
3809 pc532-mach.lo: \
3810 pc532-mach.c \
3811 $(INCDIR)/aout/aout64.h \
3812 $(INCDIR)/aout/ar.h \
3813 $(INCDIR)/aout/stab.def \
3814 $(INCDIR)/aout/stab_gnu.h \
3815 $(INCDIR)/bfdlink.h \
3816 $(INCDIR)/filenames.h \
3817 $(INCDIR)/hashtab.h \
3818 aout-target.h \
3819 libaout.h
3820 pdp11.lo: \
3821 pdp11.c \
3822 $(INCDIR)/aout/aout64.h \
3823 $(INCDIR)/aout/ar.h \
3824 $(INCDIR)/aout/stab.def \
3825 $(INCDIR)/aout/stab_gnu.h \
3826 $(INCDIR)/bfdlink.h \
3827 $(INCDIR)/filenames.h \
3828 $(INCDIR)/hashtab.h \
3829 $(INCDIR)/safe-ctype.h \
3830 aout-target.h \
3831 libaout.h
3832 pe-arm-wince.lo: \
3833 pe-arm-wince.c \
3834 $(INCDIR)/bfdlink.h \
3835 $(INCDIR)/coff/arm.h \
3836 $(INCDIR)/coff/external.h \
3837 $(INCDIR)/coff/internal.h \
3838 $(INCDIR)/coff/pe.h \
3839 $(INCDIR)/filenames.h \
3840 $(INCDIR)/hashtab.h \
3841 coff-arm.c \
3842 coffcode.h \
3843 libcoff.h \
3844 libpei.h \
3845 pe-arm.c \
3846 peicode.h
3847 pe-arm.lo: \
3848 pe-arm.c \
3849 $(INCDIR)/bfdlink.h \
3850 $(INCDIR)/coff/arm.h \
3851 $(INCDIR)/coff/external.h \
3852 $(INCDIR)/coff/internal.h \
3853 $(INCDIR)/coff/pe.h \
3854 $(INCDIR)/filenames.h \
3855 $(INCDIR)/hashtab.h \
3856 coff-arm.c \
3857 coffcode.h \
3858 libcoff.h \
3859 libpei.h \
3860 peicode.h
3861 pe-i386.lo: \
3862 pe-i386.c \
3863 $(INCDIR)/bfdlink.h \
3864 $(INCDIR)/coff/external.h \
3865 $(INCDIR)/coff/i386.h \
3866 $(INCDIR)/coff/internal.h \
3867 $(INCDIR)/coff/pe.h \
3868 $(INCDIR)/filenames.h \
3869 $(INCDIR)/hashtab.h \
3870 coff-i386.c \
3871 coffcode.h \
3872 libcoff.h \
3873 libpei.h \
3874 peicode.h
3875 pe-mcore.lo: \
3876 pe-mcore.c \
3877 $(INCDIR)/bfdlink.h \
3878 $(INCDIR)/coff/external.h \
3879 $(INCDIR)/coff/internal.h \
3880 $(INCDIR)/coff/mcore.h \
3881 $(INCDIR)/coff/pe.h \
3882 $(INCDIR)/filenames.h \
3883 $(INCDIR)/hashtab.h \
3884 coff-mcore.c \
3885 coffcode.h \
3886 libcoff.h \
3887 libpei.h \
3888 peicode.h
3889 pe-mips.lo: \
3890 pe-mips.c \
3891 $(INCDIR)/bfdlink.h \
3892 $(INCDIR)/coff/external.h \
3893 $(INCDIR)/coff/internal.h \
3894 $(INCDIR)/coff/mipspe.h \
3895 $(INCDIR)/coff/pe.h \
3896 $(INCDIR)/filenames.h \
3897 $(INCDIR)/hashtab.h \
3898 coffcode.h \
3899 libcoff.h \
3900 libpei.h \
3901 peicode.h
3902 pe-ppc.lo: \
3903 pe-ppc.c \
3904 $(INCDIR)/bfdlink.h \
3905 $(INCDIR)/coff/external.h \
3906 $(INCDIR)/coff/internal.h \
3907 $(INCDIR)/coff/pe.h \
3908 $(INCDIR)/coff/powerpc.h \
3909 $(INCDIR)/filenames.h \
3910 $(INCDIR)/hashtab.h \
3911 coff-ppc.c \
3912 coffcode.h \
3913 libcoff.h \
3914 libpei.h \
3915 peicode.h
3916 pe-sh.lo: \
3917 pe-sh.c \
3918 $(INCDIR)/bfdlink.h \
3919 $(INCDIR)/coff/external.h \
3920 $(INCDIR)/coff/internal.h \
3921 $(INCDIR)/coff/pe.h \
3922 $(INCDIR)/coff/sh.h \
3923 $(INCDIR)/filenames.h \
3924 $(INCDIR)/hashtab.h \
3925 $(INCDIR)/libiberty.h \
3926 coff-sh.c \
3927 coffcode.h \
3928 libcoff.h \
3929 libpei.h \
3930 peicode.h
3931 pef.lo: \
3932 pef.c \
3933 $(INCDIR)/filenames.h \
3934 $(INCDIR)/hashtab.h \
3935 $(INCDIR)/libiberty.h \
3936 $(INCDIR)/safe-ctype.h \
3937 pef-traceback.h \
3938 pef.h
3939 pei-arm-wince.lo: \
3940 pei-arm-wince.c \
3941 $(INCDIR)/bfdlink.h \
3942 $(INCDIR)/coff/arm.h \
3943 $(INCDIR)/coff/external.h \
3944 $(INCDIR)/coff/internal.h \
3945 $(INCDIR)/coff/pe.h \
3946 $(INCDIR)/filenames.h \
3947 $(INCDIR)/hashtab.h \
3948 coff-arm.c \
3949 coffcode.h \
3950 libcoff.h \
3951 libpei.h \
3952 pei-arm.c \
3953 peicode.h
3954 pei-arm.lo: \
3955 pei-arm.c \
3956 $(INCDIR)/bfdlink.h \
3957 $(INCDIR)/coff/arm.h \
3958 $(INCDIR)/coff/external.h \
3959 $(INCDIR)/coff/internal.h \
3960 $(INCDIR)/coff/pe.h \
3961 $(INCDIR)/filenames.h \
3962 $(INCDIR)/hashtab.h \
3963 coff-arm.c \
3964 coffcode.h \
3965 libcoff.h \
3966 libpei.h \
3967 peicode.h
3968 pei-i386.lo: \
3969 pei-i386.c \
3970 $(INCDIR)/bfdlink.h \
3971 $(INCDIR)/coff/external.h \
3972 $(INCDIR)/coff/i386.h \
3973 $(INCDIR)/coff/internal.h \
3974 $(INCDIR)/coff/pe.h \
3975 $(INCDIR)/filenames.h \
3976 $(INCDIR)/hashtab.h \
3977 coff-i386.c \
3978 coffcode.h \
3979 libcoff.h \
3980 libpei.h \
3981 peicode.h
3982 pei-mcore.lo: \
3983 pei-mcore.c \
3984 $(INCDIR)/bfdlink.h \
3985 $(INCDIR)/coff/external.h \
3986 $(INCDIR)/coff/internal.h \
3987 $(INCDIR)/coff/mcore.h \
3988 $(INCDIR)/coff/pe.h \
3989 $(INCDIR)/filenames.h \
3990 $(INCDIR)/hashtab.h \
3991 coff-mcore.c \
3992 coffcode.h \
3993 libcoff.h \
3994 libpei.h \
3995 peicode.h
3996 pei-mips.lo: \
3997 pei-mips.c \
3998 $(INCDIR)/bfdlink.h \
3999 $(INCDIR)/coff/external.h \
4000 $(INCDIR)/coff/internal.h \
4001 $(INCDIR)/coff/mipspe.h \
4002 $(INCDIR)/coff/pe.h \
4003 $(INCDIR)/filenames.h \
4004 $(INCDIR)/hashtab.h \
4005 coffcode.h \
4006 libcoff.h \
4007 libpei.h \
4008 pe-mips.c \
4009 peicode.h
4010 pei-ppc.lo: \
4011 pei-ppc.c \
4012 $(INCDIR)/bfdlink.h \
4013 $(INCDIR)/coff/external.h \
4014 $(INCDIR)/coff/internal.h \
4015 $(INCDIR)/coff/pe.h \
4016 $(INCDIR)/coff/powerpc.h \
4017 $(INCDIR)/filenames.h \
4018 $(INCDIR)/hashtab.h \
4019 coff-ppc.c \
4020 coffcode.h \
4021 libcoff.h \
4022 libpei.h \
4023 peicode.h
4024 pei-sh.lo: \
4025 pei-sh.c \
4026 $(INCDIR)/bfdlink.h \
4027 $(INCDIR)/coff/external.h \
4028 $(INCDIR)/coff/internal.h \
4029 $(INCDIR)/coff/pe.h \
4030 $(INCDIR)/coff/sh.h \
4031 $(INCDIR)/filenames.h \
4032 $(INCDIR)/hashtab.h \
4033 $(INCDIR)/libiberty.h \
4034 coff-sh.c \
4035 coffcode.h \
4036 libcoff.h \
4037 libpei.h \
4038 peicode.h
4039 plugin.lo: \
4040 plugin.c \
4041 $(INCDIR)/filenames.h \
4042 $(INCDIR)/hashtab.h \
4043 $(INCDIR)/libiberty.h \
4044 $(INCDIR)/plugin-api.h \
4045 plugin.h
4046 ppcboot.lo: \
4047 ppcboot.c \
4048 $(INCDIR)/filenames.h \
4049 $(INCDIR)/hashtab.h \
4050 $(INCDIR)/safe-ctype.h
4051 reloc16.lo: \
4052 reloc16.c \
4053 $(INCDIR)/bfdlink.h \
4054 $(INCDIR)/coff/internal.h \
4055 $(INCDIR)/filenames.h \
4056 $(INCDIR)/hashtab.h \
4057 genlink.h \
4058 libcoff.h
4059 riscix.lo: \
4060 riscix.c \
4061 $(INCDIR)/aout/aout64.h \
4062 $(INCDIR)/aout/ar.h \
4063 $(INCDIR)/aout/stab.def \
4064 $(INCDIR)/aout/stab_gnu.h \
4065 $(INCDIR)/bfdlink.h \
4066 $(INCDIR)/filenames.h \
4067 $(INCDIR)/hashtab.h \
4068 aout-target.h \
4069 libaout.h
4070 som.lo: \
4071 som.c \
4072 $(INCDIR)/alloca-conf.h \
4073 $(INCDIR)/filenames.h
4074 sparclinux.lo: \
4075 sparclinux.c \
4076 $(INCDIR)/aout/aout64.h \
4077 $(INCDIR)/aout/ar.h \
4078 $(INCDIR)/aout/stab.def \
4079 $(INCDIR)/aout/stab_gnu.h \
4080 $(INCDIR)/bfdlink.h \
4081 $(INCDIR)/filenames.h \
4082 $(INCDIR)/hashtab.h \
4083 aout-target.h \
4084 libaout.h
4085 sparclynx.lo: \
4086 sparclynx.c \
4087 $(INCDIR)/aout/aout64.h \
4088 $(INCDIR)/aout/ar.h \
4089 $(INCDIR)/aout/stab.def \
4090 $(INCDIR)/aout/stab_gnu.h \
4091 $(INCDIR)/aout/sun4.h \
4092 $(INCDIR)/bfdlink.h \
4093 $(INCDIR)/filenames.h \
4094 $(INCDIR)/hashtab.h \
4095 aout-target.h \
4096 libaout.h
4097 sparcnetbsd.lo: \
4098 sparcnetbsd.c \
4099 $(INCDIR)/aout/aout64.h \
4100 $(INCDIR)/aout/ar.h \
4101 $(INCDIR)/aout/stab.def \
4102 $(INCDIR)/aout/stab_gnu.h \
4103 $(INCDIR)/bfdlink.h \
4104 $(INCDIR)/filenames.h \
4105 $(INCDIR)/hashtab.h \
4106 aout-target.h \
4107 libaout.h \
4108 netbsd.h
4109 sunos.lo: \
4110 sunos.c \
4111 $(INCDIR)/aout/aout64.h \
4112 $(INCDIR)/aout/ar.h \
4113 $(INCDIR)/aout/stab.def \
4114 $(INCDIR)/aout/stab_gnu.h \
4115 $(INCDIR)/aout/sun4.h \
4116 $(INCDIR)/bfdlink.h \
4117 $(INCDIR)/filenames.h \
4118 $(INCDIR)/hashtab.h \
4119 aout-target.h \
4120 aoutf1.h \
4121 libaout.h
4122 vax1knetbsd.lo: \
4123 vax1knetbsd.c \
4124 $(INCDIR)/aout/aout64.h \
4125 $(INCDIR)/aout/ar.h \
4126 $(INCDIR)/aout/stab.def \
4127 $(INCDIR)/aout/stab_gnu.h \
4128 $(INCDIR)/bfdlink.h \
4129 $(INCDIR)/filenames.h \
4130 $(INCDIR)/hashtab.h \
4131 aout-target.h \
4132 libaout.h \
4133 netbsd.h
4134 vaxbsd.lo: \
4135 vaxbsd.c \
4136 $(INCDIR)/aout/aout64.h \
4137 $(INCDIR)/aout/ar.h \
4138 $(INCDIR)/aout/stab.def \
4139 $(INCDIR)/aout/stab_gnu.h \
4140 $(INCDIR)/bfdlink.h \
4141 $(INCDIR)/filenames.h \
4142 $(INCDIR)/hashtab.h \
4143 aout-target.h \
4144 libaout.h
4145 vaxnetbsd.lo: \
4146 vaxnetbsd.c \
4147 $(INCDIR)/aout/aout64.h \
4148 $(INCDIR)/aout/ar.h \
4149 $(INCDIR)/aout/stab.def \
4150 $(INCDIR)/aout/stab_gnu.h \
4151 $(INCDIR)/bfdlink.h \
4152 $(INCDIR)/filenames.h \
4153 $(INCDIR)/hashtab.h \
4154 aout-target.h \
4155 libaout.h \
4156 netbsd.h
4157 versados.lo: \
4158 versados.c \
4159 $(INCDIR)/filenames.h \
4160 $(INCDIR)/hashtab.h \
4161 $(INCDIR)/libiberty.h
4162 vms-gsd.lo: \
4163 vms-gsd.c \
4164 $(INCDIR)/bfdlink.h \
4165 $(INCDIR)/filenames.h \
4166 $(INCDIR)/hashtab.h \
4167 vms.h
4168 vms-hdr.lo: \
4169 vms-hdr.c \
4170 $(INCDIR)/bfdlink.h \
4171 $(INCDIR)/filenames.h \
4172 $(INCDIR)/hashtab.h \
4173 $(INCDIR)/safe-ctype.h \
4174 bfdver.h \
4175 vms.h
4176 vms-misc.lo: \
4177 vms-misc.c \
4178 $(INCDIR)/bfdlink.h \
4179 $(INCDIR)/filenames.h \
4180 $(INCDIR)/hashtab.h \
4181 vms.h
4182 vms-tir.lo: \
4183 vms-tir.c \
4184 $(INCDIR)/bfdlink.h \
4185 $(INCDIR)/filenames.h \
4186 $(INCDIR)/hashtab.h \
4187 vms.h
4188 vms.lo: \
4189 vms.c \
4190 $(INCDIR)/bfdlink.h \
4191 $(INCDIR)/filenames.h \
4192 $(INCDIR)/hashtab.h \
4193 vms.h
4194 vmsutil.lo: \
4195 vmsutil.c \
4196 vmsutil.h
4197 xcofflink.lo: \
4198 xcofflink.c \
4199 $(INCDIR)/bfdlink.h \
4200 $(INCDIR)/coff/internal.h \
4201 $(INCDIR)/coff/xcoff.h \
4202 $(INCDIR)/filenames.h \
4203 $(INCDIR)/hashtab.h \
4204 $(INCDIR)/libiberty.h \
4205 libcoff.h \
4206 libxcoff.h
4207 xsym.lo: \
4208 xsym.c \
4209 $(INCDIR)/alloca-conf.h \
4210 $(INCDIR)/filenames.h \
4211 $(INCDIR)/hashtab.h \
4212 xsym.h
4213 xtensa-isa.lo: \
4214 xtensa-isa.c \
4215 $(INCDIR)/filenames.h \
4216 $(INCDIR)/hashtab.h \
4217 $(INCDIR)/xtensa-isa-internal.h \
4218 $(INCDIR)/xtensa-isa.h
4219 xtensa-modules.lo: \
4220 xtensa-modules.c \
4221 $(INCDIR)/xtensa-isa-internal.h \
4222 $(INCDIR)/xtensa-isa.h
4223 aix5ppc-core.lo: \
4224 aix5ppc-core.c \
4225 $(INCDIR)/filenames.h
4226 aout64.lo: \
4227 aout64.c \
4228 $(INCDIR)/aout/aout64.h \
4229 $(INCDIR)/aout/ar.h \
4230 $(INCDIR)/aout/stab.def \
4231 $(INCDIR)/aout/stab_gnu.h \
4232 $(INCDIR)/bfdlink.h \
4233 $(INCDIR)/filenames.h \
4234 $(INCDIR)/hashtab.h \
4235 $(INCDIR)/safe-ctype.h \
4236 aoutx.h \
4237 libaout.h
4238 coff-alpha.lo: \
4239 coff-alpha.c \
4240 $(INCDIR)/aout/ar.h \
4241 $(INCDIR)/bfdlink.h \
4242 $(INCDIR)/coff/alpha.h \
4243 $(INCDIR)/coff/ecoff.h \
4244 $(INCDIR)/coff/internal.h \
4245 $(INCDIR)/coff/sym.h \
4246 $(INCDIR)/coff/symconst.h \
4247 $(INCDIR)/filenames.h \
4248 $(INCDIR)/hashtab.h \
4249 coffswap.h \
4250 ecoffswap.h \
4251 libcoff.h \
4252 libecoff.h
4253 coff-x86_64.lo: \
4254 coff-x86_64.c \
4255 $(INCDIR)/bfdlink.h \
4256 $(INCDIR)/coff/external.h \
4257 $(INCDIR)/coff/internal.h \
4258 $(INCDIR)/coff/pe.h \
4259 $(INCDIR)/coff/x86_64.h \
4260 $(INCDIR)/filenames.h \
4261 $(INCDIR)/hashtab.h \
4262 $(INCDIR)/libiberty.h \
4263 coffcode.h \
4264 coffswap.h \
4265 libcoff.h
4266 coff64-rs6000.lo: \
4267 coff64-rs6000.c \
4268 $(INCDIR)/bfdlink.h \
4269 $(INCDIR)/coff/internal.h \
4270 $(INCDIR)/coff/rs6k64.h \
4271 $(INCDIR)/coff/xcoff.h \
4272 $(INCDIR)/filenames.h \
4273 $(INCDIR)/hashtab.h \
4274 coffcode.h \
4275 coffswap.h \
4276 libcoff.h \
4277 libxcoff.h
4278 demo64.lo: \
4279 demo64.c \
4280 $(INCDIR)/aout/aout64.h \
4281 $(INCDIR)/aout/ar.h \
4282 $(INCDIR)/aout/stab.def \
4283 $(INCDIR)/aout/stab_gnu.h \
4284 $(INCDIR)/aout/sun4.h \
4285 $(INCDIR)/bfdlink.h \
4286 $(INCDIR)/filenames.h \
4287 $(INCDIR)/hashtab.h \
4288 aout-target.h \
4289 aoutf1.h \
4290 libaout.h
4291 elf32-score.lo: \
4292 elf32-score.c \
4293 $(INCDIR)/bfdlink.h \
4294 $(INCDIR)/elf/common.h \
4295 $(INCDIR)/elf/external.h \
4296 $(INCDIR)/elf/internal.h \
4297 $(INCDIR)/elf/reloc-macros.h \
4298 $(INCDIR)/elf/score.h \
4299 $(INCDIR)/filenames.h \
4300 $(INCDIR)/hashtab.h \
4301 $(INCDIR)/libiberty.h \
4302 elf-bfd.h \
4303 elf32-score.h \
4304 elf32-target.h
4305 elf32-score7.lo: \
4306 elf32-score7.c \
4307 $(INCDIR)/bfdlink.h \
4308 $(INCDIR)/elf/common.h \
4309 $(INCDIR)/elf/external.h \
4310 $(INCDIR)/elf/internal.h \
4311 $(INCDIR)/elf/reloc-macros.h \
4312 $(INCDIR)/elf/score.h \
4313 $(INCDIR)/filenames.h \
4314 $(INCDIR)/hashtab.h \
4315 $(INCDIR)/libiberty.h \
4316 elf-bfd.h \
4317 elf32-score.h
4318 elf64-alpha.lo: \
4319 elf64-alpha.c \
4320 $(INCDIR)/aout/ar.h \
4321 $(INCDIR)/bfdlink.h \
4322 $(INCDIR)/coff/alpha.h \
4323 $(INCDIR)/coff/ecoff.h \
4324 $(INCDIR)/coff/internal.h \
4325 $(INCDIR)/coff/sym.h \
4326 $(INCDIR)/coff/symconst.h \
4327 $(INCDIR)/elf/alpha.h \
4328 $(INCDIR)/elf/common.h \
4329 $(INCDIR)/elf/external.h \
4330 $(INCDIR)/elf/internal.h \
4331 $(INCDIR)/elf/reloc-macros.h \
4332 $(INCDIR)/filenames.h \
4333 $(INCDIR)/hashtab.h \
4334 ecoffswap.h \
4335 elf-bfd.h \
4336 elf64-target.h \
4337 libcoff.h \
4338 libecoff.h
4339 elf64-gen.lo: \
4340 elf64-gen.c \
4341 $(INCDIR)/bfdlink.h \
4342 $(INCDIR)/elf/common.h \
4343 $(INCDIR)/elf/external.h \
4344 $(INCDIR)/elf/internal.h \
4345 $(INCDIR)/filenames.h \
4346 $(INCDIR)/hashtab.h \
4347 elf-bfd.h \
4348 elf64-target.h
4349 elf64-hppa.lo: \
4350 elf64-hppa.c \
4351 $(INCDIR)/alloca-conf.h \
4352 $(INCDIR)/bfdlink.h \
4353 $(INCDIR)/elf/common.h \
4354 $(INCDIR)/elf/external.h \
4355 $(INCDIR)/elf/hppa.h \
4356 $(INCDIR)/elf/internal.h \
4357 $(INCDIR)/elf/reloc-macros.h \
4358 $(INCDIR)/filenames.h \
4359 $(INCDIR)/hashtab.h \
4360 elf-bfd.h \
4361 elf-hppa.h \
4362 elf64-hppa.h \
4363 elf64-target.h \
4364 libhppa.h
4365 elf64-mips.lo: \
4366 elf64-mips.c \
4367 $(INCDIR)/aout/ar.h \
4368 $(INCDIR)/bfdlink.h \
4369 $(INCDIR)/coff/alpha.h \
4370 $(INCDIR)/coff/ecoff.h \
4371 $(INCDIR)/coff/internal.h \
4372 $(INCDIR)/coff/sym.h \
4373 $(INCDIR)/coff/symconst.h \
4374 $(INCDIR)/elf/common.h \
4375 $(INCDIR)/elf/external.h \
4376 $(INCDIR)/elf/internal.h \
4377 $(INCDIR)/elf/mips.h \
4378 $(INCDIR)/elf/reloc-macros.h \
4379 $(INCDIR)/filenames.h \
4380 $(INCDIR)/hashtab.h \
4381 ecoffswap.h \
4382 elf-bfd.h \
4383 elf64-target.h \
4384 elfxx-mips.h \
4385 genlink.h
4386 elf64-mmix.lo: \
4387 elf64-mmix.c \
4388 $(INCDIR)/bfdlink.h \
4389 $(INCDIR)/elf/common.h \
4390 $(INCDIR)/elf/external.h \
4391 $(INCDIR)/elf/internal.h \
4392 $(INCDIR)/elf/mmix.h \
4393 $(INCDIR)/elf/reloc-macros.h \
4394 $(INCDIR)/filenames.h \
4395 $(INCDIR)/hashtab.h \
4396 $(INCDIR)/opcode/mmix.h \
4397 elf-bfd.h \
4398 elf64-target.h
4399 elf64-ppc.lo: \
4400 elf64-ppc.c \
4401 $(INCDIR)/bfdlink.h \
4402 $(INCDIR)/elf/common.h \
4403 $(INCDIR)/elf/external.h \
4404 $(INCDIR)/elf/internal.h \
4405 $(INCDIR)/elf/ppc64.h \
4406 $(INCDIR)/elf/reloc-macros.h \
4407 $(INCDIR)/filenames.h \
4408 $(INCDIR)/hashtab.h \
4409 elf-bfd.h \
4410 elf64-ppc.h \
4411 elf64-target.h
4412 elf64-s390.lo: \
4413 elf64-s390.c \
4414 $(INCDIR)/bfdlink.h \
4415 $(INCDIR)/elf/common.h \
4416 $(INCDIR)/elf/external.h \
4417 $(INCDIR)/elf/internal.h \
4418 $(INCDIR)/elf/reloc-macros.h \
4419 $(INCDIR)/elf/s390.h \
4420 $(INCDIR)/filenames.h \
4421 $(INCDIR)/hashtab.h \
4422 elf-bfd.h \
4423 elf64-target.h
4424 elf64-sh64.lo: \
4425 elf64-sh64.c \
4426 $(INCDIR)/bfdlink.h \
4427 $(INCDIR)/elf/common.h \
4428 $(INCDIR)/elf/external.h \
4429 $(INCDIR)/elf/internal.h \
4430 $(INCDIR)/elf/reloc-macros.h \
4431 $(INCDIR)/elf/sh.h \
4432 $(INCDIR)/filenames.h \
4433 $(INCDIR)/hashtab.h \
4434 elf-bfd.h \
4435 elf64-target.h
4436 elf64-sparc.lo: \
4437 elf64-sparc.c \
4438 $(INCDIR)/bfdlink.h \
4439 $(INCDIR)/elf/common.h \
4440 $(INCDIR)/elf/external.h \
4441 $(INCDIR)/elf/internal.h \
4442 $(INCDIR)/elf/reloc-macros.h \
4443 $(INCDIR)/elf/sparc.h \
4444 $(INCDIR)/filenames.h \
4445 $(INCDIR)/hashtab.h \
4446 $(INCDIR)/opcode/sparc.h \
4447 elf-bfd.h \
4448 elf64-target.h \
4449 elfxx-sparc.h
4450 elf64-x86-64.lo: \
4451 elf64-x86-64.c \
4452 $(INCDIR)/bfdlink.h \
4453 $(INCDIR)/elf/common.h \
4454 $(INCDIR)/elf/external.h \
4455 $(INCDIR)/elf/internal.h \
4456 $(INCDIR)/elf/reloc-macros.h \
4457 $(INCDIR)/elf/x86-64.h \
4458 $(INCDIR)/filenames.h \
4459 $(INCDIR)/hashtab.h \
4460 $(INCDIR)/objalloc.h \
4461 bfd_stdint.h \
4462 elf-bfd.h \
4463 elf64-target.h
4464 elf64.lo: \
4465 elf64.c \
4466 $(INCDIR)/bfdlink.h \
4467 $(INCDIR)/elf/common.h \
4468 $(INCDIR)/elf/external.h \
4469 $(INCDIR)/elf/internal.h \
4470 $(INCDIR)/filenames.h \
4471 $(INCDIR)/hashtab.h \
4472 $(INCDIR)/libiberty.h \
4473 elf-bfd.h \
4474 elfcode.h \
4475 elfcore.h
4476 elfn32-mips.lo: \
4477 elfn32-mips.c \
4478 $(INCDIR)/bfdlink.h \
4479 $(INCDIR)/coff/ecoff.h \
4480 $(INCDIR)/coff/external.h \
4481 $(INCDIR)/coff/internal.h \
4482 $(INCDIR)/coff/mips.h \
4483 $(INCDIR)/coff/sym.h \
4484 $(INCDIR)/coff/symconst.h \
4485 $(INCDIR)/elf/common.h \
4486 $(INCDIR)/elf/external.h \
4487 $(INCDIR)/elf/internal.h \
4488 $(INCDIR)/elf/mips.h \
4489 $(INCDIR)/elf/reloc-macros.h \
4490 $(INCDIR)/filenames.h \
4491 $(INCDIR)/hashtab.h \
4492 ecoffswap.h \
4493 elf-bfd.h \
4494 elf32-target.h \
4495 elfxx-mips.h \
4496 genlink.h
4497 mmo.lo: \
4498 mmo.c \
4499 $(INCDIR)/elf/mmix.h \
4500 $(INCDIR)/elf/reloc-macros.h \
4501 $(INCDIR)/filenames.h \
4502 $(INCDIR)/hashtab.h \
4503 $(INCDIR)/libiberty.h \
4504 $(INCDIR)/opcode/mmix.h
4505 nlm32-alpha.lo: \
4506 nlm32-alpha.c \
4507 $(INCDIR)/filenames.h \
4508 $(INCDIR)/hashtab.h \
4509 $(INCDIR)/nlm/alpha-ext.h \
4510 $(INCDIR)/nlm/common.h \
4511 $(INCDIR)/nlm/external.h \
4512 $(INCDIR)/nlm/internal.h \
4513 libnlm.h \
4514 nlm-target.h \
4515 nlmswap.h
4516 nlm64.lo: \
4517 nlm64.c \
4518 $(INCDIR)/filenames.h \
4519 $(INCDIR)/hashtab.h \
4520 $(INCDIR)/nlm/common.h \
4521 $(INCDIR)/nlm/external.h \
4522 $(INCDIR)/nlm/internal.h \
4523 libnlm.h \
4524 nlmcode.h
4525 pe-x86_64.lo: \
4526 pe-x86_64.c \
4527 $(INCDIR)/bfdlink.h \
4528 $(INCDIR)/coff/external.h \
4529 $(INCDIR)/coff/internal.h \
4530 $(INCDIR)/coff/pe.h \
4531 $(INCDIR)/coff/x86_64.h \
4532 $(INCDIR)/filenames.h \
4533 $(INCDIR)/hashtab.h \
4534 $(INCDIR)/libiberty.h \
4535 coff-x86_64.c \
4536 coffcode.h \
4537 libcoff.h \
4538 libpei.h \
4539 peicode.h
4540 pei-ia64.lo: \
4541 pei-ia64.c \
4542 $(INCDIR)/bfdlink.h \
4543 $(INCDIR)/coff/external.h \
4544 $(INCDIR)/coff/ia64.h \
4545 $(INCDIR)/coff/internal.h \
4546 $(INCDIR)/coff/pe.h \
4547 $(INCDIR)/filenames.h \
4548 $(INCDIR)/hashtab.h \
4549 coff-ia64.c \
4550 coffcode.h \
4551 libcoff.h \
4552 libpei.h \
4553 peicode.h
4554 pei-x86_64.lo: \
4555 pei-x86_64.c \
4556 $(INCDIR)/bfdlink.h \
4557 $(INCDIR)/coff/external.h \
4558 $(INCDIR)/coff/internal.h \
4559 $(INCDIR)/coff/pe.h \
4560 $(INCDIR)/coff/x86_64.h \
4561 $(INCDIR)/filenames.h \
4562 $(INCDIR)/hashtab.h \
4563 $(INCDIR)/libiberty.h \
4564 coff-x86_64.c \
4565 coffcode.h \
4566 libcoff.h \
4567 libpei.h \
4568 peicode.h
4569 aix386-core.lo: \
4570 aix386-core.c \
4571 $(INCDIR)/bfdlink.h \
4572 $(INCDIR)/coff/external.h \
4573 $(INCDIR)/coff/i386.h \
4574 $(INCDIR)/coff/internal.h \
4575 $(INCDIR)/filenames.h \
4576 $(INCDIR)/hashtab.h \
4577 libcoff.h
4578 cisco-core.lo: \
4579 cisco-core.c \
4580 $(INCDIR)/filenames.h \
4581 $(INCDIR)/hashtab.h
4582 hpux-core.lo: \
4583 hpux-core.c \
4584 $(INCDIR)/filenames.h \
4585 $(INCDIR)/hashtab.h
4586 irix-core.lo: \
4587 irix-core.c \
4588 $(INCDIR)/filenames.h \
4589 $(INCDIR)/hashtab.h
4590 lynx-core.lo: \
4591 lynx-core.c \
4592 $(INCDIR)/filenames.h \
4593 $(INCDIR)/hashtab.h
4594 osf-core.lo: \
4595 osf-core.c \
4596 $(INCDIR)/filenames.h \
4597 $(INCDIR)/hashtab.h
4598 sco5-core.lo: \
4599 sco5-core.c \
4600 $(INCDIR)/bfdlink.h \
4601 $(INCDIR)/filenames.h \
4602 $(INCDIR)/hashtab.h \
4603 libaout.h
4604 trad-core.lo: \
4605 trad-core.c \
4606 $(INCDIR)/bfdlink.h \
4607 $(INCDIR)/filenames.h \
4608 $(INCDIR)/hashtab.h \
4609 libaout.h
4610 elf32-ia64.lo: \
4611 elf32-ia64.c \
4612 $(INCDIR)/bfdlink.h \
4613 $(INCDIR)/elf/common.h \
4614 $(INCDIR)/elf/external.h \
4615 $(INCDIR)/elf/ia64.h \
4616 $(INCDIR)/elf/internal.h \
4617 $(INCDIR)/elf/reloc-macros.h \
4618 $(INCDIR)/filenames.h \
4619 $(INCDIR)/hashtab.h \
4620 $(INCDIR)/objalloc.h \
4621 $(INCDIR)/opcode/ia64.h \
4622 elf-bfd.h \
4623 elf32-target.h
4624 elf64-ia64.lo: \
4625 elf64-ia64.c \
4626 $(INCDIR)/bfdlink.h \
4627 $(INCDIR)/elf/common.h \
4628 $(INCDIR)/elf/external.h \
4629 $(INCDIR)/elf/ia64.h \
4630 $(INCDIR)/elf/internal.h \
4631 $(INCDIR)/elf/reloc-macros.h \
4632 $(INCDIR)/filenames.h \
4633 $(INCDIR)/hashtab.h \
4634 $(INCDIR)/objalloc.h \
4635 $(INCDIR)/opcode/ia64.h \
4636 elf-bfd.h \
4637 elf64-target.h
4638 peigen.lo: \
4639 peigen.c \
4640 $(INCDIR)/bfdlink.h \
4641 $(INCDIR)/coff/external.h \
4642 $(INCDIR)/coff/i386.h \
4643 $(INCDIR)/coff/internal.h \
4644 $(INCDIR)/coff/pe.h \
4645 $(INCDIR)/filenames.h \
4646 $(INCDIR)/hashtab.h \
4647 libcoff.h \
4648 libpei.h
4649 pepigen.lo: \
4650 pepigen.c \
4651 $(INCDIR)/bfdlink.h \
4652 $(INCDIR)/coff/external.h \
4653 $(INCDIR)/coff/ia64.h \
4654 $(INCDIR)/coff/internal.h \
4655 $(INCDIR)/coff/pe.h \
4656 $(INCDIR)/filenames.h \
4657 $(INCDIR)/hashtab.h \
4658 libcoff.h \
4659 libpei.h
4660 pex64igen.lo: \
4661 pex64igen.c \
4662 $(INCDIR)/bfdlink.h \
4663 $(INCDIR)/coff/external.h \
4664 $(INCDIR)/coff/internal.h \
4665 $(INCDIR)/coff/pe.h \
4666 $(INCDIR)/coff/x86_64.h \
4667 $(INCDIR)/filenames.h \
4668 $(INCDIR)/hashtab.h \
4669 libcoff.h \
4670 libpei.h
4671 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
4672 # Tell versions [3.59,3.63) of GNU make to not export all variables.
4673 # Otherwise a system limit (for SysV at least) may be exceeded.
4674 .NOEXPORT: