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