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