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