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