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