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