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