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