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