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