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