Cleanups after the update to Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
81ecdfbb 1# Makefile.in generated by automake 1.11 from Makefile.am.
90c0a373 2# @configure_input@
252b5132 3
90c0a373 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
81ecdfbb
RW
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
252b5132
RH
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
90c0a373 16@SET_MAKE@
a2d91340 17
90c0a373 18
252b5132 19VPATH = @srcdir@
252b5132 20pkgdatadir = $(datadir)/@PACKAGE@
252b5132 21pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
90c0a373 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90c0a373
AM
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
252b5132
RH
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
90c0a373 36build_triplet = @build@
252b5132 37host_triplet = @host@
90c0a373 38target_triplet = @target@
90c0a373 39subdir = .
81ecdfbb
RW
40DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
41 $(srcdir)/Makefile.am $(top_srcdir)/configure \
42 $(am__configure_deps) $(srcdir)/config.in \
43 $(srcdir)/../mkinstalldirs $(srcdir)/bfd-in2.h \
44 $(top_srcdir)/po/Make-in
90c0a373 45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79887925
L
46am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
47 $(top_srcdir)/../config/depstand.m4 \
20e95c23 48 $(top_srcdir)/../config/gettext-sister.m4 \
79887925 49 $(top_srcdir)/../config/lead-dot.m4 \
8944f3c2
AM
50 $(top_srcdir)/../config/nls.m4 \
51 $(top_srcdir)/../config/override.m4 \
5691d22d 52 $(top_srcdir)/../config/plugins.m4 \
8944f3c2 53 $(top_srcdir)/../config/po.m4 \
20e95c23 54 $(top_srcdir)/../config/progtest.m4 \
81ecdfbb 55 $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
79887925 56 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
718a6fd8 57 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
81ecdfbb 58 $(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
718a6fd8 59 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
90c0a373
AM
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)
62am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81ecdfbb 63 configure.lineno config.status.lineno
90c0a373
AM
64mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
65CONFIG_HEADER = config.h
66CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
81ecdfbb 67CONFIG_CLEAN_VPATH_FILES =
90c0a373
AM
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;
81ecdfbb
RW
79am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80am__install_max = 40
81am__nobase_strip_setup = \
82 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83am__nobase_strip = \
84 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85am__nobase_list = $(am__nobase_strip_setup); \
86 for p in $$list; do echo "$$p $$p"; done | \
87 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89 if (++n[$$2] == $(am__install_max)) \
90 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91 END { for (dir in files) print dir, files[dir] }'
92am__base_list = \
93 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90c0a373 95am__installdirs = "$(DESTDIR)$(bfdlibdir)"
90c0a373 96LTLIBRARIES = $(bfdlib_LTLIBRARIES)
ce3c775b 97am__DEPENDENCIES_1 =
90c0a373
AM
98am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
99 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
100 opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
101 linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
c067354b
NC
102 stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo \
103 verilog.lo
21e40a48 104am_libbfd_la_OBJECTS = $(am__objects_1)
90c0a373 105libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
81ecdfbb
RW
106libbfd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
107 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108 $(libbfd_la_LDFLAGS) $(LDFLAGS) -o $@
109DEFAULT_INCLUDES = -I.@am__isrc@
90c0a373
AM
110depcomp =
111am__depfiles_maybe =
112COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
113 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81ecdfbb
RW
114LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
116 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90c0a373 117CCLD = $(CC)
81ecdfbb
RW
118LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
120 $(LDFLAGS) -o $@
90c0a373
AM
121SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
122RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
123 html-recursive info-recursive install-data-recursive \
81ecdfbb
RW
124 install-dvi-recursive install-exec-recursive \
125 install-html-recursive install-info-recursive \
126 install-pdf-recursive install-ps-recursive install-recursive \
127 installcheck-recursive installdirs-recursive pdf-recursive \
128 ps-recursive uninstall-recursive
129RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
130 distclean-recursive maintainer-clean-recursive
131AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
132 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
90c0a373
AM
133ETAGS = etags
134CTAGS = ctags
135DIST_SUBDIRS = $(SUBDIRS)
136ACLOCAL = @ACLOCAL@
90c0a373 137AMTAR = @AMTAR@
252b5132 138AR = @AR@
90c0a373
AM
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
142AWK = @AWK@
a351bca6 143BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
252b5132 144BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
a351bca6 145BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
252b5132
RH
146BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
147BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
148BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
149CATALOGS = @CATALOGS@
150CATOBJEXT = @CATOBJEXT@
151CC = @CC@
90c0a373 152CCDEPMODE = @CCDEPMODE@
252b5132 153CC_FOR_BUILD = @CC_FOR_BUILD@
90c0a373 154CFLAGS = @CFLAGS@
252b5132
RH
155COREFILE = @COREFILE@
156COREFLAG = @COREFLAG@
5464f5a1 157CPP = @CPP@
90c0a373
AM
158CPPFLAGS = @CPPFLAGS@
159CYGPATH_W = @CYGPATH_W@
252b5132 160DATADIRNAME = @DATADIRNAME@
0d4a1476 161DEBUGDIR = @DEBUGDIR@
90c0a373
AM
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
718a6fd8 164DSYMUTIL = @DSYMUTIL@
d7040cdb 165DUMPBIN = @DUMPBIN@
90c0a373
AM
166ECHO_C = @ECHO_C@
167ECHO_N = @ECHO_N@
168ECHO_T = @ECHO_T@
169EGREP = @EGREP@
252b5132
RH
170EXEEXT = @EXEEXT@
171EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 172FGREP = @FGREP@
20e95c23 173GENCAT = @GENCAT@
252b5132 174GMSGFMT = @GMSGFMT@
d7040cdb 175GREP = @GREP@
252b5132 176HDEFINES = @HDEFINES@
20e95c23 177INCINTL = @INCINTL@
81ecdfbb 178INSTALL = @INSTALL@
90c0a373 179INSTALL_DATA = @INSTALL_DATA@
90c0a373
AM
180INSTALL_PROGRAM = @INSTALL_PROGRAM@
181INSTALL_SCRIPT = @INSTALL_SCRIPT@
182INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 183INSTOBJEXT = @INSTOBJEXT@
d7040cdb 184LD = @LD@
90c0a373 185LDFLAGS = @LDFLAGS@
20e95c23
DJ
186LIBINTL = @LIBINTL@
187LIBINTL_DEP = @LIBINTL_DEP@
8d25cc3d 188LIBM = @LIBM@
90c0a373
AM
189LIBOBJS = @LIBOBJS@
190LIBS = @LIBS@
252b5132 191LIBTOOL = @LIBTOOL@
718a6fd8 192LIPO = @LIPO@
252b5132 193LN_S = @LN_S@
90c0a373 194LTLIBOBJS = @LTLIBOBJS@
252b5132
RH
195MAINT = @MAINT@
196MAKEINFO = @MAKEINFO@
81ecdfbb 197MKDIR_P = @MKDIR_P@
252b5132
RH
198MKINSTALLDIRS = @MKINSTALLDIRS@
199MSGFMT = @MSGFMT@
20e95c23 200MSGMERGE = @MSGMERGE@
d7040cdb 201NM = @NM@
718a6fd8 202NMEDIT = @NMEDIT@
9e9b66a9 203NO_WERROR = @NO_WERROR@
718a6fd8 204OBJDUMP = @OBJDUMP@
7a6cc5fb 205OBJEXT = @OBJEXT@
718a6fd8
SE
206OTOOL = @OTOOL@
207OTOOL64 = @OTOOL64@
252b5132 208PACKAGE = @PACKAGE@
90c0a373
AM
209PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210PACKAGE_NAME = @PACKAGE_NAME@
211PACKAGE_STRING = @PACKAGE_STRING@
212PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 213PACKAGE_URL = @PACKAGE_URL@
90c0a373
AM
214PACKAGE_VERSION = @PACKAGE_VERSION@
215PATH_SEPARATOR = @PATH_SEPARATOR@
92f01d61 216PKGVERSION = @PKGVERSION@
252b5132
RH
217POSUB = @POSUB@
218RANLIB = @RANLIB@
c428fa83
L
219REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
220REPORT_BUGS_TO = @REPORT_BUGS_TO@
d7040cdb 221SED = @SED@
90c0a373 222SET_MAKE = @SET_MAKE@
29670fb9
AM
223SHARED_LDFLAGS = @SHARED_LDFLAGS@
224SHARED_LIBADD = @SHARED_LIBADD@
90c0a373 225SHELL = @SHELL@
7a6cc5fb 226STRIP = @STRIP@
252b5132 227TDEFINES = @TDEFINES@
252b5132
RH
228USE_NLS = @USE_NLS@
229VERSION = @VERSION@
90c0a373 230WARN_CFLAGS = @WARN_CFLAGS@
90c0a373 231XGETTEXT = @XGETTEXT@
81ecdfbb
RW
232abs_builddir = @abs_builddir@
233abs_srcdir = @abs_srcdir@
234abs_top_builddir = @abs_top_builddir@
235abs_top_srcdir = @abs_top_srcdir@
90c0a373 236ac_ct_CC = @ac_ct_CC@
d7040cdb 237ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252b5132 238all_backends = @all_backends@
90c0a373
AM
239am__include = @am__include@
240am__leading_dot = @am__leading_dot@
241am__quote = @am__quote@
242am__tar = @am__tar@
243am__untar = @am__untar@
21e40a48 244bfd64_libs = @bfd64_libs@
252b5132 245bfd_backends = @bfd_backends@
5bd4f169 246bfd_default_target_size = @bfd_default_target_size@
05864e2a 247bfd_file_ptr = @bfd_file_ptr@
252b5132 248bfd_machines = @bfd_machines@
05864e2a 249bfd_ufile_ptr = @bfd_ufile_ptr@
90c0a373
AM
250bfdincludedir = @bfdincludedir@
251bfdlibdir = @bfdlibdir@
252bindir = @bindir@
253build = @build@
254build_alias = @build_alias@
255build_cpu = @build_cpu@
256build_os = @build_os@
257build_vendor = @build_vendor@
81ecdfbb 258builddir = @builddir@
90c0a373 259datadir = @datadir@
108a6f8e
CD
260datarootdir = @datarootdir@
261docdir = @docdir@
81ecdfbb 262dvidir = @dvidir@
90c0a373
AM
263exec_prefix = @exec_prefix@
264host = @host@
265host_alias = @host_alias@
266host_cpu = @host_cpu@
5464f5a1 267host_noncanonical = @host_noncanonical@
90c0a373
AM
268host_os = @host_os@
269host_vendor = @host_vendor@
108a6f8e 270htmldir = @htmldir@
90c0a373
AM
271includedir = @includedir@
272infodir = @infodir@
273install_sh = @install_sh@
90c0a373
AM
274libdir = @libdir@
275libexecdir = @libexecdir@
81ecdfbb 276localedir = @localedir@
90c0a373 277localstatedir = @localstatedir@
d7040cdb 278lt_ECHO = @lt_ECHO@
90c0a373
AM
279mandir = @mandir@
280mkdir_p = @mkdir_p@
281oldincludedir = @oldincludedir@
31dd3154 282pdfdir = @pdfdir@
90c0a373
AM
283prefix = @prefix@
284program_transform_name = @program_transform_name@
81ecdfbb 285psdir = @psdir@
90c0a373
AM
286sbindir = @sbindir@
287sharedstatedir = @sharedstatedir@
81ecdfbb 288srcdir = @srcdir@
ce3c775b 289supports_plugins = @supports_plugins@
90c0a373
AM
290sysconfdir = @sysconfdir@
291target = @target@
292target_alias = @target_alias@
293target_cpu = @target_cpu@
5464f5a1 294target_noncanonical = @target_noncanonical@
90c0a373
AM
295target_os = @target_os@
296target_vendor = @target_vendor@
252b5132 297tdefaults = @tdefaults@
81ecdfbb
RW
298top_build_prefix = @top_build_prefix@
299top_builddir = @top_builddir@
300top_srcdir = @top_srcdir@
252b5132 301wordsize = @wordsize@
3f85e526 302AUTOMAKE_OPTIONS = 1.9 cygnus
79887925 303ACLOCAL_AMFLAGS = -I . -I .. -I ../config
252b5132 304
bc286f95
BE
305# Uncomment the following line when doing a release.
306# RELEASE=y
252b5132
RH
307INCDIR = $(srcdir)/../include
308CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
41b49281 309MKDEP = gcc -MM
252b5132 310SUBDIRS = doc po
108a6f8e 311bfddocdir = doc
a703a6ea 312bfdlib_LTLIBRARIES = libbfd.la
a2d91340 313AM_CFLAGS = $(WARN_CFLAGS)
ce3c775b
NC
314AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
315@PLUGINS_TRUE@LIBDL = -ldl
a2d91340 316
252b5132
RH
317# bfd.h goes here, for now
318BFD_H = bfd.h
319
320# Jim Kingdon notes:
321# Writing S-records should be included in all (or at least most)
322# *-*-coff, *-*-aout, etc., configurations, because people will want to
323# be able to use objcopy to create S-records. (S-records are not useful
324# for the debugger, so if you are downloading things as S-records you
325# need two copies of the executable, one to download and one for the
326# debugger).
90c0a373
AM
327BFD32_LIBS = \
328 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
329 cache.lo coffgen.lo corefile.lo \
330 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
331 section.lo syms.lo targets.lo hash.lo linker.lo \
332 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
c067354b 333 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
252b5132 334
2858ef35 335BFD64_LIBS = archive64.lo
90c0a373
AM
336BFD32_LIBS_CFILES = \
337 archive.c archures.c bfd.c bfdio.c bfdwin.c \
338 cache.c coffgen.c corefile.c \
339 format.c init.c libbfd.c opncls.c reloc.c \
340 section.c syms.c targets.c hash.c linker.c \
341 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
c067354b 342 merge.c dwarf2.c simple.c compress.c verilog.c
252b5132 343
2858ef35
HPN
344BFD64_LIBS_CFILES = archive64.c
345
252b5132
RH
346# This list is alphabetized to make it easier to keep in sync
347# with the decls and initializer in archures.c.
90c0a373 348ALL_MACHINES = \
90c0a373
AM
349 cpu-alpha.lo \
350 cpu-arc.lo \
351 cpu-arm.lo \
352 cpu-avr.lo \
0f64bb02 353 cpu-bfin.lo \
3d3d428f 354 cpu-cr16.lo \
90c0a373
AM
355 cpu-cr16c.lo \
356 cpu-cris.lo \
357 cpu-crx.lo \
358 cpu-d10v.lo \
359 cpu-d30v.lo \
360 cpu-dlx.lo \
361 cpu-fr30.lo \
362 cpu-frv.lo \
363 cpu-h8300.lo \
364 cpu-h8500.lo \
365 cpu-hppa.lo \
90c0a373
AM
366 cpu-i370.lo \
367 cpu-i386.lo \
8a9036a4 368 cpu-l1om.lo \
90c0a373
AM
369 cpu-i860.lo \
370 cpu-i960.lo \
ce3c775b 371 cpu-ia64.lo \
90c0a373
AM
372 cpu-ip2k.lo \
373 cpu-iq2000.lo \
84e94c90 374 cpu-lm32.lo \
ce3c775b
NC
375 cpu-m10200.lo \
376 cpu-m10300.lo \
49f58d10 377 cpu-m32c.lo \
90c0a373
AM
378 cpu-m32r.lo \
379 cpu-m68hc11.lo \
380 cpu-m68hc12.lo \
381 cpu-m68k.lo \
382 cpu-m88k.lo \
7499d566 383 cpu-maxq.lo \
90c0a373 384 cpu-mcore.lo \
d9352518 385 cpu-mep.lo \
7ba29e2a 386 cpu-microblaze.lo \
90c0a373
AM
387 cpu-mips.lo \
388 cpu-mmix.lo \
ce3c775b 389 cpu-moxie.lo \
90c0a373 390 cpu-msp430.lo \
ce3c775b 391 cpu-mt.lo \
90c0a373
AM
392 cpu-ns32k.lo \
393 cpu-openrisc.lo \
ce3c775b 394 cpu-or32.lo \
90c0a373
AM
395 cpu-pdp11.lo \
396 cpu-pj.lo \
ce3c775b 397 cpu-plugin.lo \
90c0a373
AM
398 cpu-powerpc.lo \
399 cpu-rs6000.lo \
400 cpu-s390.lo \
1c0d3aa6 401 cpu-score.lo \
90c0a373
AM
402 cpu-sh.lo \
403 cpu-sparc.lo \
e9f53129 404 cpu-spu.lo \
90c0a373
AM
405 cpu-tic30.lo \
406 cpu-tic4x.lo \
407 cpu-tic54x.lo \
408 cpu-tic80.lo \
409 cpu-v850.lo \
410 cpu-vax.lo \
90c0a373 411 cpu-w65.lo \
ce3c775b
NC
412 cpu-we32k.lo \
413 cpu-xc16x.lo \
90c0a373
AM
414 cpu-xstormy16.lo \
415 cpu-xtensa.lo \
3c9b82ba 416 cpu-z80.lo \
90c0a373
AM
417 cpu-z8k.lo
418
419ALL_MACHINES_CFILES = \
90c0a373
AM
420 cpu-alpha.c \
421 cpu-arc.c \
422 cpu-arm.c \
423 cpu-avr.c \
0f64bb02 424 cpu-bfin.c \
3d3d428f 425 cpu-cr16.c \
90c0a373 426 cpu-cr16c.c \
ce3c775b 427 cpu-cris.c \
90c0a373
AM
428 cpu-crx.c \
429 cpu-d10v.c \
430 cpu-d30v.c \
431 cpu-dlx.c \
432 cpu-fr30.c \
433 cpu-frv.c \
434 cpu-h8300.c \
435 cpu-h8500.c \
436 cpu-hppa.c \
90c0a373
AM
437 cpu-i370.c \
438 cpu-i386.c \
8a9036a4 439 cpu-l1om.c \
90c0a373
AM
440 cpu-i860.c \
441 cpu-i960.c \
ce3c775b 442 cpu-ia64.c \
90c0a373
AM
443 cpu-ip2k.c \
444 cpu-iq2000.c \
84e94c90 445 cpu-lm32.c \
ce3c775b
NC
446 cpu-m10200.c \
447 cpu-m10300.c \
49f58d10 448 cpu-m32c.c \
90c0a373
AM
449 cpu-m32r.c \
450 cpu-m68hc11.c \
451 cpu-m68hc12.c \
452 cpu-m68k.c \
453 cpu-m88k.c \
0306b3bf 454 cpu-maxq.c \
90c0a373 455 cpu-mcore.c \
d9352518 456 cpu-mep.c \
7ba29e2a 457 cpu-microblaze.c \
90c0a373
AM
458 cpu-mips.c \
459 cpu-mmix.c \
ce3c775b 460 cpu-moxie.c \
90c0a373 461 cpu-msp430.c \
ce3c775b 462 cpu-mt.c \
90c0a373
AM
463 cpu-ns32k.c \
464 cpu-openrisc.c \
ce3c775b 465 cpu-or32.c \
90c0a373
AM
466 cpu-pdp11.c \
467 cpu-pj.c \
ce3c775b 468 cpu-plugin.c \
90c0a373
AM
469 cpu-powerpc.c \
470 cpu-rs6000.c \
471 cpu-s390.c \
1c0d3aa6 472 cpu-score.c \
90c0a373
AM
473 cpu-sh.c \
474 cpu-sparc.c \
e9f53129 475 cpu-spu.c \
90c0a373
AM
476 cpu-tic30.c \
477 cpu-tic4x.c \
478 cpu-tic54x.c \
479 cpu-tic80.c \
480 cpu-v850.c \
481 cpu-vax.c \
90c0a373 482 cpu-w65.c \
ce3c775b
NC
483 cpu-we32k.c \
484 cpu-xc16x.c \
90c0a373
AM
485 cpu-xstormy16.c \
486 cpu-xtensa.c \
3c9b82ba 487 cpu-z80.c \
90c0a373 488 cpu-z8k.c
252b5132
RH
489
490
491# The .o files needed by all of the 32 bit vectors that are configured into
492# target_vector in targets.c if configured with --enable-targets=all.
90c0a373
AM
493BFD32_BACKENDS = \
494 aout-adobe.lo \
495 aout-arm.lo \
496 aout-cris.lo \
497 aout-ns32k.lo \
498 aout-sparcle.lo \
499 aout-tic30.lo \
500 aout0.lo \
501 aout32.lo \
502 armnetbsd.lo \
503 bout.lo \
504 cf-i386lynx.lo \
90c0a373 505 cf-sparclynx.lo \
90c0a373
AM
506 coff-apollo.lo \
507 coff-arm.lo \
508 coff-aux.lo \
ce3c775b 509 coff-go32.lo \
90c0a373
AM
510 coff-h8300.lo \
511 coff-h8500.lo \
512 coff-i386.lo \
90c0a373
AM
513 coff-i860.lo \
514 coff-i960.lo \
515 coff-m68k.lo \
516 coff-m88k.lo \
7499d566 517 coff-maxq.lo \
90c0a373
AM
518 coff-mips.lo \
519 coff-or32.lo \
520 coff-rs6000.lo \
521 coff-sh.lo \
522 coff-sparc.lo \
523 coff-stgo32.lo \
524 coff-svm68k.lo \
525 coff-tic30.lo \
526 coff-tic4x.lo \
527 coff-tic54x.lo \
528 coff-tic80.lo \
529 coff-u68k.lo \
90c0a373 530 coff-w65.lo \
ce3c775b 531 coff-we32k.lo \
3c9b82ba 532 coff-z80.lo \
90c0a373
AM
533 coff-z8k.lo \
534 cofflink.lo \
535 dwarf1.lo \
536 ecoff.lo \
537 ecofflink.lo \
ce3c775b
NC
538 elf-attrs.lo \
539 elf-eh-frame.lo \
6de2ae4a 540 elf-ifunc.lo \
ce3c775b
NC
541 elf-m10200.lo \
542 elf-m10300.lo \
543 elf-strtab.lo \
544 elf-vxworks.lo \
90c0a373
AM
545 elf.lo \
546 elf32-am33lin.lo \
547 elf32-arc.lo \
7f266840 548 elf32-arm.lo \
90c0a373 549 elf32-avr.lo \
0f64bb02 550 elf32-bfin.lo \
3d3d428f 551 elf32-cr16.lo \
90c0a373
AM
552 elf32-cr16c.lo \
553 elf32-cris.lo \
554 elf32-crx.lo \
555 elf32-d10v.lo \
556 elf32-d30v.lo \
557 elf32-dlx.lo \
558 elf32-fr30.lo \
559 elf32-frv.lo \
560 elf32-gen.lo \
561 elf32-h8300.lo \
562 elf32-hppa.lo \
563 elf32-i370.lo \
564 elf32-i386.lo \
565 elf32-i860.lo \
566 elf32-i960.lo \
90c0a373
AM
567 elf32-ip2k.lo \
568 elf32-iq2000.lo \
84e94c90 569 elf32-lm32.lo \
49f58d10 570 elf32-m32c.lo \
90c0a373
AM
571 elf32-m32r.lo \
572 elf32-m68hc11.lo \
573 elf32-m68hc12.lo \
574 elf32-m68hc1x.lo \
575 elf32-m68k.lo \
576 elf32-m88k.lo \
90c0a373 577 elf32-mcore.lo \
d9352518 578 elf32-mep.lo \
7ba29e2a 579 elf32-microblaze.lo \
90c0a373 580 elf32-mips.lo \
ce3c775b 581 elf32-moxie.lo \
90c0a373 582 elf32-msp430.lo \
ce3c775b 583 elf32-mt.lo \
90c0a373
AM
584 elf32-openrisc.lo \
585 elf32-or32.lo \
586 elf32-pj.lo \
587 elf32-ppc.lo \
588 elf32-s390.lo \
90c0a373 589 elf32-sh-symbian.lo \
ce3c775b 590 elf32-sh.lo \
90c0a373 591 elf32-sh64-com.lo \
ce3c775b 592 elf32-sh64.lo \
90c0a373 593 elf32-sparc.lo \
e9f53129 594 elf32-spu.lo \
90c0a373
AM
595 elf32-v850.lo \
596 elf32-vax.lo \
ce3c775b 597 elf32-xc16x.lo \
90c0a373
AM
598 elf32-xstormy16.lo \
599 elf32-xtensa.lo \
600 elf32.lo \
601 elflink.lo \
ce3c775b
NC
602 elfxx-mips.lo \
603 elfxx-sparc.lo \
90c0a373
AM
604 epoc-pe-arm.lo \
605 epoc-pei-arm.lo \
606 hp300bsd.lo \
607 hp300hpux.lo \
90c0a373
AM
608 i386aout.lo \
609 i386bsd.lo \
610 i386dynix.lo \
611 i386freebsd.lo \
612 i386linux.lo \
613 i386lynx.lo \
ce3c775b 614 i386mach3.lo \
90c0a373
AM
615 i386msdos.lo \
616 i386netbsd.lo \
90c0a373
AM
617 i386os9k.lo \
618 ieee.lo \
619 m68k4knetbsd.lo \
620 m68klinux.lo \
90c0a373
AM
621 m68knetbsd.lo \
622 m88kmach3.lo \
623 m88kopenbsd.lo \
624 mach-o.lo \
9e93c730 625 mach-o-i386.lo \
90c0a373
AM
626 mipsbsd.lo \
627 newsos3.lo \
628 nlm.lo \
629 nlm32-i386.lo \
90c0a373 630 nlm32-ppc.lo \
ce3c775b 631 nlm32-sparc.lo \
90c0a373
AM
632 nlm32.lo \
633 ns32knetbsd.lo \
634 oasys.lo \
635 pc532-mach.lo \
636 pdp11.lo \
7148cc28 637 pe-arm-wince.lo \
ce3c775b 638 pe-arm.lo \
90c0a373 639 pe-i386.lo \
90c0a373 640 pe-mcore.lo \
ce3c775b 641 pe-mips.lo \
90c0a373 642 pe-ppc.lo \
90c0a373 643 pe-sh.lo \
ce3c775b
NC
644 pef.lo \
645 pei-arm-wince.lo \
646 pei-arm.lo \
647 pei-i386.lo \
648 pei-mcore.lo \
90c0a373 649 pei-mips.lo \
ce3c775b
NC
650 pei-ppc.lo \
651 pei-sh.lo \
90c0a373 652 peigen.lo \
ce3c775b 653 plugin.lo \
90c0a373
AM
654 ppcboot.lo \
655 reloc16.lo \
656 riscix.lo \
ce3c775b 657 som.lo \
90c0a373
AM
658 sparclinux.lo \
659 sparclynx.lo \
660 sparcnetbsd.lo \
661 sunos.lo \
90c0a373
AM
662 vax1knetbsd.lo \
663 vaxbsd.lo \
ce3c775b 664 vaxnetbsd.lo \
90c0a373 665 versados.lo \
90c0a373
AM
666 vms-gsd.lo \
667 vms-hdr.lo \
668 vms-misc.lo \
669 vms-tir.lo \
ce3c775b 670 vms.lo \
29670fb9 671 vmsutil.lo \
90c0a373
AM
672 xcofflink.lo \
673 xsym.lo \
674 xtensa-isa.lo \
675 xtensa-modules.lo
676
677BFD32_BACKENDS_CFILES = \
678 aout-adobe.c \
679 aout-arm.c \
680 aout-cris.c \
681 aout-ns32k.c \
682 aout-sparcle.c \
683 aout-tic30.c \
684 aout0.c \
685 aout32.c \
686 armnetbsd.c \
687 bout.c \
688 cf-i386lynx.c \
90c0a373 689 cf-sparclynx.c \
90c0a373
AM
690 coff-apollo.c \
691 coff-arm.c \
692 coff-aux.c \
ce3c775b 693 coff-go32.c \
90c0a373
AM
694 coff-h8300.c \
695 coff-h8500.c \
696 coff-i386.c \
697 coff-i860.c \
90c0a373
AM
698 coff-i960.c \
699 coff-m68k.c \
700 coff-m88k.c \
7499d566 701 coff-maxq.c \
90c0a373
AM
702 coff-mips.c \
703 coff-or32.c \
704 coff-rs6000.c \
705 coff-sh.c \
706 coff-sparc.c \
707 coff-stgo32.c \
708 coff-svm68k.c \
709 coff-tic30.c \
710 coff-tic4x.c \
711 coff-tic54x.c \
712 coff-tic80.c \
713 coff-u68k.c \
90c0a373 714 coff-w65.c \
ce3c775b 715 coff-we32k.c \
3c9b82ba 716 coff-z80.c \
90c0a373
AM
717 coff-z8k.c \
718 cofflink.c \
719 dwarf1.c \
720 ecoff.c \
721 ecofflink.c \
ce3c775b
NC
722 elf-attrs.c \
723 elf-eh-frame.c \
6de2ae4a 724 elf-ifunc.c \
ce3c775b
NC
725 elf-m10200.c \
726 elf-m10300.c \
727 elf-strtab.c \
728 elf-vxworks.c \
90c0a373
AM
729 elf.c \
730 elf32-am33lin.c \
731 elf32-arc.c \
7f266840 732 elf32-arm.c \
90c0a373 733 elf32-avr.c \
0f64bb02 734 elf32-bfin.c \
3d3d428f 735 elf32-cr16.c \
90c0a373
AM
736 elf32-cr16c.c \
737 elf32-cris.c \
738 elf32-crx.c \
739 elf32-d10v.c \
740 elf32-d30v.c \
741 elf32-dlx.c \
742 elf32-fr30.c \
743 elf32-frv.c \
744 elf32-gen.c \
745 elf32-h8300.c \
746 elf32-hppa.c \
747 elf32-i370.c \
748 elf32-i386.c \
749 elf32-i860.c \
750 elf32-i960.c \
751 elf32-ip2k.c \
752 elf32-iq2000.c \
84e94c90 753 elf32-lm32.c \
49f58d10 754 elf32-m32c.c \
90c0a373 755 elf32-m32r.c \
90c0a373
AM
756 elf32-m68hc11.c \
757 elf32-m68hc12.c \
758 elf32-m68hc1x.c \
ce3c775b 759 elf32-m68k.c \
90c0a373 760 elf32-m88k.c \
90c0a373 761 elf32-mcore.c \
d9352518 762 elf32-mep.c \
7ba29e2a 763 elf32-microblaze.c \
90c0a373 764 elf32-mips.c \
ce3c775b 765 elf32-moxie.c \
90c0a373 766 elf32-msp430.c \
ce3c775b 767 elf32-mt.c \
90c0a373
AM
768 elf32-openrisc.c \
769 elf32-or32.c \
770 elf32-pj.c \
771 elf32-ppc.c \
90c0a373 772 elf32-s390.c \
90c0a373 773 elf32-sh-symbian.c \
ce3c775b
NC
774 elf32-sh.c \
775 elf32-sh64-com.c \
776 elf32-sh64.c \
90c0a373 777 elf32-sparc.c \
e9f53129 778 elf32-spu.c \
90c0a373
AM
779 elf32-v850.c \
780 elf32-vax.c \
ce3c775b 781 elf32-xc16x.c \
90c0a373
AM
782 elf32-xstormy16.c \
783 elf32-xtensa.c \
784 elf32.c \
785 elflink.c \
ce3c775b
NC
786 elfxx-mips.c \
787 elfxx-sparc.c \
90c0a373
AM
788 epoc-pe-arm.c \
789 epoc-pei-arm.c \
790 hp300bsd.c \
791 hp300hpux.c \
90c0a373
AM
792 i386aout.c \
793 i386bsd.c \
794 i386dynix.c \
795 i386freebsd.c \
796 i386linux.c \
797 i386lynx.c \
ce3c775b 798 i386mach3.c \
90c0a373
AM
799 i386msdos.c \
800 i386netbsd.c \
90c0a373
AM
801 i386os9k.c \
802 ieee.c \
803 m68k4knetbsd.c \
804 m68klinux.c \
90c0a373
AM
805 m68knetbsd.c \
806 m88kmach3.c \
807 m88kopenbsd.c \
808 mach-o.c \
9e93c730 809 mach-o-i386.c \
90c0a373
AM
810 mipsbsd.c \
811 newsos3.c \
812 nlm.c \
813 nlm32-i386.c \
90c0a373 814 nlm32-ppc.c \
ce3c775b 815 nlm32-sparc.c \
90c0a373
AM
816 nlm32.c \
817 ns32knetbsd.c \
818 oasys.c \
819 pc532-mach.c \
820 pdp11.c \
7148cc28 821 pe-arm-wince.c \
ce3c775b 822 pe-arm.c \
90c0a373 823 pe-i386.c \
90c0a373 824 pe-mcore.c \
ce3c775b 825 pe-mips.c \
90c0a373 826 pe-ppc.c \
90c0a373 827 pe-sh.c \
ce3c775b
NC
828 pef.c \
829 pei-arm-wince.c \
830 pei-arm.c \
831 pei-i386.c \
832 pei-mcore.c \
90c0a373 833 pei-mips.c \
ce3c775b
NC
834 pei-ppc.c \
835 pei-sh.c \
836 plugin.c \
90c0a373
AM
837 ppcboot.c \
838 reloc16.c \
839 riscix.c \
ce3c775b 840 som.c \
90c0a373
AM
841 sparclinux.c \
842 sparclynx.c \
843 sparcnetbsd.c \
844 sunos.c \
90c0a373
AM
845 vax1knetbsd.c \
846 vaxbsd.c \
ce3c775b 847 vaxnetbsd.c \
90c0a373 848 versados.c \
90c0a373
AM
849 vms-gsd.c \
850 vms-hdr.c \
851 vms-misc.c \
852 vms-tir.c \
ce3c775b 853 vms.c \
29670fb9 854 vmsutil.c \
90c0a373
AM
855 xcofflink.c \
856 xsym.c \
857 xtensa-isa.c \
858 xtensa-modules.c
252b5132 859
6768c14a 860
252b5132
RH
861# The .o files needed by all of the 64 bit vectors that are configured into
862# target_vector in targets.c if configured with --enable-targets=all
863# and --enable-64-bit-bfd.
074d327a
NC
864# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
865# BFD32_BACKENDS.
90c0a373
AM
866BFD64_BACKENDS = \
867 aix5ppc-core.lo \
868 aout64.lo \
869 coff-alpha.lo \
ce3c775b 870 coff-x86_64.lo \
90c0a373
AM
871 coff64-rs6000.lo \
872 demo64.lo \
ce3c775b
NC
873 elf32-ia64.lo \
874 elf32-score.lo \
875 elf32-score7.lo \
90c0a373 876 elf64-alpha.lo \
ce3c775b 877 elf64-gen.lo \
90c0a373
AM
878 elf64-hppa.lo \
879 elf64-ia64.lo \
90c0a373
AM
880 elf64-mips.lo \
881 elf64-mmix.lo \
90c0a373
AM
882 elf64-ppc.lo \
883 elf64-s390.lo \
ce3c775b 884 elf64-sh64.lo \
90c0a373 885 elf64-sparc.lo \
ce3c775b 886 elf64-x86-64.lo \
90c0a373 887 elf64.lo \
ce3c775b 888 elfn32-mips.lo \
90c0a373
AM
889 mmo.lo \
890 nlm32-alpha.lo \
891 nlm64.lo \
99ad8390 892 pe-x86_64.lo \
ce3c775b 893 pei-ia64.lo \
99ad8390
NC
894 pei-x86_64.lo \
895 pepigen.lo \
896 pex64igen.lo
90c0a373
AM
897
898BFD64_BACKENDS_CFILES = \
899 aix5ppc-core.c \
900 aout64.c \
901 coff-alpha.c \
ce3c775b 902 coff-x86_64.c \
90c0a373
AM
903 coff64-rs6000.c \
904 demo64.c \
ce3c775b
NC
905 elf32-score.c \
906 elf32-score7.c \
90c0a373 907 elf64-alpha.c \
90c0a373 908 elf64-gen.c \
ce3c775b 909 elf64-hppa.c \
90c0a373
AM
910 elf64-mips.c \
911 elf64-mmix.c \
912 elf64-ppc.c \
913 elf64-s390.c \
914 elf64-sh64.c \
915 elf64-sparc.c \
ce3c775b 916 elf64-x86-64.c \
90c0a373 917 elf64.c \
ce3c775b 918 elfn32-mips.c \
90c0a373
AM
919 mmo.c \
920 nlm32-alpha.c \
99ad8390 921 nlm64.c \
99ad8390 922 pe-x86_64.c \
ce3c775b 923 pei-ia64.c \
99ad8390 924 pei-x86_64.c
90c0a373
AM
925
926OPTIONAL_BACKENDS = \
927 aix386-core.lo \
ce3c775b 928 cisco-core.lo \
90c0a373
AM
929 hpux-core.lo \
930 irix-core.lo \
931 lynx-core.lo \
932 osf-core.lo \
933 sco5-core.lo \
ce3c775b 934 trad-core.lo
90c0a373
AM
935
936OPTIONAL_BACKENDS_CFILES = \
937 aix386-core.c \
ce3c775b 938 cisco-core.c \
90c0a373
AM
939 hpux-core.c \
940 irix-core.c \
941 lynx-core.c \
942 osf-core.c \
943 sco5-core.c \
ce3c775b 944 trad-core.c
252b5132
RH
945
946
3f85e526
L
947# We want to rerun configure if configure.in, config.bfd or
948# configure.host change. configure.in is needed since the version
949# number in Makefile comes from configure.in.
950CONFIG_STATUS_DEPENDENCIES = \
951 $(srcdir)/configure.in \
952 $(srcdir)/config.bfd \
953 $(srcdir)/configure.host
954
955
252b5132
RH
956# These are defined by configure.in:
957WORDSIZE = @wordsize@
958ALL_BACKENDS = @all_backends@
959BFD_BACKENDS = @bfd_backends@
960BFD_MACHINES = @bfd_machines@
961TDEFAULTS = @tdefaults@
20e95c23 962INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
252b5132
RH
963
964# C source files that correspond to .o's.
90c0a373
AM
965SOURCE_CFILES = \
966 $(BFD32_LIBS_CFILES) \
967 $(BFD64_LIBS_CFILES) \
968 $(ALL_MACHINES_CFILES) \
969 $(BFD32_BACKENDS_CFILES) \
970 $(BFD64_BACKENDS_CFILES) \
971 $(OPTIONAL_BACKENDS_CFILES)
252b5132 972
90c0a373 973BUILD_CFILES = \
99ad8390 974 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
27b7e12d 975
55c80943 976CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
90c0a373 977SOURCE_HFILES = \
709d67f1
AM
978 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
979 elf-bfd.h elf-hppa.h elf32-hppa.h \
90c0a373
AM
980 elf64-hppa.h elfcode.h elfcore.h \
981 freebsd.h genlink.h go32stub.h \
982 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
983 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
984 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
985 pef.h pef-traceback.h peicode.h som.h version.h \
986 vms.h xcoff-target.h xsym.h
987
988BUILD_HFILES = \
5eda1c47 989 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
252b5132 990
55c80943 991HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
55c80943
NC
992SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
993BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
994
995# Various kinds of .o files to put in libbfd.a:
996# BFD_BACKENDS Routines the configured targets need.
997# BFD_MACHINES Architecture-specific routines the configured targets need.
998# COREFILE Core file routines for a native configuration
21e40a48
L
999# bfd64_libs Routines for 64bit support
1000OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
1001
1002# Since BFD64_LIBS is optional and we can't have substitution in
1003# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
1004libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
252b5132 1005libbfd_la_DEPENDENCIES = $(OFILES) ofiles
ce3c775b 1006libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
29670fb9 1007libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
252b5132
RH
1008
1009# libtool will build .libs/libbfd.a. We create libbfd.a in the build
1010# directory so that we don't have to convert all the programs that use
1011# libbfd.a simultaneously. This is a hack which should be removed if
1012# everything else starts using libtool. FIXME.
252b5132
RH
1013noinst_LIBRARIES = libbfd.a
1014libbfd_a_SOURCES =
b13c7b49 1015BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132 1016LOCAL_H_DEPS = libbfd.h sysdep.h config.h
90c0a373
AM
1017BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
1018 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1b315056 1019 archive.c corefile.c targets.c format.c compress.c
252b5132 1020
2858ef35 1021BFD64_H_FILES = archive64.c
90c0a373
AM
1022LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
1023 cache.c reloc.c archures.c elf.c
93509525 1024
252b5132 1025LIBCOFF_H_FILES = libcoff-in.h coffcode.h
55c80943 1026MOSTLYCLEANFILES = ofiles stamp-ofiles
90c0a373
AM
1027CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1028 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
252b5132 1029
ee5c21a0 1030DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
90c0a373
AM
1031all: config.h
1032 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 1033
252b5132 1034.SUFFIXES:
90c0a373
AM
1035.SUFFIXES: .c .lo .o .obj
1036am--refresh:
1037 @:
1038$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1039 @for dep in $?; do \
1040 case '$(am__configure_deps)' in \
1041 *$$dep*) \
81ecdfbb
RW
1042 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1043 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
90c0a373
AM
1044 && exit 0; \
1045 exit 1;; \
1046 esac; \
1047 done; \
81ecdfbb
RW
1048 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1049 $(am__cd) $(top_srcdir) && \
1050 $(AUTOMAKE) --foreign Makefile
90c0a373 1051.PRECIOUS: Makefile
3f85e526
L
1052Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1053 @case '$?' in \
1054 *config.status*) \
1055 echo ' $(SHELL) ./config.status'; \
1056 $(SHELL) ./config.status;; \
1057 *) \
1058 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1059 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1060 esac;
252b5132 1061
90c0a373
AM
1062$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1063 $(SHELL) ./config.status --recheck
252b5132 1064
90c0a373 1065$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1066 $(am__cd) $(srcdir) && $(AUTOCONF)
90c0a373 1067$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
81ecdfbb
RW
1068 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1069$(am__aclocal_m4_deps):
252b5132 1070
90c0a373 1071config.h: stamp-h1
252b5132 1072 @if test ! -f $@; then \
90c0a373 1073 rm -f stamp-h1; \
81ecdfbb 1074 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
252b5132 1075 else :; fi
252b5132 1076
90c0a373
AM
1077stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1078 @rm -f stamp-h1
1079 cd $(top_builddir) && $(SHELL) ./config.status config.h
1080$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1081 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
90c0a373
AM
1082 rm -f stamp-h1
1083 touch $@
252b5132
RH
1084
1085distclean-hdr:
90c0a373
AM
1086 -rm -f config.h stamp-h1
1087bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1088 cd $(top_builddir) && $(SHELL) ./config.status $@
1089po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1090 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
1091
1092clean-noinstLIBRARIES:
1093 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1094
90c0a373
AM
1095clean-bfdlibLTLIBRARIES:
1096 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1097 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1098 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1099 test "$$dir" != "$$p" || dir=.; \
1100 echo "rm -f \"$${dir}/so_locations\""; \
1101 rm -f "$${dir}/so_locations"; \
1102 done
1103libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
81ecdfbb 1104 $(libbfd_la_LINK) -rpath $(bfdlibdir) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
a2d91340 1105
252b5132 1106mostlyclean-compile:
7a6cc5fb 1107 -rm -f *.$(OBJEXT)
252b5132 1108
252b5132
RH
1109distclean-compile:
1110 -rm -f *.tab.c
1111
90c0a373
AM
1112.c.o:
1113 $(COMPILE) -c $<
a2d91340 1114
90c0a373
AM
1115.c.obj:
1116 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 1117
90c0a373
AM
1118.c.lo:
1119 $(LTCOMPILE) -c -o $@ $<
a2d91340 1120
252b5132
RH
1121mostlyclean-libtool:
1122 -rm -f *.lo
1123
1124clean-libtool:
1125 -rm -rf .libs _libs
1126
1127distclean-libtool:
81ecdfbb 1128 -rm -f libtool config.lt
252b5132
RH
1129
1130# This directory's subdirectories are mostly independent; you can cd
1131# into them and run `make' without going through this Makefile.
1132# To change the values of `make' variables: instead of editing Makefiles,
1133# (1) if the variable is set in `config.status', edit `config.status'
1134# (which will cause the Makefiles to be regenerated when you run `make');
1135# (2) otherwise, pass the desired values on the `make' command line.
90c0a373 1136$(RECURSIVE_TARGETS):
5d038dee
L
1137 @failcom='exit 1'; \
1138 for f in x $$MAKEFLAGS; do \
1139 case $$f in \
1140 *=* | --[!k]*);; \
1141 *k*) failcom='fail=yes';; \
1142 esac; \
1143 done; \
252b5132
RH
1144 dot_seen=no; \
1145 target=`echo $@ | sed s/-recursive//`; \
1146 list='$(SUBDIRS)'; for subdir in $$list; do \
1147 echo "Making $$target in $$subdir"; \
1148 if test "$$subdir" = "."; then \
1149 dot_seen=yes; \
1150 local_target="$$target-am"; \
1151 else \
1152 local_target="$$target"; \
1153 fi; \
81ecdfbb 1154 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5d038dee 1155 || eval $$failcom; \
252b5132
RH
1156 done; \
1157 if test "$$dot_seen" = "no"; then \
1158 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1159 fi; test -z "$$fail"
1160
81ecdfbb 1161$(RECURSIVE_CLEAN_TARGETS):
5d038dee
L
1162 @failcom='exit 1'; \
1163 for f in x $$MAKEFLAGS; do \
1164 case $$f in \
1165 *=* | --[!k]*);; \
1166 *k*) failcom='fail=yes';; \
1167 esac; \
1168 done; \
252b5132 1169 dot_seen=no; \
90c0a373
AM
1170 case "$@" in \
1171 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1172 *) list='$(SUBDIRS)' ;; \
1173 esac; \
1174 rev=''; for subdir in $$list; do \
1175 if test "$$subdir" = "."; then :; else \
1176 rev="$$subdir $$rev"; \
1177 fi; \
252b5132 1178 done; \
90c0a373 1179 rev="$$rev ."; \
252b5132
RH
1180 target=`echo $@ | sed s/-recursive//`; \
1181 for subdir in $$rev; do \
1182 echo "Making $$target in $$subdir"; \
1183 if test "$$subdir" = "."; then \
1184 local_target="$$target-am"; \
1185 else \
1186 local_target="$$target"; \
1187 fi; \
81ecdfbb 1188 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5d038dee 1189 || eval $$failcom; \
252b5132
RH
1190 done && test -z "$$fail"
1191tags-recursive:
1192 list='$(SUBDIRS)'; for subdir in $$list; do \
81ecdfbb 1193 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
252b5132 1194 done
90c0a373
AM
1195ctags-recursive:
1196 list='$(SUBDIRS)'; for subdir in $$list; do \
81ecdfbb 1197 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
90c0a373 1198 done
252b5132 1199
90c0a373
AM
1200ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1201 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1202 unique=`for i in $$list; do \
1203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1204 done | \
81ecdfbb
RW
1205 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1206 END { if (nonempty) { for (i in files) print i; }; }'`; \
90c0a373
AM
1207 mkid -fID $$unique
1208tags: TAGS
252b5132 1209
90c0a373
AM
1210TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1211 $(TAGS_FILES) $(LISP)
81ecdfbb 1212 set x; \
252b5132 1213 here=`pwd`; \
90c0a373
AM
1214 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1215 include_option=--etags-include; \
1216 empty_fix=.; \
1217 else \
1218 include_option=--include; \
1219 empty_fix=; \
1220 fi; \
252b5132 1221 list='$(SUBDIRS)'; for subdir in $$list; do \
90c0a373
AM
1222 if test "$$subdir" = .; then :; else \
1223 test ! -f $$subdir/TAGS || \
81ecdfbb 1224 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
90c0a373 1225 fi; \
252b5132 1226 done; \
90c0a373
AM
1227 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1228 unique=`for i in $$list; do \
1229 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1230 done | \
81ecdfbb
RW
1231 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1232 END { if (nonempty) { for (i in files) print i; }; }'`; \
1233 shift; \
1234 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
90c0a373 1235 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
1236 if test $$# -gt 0; then \
1237 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1238 "$$@" $$unique; \
1239 else \
1240 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1241 $$unique; \
1242 fi; \
90c0a373
AM
1243 fi
1244ctags: CTAGS
1245CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1246 $(TAGS_FILES) $(LISP)
90c0a373
AM
1247 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1248 unique=`for i in $$list; do \
1249 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1250 done | \
81ecdfbb
RW
1251 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1252 END { if (nonempty) { for (i in files) print i; }; }'`; \
1253 test -z "$(CTAGS_ARGS)$$unique" \
90c0a373 1254 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 1255 $$unique
252b5132 1256
90c0a373
AM
1257GTAGS:
1258 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
1259 && $(am__cd) $(top_srcdir) \
1260 && gtags -i $(GTAGS_ARGS) "$$here"
252b5132
RH
1261
1262distclean-tags:
90c0a373 1263 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132
RH
1264check-am:
1265check: check-recursive
90c0a373
AM
1266all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1267installdirs: installdirs-recursive
1268installdirs-am:
1269 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
81ecdfbb 1270 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
90c0a373
AM
1271 done
1272install: install-recursive
252b5132 1273install-exec: install-exec-recursive
252b5132 1274install-data: install-data-recursive
90c0a373 1275uninstall: uninstall-recursive
252b5132
RH
1276
1277install-am: all-am
1278 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 1279
90c0a373
AM
1280installcheck: installcheck-recursive
1281install-strip:
1282 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1283 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1284 `test -z '$(STRIP)' || \
1285 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
1286mostlyclean-generic:
1287 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1288
1289clean-generic:
1290 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1291
1292distclean-generic:
90c0a373 1293 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 1294 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
55c80943 1295 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
1296
1297maintainer-clean-generic:
90c0a373
AM
1298 @echo "This command is intended for maintainers to use"
1299 @echo "it deletes files that may require special tools to rebuild."
1300clean: clean-recursive
252b5132 1301
90c0a373
AM
1302clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1303 clean-noinstLIBRARIES mostlyclean-am
252b5132 1304
90c0a373
AM
1305distclean: distclean-recursive
1306 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1307 -rm -f Makefile
1308distclean-am: clean-am distclean-compile distclean-generic \
1309 distclean-hdr distclean-libtool distclean-tags
252b5132 1310
90c0a373 1311dvi: dvi-recursive
252b5132 1312
90c0a373 1313dvi-am:
252b5132 1314
90c0a373
AM
1315html: html-recursive
1316
81ecdfbb
RW
1317html-am:
1318
90c0a373
AM
1319info: info-recursive
1320
1321info-am:
1322
1323install-data-am: install-bfdlibLTLIBRARIES
1324
81ecdfbb
RW
1325install-dvi: install-dvi-recursive
1326
1327install-dvi-am:
1328
90c0a373
AM
1329install-exec-am:
1330
af542c2e
RW
1331install-html: install-html-recursive
1332
81ecdfbb
RW
1333install-html-am:
1334
90c0a373
AM
1335install-info: install-info-recursive
1336
81ecdfbb
RW
1337install-info-am:
1338
90c0a373
AM
1339install-man:
1340
af542c2e
RW
1341install-pdf: install-pdf-recursive
1342
81ecdfbb
RW
1343install-pdf-am:
1344
1345install-ps: install-ps-recursive
1346
1347install-ps-am:
1348
90c0a373 1349installcheck-am:
252b5132
RH
1350
1351maintainer-clean: maintainer-clean-recursive
90c0a373
AM
1352 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1353 -rm -rf $(top_srcdir)/autom4te.cache
1354 -rm -f Makefile
1355maintainer-clean-am: distclean-am maintainer-clean-generic
1356
1357mostlyclean: mostlyclean-recursive
1358
1359mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1360 mostlyclean-libtool
1361
1362pdf: pdf-recursive
1363
1364pdf-am:
1365
1366ps: ps-recursive
1367
1368ps-am:
1369
1370uninstall-am: uninstall-bfdlibLTLIBRARIES
1371
81ecdfbb
RW
1372.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1373 ctags-recursive install-am install-strip tags-recursive
1374
1375.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1376 all all-am am--refresh check check-am clean \
1377 clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1378 clean-noinstLIBRARIES ctags ctags-recursive distclean \
1379 distclean-compile distclean-generic distclean-hdr \
1380 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1381 info-am install install-am install-bfdlibLTLIBRARIES \
1382 install-data install-data-am install-dvi install-dvi-am \
1383 install-exec install-exec-am install-html install-html-am \
1384 install-info install-info-am install-man install-pdf \
1385 install-pdf-am install-ps install-ps-am install-strip \
1386 installcheck installcheck-am installdirs installdirs-am \
1387 maintainer-clean maintainer-clean-generic mostlyclean \
1388 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1389 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1390 uninstall-bfdlibLTLIBRARIES
252b5132
RH
1391
1392
55c80943 1393po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
fdc09da8 1394 for file in $(SRC_POTFILES); do echo $$file; done \
323ee3f4 1395 | LC_ALL=C sort > tmp.src \
01467f2a 1396 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
1397
1398po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
fdc09da8 1399 for file in $(BLD_POTFILES); do echo $$file; done \
323ee3f4 1400 | LC_ALL=C sort > tmp.bld \
01467f2a 1401 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943 1402
e3e71e27 1403all diststuff: info
252b5132
RH
1404
1405stamp-ofiles: Makefile
1406 rm -f tofiles
1407 f=""; \
1408 for i in $(OFILES) ; do \
1409 case " $$f " in \
1410 *" $$i "*) ;; \
1411 *) f="$$f $$i" ;; \
1412 esac ; \
1413 done ; \
1414 echo $$f > tofiles
1415 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1416 touch stamp-ofiles
1417
1418ofiles: stamp-ofiles ; @true
1419
1420stamp-lib: libbfd.la
e56f75e9
ILT
1421 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1422 if [ -f $$libtooldir/libbfd.a ]; then \
1423 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 1424 $(RANLIB) libbfd.tmp; \
252b5132
RH
1425 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1426 else true; fi
1427 touch stamp-lib
1428
1429libbfd.a: stamp-lib ; @true
1430
1431# This file holds an array associating configuration triplets and
1432# vector names. It is built from config.bfd. It is not compiled by
1433# itself, but is included by targets.c.
1434targmatch.h: config.bfd targmatch.sed
1435 rm -f targmatch.h
1436 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1437 mv -f targmatch.new targmatch.h
1438
1439# When compiling archures.c and targets.c, supply the default target
1440# info from configure.
1441
840f0243 1442targets.lo: targets.c Makefile
252b5132
RH
1443 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1444
840f0243 1445archures.lo: archures.c Makefile
252b5132
RH
1446 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1447
0d4a1476
AS
1448dwarf2.lo: dwarf2.c Makefile
1449 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1450
252b5132
RH
1451elf32-target.h : elfxx-target.h
1452 rm -f elf32-target.h
1453 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1454 mv -f elf32-target.new elf32-target.h
1455
1456elf64-target.h : elfxx-target.h
1457 rm -f elf64-target.h
1458 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1459 mv -f elf64-target.new elf64-target.h
bbe66d08
JW
1460
1461elf32-ia64.c : elfxx-ia64.c
1462 rm -f elf32-ia64.c
1463 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1464 mv -f elf32-ia64.new elf32-ia64.c
1465
1466elf64-ia64.c : elfxx-ia64.c
1467 rm -f elf64-ia64.c
1468 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1469 mv -f elf64-ia64.new elf64-ia64.c
252b5132 1470
cbff5e0d
DD
1471peigen.c : peXXigen.c
1472 rm -f peigen.c
1473 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1474 mv -f peigen.new peigen.c
1475
1476pepigen.c : peXXigen.c
1477 rm -f pepigen.c
1478 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1479 mv -f pepigen.new pepigen.c
99ad8390
NC
1480
1481pex64igen.c: peXXigen.c
1482 rm -f pex64igen.c
1483 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1484 mv -f pex64igen.new pex64igen.c
2858ef35
HPN
1485$(BFD32_LIBS) \
1486 $(BFD64_LIBS) \
b13c7b49
AM
1487 $(ALL_MACHINES) \
1488 $(BFD32_BACKENDS) \
1489 $(BFD64_BACKENDS) \
1490 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
cbff5e0d 1491
a703a6ea 1492install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
252b5132 1493 @$(NORMAL_INSTALL)
a703a6ea
AM
1494
1495uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1496 @$(NORMAL_UNINSTALL)
1497
1498.PHONY: install_libbfd uninstall_libbfd
1499install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1500 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1501 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1502 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1503 if test -f $$p; then \
1504 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1505 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1506 else :; fi; \
1507 done
1508 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1509 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1510 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1511 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1512
1513uninstall_libbfd:
1514 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1515 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1516 done
1517 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1518 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1519 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1520 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
252b5132 1521
74eeebea
ILT
1522# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1523DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1524 rm -f DEP1
41b49281 1525 $(MAKE) MKDEP="$(MKDEP)" DEP1
9e097a72
AM
1526 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1527 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1581f8c9
AM
1528 echo 'make DEP failed!'; exit 1; \
1529 else \
9e097a72 1530 mv -f DEP1 $@; \
1581f8c9 1531 fi
41b49281 1532
74eeebea 1533DEP1: $(CFILES)
74eeebea 1534 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281 1535 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
9e097a72
AM
1536 for f in $?; do \
1537 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1538 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
a1ef399e
AM
1539 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1540 LC_ALL=C sort | LC_ALL=C uniq | \
9e097a72
AM
1541 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1542 done
1543 rm -f DEPA
41b49281 1544 mv -f DEP2 $@
252b5132
RH
1545
1546dep.sed: dep-in.sed config.status
1547 sed <$(srcdir)/dep-in.sed >dep.sed \
1548 -e 's!@BFD_H@!$(BFD_H)!' \
830629ab
AM
1549 -e 's!@SRCDIR@!$(srcdir)!' \
1550 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
252b5132 1551
74eeebea 1552dep: DEP
252b5132 1553 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 1554 cat DEP >> tmp-Makefile
252b5132
RH
1555 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1556
74eeebea 1557dep-in: DEP
252b5132 1558 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 1559 cat DEP >> tmp-Makefile.in
252b5132
RH
1560 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1561
74eeebea 1562dep-am: DEP
252b5132 1563 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 1564 cat DEP >> tmp-Makefile.am
252b5132
RH
1565 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1566
1567host-aout.lo: Makefile
1568
1569# The following program can be used to generate a simple config file
1570# which can be folded into an h-XXX file for a new host, with some editing.
1571aout-params.h: gen-aout
1572 ./gen-aout host > aout-params.h
1573gen-aout: $(srcdir)/gen-aout.c Makefile
1574 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1575
1576$(BFD_H): stmp-bfd-h ; @true
1577
1578stmp-bfd-h: bfd-in3.h
1579 rm -f bfd-tmp.h
1580 cp bfd-in3.h bfd-tmp.h
1581 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1582 rm -f bfd-tmp.h
1583 touch stmp-bfd-h
1584
1585# Could really use a "copy-if-change"...
1586headers:
108a6f8e
CD
1587 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1588 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132 1589 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
108a6f8e 1590 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132 1591 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
108a6f8e 1592 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1593 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1594
1595# We only rebuild the header files automatically if we have been
1596# configured with --enable-maintainer-mode.
1597
1598$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2858ef35 1599stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
108a6f8e
CD
1600 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1601 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132
RH
1602 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1603 touch stmp-bin2-h
1604
1605$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1606stmp-lbfd-h: $(LIBBFD_H_FILES)
108a6f8e
CD
1607 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1608 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132
RH
1609 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1610 touch stmp-lbfd-h
1611
1612$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1613stmp-lcoff-h: $(LIBCOFF_H_FILES)
108a6f8e
CD
1614 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1615 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1616 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1617 touch stmp-lcoff-h
1618
d866f350 1619bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
91506736 1620 @echo "creating $@"
bc286f95
BE
1621 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1622 bfd_version_string="\"$(VERSION)\"" ;\
ee5c21a0 1623 bfd_soversion="$(VERSION)" ;\
92f01d61 1624 bfd_version_package="\"$(PKGVERSION)\"" ;\
c428fa83 1625 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
bc286f95 1626 if test "x$(RELEASE)" = x ; then \
d866f350 1627 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
066c2a57 1628 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
ee5c21a0 1629 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
bc286f95 1630 fi ;\
c428fa83
L
1631 sed -e "s,@bfd_version@,$$bfd_version," \
1632 -e "s,@bfd_version_string@,$$bfd_version_string," \
1633 -e "s,@bfd_version_package@,$$bfd_version_package," \
1634 -e "s,@report_bugs_to@,$$report_bugs_to," \
ee5c21a0
DJ
1635 < $(srcdir)/version.h > $@; \
1636 echo "$${bfd_soversion}" > libtool-soversion
bc286f95 1637
252b5132
RH
1638# What appears below is generated by a hacked mkdep using gcc -MM.
1639
1640# DO NOT DELETE THIS LINE -- mkdep uses it.
1641# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e097a72
AM
1642archive.lo: \
1643 archive.c \
1644 $(INCDIR)/aout/ar.h \
1645 $(INCDIR)/aout/ranlib.h \
1646 $(INCDIR)/filenames.h \
1647 $(INCDIR)/hashtab.h \
1648 $(INCDIR)/libiberty.h \
5d038dee 1649 $(INCDIR)/safe-ctype.h
9e097a72
AM
1650archures.lo: \
1651 archures.c \
1652 $(INCDIR)/filenames.h \
1653 $(INCDIR)/hashtab.h \
62d8ad4f 1654 $(INCDIR)/safe-ctype.h
9e097a72
AM
1655bfd.lo: \
1656 bfd.c \
1657 $(INCDIR)/bfdlink.h \
1658 $(INCDIR)/coff/ecoff.h \
1659 $(INCDIR)/coff/internal.h \
1660 $(INCDIR)/coff/sym.h \
1661 $(INCDIR)/demangle.h \
1662 $(INCDIR)/elf/common.h \
1663 $(INCDIR)/elf/external.h \
1664 $(INCDIR)/elf/internal.h \
1665 $(INCDIR)/filenames.h \
1666 $(INCDIR)/hashtab.h \
1667 $(INCDIR)/libiberty.h \
1668 $(INCDIR)/safe-ctype.h \
1669 bfdver.h \
1670 elf-bfd.h \
1671 libcoff.h \
1672 libecoff.h
1673bfdio.lo: \
1674 bfdio.c \
1675 $(INCDIR)/filenames.h \
1676 $(INCDIR)/hashtab.h
1677bfdwin.lo: \
1678 bfdwin.c \
1679 $(INCDIR)/filenames.h \
1680 $(INCDIR)/hashtab.h
1681cache.lo: \
1682 cache.c \
1683 $(INCDIR)/filenames.h \
1684 $(INCDIR)/hashtab.h \
62d8ad4f 1685 $(INCDIR)/libiberty.h
9e097a72
AM
1686coffgen.lo: \
1687 coffgen.c \
1688 $(INCDIR)/bfdlink.h \
1689 $(INCDIR)/coff/internal.h \
1690 $(INCDIR)/filenames.h \
1691 $(INCDIR)/hashtab.h \
1692 libcoff.h
1693corefile.lo: \
1694 corefile.c \
1695 $(INCDIR)/filenames.h \
1696 $(INCDIR)/hashtab.h
1697format.lo: \
1698 format.c \
1699 $(INCDIR)/filenames.h \
1700 $(INCDIR)/hashtab.h
1701init.lo: \
1702 init.c \
1703 $(INCDIR)/filenames.h \
1704 $(INCDIR)/hashtab.h
1705libbfd.lo: \
1706 libbfd.c \
1707 $(INCDIR)/filenames.h \
1708 $(INCDIR)/hashtab.h
1709opncls.lo: \
1710 opncls.c \
1711 $(INCDIR)/filenames.h \
1712 $(INCDIR)/hashtab.h \
1713 $(INCDIR)/libiberty.h \
1714 $(INCDIR)/objalloc.h
1715reloc.lo: \
1716 reloc.c \
1717 $(INCDIR)/bfdlink.h \
1718 $(INCDIR)/filenames.h \
1719 $(INCDIR)/hashtab.h
1720section.lo: \
1721 section.c \
1722 $(INCDIR)/bfdlink.h \
1723 $(INCDIR)/filenames.h \
1724 $(INCDIR)/hashtab.h
1725syms.lo: \
1726 syms.c \
1727 $(INCDIR)/aout/stab.def \
1728 $(INCDIR)/aout/stab_gnu.h \
1729 $(INCDIR)/bfdlink.h \
1730 $(INCDIR)/filenames.h \
1731 $(INCDIR)/hashtab.h \
1732 $(INCDIR)/safe-ctype.h
1733targets.lo: \
1734 targets.c \
1735 $(INCDIR)/filenames.h \
1736 $(INCDIR)/fnmatch.h \
1737 $(INCDIR)/hashtab.h \
1738 targmatch.h
1739hash.lo: \
1740 hash.c \
1741 $(INCDIR)/filenames.h \
1742 $(INCDIR)/hashtab.h \
1743 $(INCDIR)/libiberty.h \
1744 $(INCDIR)/objalloc.h
1745linker.lo: \
1746 linker.c \
1747 $(INCDIR)/bfdlink.h \
1748 $(INCDIR)/filenames.h \
1749 $(INCDIR)/hashtab.h \
1750 genlink.h
1751srec.lo: \
1752 srec.c \
1753 $(INCDIR)/filenames.h \
1754 $(INCDIR)/hashtab.h \
1755 $(INCDIR)/libiberty.h \
1756 $(INCDIR)/safe-ctype.h
1757binary.lo: \
1758 binary.c \
1759 $(INCDIR)/filenames.h \
1760 $(INCDIR)/hashtab.h \
1761 $(INCDIR)/safe-ctype.h
1762tekhex.lo: \
1763 tekhex.c \
1764 $(INCDIR)/filenames.h \
1765 $(INCDIR)/hashtab.h \
62d8ad4f 1766 $(INCDIR)/libiberty.h
9e097a72
AM
1767ihex.lo: \
1768 ihex.c \
1769 $(INCDIR)/filenames.h \
1770 $(INCDIR)/hashtab.h \
1771 $(INCDIR)/libiberty.h \
1772 $(INCDIR)/safe-ctype.h
1773stabs.lo: \
1774 stabs.c \
1775 $(INCDIR)/aout/stab.def \
1776 $(INCDIR)/aout/stab_gnu.h \
1777 $(INCDIR)/filenames.h \
1778 $(INCDIR)/hashtab.h \
1779 $(INCDIR)/safe-ctype.h
1780stab-syms.lo: \
1781 stab-syms.c \
1782 $(INCDIR)/aout/aout64.h \
1783 $(INCDIR)/aout/stab.def \
1784 $(INCDIR)/bfdlink.h \
1785 libaout.h
1786merge.lo: \
1787 merge.c \
1788 $(INCDIR)/filenames.h \
1789 $(INCDIR)/hashtab.h \
62d8ad4f 1790 $(INCDIR)/libiberty.h
9e097a72
AM
1791dwarf2.lo: \
1792 dwarf2.c \
1793 $(INCDIR)/bfdlink.h \
fa8f86ff 1794 $(INCDIR)/dwarf2.h \
8455dd2c 1795 $(INCDIR)/elf/common.h \
9e097a72
AM
1796 $(INCDIR)/elf/external.h \
1797 $(INCDIR)/elf/internal.h \
1798 $(INCDIR)/filenames.h \
1799 $(INCDIR)/hashtab.h \
1800 $(INCDIR)/libiberty.h \
1801 elf-bfd.h
1802simple.lo: \
1803 simple.c \
1804 $(INCDIR)/bfdlink.h \
1805 $(INCDIR)/filenames.h \
1806 $(INCDIR)/hashtab.h
1807compress.lo: \
1808 compress.c \
1809 $(INCDIR)/filenames.h \
1810 $(INCDIR)/hashtab.h
1811verilog.lo: \
1812 verilog.c \
1813 $(INCDIR)/filenames.h \
1814 $(INCDIR)/hashtab.h \
1815 $(INCDIR)/libiberty.h \
1816 $(INCDIR)/safe-ctype.h
1817archive64.lo: \
1818 archive64.c \
1819 $(INCDIR)/aout/ar.h \
1820 $(INCDIR)/filenames.h \
1821 $(INCDIR)/hashtab.h
1822cpu-alpha.lo: \
1823 cpu-alpha.c \
1824 $(INCDIR)/filenames.h \
1825 $(INCDIR)/hashtab.h
1826cpu-arc.lo: \
1827 cpu-arc.c \
1828 $(INCDIR)/filenames.h \
1829 $(INCDIR)/hashtab.h
1830cpu-arm.lo: \
1831 cpu-arm.c \
1832 $(INCDIR)/filenames.h \
1833 $(INCDIR)/hashtab.h \
62d8ad4f 1834 $(INCDIR)/libiberty.h
9e097a72
AM
1835cpu-avr.lo: \
1836 cpu-avr.c \
1837 $(INCDIR)/filenames.h \
1838 $(INCDIR)/hashtab.h
1839cpu-bfin.lo: \
1840 cpu-bfin.c \
1841 $(INCDIR)/filenames.h \
1842 $(INCDIR)/hashtab.h
1843cpu-cr16.lo: \
1844 cpu-cr16.c \
1845 $(INCDIR)/filenames.h \
1846 $(INCDIR)/hashtab.h
9e097a72
AM
1847cpu-cr16c.lo: \
1848 cpu-cr16c.c \
1849 $(INCDIR)/filenames.h \
1850 $(INCDIR)/hashtab.h
a1ef399e
AM
1851cpu-cris.lo: \
1852 cpu-cris.c \
1853 $(INCDIR)/filenames.h \
1854 $(INCDIR)/hashtab.h
9e097a72
AM
1855cpu-crx.lo: \
1856 cpu-crx.c \
1857 $(INCDIR)/filenames.h \
1858 $(INCDIR)/hashtab.h
1859cpu-d10v.lo: \
1860 cpu-d10v.c \
1861 $(INCDIR)/filenames.h \
1862 $(INCDIR)/hashtab.h
1863cpu-d30v.lo: \
1864 cpu-d30v.c \
1865 $(INCDIR)/filenames.h \
1866 $(INCDIR)/hashtab.h
1867cpu-dlx.lo: \
1868 cpu-dlx.c \
1869 $(INCDIR)/filenames.h \
1870 $(INCDIR)/hashtab.h
1871cpu-fr30.lo: \
1872 cpu-fr30.c \
1873 $(INCDIR)/filenames.h \
1874 $(INCDIR)/hashtab.h
1875cpu-frv.lo: \
1876 cpu-frv.c \
1877 $(INCDIR)/filenames.h \
1878 $(INCDIR)/hashtab.h
9e097a72
AM
1879cpu-h8300.lo: \
1880 cpu-h8300.c \
1881 $(INCDIR)/filenames.h \
1882 $(INCDIR)/hashtab.h
1883cpu-h8500.lo: \
1884 cpu-h8500.c \
1885 $(INCDIR)/filenames.h \
1886 $(INCDIR)/hashtab.h
1887cpu-hppa.lo: \
1888 cpu-hppa.c \
1889 $(INCDIR)/filenames.h \
1890 $(INCDIR)/hashtab.h
9e097a72
AM
1891cpu-i370.lo: \
1892 cpu-i370.c \
1893 $(INCDIR)/filenames.h \
1894 $(INCDIR)/hashtab.h
1895cpu-i386.lo: \
1896 cpu-i386.c \
1897 $(INCDIR)/filenames.h \
1898 $(INCDIR)/hashtab.h
8a9036a4
L
1899cpu-l1om.lo: \
1900 cpu-l1om.c \
1901 $(INCDIR)/filenames.h \
1902 $(INCDIR)/hashtab.h
9e097a72
AM
1903cpu-i860.lo: \
1904 cpu-i860.c \
1905 $(INCDIR)/filenames.h \
1906 $(INCDIR)/hashtab.h
1907cpu-i960.lo: \
1908 cpu-i960.c \
1909 $(INCDIR)/filenames.h \
1910 $(INCDIR)/hashtab.h
a1ef399e
AM
1911cpu-ia64.lo: \
1912 cpu-ia64.c \
1913 $(INCDIR)/filenames.h \
1914 $(INCDIR)/hashtab.h \
1915 $(INCDIR)/opcode/ia64.h \
1916 $(srcdir)/../opcodes/ia64-opc.h \
1917 cpu-ia64-opc.c
9e097a72
AM
1918cpu-ip2k.lo: \
1919 cpu-ip2k.c \
1920 $(INCDIR)/filenames.h \
1921 $(INCDIR)/hashtab.h
1922cpu-iq2000.lo: \
1923 cpu-iq2000.c \
1924 $(INCDIR)/filenames.h \
1925 $(INCDIR)/hashtab.h
1926cpu-lm32.lo: \
1927 cpu-lm32.c \
1928 $(INCDIR)/filenames.h \
1929 $(INCDIR)/hashtab.h
a1ef399e
AM
1930cpu-m10200.lo: \
1931 cpu-m10200.c \
1932 $(INCDIR)/filenames.h \
1933 $(INCDIR)/hashtab.h
1934cpu-m10300.lo: \
1935 cpu-m10300.c \
1936 $(INCDIR)/filenames.h \
1937 $(INCDIR)/hashtab.h
9e097a72
AM
1938cpu-m32c.lo: \
1939 cpu-m32c.c \
1940 $(INCDIR)/filenames.h \
1941 $(INCDIR)/hashtab.h
1942cpu-m32r.lo: \
1943 cpu-m32r.c \
1944 $(INCDIR)/filenames.h \
1945 $(INCDIR)/hashtab.h
1946cpu-m68hc11.lo: \
1947 cpu-m68hc11.c \
1948 $(INCDIR)/filenames.h \
1949 $(INCDIR)/hashtab.h
1950cpu-m68hc12.lo: \
1951 cpu-m68hc12.c \
1952 $(INCDIR)/filenames.h \
1953 $(INCDIR)/hashtab.h
1954cpu-m68k.lo: \
1955 cpu-m68k.c \
1956 $(INCDIR)/filenames.h \
1957 $(INCDIR)/hashtab.h \
66eb6687 1958 $(INCDIR)/opcode/m68k.h
9e097a72
AM
1959cpu-m88k.lo: \
1960 cpu-m88k.c \
1961 $(INCDIR)/filenames.h \
1962 $(INCDIR)/hashtab.h
9e097a72
AM
1963cpu-maxq.lo: \
1964 cpu-maxq.c \
1965 $(INCDIR)/filenames.h \
1966 $(INCDIR)/hashtab.h
1967cpu-mcore.lo: \
1968 cpu-mcore.c \
1969 $(INCDIR)/filenames.h \
1970 $(INCDIR)/hashtab.h
1971cpu-mep.lo: \
1972 cpu-mep.c \
1973 $(INCDIR)/filenames.h \
1974 $(INCDIR)/hashtab.h
7ba29e2a
NC
1975cpu-microblaze.lo: \
1976 cpu-microblaze.c $\
1977 $(INCDIR)/filenames.h \
1978 $(INCDIR)/hashtab.h
9e097a72
AM
1979cpu-mips.lo: \
1980 cpu-mips.c \
1981 $(INCDIR)/filenames.h \
1982 $(INCDIR)/hashtab.h
1983cpu-mmix.lo: \
1984 cpu-mmix.c \
1985 $(INCDIR)/filenames.h \
1986 $(INCDIR)/hashtab.h
ce3c775b
NC
1987cpu-moxie.lo: \
1988 cpu-moxie.c \
9e097a72
AM
1989 $(INCDIR)/filenames.h \
1990 $(INCDIR)/hashtab.h
1991cpu-msp430.lo: \
1992 cpu-msp430.c \
1993 $(INCDIR)/filenames.h \
1994 $(INCDIR)/hashtab.h
ce3c775b
NC
1995cpu-mt.lo: \
1996 cpu-mt.c \
1997 $(INCDIR)/filenames.h \
1998 $(INCDIR)/hashtab.h
9e097a72
AM
1999cpu-ns32k.lo: \
2000 cpu-ns32k.c \
2001 $(INCDIR)/filenames.h \
2002 $(INCDIR)/hashtab.h \
62d8ad4f 2003 ns32k.h
9e097a72
AM
2004cpu-openrisc.lo: \
2005 cpu-openrisc.c \
2006 $(INCDIR)/filenames.h \
2007 $(INCDIR)/hashtab.h
a1ef399e
AM
2008cpu-or32.lo: \
2009 cpu-or32.c \
2010 $(INCDIR)/filenames.h \
2011 $(INCDIR)/hashtab.h
9e097a72
AM
2012cpu-pdp11.lo: \
2013 cpu-pdp11.c \
2014 $(INCDIR)/filenames.h \
2015 $(INCDIR)/hashtab.h
2016cpu-pj.lo: \
2017 cpu-pj.c \
2018 $(INCDIR)/filenames.h \
2019 $(INCDIR)/hashtab.h
ce3c775b
NC
2020cpu-plugin.lo: \
2021 cpu-plugin.c \
2022 $(INCDIR)/filenames.h \
2023 $(INCDIR)/hashtab.h
9e097a72
AM
2024cpu-powerpc.lo: \
2025 cpu-powerpc.c \
2026 $(INCDIR)/filenames.h \
2027 $(INCDIR)/hashtab.h
2028cpu-rs6000.lo: \
2029 cpu-rs6000.c \
2030 $(INCDIR)/filenames.h \
2031 $(INCDIR)/hashtab.h
2032cpu-s390.lo: \
2033 cpu-s390.c \
2034 $(INCDIR)/filenames.h \
5d038dee 2035 $(INCDIR)/hashtab.h
9e097a72
AM
2036cpu-score.lo: \
2037 cpu-score.c \
2038 $(INCDIR)/filenames.h \
3c9b82ba 2039 $(INCDIR)/hashtab.h
9e097a72
AM
2040cpu-sh.lo: \
2041 cpu-sh.c \
2042 $(INCDIR)/filenames.h \
2043 $(INCDIR)/hashtab.h \
62d8ad4f 2044 $(srcdir)/../opcodes/sh-opc.h
9e097a72
AM
2045cpu-sparc.lo: \
2046 cpu-sparc.c \
2047 $(INCDIR)/filenames.h \
2048 $(INCDIR)/hashtab.h
2049cpu-spu.lo: \
2050 cpu-spu.c \
2051 $(INCDIR)/filenames.h \
2052 $(INCDIR)/hashtab.h
2053cpu-tic30.lo: \
2054 cpu-tic30.c \
2055 $(INCDIR)/filenames.h \
2056 $(INCDIR)/hashtab.h
2057cpu-tic4x.lo: \
2058 cpu-tic4x.c \
2059 $(INCDIR)/filenames.h \
2060 $(INCDIR)/hashtab.h
2061cpu-tic54x.lo: \
2062 cpu-tic54x.c \
2063 $(INCDIR)/filenames.h \
2064 $(INCDIR)/hashtab.h
2065cpu-tic80.lo: \
2066 cpu-tic80.c \
2067 $(INCDIR)/filenames.h \
2068 $(INCDIR)/hashtab.h
2069cpu-v850.lo: \
2070 cpu-v850.c \
2071 $(INCDIR)/filenames.h \
2072 $(INCDIR)/hashtab.h \
62d8ad4f 2073 $(INCDIR)/safe-ctype.h
9e097a72
AM
2074cpu-vax.lo: \
2075 cpu-vax.c \
2076 $(INCDIR)/filenames.h \
2077 $(INCDIR)/hashtab.h
a1ef399e
AM
2078cpu-w65.lo: \
2079 cpu-w65.c \
2080 $(INCDIR)/filenames.h \
2081 $(INCDIR)/hashtab.h
9e097a72
AM
2082cpu-we32k.lo: \
2083 cpu-we32k.c \
2084 $(INCDIR)/filenames.h \
2085 $(INCDIR)/hashtab.h
a1ef399e
AM
2086cpu-xc16x.lo: \
2087 cpu-xc16x.c \
9e097a72
AM
2088 $(INCDIR)/filenames.h \
2089 $(INCDIR)/hashtab.h
2090cpu-xstormy16.lo: \
2091 cpu-xstormy16.c \
2092 $(INCDIR)/filenames.h \
2093 $(INCDIR)/hashtab.h
2094cpu-xtensa.lo: \
2095 cpu-xtensa.c \
2096 $(INCDIR)/filenames.h \
2097 $(INCDIR)/hashtab.h
9e097a72
AM
2098cpu-z80.lo: \
2099 cpu-z80.c \
2100 $(INCDIR)/filenames.h \
2101 $(INCDIR)/hashtab.h
2102cpu-z8k.lo: \
2103 cpu-z8k.c \
2104 $(INCDIR)/filenames.h \
2105 $(INCDIR)/hashtab.h
2106aout-adobe.lo: \
2107 aout-adobe.c \
2108 $(INCDIR)/aout/adobe.h \
2109 $(INCDIR)/aout/stab.def \
2110 $(INCDIR)/aout/stab_gnu.h \
2111 $(INCDIR)/bfdlink.h \
2112 $(INCDIR)/filenames.h \
2113 $(INCDIR)/hashtab.h \
2114 libaout.h
2115aout-arm.lo: \
2116 aout-arm.c \
2117 $(INCDIR)/aout/aout64.h \
2118 $(INCDIR)/aout/ar.h \
2119 $(INCDIR)/aout/stab.def \
2120 $(INCDIR)/aout/stab_gnu.h \
2121 $(INCDIR)/bfdlink.h \
2122 $(INCDIR)/filenames.h \
2123 $(INCDIR)/hashtab.h \
2124 $(INCDIR)/safe-ctype.h \
2125 aout-target.h \
2126 aoutx.h \
2127 libaout.h
2128aout-cris.lo: \
2129 aout-cris.c \
2130 $(INCDIR)/aout/aout64.h \
2131 $(INCDIR)/aout/ar.h \
2132 $(INCDIR)/aout/stab.def \
2133 $(INCDIR)/aout/stab_gnu.h \
2134 $(INCDIR)/bfdlink.h \
2135 $(INCDIR)/filenames.h \
2136 $(INCDIR)/hashtab.h \
2137 $(INCDIR)/safe-ctype.h \
2138 aout-target.h \
2139 aout32.c \
2140 aoutx.h \
2141 libaout.h
2142aout-ns32k.lo: \
2143 aout-ns32k.c \
2144 $(INCDIR)/aout/aout64.h \
2145 $(INCDIR)/aout/ar.h \
2146 $(INCDIR)/aout/stab.def \
2147 $(INCDIR)/aout/stab_gnu.h \
2148 $(INCDIR)/bfdlink.h \
2149 $(INCDIR)/filenames.h \
2150 $(INCDIR)/hashtab.h \
2151 $(INCDIR)/safe-ctype.h \
2152 aoutx.h \
2153 libaout.h \
2154 ns32k.h
2155aout-sparcle.lo: \
2156 aout-sparcle.c \
2157 $(INCDIR)/aout/aout64.h \
2158 $(INCDIR)/aout/ar.h \
2159 $(INCDIR)/aout/stab.def \
2160 $(INCDIR)/aout/stab_gnu.h \
2161 $(INCDIR)/aout/sun4.h \
2162 $(INCDIR)/bfdlink.h \
2163 $(INCDIR)/filenames.h \
2164 $(INCDIR)/hashtab.h \
2165 aout-target.h \
2166 aoutf1.h \
2167 libaout.h
2168aout-tic30.lo: \
2169 aout-tic30.c \
2170 $(INCDIR)/aout/aout64.h \
2171 $(INCDIR)/aout/ar.h \
2172 $(INCDIR)/aout/stab.def \
2173 $(INCDIR)/aout/stab_gnu.h \
2174 $(INCDIR)/bfdlink.h \
2175 $(INCDIR)/filenames.h \
2176 $(INCDIR)/hashtab.h \
2177 $(INCDIR)/safe-ctype.h \
2178 aoutx.h \
2179 libaout.h
2180aout0.lo: \
2181 aout0.c \
2182 $(INCDIR)/aout/aout64.h \
2183 $(INCDIR)/aout/ar.h \
2184 $(INCDIR)/aout/stab.def \
2185 $(INCDIR)/aout/stab_gnu.h \
2186 $(INCDIR)/aout/sun4.h \
2187 $(INCDIR)/bfdlink.h \
2188 $(INCDIR)/filenames.h \
2189 $(INCDIR)/hashtab.h \
2190 aout-target.h \
2191 aoutf1.h \
2192 libaout.h
2193aout32.lo: \
2194 aout32.c \
2195 $(INCDIR)/aout/aout64.h \
2196 $(INCDIR)/aout/ar.h \
2197 $(INCDIR)/aout/stab.def \
2198 $(INCDIR)/aout/stab_gnu.h \
2199 $(INCDIR)/bfdlink.h \
2200 $(INCDIR)/filenames.h \
2201 $(INCDIR)/hashtab.h \
2202 $(INCDIR)/safe-ctype.h \
2203 aoutx.h \
2204 libaout.h
2205armnetbsd.lo: \
2206 armnetbsd.c \
2207 $(INCDIR)/aout/aout64.h \
2208 $(INCDIR)/aout/ar.h \
2209 $(INCDIR)/aout/stab.def \
2210 $(INCDIR)/aout/stab_gnu.h \
2211 $(INCDIR)/bfdlink.h \
2212 $(INCDIR)/filenames.h \
2213 $(INCDIR)/hashtab.h \
2214 aout-target.h \
2215 libaout.h \
2216 netbsd.h
2217bout.lo: \
2218 bout.c \
2219 $(INCDIR)/aout/stab.def \
2220 $(INCDIR)/aout/stab_gnu.h \
2221 $(INCDIR)/bfdlink.h \
2222 $(INCDIR)/bout.h \
2223 $(INCDIR)/filenames.h \
2224 $(INCDIR)/hashtab.h \
2225 $(INCDIR)/libiberty.h \
2226 genlink.h \
2227 libaout.h
2228cf-i386lynx.lo: \
2229 cf-i386lynx.c \
2230 $(INCDIR)/bfdlink.h \
2231 $(INCDIR)/coff/external.h \
2232 $(INCDIR)/coff/i386.h \
2233 $(INCDIR)/coff/internal.h \
2234 $(INCDIR)/filenames.h \
2235 $(INCDIR)/hashtab.h \
2236 coff-i386.c \
2237 coffcode.h \
2238 coffswap.h \
2239 libcoff.h
2240cf-sparclynx.lo: \
2241 cf-sparclynx.c \
2242 $(INCDIR)/bfdlink.h \
2243 $(INCDIR)/coff/external.h \
2244 $(INCDIR)/coff/internal.h \
2245 $(INCDIR)/coff/sparc.h \
2246 $(INCDIR)/filenames.h \
2247 $(INCDIR)/hashtab.h \
2248 coff-sparc.c \
2249 coffcode.h \
2250 coffswap.h \
2251 libcoff.h
2252coff-apollo.lo: \
2253 coff-apollo.c \
2254 $(INCDIR)/bfdlink.h \
2255 $(INCDIR)/coff/apollo.h \
2256 $(INCDIR)/coff/external.h \
2257 $(INCDIR)/coff/internal.h \
2258 $(INCDIR)/filenames.h \
2259 $(INCDIR)/hashtab.h \
2260 coffcode.h \
2261 coffswap.h \
2262 libcoff.h
2263coff-arm.lo: \
2264 coff-arm.c \
2265 $(INCDIR)/bfdlink.h \
2266 $(INCDIR)/coff/arm.h \
2267 $(INCDIR)/coff/external.h \
2268 $(INCDIR)/coff/internal.h \
2269 $(INCDIR)/filenames.h \
2270 $(INCDIR)/hashtab.h \
2271 coffcode.h \
2272 coffswap.h \
2273 libcoff.h
2274coff-aux.lo: \
2275 coff-aux.c \
2276 $(INCDIR)/bfdlink.h \
2277 $(INCDIR)/coff/aux-coff.h \
2278 $(INCDIR)/coff/external.h \
2279 $(INCDIR)/coff/internal.h \
2280 $(INCDIR)/coff/m68k.h \
2281 $(INCDIR)/filenames.h \
2282 $(INCDIR)/hashtab.h \
2283 coff-m68k.c \
2284 coffcode.h \
2285 coffswap.h \
2286 libcoff.h
a1ef399e
AM
2287coff-go32.lo: \
2288 coff-go32.c \
2289 $(INCDIR)/bfdlink.h \
2290 $(INCDIR)/coff/external.h \
2291 $(INCDIR)/coff/i386.h \
2292 $(INCDIR)/coff/internal.h \
2293 $(INCDIR)/filenames.h \
2294 $(INCDIR)/hashtab.h \
2295 coff-i386.c \
2296 coffcode.h \
2297 coffswap.h \
2298 libcoff.h
9e097a72
AM
2299coff-h8300.lo: \
2300 coff-h8300.c \
2301 $(INCDIR)/bfdlink.h \
2302 $(INCDIR)/coff/external.h \
2303 $(INCDIR)/coff/h8300.h \
2304 $(INCDIR)/coff/internal.h \
2305 $(INCDIR)/filenames.h \
2306 $(INCDIR)/hashtab.h \
2307 $(INCDIR)/libiberty.h \
2308 coffcode.h \
2309 coffswap.h \
2310 genlink.h \
2311 libcoff.h
2312coff-h8500.lo: \
2313 coff-h8500.c \
2314 $(INCDIR)/bfdlink.h \
2315 $(INCDIR)/coff/external.h \
2316 $(INCDIR)/coff/h8500.h \
2317 $(INCDIR)/coff/internal.h \
2318 $(INCDIR)/filenames.h \
2319 $(INCDIR)/hashtab.h \
2320 coffcode.h \
2321 coffswap.h \
2322 libcoff.h
2323coff-i386.lo: \
2324 coff-i386.c \
2325 $(INCDIR)/bfdlink.h \
2326 $(INCDIR)/coff/external.h \
2327 $(INCDIR)/coff/i386.h \
2328 $(INCDIR)/coff/internal.h \
2329 $(INCDIR)/filenames.h \
2330 $(INCDIR)/hashtab.h \
2331 coffcode.h \
2332 coffswap.h \
2333 libcoff.h
2334coff-i860.lo: \
2335 coff-i860.c \
2336 $(INCDIR)/bfdlink.h \
2337 $(INCDIR)/coff/external.h \
2338 $(INCDIR)/coff/i860.h \
2339 $(INCDIR)/coff/internal.h \
2340 $(INCDIR)/filenames.h \
2341 $(INCDIR)/hashtab.h \
2342 coffcode.h \
2343 coffswap.h \
2344 libcoff.h
9e097a72
AM
2345coff-i960.lo: \
2346 coff-i960.c \
2347 $(INCDIR)/bfdlink.h \
2348 $(INCDIR)/coff/i960.h \
2349 $(INCDIR)/coff/internal.h \
2350 $(INCDIR)/filenames.h \
2351 $(INCDIR)/hashtab.h \
2352 coffcode.h \
2353 coffswap.h \
2354 libcoff.h
2355coff-m68k.lo: \
2356 coff-m68k.c \
2357 $(INCDIR)/bfdlink.h \
2358 $(INCDIR)/coff/external.h \
2359 $(INCDIR)/coff/internal.h \
2360 $(INCDIR)/coff/m68k.h \
2361 $(INCDIR)/filenames.h \
2362 $(INCDIR)/hashtab.h \
2363 coffcode.h \
2364 coffswap.h \
2365 libcoff.h
2366coff-m88k.lo: \
2367 coff-m88k.c \
2368 $(INCDIR)/bfdlink.h \
2369 $(INCDIR)/coff/external.h \
2370 $(INCDIR)/coff/internal.h \
2371 $(INCDIR)/coff/m88k.h \
2372 $(INCDIR)/filenames.h \
2373 $(INCDIR)/hashtab.h \
2374 coffcode.h \
2375 coffswap.h \
2376 libcoff.h
2377coff-maxq.lo: \
2378 coff-maxq.c \
2379 $(INCDIR)/bfdlink.h \
2380 $(INCDIR)/coff/external.h \
2381 $(INCDIR)/coff/internal.h \
2382 $(INCDIR)/coff/maxq.h \
2383 $(INCDIR)/filenames.h \
2384 $(INCDIR)/hashtab.h \
2385 $(INCDIR)/libiberty.h \
2386 coffcode.h \
2387 coffswap.h \
2388 libcoff.h
2389coff-mips.lo: \
2390 coff-mips.c \
2391 $(INCDIR)/bfdlink.h \
2392 $(INCDIR)/coff/ecoff.h \
2393 $(INCDIR)/coff/external.h \
2394 $(INCDIR)/coff/internal.h \
2395 $(INCDIR)/coff/mips.h \
2396 $(INCDIR)/coff/sym.h \
2397 $(INCDIR)/coff/symconst.h \
2398 $(INCDIR)/filenames.h \
2399 $(INCDIR)/hashtab.h \
2400 coffswap.h \
2401 ecoffswap.h \
2402 libcoff.h \
62d8ad4f 2403 libecoff.h
9e097a72
AM
2404coff-or32.lo: \
2405 coff-or32.c \
2406 $(INCDIR)/bfdlink.h \
2407 $(INCDIR)/coff/internal.h \
2408 $(INCDIR)/coff/or32.h \
2409 $(INCDIR)/filenames.h \
2410 $(INCDIR)/hashtab.h \
2411 coffcode.h \
2412 coffswap.h \
2413 libcoff.h
2414coff-rs6000.lo: \
2415 coff-rs6000.c \
2416 $(INCDIR)/bfdlink.h \
2417 $(INCDIR)/coff/internal.h \
2418 $(INCDIR)/coff/rs6000.h \
2419 $(INCDIR)/coff/xcoff.h \
2420 $(INCDIR)/filenames.h \
2421 $(INCDIR)/hashtab.h \
2422 coffcode.h \
2423 coffswap.h \
2424 libcoff.h \
2425 libxcoff.h
2426coff-sh.lo: \
2427 coff-sh.c \
2428 $(INCDIR)/bfdlink.h \
2429 $(INCDIR)/coff/external.h \
2430 $(INCDIR)/coff/internal.h \
2431 $(INCDIR)/coff/sh.h \
2432 $(INCDIR)/filenames.h \
2433 $(INCDIR)/hashtab.h \
2434 $(INCDIR)/libiberty.h \
2435 coffcode.h \
2436 coffswap.h \
2437 libcoff.h
2438coff-sparc.lo: \
2439 coff-sparc.c \
2440 $(INCDIR)/bfdlink.h \
2441 $(INCDIR)/coff/external.h \
2442 $(INCDIR)/coff/internal.h \
2443 $(INCDIR)/coff/sparc.h \
2444 $(INCDIR)/filenames.h \
2445 $(INCDIR)/hashtab.h \
2446 coffcode.h \
2447 coffswap.h \
2448 libcoff.h
2449coff-stgo32.lo: \
2450 coff-stgo32.c \
2451 $(INCDIR)/bfdlink.h \
2452 $(INCDIR)/coff/external.h \
2453 $(INCDIR)/coff/go32exe.h \
2454 $(INCDIR)/coff/i386.h \
2455 $(INCDIR)/coff/internal.h \
2456 $(INCDIR)/filenames.h \
2457 $(INCDIR)/hashtab.h \
2458 coff-i386.c \
2459 coffcode.h \
2460 coffswap.h \
2461 go32stub.h \
2462 libcoff.h
2463coff-svm68k.lo: \
2464 coff-svm68k.c \
2465 $(INCDIR)/bfdlink.h \
2466 $(INCDIR)/coff/external.h \
2467 $(INCDIR)/coff/internal.h \
2468 $(INCDIR)/coff/m68k.h \
2469 $(INCDIR)/filenames.h \
2470 $(INCDIR)/hashtab.h \
2471 coff-m68k.c \
2472 coffcode.h \
2473 coffswap.h \
2474 libcoff.h
2475coff-tic30.lo: \
2476 coff-tic30.c \
2477 $(INCDIR)/bfdlink.h \
2478 $(INCDIR)/coff/external.h \
2479 $(INCDIR)/coff/internal.h \
2480 $(INCDIR)/coff/tic30.h \
2481 $(INCDIR)/filenames.h \
2482 $(INCDIR)/hashtab.h \
2483 coffcode.h \
2484 coffswap.h \
2485 libcoff.h
2486coff-tic4x.lo: \
2487 coff-tic4x.c \
2488 $(INCDIR)/bfdlink.h \
2489 $(INCDIR)/coff/internal.h \
2490 $(INCDIR)/coff/ti.h \
2491 $(INCDIR)/coff/tic4x.h \
2492 $(INCDIR)/filenames.h \
2493 $(INCDIR)/hashtab.h \
2494 coffcode.h \
2495 coffswap.h \
2496 libcoff.h
2497coff-tic54x.lo: \
2498 coff-tic54x.c \
2499 $(INCDIR)/bfdlink.h \
2500 $(INCDIR)/coff/internal.h \
2501 $(INCDIR)/coff/ti.h \
2502 $(INCDIR)/coff/tic54x.h \
2503 $(INCDIR)/filenames.h \
2504 $(INCDIR)/hashtab.h \
2505 coffcode.h \
2506 coffswap.h \
2507 libcoff.h
2508coff-tic80.lo: \
2509 coff-tic80.c \
2510 $(INCDIR)/bfdlink.h \
2511 $(INCDIR)/coff/external.h \
2512 $(INCDIR)/coff/internal.h \
2513 $(INCDIR)/coff/tic80.h \
2514 $(INCDIR)/filenames.h \
2515 $(INCDIR)/hashtab.h \
2516 coffcode.h \
2517 coffswap.h \
2518 libcoff.h
2519coff-u68k.lo: \
2520 coff-u68k.c \
2521 $(INCDIR)/bfdlink.h \
2522 $(INCDIR)/coff/external.h \
2523 $(INCDIR)/coff/internal.h \
2524 $(INCDIR)/coff/m68k.h \
2525 $(INCDIR)/filenames.h \
2526 $(INCDIR)/hashtab.h \
2527 coff-m68k.c \
2528 coffcode.h \
2529 coffswap.h \
2530 libcoff.h
a1ef399e
AM
2531coff-w65.lo: \
2532 coff-w65.c \
9e097a72
AM
2533 $(INCDIR)/bfdlink.h \
2534 $(INCDIR)/coff/external.h \
2535 $(INCDIR)/coff/internal.h \
a1ef399e 2536 $(INCDIR)/coff/w65.h \
9e097a72
AM
2537 $(INCDIR)/filenames.h \
2538 $(INCDIR)/hashtab.h \
2539 coffcode.h \
2540 coffswap.h \
2541 libcoff.h
a1ef399e
AM
2542coff-we32k.lo: \
2543 coff-we32k.c \
9e097a72
AM
2544 $(INCDIR)/bfdlink.h \
2545 $(INCDIR)/coff/external.h \
2546 $(INCDIR)/coff/internal.h \
a1ef399e 2547 $(INCDIR)/coff/we32k.h \
9e097a72
AM
2548 $(INCDIR)/filenames.h \
2549 $(INCDIR)/hashtab.h \
2550 coffcode.h \
2551 coffswap.h \
2552 libcoff.h
2553coff-z80.lo: \
2554 coff-z80.c \
2555 $(INCDIR)/bfdlink.h \
2556 $(INCDIR)/coff/external.h \
2557 $(INCDIR)/coff/internal.h \
2558 $(INCDIR)/coff/z80.h \
2559 $(INCDIR)/filenames.h \
2560 $(INCDIR)/hashtab.h \
2561 coffcode.h \
2562 coffswap.h \
2563 libcoff.h
2564coff-z8k.lo: \
2565 coff-z8k.c \
2566 $(INCDIR)/bfdlink.h \
2567 $(INCDIR)/coff/external.h \
2568 $(INCDIR)/coff/internal.h \
2569 $(INCDIR)/coff/z8k.h \
2570 $(INCDIR)/filenames.h \
2571 $(INCDIR)/hashtab.h \
2572 coffcode.h \
2573 coffswap.h \
2574 libcoff.h
2575cofflink.lo: \
2576 cofflink.c \
2577 $(INCDIR)/bfdlink.h \
2578 $(INCDIR)/coff/internal.h \
2579 $(INCDIR)/filenames.h \
2580 $(INCDIR)/hashtab.h \
2581 $(INCDIR)/safe-ctype.h \
2582 libcoff.h
2583dwarf1.lo: \
2584 dwarf1.c \
2585 $(INCDIR)/bfdlink.h \
2586 $(INCDIR)/elf/common.h \
2587 $(INCDIR)/elf/dwarf.h \
2588 $(INCDIR)/elf/external.h \
2589 $(INCDIR)/elf/internal.h \
2590 $(INCDIR)/filenames.h \
2591 $(INCDIR)/hashtab.h \
2592 $(INCDIR)/libiberty.h \
2593 elf-bfd.h
2594ecoff.lo: \
2595 ecoff.c \
2596 $(INCDIR)/aout/aout64.h \
2597 $(INCDIR)/aout/ar.h \
2598 $(INCDIR)/aout/ranlib.h \
2599 $(INCDIR)/aout/stab.def \
2600 $(INCDIR)/aout/stab_gnu.h \
2601 $(INCDIR)/bfdlink.h \
2602 $(INCDIR)/coff/ecoff.h \
2603 $(INCDIR)/coff/internal.h \
2604 $(INCDIR)/coff/sym.h \
2605 $(INCDIR)/coff/symconst.h \
2606 $(INCDIR)/filenames.h \
2607 $(INCDIR)/hashtab.h \
2608 $(INCDIR)/libiberty.h \
2609 libaout.h \
2610 libcoff.h \
2611 libecoff.h
2612ecofflink.lo: \
2613 ecofflink.c \
2614 $(INCDIR)/aout/stab.def \
2615 $(INCDIR)/aout/stab_gnu.h \
2616 $(INCDIR)/bfdlink.h \
2617 $(INCDIR)/coff/ecoff.h \
2618 $(INCDIR)/coff/internal.h \
2619 $(INCDIR)/coff/sym.h \
2620 $(INCDIR)/coff/symconst.h \
2621 $(INCDIR)/filenames.h \
2622 $(INCDIR)/hashtab.h \
2623 $(INCDIR)/objalloc.h \
2624 libcoff.h \
2625 libecoff.h
a1ef399e
AM
2626elf-attrs.lo: \
2627 elf-attrs.c \
2628 $(INCDIR)/bfdlink.h \
2629 $(INCDIR)/elf/common.h \
2630 $(INCDIR)/elf/external.h \
2631 $(INCDIR)/elf/internal.h \
2632 $(INCDIR)/filenames.h \
2633 $(INCDIR)/hashtab.h \
2634 $(INCDIR)/libiberty.h \
2635 elf-bfd.h
2636elf-eh-frame.lo: \
2637 elf-eh-frame.c \
2638 $(INCDIR)/bfdlink.h \
fa8f86ff 2639 $(INCDIR)/dwarf2.h \
8455dd2c 2640 $(INCDIR)/elf/common.h \
a1ef399e
AM
2641 $(INCDIR)/elf/external.h \
2642 $(INCDIR)/elf/internal.h \
2643 $(INCDIR)/filenames.h \
2644 $(INCDIR)/hashtab.h \
2645 elf-bfd.h
6de2ae4a
L
2646elf-ifunc.lo: \
2647 elf-ifunc.c \
2648 $(INCDIR)/bfdlink.h \
2649 $(INCDIR)/elf/common.h \
2650 $(INCDIR)/elf/external.h \
2651 $(INCDIR)/elf/internal.h \
2652 $(INCDIR)/filenames.h \
2653 $(INCDIR)/hashtab.h \
2654 $(INCDIR)/libiberty.h \
2655 $(INCDIR)/objalloc.h \
2656 $(INCDIR)/safe-ctype.h \
2657 elf-bfd.h
a1ef399e
AM
2658elf-m10200.lo: \
2659 elf-m10200.c \
2660 $(INCDIR)/bfdlink.h \
2661 $(INCDIR)/elf/common.h \
2662 $(INCDIR)/elf/external.h \
2663 $(INCDIR)/elf/internal.h \
2664 $(INCDIR)/filenames.h \
2665 $(INCDIR)/hashtab.h \
2666 elf-bfd.h \
2667 elf32-target.h
2668elf-m10300.lo: \
2669 elf-m10300.c \
2670 $(INCDIR)/bfdlink.h \
2671 $(INCDIR)/elf/common.h \
2672 $(INCDIR)/elf/external.h \
2673 $(INCDIR)/elf/internal.h \
2674 $(INCDIR)/elf/mn10300.h \
2675 $(INCDIR)/elf/reloc-macros.h \
2676 $(INCDIR)/filenames.h \
2677 $(INCDIR)/hashtab.h \
2678 $(INCDIR)/libiberty.h \
2679 elf-bfd.h \
2680 elf32-target.h
2681elf-strtab.lo: \
2682 elf-strtab.c \
2683 $(INCDIR)/bfdlink.h \
2684 $(INCDIR)/elf/common.h \
2685 $(INCDIR)/elf/external.h \
2686 $(INCDIR)/elf/internal.h \
2687 $(INCDIR)/filenames.h \
2688 $(INCDIR)/hashtab.h \
2689 $(INCDIR)/libiberty.h \
2690 elf-bfd.h
2691elf-vxworks.lo: \
2692 elf-vxworks.c \
2693 $(INCDIR)/bfdlink.h \
2694 $(INCDIR)/elf/common.h \
2695 $(INCDIR)/elf/external.h \
2696 $(INCDIR)/elf/internal.h \
2697 $(INCDIR)/elf/vxworks.h \
2698 $(INCDIR)/filenames.h \
2699 $(INCDIR)/hashtab.h \
2700 elf-bfd.h \
2701 elf-vxworks.h
9e097a72
AM
2702elf.lo: \
2703 elf.c \
2704 $(INCDIR)/bfdlink.h \
2705 $(INCDIR)/elf/common.h \
2706 $(INCDIR)/elf/external.h \
2707 $(INCDIR)/elf/internal.h \
2708 $(INCDIR)/filenames.h \
2709 $(INCDIR)/hashtab.h \
2710 $(INCDIR)/libiberty.h \
2711 $(INCDIR)/safe-ctype.h \
2712 elf-bfd.h
2713elf32-am33lin.lo: \
2714 elf32-am33lin.c \
2715 $(INCDIR)/bfdlink.h \
2716 $(INCDIR)/elf/common.h \
2717 $(INCDIR)/elf/external.h \
2718 $(INCDIR)/elf/internal.h \
2719 $(INCDIR)/elf/mn10300.h \
2720 $(INCDIR)/elf/reloc-macros.h \
2721 $(INCDIR)/filenames.h \
2722 $(INCDIR)/hashtab.h \
2723 $(INCDIR)/libiberty.h \
2724 elf-bfd.h \
2725 elf-m10300.c \
2726 elf32-target.h
2727elf32-arc.lo: \
2728 elf32-arc.c \
2729 $(INCDIR)/bfdlink.h \
2730 $(INCDIR)/elf/arc.h \
2731 $(INCDIR)/elf/common.h \
2732 $(INCDIR)/elf/external.h \
2733 $(INCDIR)/elf/internal.h \
2734 $(INCDIR)/elf/reloc-macros.h \
2735 $(INCDIR)/filenames.h \
2736 $(INCDIR)/hashtab.h \
2737 $(INCDIR)/libiberty.h \
2738 elf-bfd.h \
2739 elf32-target.h
2740elf32-arm.lo: \
2741 elf32-arm.c \
2742 $(INCDIR)/bfdlink.h \
2743 $(INCDIR)/elf/arm.h \
2744 $(INCDIR)/elf/common.h \
2745 $(INCDIR)/elf/external.h \
2746 $(INCDIR)/elf/internal.h \
2747 $(INCDIR)/elf/reloc-macros.h \
2748 $(INCDIR)/filenames.h \
2749 $(INCDIR)/hashtab.h \
2750 $(INCDIR)/libiberty.h \
2751 elf-bfd.h \
2752 elf-vxworks.h \
2753 elf32-target.h
2754elf32-avr.lo: \
2755 elf32-avr.c \
2756 $(INCDIR)/bfdlink.h \
2757 $(INCDIR)/elf/avr.h \
2758 $(INCDIR)/elf/common.h \
2759 $(INCDIR)/elf/external.h \
2760 $(INCDIR)/elf/internal.h \
2761 $(INCDIR)/elf/reloc-macros.h \
2762 $(INCDIR)/filenames.h \
2763 $(INCDIR)/hashtab.h \
2764 elf-bfd.h \
2765 elf32-avr.h \
2766 elf32-target.h
2767elf32-bfin.lo: \
2768 elf32-bfin.c \
2769 $(INCDIR)/bfdlink.h \
8455dd2c 2770 $(INCDIR)/dwarf2.h \
9e097a72
AM
2771 $(INCDIR)/elf/bfin.h \
2772 $(INCDIR)/elf/common.h \
9e097a72
AM
2773 $(INCDIR)/elf/external.h \
2774 $(INCDIR)/elf/internal.h \
2775 $(INCDIR)/elf/reloc-macros.h \
2776 $(INCDIR)/filenames.h \
2777 $(INCDIR)/hashtab.h \
2778 elf-bfd.h \
2779 elf32-target.h
2780elf32-cr16.lo: \
2781 elf32-cr16.c \
2782 $(INCDIR)/bfdlink.h \
2783 $(INCDIR)/elf/common.h \
2784 $(INCDIR)/elf/cr16.h \
2785 $(INCDIR)/elf/external.h \
2786 $(INCDIR)/elf/internal.h \
2787 $(INCDIR)/elf/reloc-macros.h \
2788 $(INCDIR)/filenames.h \
2789 $(INCDIR)/hashtab.h \
2790 $(INCDIR)/libiberty.h \
2791 elf-bfd.h \
2792 elf32-target.h
2793elf32-cr16c.lo: \
2794 elf32-cr16c.c \
2795 $(INCDIR)/bfdlink.h \
2796 $(INCDIR)/elf/common.h \
2797 $(INCDIR)/elf/cr16c.h \
2798 $(INCDIR)/elf/external.h \
2799 $(INCDIR)/elf/internal.h \
2800 $(INCDIR)/elf/reloc-macros.h \
2801 $(INCDIR)/filenames.h \
2802 $(INCDIR)/hashtab.h \
2803 elf-bfd.h \
2804 elf32-target.h
2805elf32-cris.lo: \
2806 elf32-cris.c \
2807 $(INCDIR)/bfdlink.h \
2808 $(INCDIR)/elf/common.h \
2809 $(INCDIR)/elf/cris.h \
2810 $(INCDIR)/elf/external.h \
2811 $(INCDIR)/elf/internal.h \
2812 $(INCDIR)/elf/reloc-macros.h \
2813 $(INCDIR)/filenames.h \
2814 $(INCDIR)/hashtab.h \
2815 elf-bfd.h \
2816 elf32-target.h
2817elf32-crx.lo: \
2818 elf32-crx.c \
2819 $(INCDIR)/bfdlink.h \
2820 $(INCDIR)/elf/common.h \
2821 $(INCDIR)/elf/crx.h \
2822 $(INCDIR)/elf/external.h \
2823 $(INCDIR)/elf/internal.h \
2824 $(INCDIR)/elf/reloc-macros.h \
2825 $(INCDIR)/filenames.h \
2826 $(INCDIR)/hashtab.h \
2827 elf-bfd.h \
2828 elf32-target.h
2829elf32-d10v.lo: \
2830 elf32-d10v.c \
2831 $(INCDIR)/bfdlink.h \
2832 $(INCDIR)/elf/common.h \
2833 $(INCDIR)/elf/d10v.h \
2834 $(INCDIR)/elf/external.h \
2835 $(INCDIR)/elf/internal.h \
2836 $(INCDIR)/elf/reloc-macros.h \
2837 $(INCDIR)/filenames.h \
2838 $(INCDIR)/hashtab.h \
2839 elf-bfd.h \
2840 elf32-target.h
2841elf32-d30v.lo: \
2842 elf32-d30v.c \
2843 $(INCDIR)/bfdlink.h \
2844 $(INCDIR)/elf/common.h \
2845 $(INCDIR)/elf/d30v.h \
2846 $(INCDIR)/elf/external.h \
2847 $(INCDIR)/elf/internal.h \
2848 $(INCDIR)/elf/reloc-macros.h \
2849 $(INCDIR)/filenames.h \
2850 $(INCDIR)/hashtab.h \
2851 elf-bfd.h \
2852 elf32-target.h
2853elf32-dlx.lo: \
2854 elf32-dlx.c \
2855 $(INCDIR)/bfdlink.h \
2856 $(INCDIR)/elf/common.h \
2857 $(INCDIR)/elf/dlx.h \
2858 $(INCDIR)/elf/external.h \
2859 $(INCDIR)/elf/internal.h \
2860 $(INCDIR)/elf/reloc-macros.h \
2861 $(INCDIR)/filenames.h \
2862 $(INCDIR)/hashtab.h \
2863 elf-bfd.h \
2864 elf32-target.h
2865elf32-fr30.lo: \
2866 elf32-fr30.c \
2867 $(INCDIR)/bfdlink.h \
2868 $(INCDIR)/elf/common.h \
2869 $(INCDIR)/elf/external.h \
2870 $(INCDIR)/elf/fr30.h \
2871 $(INCDIR)/elf/internal.h \
2872 $(INCDIR)/elf/reloc-macros.h \
2873 $(INCDIR)/filenames.h \
2874 $(INCDIR)/hashtab.h \
2875 elf-bfd.h \
2876 elf32-target.h
2877elf32-frv.lo: \
2878 elf32-frv.c \
2879 $(INCDIR)/bfdlink.h \
fa8f86ff 2880 $(INCDIR)/dwarf2.h \
8455dd2c 2881 $(INCDIR)/elf/common.h \
9e097a72
AM
2882 $(INCDIR)/elf/external.h \
2883 $(INCDIR)/elf/frv.h \
2884 $(INCDIR)/elf/internal.h \
2885 $(INCDIR)/elf/reloc-macros.h \
2886 $(INCDIR)/filenames.h \
2887 $(INCDIR)/hashtab.h \
2888 elf-bfd.h \
2889 elf32-target.h
9e097a72
AM
2890elf32-gen.lo: \
2891 elf32-gen.c \
2892 $(INCDIR)/bfdlink.h \
2893 $(INCDIR)/elf/common.h \
2894 $(INCDIR)/elf/external.h \
2895 $(INCDIR)/elf/internal.h \
2896 $(INCDIR)/filenames.h \
2897 $(INCDIR)/hashtab.h \
2898 elf-bfd.h \
62d8ad4f 2899 elf32-target.h
9e097a72
AM
2900elf32-h8300.lo: \
2901 elf32-h8300.c \
2902 $(INCDIR)/bfdlink.h \
2903 $(INCDIR)/elf/common.h \
2904 $(INCDIR)/elf/external.h \
2905 $(INCDIR)/elf/h8.h \
2906 $(INCDIR)/elf/internal.h \
2907 $(INCDIR)/elf/reloc-macros.h \
2908 $(INCDIR)/filenames.h \
2909 $(INCDIR)/hashtab.h \
2910 elf-bfd.h \
66eb6687 2911 elf32-target.h
9e097a72
AM
2912elf32-hppa.lo: \
2913 elf32-hppa.c \
2914 $(INCDIR)/bfdlink.h \
2915 $(INCDIR)/elf/common.h \
2916 $(INCDIR)/elf/external.h \
2917 $(INCDIR)/elf/hppa.h \
2918 $(INCDIR)/elf/internal.h \
2919 $(INCDIR)/elf/reloc-macros.h \
2920 $(INCDIR)/filenames.h \
2921 $(INCDIR)/hashtab.h \
2922 elf-bfd.h \
2923 elf-hppa.h \
2924 elf32-hppa.h \
2925 elf32-target.h \
2926 libhppa.h
2927elf32-i370.lo: \
2928 elf32-i370.c \
2929 $(INCDIR)/bfdlink.h \
2930 $(INCDIR)/elf/common.h \
2931 $(INCDIR)/elf/external.h \
2932 $(INCDIR)/elf/i370.h \
2933 $(INCDIR)/elf/internal.h \
2934 $(INCDIR)/elf/reloc-macros.h \
2935 $(INCDIR)/filenames.h \
2936 $(INCDIR)/hashtab.h \
2937 elf-bfd.h \
ec3fcc56 2938 elf32-target.h
9e097a72
AM
2939elf32-i386.lo: \
2940 elf32-i386.c \
2941 $(INCDIR)/bfdlink.h \
2942 $(INCDIR)/elf/common.h \
2943 $(INCDIR)/elf/external.h \
2944 $(INCDIR)/elf/i386.h \
2945 $(INCDIR)/elf/internal.h \
2946 $(INCDIR)/elf/reloc-macros.h \
2947 $(INCDIR)/filenames.h \
2948 $(INCDIR)/hashtab.h \
482c6ce9 2949 $(INCDIR)/objalloc.h \
9e097a72
AM
2950 bfd_stdint.h \
2951 elf-bfd.h \
2952 elf-vxworks.h \
62d8ad4f 2953 elf32-target.h
9e097a72
AM
2954elf32-i860.lo: \
2955 elf32-i860.c \
2956 $(INCDIR)/bfdlink.h \
2957 $(INCDIR)/elf/common.h \
2958 $(INCDIR)/elf/external.h \
2959 $(INCDIR)/elf/i860.h \
2960 $(INCDIR)/elf/internal.h \
2961 $(INCDIR)/elf/reloc-macros.h \
2962 $(INCDIR)/filenames.h \
2963 $(INCDIR)/hashtab.h \
2964 elf-bfd.h \
20135e4c 2965 elf32-target.h
9e097a72
AM
2966elf32-i960.lo: \
2967 elf32-i960.c \
2968 $(INCDIR)/bfdlink.h \
2969 $(INCDIR)/elf/common.h \
2970 $(INCDIR)/elf/external.h \
2971 $(INCDIR)/elf/i960.h \
2972 $(INCDIR)/elf/internal.h \
2973 $(INCDIR)/elf/reloc-macros.h \
2974 $(INCDIR)/filenames.h \
2975 $(INCDIR)/hashtab.h \
2976 elf-bfd.h \
a351bca6 2977 elf32-target.h
9e097a72
AM
2978elf32-ip2k.lo: \
2979 elf32-ip2k.c \
2980 $(INCDIR)/bfdlink.h \
2981 $(INCDIR)/elf/common.h \
2982 $(INCDIR)/elf/external.h \
2983 $(INCDIR)/elf/internal.h \
2984 $(INCDIR)/elf/ip2k.h \
2985 $(INCDIR)/elf/reloc-macros.h \
2986 $(INCDIR)/filenames.h \
2987 $(INCDIR)/hashtab.h \
2988 elf-bfd.h \
62d8ad4f 2989 elf32-target.h
9e097a72
AM
2990elf32-iq2000.lo: \
2991 elf32-iq2000.c \
2992 $(INCDIR)/bfdlink.h \
2993 $(INCDIR)/elf/common.h \
2994 $(INCDIR)/elf/external.h \
2995 $(INCDIR)/elf/internal.h \
2996 $(INCDIR)/elf/iq2000.h \
2997 $(INCDIR)/elf/reloc-macros.h \
2998 $(INCDIR)/filenames.h \
2999 $(INCDIR)/hashtab.h \
3000 elf-bfd.h \
62d8ad4f 3001 elf32-target.h
9e097a72
AM
3002elf32-lm32.lo: \
3003 elf32-lm32.c \
3004 $(INCDIR)/bfdlink.h \
3005 $(INCDIR)/elf/common.h \
3006 $(INCDIR)/elf/external.h \
3007 $(INCDIR)/elf/internal.h \
3008 $(INCDIR)/elf/lm32.h \
3009 $(INCDIR)/elf/reloc-macros.h \
3010 $(INCDIR)/filenames.h \
3011 $(INCDIR)/hashtab.h \
3012 elf-bfd.h \
66eb6687 3013 elf32-target.h
9e097a72
AM
3014elf32-m32c.lo: \
3015 elf32-m32c.c \
3016 $(INCDIR)/bfdlink.h \
3017 $(INCDIR)/elf/common.h \
3018 $(INCDIR)/elf/external.h \
3019 $(INCDIR)/elf/internal.h \
3020 $(INCDIR)/elf/m32c.h \
3021 $(INCDIR)/elf/reloc-macros.h \
3022 $(INCDIR)/filenames.h \
3023 $(INCDIR)/hashtab.h \
3024 $(INCDIR)/libiberty.h \
3025 elf-bfd.h \
dd323078 3026 elf32-target.h
9e097a72
AM
3027elf32-m32r.lo: \
3028 elf32-m32r.c \
3029 $(INCDIR)/bfdlink.h \
3030 $(INCDIR)/elf/common.h \
3031 $(INCDIR)/elf/external.h \
3032 $(INCDIR)/elf/internal.h \
3033 $(INCDIR)/elf/m32r.h \
3034 $(INCDIR)/elf/reloc-macros.h \
3035 $(INCDIR)/filenames.h \
3036 $(INCDIR)/hashtab.h \
3037 elf-bfd.h \
d9352518 3038 elf32-target.h
9e097a72
AM
3039elf32-m68hc11.lo: \
3040 elf32-m68hc11.c \
3041 $(INCDIR)/bfdlink.h \
3042 $(INCDIR)/elf/common.h \
3043 $(INCDIR)/elf/external.h \
3044 $(INCDIR)/elf/internal.h \
3045 $(INCDIR)/elf/m68hc11.h \
3046 $(INCDIR)/elf/reloc-macros.h \
3047 $(INCDIR)/filenames.h \
3048 $(INCDIR)/hashtab.h \
3049 $(INCDIR)/opcode/m68hc11.h \
3050 elf-bfd.h \
3051 elf32-m68hc1x.h \
62d8ad4f 3052 elf32-target.h
9e097a72
AM
3053elf32-m68hc12.lo: \
3054 elf32-m68hc12.c \
3055 $(INCDIR)/bfdlink.h \
3056 $(INCDIR)/elf/common.h \
3057 $(INCDIR)/elf/external.h \
3058 $(INCDIR)/elf/internal.h \
3059 $(INCDIR)/elf/m68hc11.h \
3060 $(INCDIR)/elf/reloc-macros.h \
3061 $(INCDIR)/filenames.h \
3062 $(INCDIR)/hashtab.h \
3063 $(INCDIR)/opcode/m68hc11.h \
3064 elf-bfd.h \
3065 elf32-m68hc1x.h \
62d8ad4f 3066 elf32-target.h
9e097a72
AM
3067elf32-m68hc1x.lo: \
3068 elf32-m68hc1x.c \
3069 $(INCDIR)/alloca-conf.h \
3070 $(INCDIR)/bfdlink.h \
3071 $(INCDIR)/elf/common.h \
3072 $(INCDIR)/elf/external.h \
3073 $(INCDIR)/elf/internal.h \
3074 $(INCDIR)/elf/m68hc11.h \
3075 $(INCDIR)/elf/reloc-macros.h \
3076 $(INCDIR)/filenames.h \
3077 $(INCDIR)/hashtab.h \
3078 $(INCDIR)/opcode/m68hc11.h \
3079 elf-bfd.h \
3080 elf32-m68hc1x.h
a1ef399e
AM
3081elf32-m68k.lo: \
3082 elf32-m68k.c \
9e097a72
AM
3083 $(INCDIR)/bfdlink.h \
3084 $(INCDIR)/elf/common.h \
3085 $(INCDIR)/elf/external.h \
3086 $(INCDIR)/elf/internal.h \
a1ef399e
AM
3087 $(INCDIR)/elf/m68k.h \
3088 $(INCDIR)/elf/reloc-macros.h \
9e097a72
AM
3089 $(INCDIR)/filenames.h \
3090 $(INCDIR)/hashtab.h \
a1ef399e 3091 $(INCDIR)/opcode/m68k.h \
9e097a72
AM
3092 elf-bfd.h \
3093 elf32-target.h
a1ef399e
AM
3094elf32-m88k.lo: \
3095 elf32-m88k.c \
9e097a72
AM
3096 $(INCDIR)/bfdlink.h \
3097 $(INCDIR)/elf/common.h \
3098 $(INCDIR)/elf/external.h \
3099 $(INCDIR)/elf/internal.h \
9e097a72
AM
3100 $(INCDIR)/filenames.h \
3101 $(INCDIR)/hashtab.h \
9e097a72
AM
3102 elf-bfd.h \
3103 elf32-target.h
3104elf32-mcore.lo: \
3105 elf32-mcore.c \
3106 $(INCDIR)/bfdlink.h \
3107 $(INCDIR)/elf/common.h \
3108 $(INCDIR)/elf/external.h \
3109 $(INCDIR)/elf/internal.h \
3110 $(INCDIR)/elf/mcore.h \
3111 $(INCDIR)/elf/reloc-macros.h \
3112 $(INCDIR)/filenames.h \
3113 $(INCDIR)/hashtab.h \
3114 elf-bfd.h \
3115 elf32-target.h
3116elf32-mep.lo: \
3117 elf32-mep.c \
3118 $(INCDIR)/bfdlink.h \
3119 $(INCDIR)/elf/common.h \
3120 $(INCDIR)/elf/external.h \
3121 $(INCDIR)/elf/internal.h \
3122 $(INCDIR)/elf/mep.h \
3123 $(INCDIR)/elf/reloc-macros.h \
3124 $(INCDIR)/filenames.h \
3125 $(INCDIR)/hashtab.h \
3126 $(INCDIR)/libiberty.h \
3127 elf-bfd.h \
3128 elf32-target.h
9e097a72
AM
3129elf32-mips.lo: \
3130 elf32-mips.c \
3131 $(INCDIR)/bfdlink.h \
3132 $(INCDIR)/coff/ecoff.h \
3133 $(INCDIR)/coff/external.h \
3134 $(INCDIR)/coff/internal.h \
3135 $(INCDIR)/coff/mips.h \
3136 $(INCDIR)/coff/sym.h \
3137 $(INCDIR)/coff/symconst.h \
3138 $(INCDIR)/elf/common.h \
3139 $(INCDIR)/elf/external.h \
3140 $(INCDIR)/elf/internal.h \
3141 $(INCDIR)/elf/mips.h \
3142 $(INCDIR)/elf/reloc-macros.h \
3143 $(INCDIR)/filenames.h \
3144 $(INCDIR)/hashtab.h \
3145 ecoffswap.h \
3146 elf-bfd.h \
3147 elf-vxworks.h \
3148 elf32-target.h \
3149 elfxx-mips.h \
3150 genlink.h
ce3c775b
NC
3151elf32-moxie.lo: \
3152 elf32-moxie.c \
9e097a72
AM
3153 $(INCDIR)/bfdlink.h \
3154 $(INCDIR)/elf/common.h \
3155 $(INCDIR)/elf/external.h \
3156 $(INCDIR)/elf/internal.h \
ce3c775b 3157 $(INCDIR)/elf/moxie.h \
9e097a72
AM
3158 $(INCDIR)/elf/reloc-macros.h \
3159 $(INCDIR)/filenames.h \
3160 $(INCDIR)/hashtab.h \
3161 elf-bfd.h \
3162 elf32-target.h
3163elf32-msp430.lo: \
3164 elf32-msp430.c \
3165 $(INCDIR)/bfdlink.h \
3166 $(INCDIR)/elf/common.h \
3167 $(INCDIR)/elf/external.h \
3168 $(INCDIR)/elf/internal.h \
3169 $(INCDIR)/elf/msp430.h \
3170 $(INCDIR)/elf/reloc-macros.h \
3171 $(INCDIR)/filenames.h \
3172 $(INCDIR)/hashtab.h \
3173 $(INCDIR)/libiberty.h \
3174 elf-bfd.h \
3175 elf32-target.h
ce3c775b
NC
3176elf32-mt.lo: \
3177 elf32-mt.c \
3178 $(INCDIR)/bfdlink.h \
3179 $(INCDIR)/elf/common.h \
3180 $(INCDIR)/elf/external.h \
3181 $(INCDIR)/elf/internal.h \
3182 $(INCDIR)/elf/mt.h \
3183 $(INCDIR)/elf/reloc-macros.h \
3184 $(INCDIR)/filenames.h \
3185 $(INCDIR)/hashtab.h \
3186 elf-bfd.h \
3187 elf32-target.h
9e097a72
AM
3188elf32-openrisc.lo: \
3189 elf32-openrisc.c \
3190 $(INCDIR)/bfdlink.h \
3191 $(INCDIR)/elf/common.h \
3192 $(INCDIR)/elf/external.h \
3193 $(INCDIR)/elf/internal.h \
3194 $(INCDIR)/elf/openrisc.h \
3195 $(INCDIR)/elf/reloc-macros.h \
3196 $(INCDIR)/filenames.h \
3197 $(INCDIR)/hashtab.h \
3198 $(INCDIR)/libiberty.h \
3199 elf-bfd.h \
3200 elf32-target.h
3201elf32-or32.lo: \
3202 elf32-or32.c \
3203 $(INCDIR)/bfdlink.h \
3204 $(INCDIR)/elf/common.h \
3205 $(INCDIR)/elf/external.h \
3206 $(INCDIR)/elf/internal.h \
3207 $(INCDIR)/elf/or32.h \
3208 $(INCDIR)/elf/reloc-macros.h \
3209 $(INCDIR)/filenames.h \
3210 $(INCDIR)/hashtab.h \
3211 $(INCDIR)/libiberty.h \
3212 elf-bfd.h \
3213 elf32-target.h
3214elf32-pj.lo: \
3215 elf32-pj.c \
3216 $(INCDIR)/bfdlink.h \
3217 $(INCDIR)/elf/common.h \
3218 $(INCDIR)/elf/external.h \
3219 $(INCDIR)/elf/internal.h \
3220 $(INCDIR)/elf/pj.h \
3221 $(INCDIR)/elf/reloc-macros.h \
3222 $(INCDIR)/filenames.h \
3223 $(INCDIR)/hashtab.h \
3224 elf-bfd.h \
3225 elf32-target.h
3226elf32-ppc.lo: \
3227 elf32-ppc.c \
3228 $(INCDIR)/bfdlink.h \
3229 $(INCDIR)/elf/common.h \
3230 $(INCDIR)/elf/external.h \
3231 $(INCDIR)/elf/internal.h \
3232 $(INCDIR)/elf/ppc.h \
3233 $(INCDIR)/elf/reloc-macros.h \
3234 $(INCDIR)/filenames.h \
3235 $(INCDIR)/hashtab.h \
3236 elf-bfd.h \
3237 elf-vxworks.h \
3238 elf32-ppc.h \
3239 elf32-target.h
a1ef399e
AM
3240elf32-s390.lo: \
3241 elf32-s390.c \
9e097a72
AM
3242 $(INCDIR)/bfdlink.h \
3243 $(INCDIR)/elf/common.h \
3244 $(INCDIR)/elf/external.h \
3245 $(INCDIR)/elf/internal.h \
3246 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3247 $(INCDIR)/elf/s390.h \
9e097a72
AM
3248 $(INCDIR)/filenames.h \
3249 $(INCDIR)/hashtab.h \
9e097a72 3250 elf-bfd.h \
9e097a72 3251 elf32-target.h
a1ef399e
AM
3252elf32-sh-symbian.lo: \
3253 elf32-sh-symbian.c \
9e097a72
AM
3254 $(INCDIR)/bfdlink.h \
3255 $(INCDIR)/elf/common.h \
3256 $(INCDIR)/elf/external.h \
3257 $(INCDIR)/elf/internal.h \
3258 $(INCDIR)/elf/reloc-macros.h \
3259 $(INCDIR)/elf/sh.h \
3260 $(INCDIR)/filenames.h \
3261 $(INCDIR)/hashtab.h \
a1ef399e
AM
3262 $(INCDIR)/libiberty.h \
3263 $(srcdir)/../opcodes/sh-opc.h \
9e097a72 3264 elf-bfd.h \
a1ef399e
AM
3265 elf-vxworks.h \
3266 elf32-sh-relocs.h \
3267 elf32-sh.c \
9e097a72
AM
3268 elf32-target.h
3269elf32-sh.lo: \
3270 elf32-sh.c \
3271 $(INCDIR)/bfdlink.h \
3272 $(INCDIR)/elf/common.h \
3273 $(INCDIR)/elf/external.h \
3274 $(INCDIR)/elf/internal.h \
3275 $(INCDIR)/elf/reloc-macros.h \
3276 $(INCDIR)/elf/sh.h \
3277 $(INCDIR)/filenames.h \
3278 $(INCDIR)/hashtab.h \
3279 $(INCDIR)/libiberty.h \
3280 $(srcdir)/../opcodes/sh-opc.h \
3281 elf-bfd.h \
3282 elf-vxworks.h \
3283 elf32-sh-relocs.h \
3284 elf32-target.h
a1ef399e
AM
3285elf32-sh64-com.lo: \
3286 elf32-sh64-com.c \
9e097a72
AM
3287 $(INCDIR)/bfdlink.h \
3288 $(INCDIR)/elf/common.h \
3289 $(INCDIR)/elf/external.h \
3290 $(INCDIR)/elf/internal.h \
3291 $(INCDIR)/elf/reloc-macros.h \
3292 $(INCDIR)/elf/sh.h \
3293 $(INCDIR)/filenames.h \
3294 $(INCDIR)/hashtab.h \
a1ef399e 3295 $(srcdir)/../opcodes/sh64-opc.h \
9e097a72 3296 elf-bfd.h \
a1ef399e
AM
3297 elf32-sh64.h
3298elf32-sh64.lo: \
3299 elf32-sh64.c \
9e097a72
AM
3300 $(INCDIR)/bfdlink.h \
3301 $(INCDIR)/elf/common.h \
3302 $(INCDIR)/elf/external.h \
3303 $(INCDIR)/elf/internal.h \
3304 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3305 $(INCDIR)/elf/sh.h \
9e097a72
AM
3306 $(INCDIR)/filenames.h \
3307 $(INCDIR)/hashtab.h \
3308 $(INCDIR)/libiberty.h \
a1ef399e
AM
3309 $(srcdir)/../opcodes/sh-opc.h \
3310 $(srcdir)/../opcodes/sh64-opc.h \
9e097a72
AM
3311 elf-bfd.h \
3312 elf-vxworks.h \
a1ef399e
AM
3313 elf32-sh-relocs.h \
3314 elf32-sh.c \
3315 elf32-sh64.h \
3316 elf32-target.h
9e097a72
AM
3317elf32-sparc.lo: \
3318 elf32-sparc.c \
3319 $(INCDIR)/bfdlink.h \
3320 $(INCDIR)/elf/common.h \
3321 $(INCDIR)/elf/external.h \
3322 $(INCDIR)/elf/internal.h \
3323 $(INCDIR)/elf/reloc-macros.h \
3324 $(INCDIR)/elf/sparc.h \
3325 $(INCDIR)/filenames.h \
3326 $(INCDIR)/hashtab.h \
3327 $(INCDIR)/opcode/sparc.h \
3328 elf-bfd.h \
3329 elf-vxworks.h \
3330 elf32-target.h \
3331 elfxx-sparc.h
3332elf32-spu.lo: \
3333 elf32-spu.c \
3334 $(INCDIR)/bfdlink.h \
3335 $(INCDIR)/elf/common.h \
3336 $(INCDIR)/elf/external.h \
3337 $(INCDIR)/elf/internal.h \
3338 $(INCDIR)/elf/reloc-macros.h \
3339 $(INCDIR)/elf/spu.h \
3340 $(INCDIR)/filenames.h \
3341 $(INCDIR)/hashtab.h \
3342 $(INCDIR)/libiberty.h \
3343 elf-bfd.h \
3344 elf32-spu.h \
3345 elf32-target.h
3346elf32-v850.lo: \
3347 elf32-v850.c \
3348 $(INCDIR)/bfdlink.h \
3349 $(INCDIR)/elf/common.h \
3350 $(INCDIR)/elf/external.h \
3351 $(INCDIR)/elf/internal.h \
3352 $(INCDIR)/elf/reloc-macros.h \
3353 $(INCDIR)/elf/v850.h \
3354 $(INCDIR)/filenames.h \
3355 $(INCDIR)/hashtab.h \
3356 $(INCDIR)/libiberty.h \
3357 elf-bfd.h \
3358 elf32-target.h
3359elf32-vax.lo: \
3360 elf32-vax.c \
3361 $(INCDIR)/bfdlink.h \
3362 $(INCDIR)/elf/common.h \
3363 $(INCDIR)/elf/external.h \
3364 $(INCDIR)/elf/internal.h \
3365 $(INCDIR)/elf/reloc-macros.h \
3366 $(INCDIR)/elf/vax.h \
3367 $(INCDIR)/filenames.h \
3368 $(INCDIR)/hashtab.h \
3369 elf-bfd.h \
3370 elf32-target.h
a1ef399e
AM
3371elf32-xc16x.lo: \
3372 elf32-xc16x.c \
9e097a72 3373 $(INCDIR)/bfdlink.h \
fa8f86ff 3374 $(INCDIR)/dwarf2.h \
8455dd2c 3375 $(INCDIR)/elf/common.h \
9e097a72
AM
3376 $(INCDIR)/elf/external.h \
3377 $(INCDIR)/elf/internal.h \
3378 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3379 $(INCDIR)/elf/xc16x.h \
9e097a72
AM
3380 $(INCDIR)/filenames.h \
3381 $(INCDIR)/hashtab.h \
3382 $(INCDIR)/libiberty.h \
3383 elf-bfd.h \
3384 elf32-target.h
a1ef399e
AM
3385elf32-xstormy16.lo: \
3386 elf32-xstormy16.c \
9e097a72
AM
3387 $(INCDIR)/bfdlink.h \
3388 $(INCDIR)/elf/common.h \
3389 $(INCDIR)/elf/external.h \
3390 $(INCDIR)/elf/internal.h \
3391 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3392 $(INCDIR)/elf/xstormy16.h \
9e097a72
AM
3393 $(INCDIR)/filenames.h \
3394 $(INCDIR)/hashtab.h \
a1ef399e 3395 $(INCDIR)/libiberty.h \
9e097a72
AM
3396 elf-bfd.h \
3397 elf32-target.h
a1ef399e
AM
3398elf32-xtensa.lo: \
3399 elf32-xtensa.c \
9e097a72
AM
3400 $(INCDIR)/bfdlink.h \
3401 $(INCDIR)/elf/common.h \
9e097a72
AM
3402 $(INCDIR)/elf/external.h \
3403 $(INCDIR)/elf/internal.h \
3404 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3405 $(INCDIR)/elf/xtensa.h \
9e097a72
AM
3406 $(INCDIR)/filenames.h \
3407 $(INCDIR)/hashtab.h \
a1ef399e
AM
3408 $(INCDIR)/xtensa-config.h \
3409 $(INCDIR)/xtensa-isa.h \
9e097a72
AM
3410 elf-bfd.h \
3411 elf32-target.h
3412elf32.lo: \
3413 elf32.c \
3414 $(INCDIR)/bfdlink.h \
3415 $(INCDIR)/elf/common.h \
3416 $(INCDIR)/elf/external.h \
3417 $(INCDIR)/elf/internal.h \
3418 $(INCDIR)/filenames.h \
3419 $(INCDIR)/hashtab.h \
3420 $(INCDIR)/libiberty.h \
3421 elf-bfd.h \
3422 elfcode.h \
3423 elfcore.h
3424elflink.lo: \
3425 elflink.c \
3426 $(INCDIR)/bfdlink.h \
3427 $(INCDIR)/elf/common.h \
3428 $(INCDIR)/elf/external.h \
3429 $(INCDIR)/elf/internal.h \
3430 $(INCDIR)/filenames.h \
3431 $(INCDIR)/hashtab.h \
3432 $(INCDIR)/libiberty.h \
3433 $(INCDIR)/objalloc.h \
3434 $(INCDIR)/safe-ctype.h \
3435 elf-bfd.h
7ba29e2a
NC
3436elf32-microblaze.lo: \
3437 elf32-microblaze.c \
3438 $(INCDIR)/filenames.h \
3439 $(INCDIR)/bfdlink.h \
3440 genlink.h \
3441 elf-bfd.h \
3442 $(INCDIR)/elf/common.h \
3443 $(INCDIR)/elf/internal.h \
3444 $(INCDIR)/elf/external.h \
3445 $(INCDIR)/elf/reloc-macros.h \
3446 elf32-target.h
a1ef399e
AM
3447elfxx-mips.lo: \
3448 elfxx-mips.c \
9e097a72 3449 $(INCDIR)/bfdlink.h \
a1ef399e
AM
3450 $(INCDIR)/coff/ecoff.h \
3451 $(INCDIR)/coff/external.h \
3452 $(INCDIR)/coff/mips.h \
3453 $(INCDIR)/coff/sym.h \
3454 $(INCDIR)/coff/symconst.h \
9e097a72
AM
3455 $(INCDIR)/elf/common.h \
3456 $(INCDIR)/elf/external.h \
3457 $(INCDIR)/elf/internal.h \
a1ef399e
AM
3458 $(INCDIR)/elf/mips.h \
3459 $(INCDIR)/elf/reloc-macros.h \
9e097a72
AM
3460 $(INCDIR)/filenames.h \
3461 $(INCDIR)/hashtab.h \
3462 $(INCDIR)/libiberty.h \
a1ef399e
AM
3463 elf-bfd.h \
3464 elf-vxworks.h \
3465 elfxx-mips.h
3466elfxx-sparc.lo: \
3467 elfxx-sparc.c \
9e097a72
AM
3468 $(INCDIR)/bfdlink.h \
3469 $(INCDIR)/elf/common.h \
3470 $(INCDIR)/elf/external.h \
3471 $(INCDIR)/elf/internal.h \
a1ef399e
AM
3472 $(INCDIR)/elf/reloc-macros.h \
3473 $(INCDIR)/elf/sparc.h \
9e097a72
AM
3474 $(INCDIR)/filenames.h \
3475 $(INCDIR)/hashtab.h \
3476 $(INCDIR)/libiberty.h \
a1ef399e 3477 $(INCDIR)/opcode/sparc.h \
9e097a72 3478 elf-bfd.h \
a1ef399e
AM
3479 elf-vxworks.h \
3480 elfxx-sparc.h
9e097a72
AM
3481epoc-pe-arm.lo: \
3482 epoc-pe-arm.c \
3483 $(INCDIR)/bfdlink.h \
3484 $(INCDIR)/coff/arm.h \
3485 $(INCDIR)/coff/external.h \
3486 $(INCDIR)/coff/internal.h \
3487 $(INCDIR)/coff/pe.h \
3488 $(INCDIR)/filenames.h \
3489 $(INCDIR)/hashtab.h \
3490 coff-arm.c \
3491 coffcode.h \
3492 libcoff.h \
3493 libpei.h \
3494 pe-arm.c \
3495 peicode.h
3496epoc-pei-arm.lo: \
3497 epoc-pei-arm.c \
3498 $(INCDIR)/bfdlink.h \
3499 $(INCDIR)/coff/arm.h \
3500 $(INCDIR)/coff/external.h \
3501 $(INCDIR)/coff/internal.h \
3502 $(INCDIR)/coff/pe.h \
3503 $(INCDIR)/filenames.h \
3504 $(INCDIR)/hashtab.h \
3505 coff-arm.c \
3506 coffcode.h \
3507 libcoff.h \
3508 libpei.h \
3509 pei-arm.c \
3510 peicode.h
3511hp300bsd.lo: \
3512 hp300bsd.c \
3513 $(INCDIR)/aout/aout64.h \
3514 $(INCDIR)/aout/ar.h \
3515 $(INCDIR)/aout/stab.def \
3516 $(INCDIR)/aout/stab_gnu.h \
3517 $(INCDIR)/bfdlink.h \
3518 $(INCDIR)/filenames.h \
3519 $(INCDIR)/hashtab.h \
3520 aout-target.h \
3521 libaout.h
3522hp300hpux.lo: \
3523 hp300hpux.c \
3524 $(INCDIR)/aout/aout64.h \
3525 $(INCDIR)/aout/ar.h \
3526 $(INCDIR)/aout/hp300hpux.h \
3527 $(INCDIR)/aout/stab.def \
3528 $(INCDIR)/aout/stab_gnu.h \
3529 $(INCDIR)/bfdlink.h \
3530 $(INCDIR)/filenames.h \
3531 $(INCDIR)/hashtab.h \
3532 $(INCDIR)/safe-ctype.h \
3533 aout-target.h \
3534 aoutx.h \
3535 libaout.h
9e097a72
AM
3536i386aout.lo: \
3537 i386aout.c \
3538 $(INCDIR)/aout/aout64.h \
3539 $(INCDIR)/aout/ar.h \
3540 $(INCDIR)/aout/stab.def \
3541 $(INCDIR)/aout/stab_gnu.h \
3542 $(INCDIR)/bfdlink.h \
3543 $(INCDIR)/filenames.h \
3544 $(INCDIR)/hashtab.h \
3545 aout-target.h \
3546 libaout.h
3547i386bsd.lo: \
3548 i386bsd.c \
3549 $(INCDIR)/aout/aout64.h \
3550 $(INCDIR)/aout/ar.h \
3551 $(INCDIR)/aout/stab.def \
3552 $(INCDIR)/aout/stab_gnu.h \
3553 $(INCDIR)/bfdlink.h \
3554 $(INCDIR)/filenames.h \
3555 $(INCDIR)/hashtab.h \
3556 aout-target.h \
3557 libaout.h
3558i386dynix.lo: \
3559 i386dynix.c \
3560 $(INCDIR)/aout/aout64.h \
3561 $(INCDIR)/aout/ar.h \
3562 $(INCDIR)/aout/dynix3.h \
3563 $(INCDIR)/aout/stab.def \
3564 $(INCDIR)/aout/stab_gnu.h \
3565 $(INCDIR)/bfdlink.h \
3566 $(INCDIR)/filenames.h \
3567 $(INCDIR)/hashtab.h \
3568 $(INCDIR)/safe-ctype.h \
3569 aout-target.h \
3570 aoutx.h \
3571 libaout.h
3572i386freebsd.lo: \
3573 i386freebsd.c \
3574 $(INCDIR)/aout/aout64.h \
3575 $(INCDIR)/aout/ar.h \
3576 $(INCDIR)/aout/stab.def \
3577 $(INCDIR)/aout/stab_gnu.h \
3578 $(INCDIR)/bfdlink.h \
3579 $(INCDIR)/filenames.h \
3580 $(INCDIR)/hashtab.h \
3581 aout-target.h \
3582 freebsd.h \
3583 libaout.h
3584i386linux.lo: \
3585 i386linux.c \
3586 $(INCDIR)/aout/aout64.h \
3587 $(INCDIR)/aout/ar.h \
3588 $(INCDIR)/aout/stab.def \
3589 $(INCDIR)/aout/stab_gnu.h \
3590 $(INCDIR)/bfdlink.h \
3591 $(INCDIR)/filenames.h \
3592 $(INCDIR)/hashtab.h \
3593 aout-target.h \
3594 libaout.h
3595i386lynx.lo: \
3596 i386lynx.c \
3597 $(INCDIR)/aout/aout64.h \
3598 $(INCDIR)/aout/ar.h \
3599 $(INCDIR)/aout/stab.def \
3600 $(INCDIR)/aout/stab_gnu.h \
3601 $(INCDIR)/bfdlink.h \
3602 $(INCDIR)/filenames.h \
3603 $(INCDIR)/hashtab.h \
3604 aout-target.h \
3605 libaout.h
a1ef399e
AM
3606i386mach3.lo: \
3607 i386mach3.c \
3608 $(INCDIR)/aout/aout64.h \
3609 $(INCDIR)/aout/ar.h \
3610 $(INCDIR)/aout/stab.def \
3611 $(INCDIR)/aout/stab_gnu.h \
3612 $(INCDIR)/bfdlink.h \
3613 $(INCDIR)/filenames.h \
3614 $(INCDIR)/hashtab.h \
3615 aout-target.h \
3616 libaout.h
9e097a72
AM
3617i386msdos.lo: \
3618 i386msdos.c \
3619 $(INCDIR)/bfdlink.h \
3620 $(INCDIR)/filenames.h \
3621 $(INCDIR)/hashtab.h \
3622 libaout.h
3623i386netbsd.lo: \
3624 i386netbsd.c \
3625 $(INCDIR)/aout/aout64.h \
3626 $(INCDIR)/aout/ar.h \
3627 $(INCDIR)/aout/stab.def \
3628 $(INCDIR)/aout/stab_gnu.h \
3629 $(INCDIR)/bfdlink.h \
3630 $(INCDIR)/filenames.h \
3631 $(INCDIR)/hashtab.h \
3632 aout-target.h \
3633 libaout.h \
3634 netbsd.h
9e097a72
AM
3635i386os9k.lo: \
3636 i386os9k.c \
3637 $(INCDIR)/bfdlink.h \
3638 $(INCDIR)/filenames.h \
3639 $(INCDIR)/hashtab.h \
3640 $(INCDIR)/os9k.h \
3641 libaout.h
3642ieee.lo: \
3643 ieee.c \
3644 $(INCDIR)/filenames.h \
3645 $(INCDIR)/hashtab.h \
3646 $(INCDIR)/ieee.h \
3647 $(INCDIR)/safe-ctype.h \
3648 libieee.h
3649m68k4knetbsd.lo: \
3650 m68k4knetbsd.c \
3651 $(INCDIR)/aout/aout64.h \
3652 $(INCDIR)/aout/ar.h \
3653 $(INCDIR)/aout/stab.def \
3654 $(INCDIR)/aout/stab_gnu.h \
3655 $(INCDIR)/bfdlink.h \
3656 $(INCDIR)/filenames.h \
3657 $(INCDIR)/hashtab.h \
3658 aout-target.h \
3659 libaout.h \
3660 netbsd.h
3661m68klinux.lo: \
3662 m68klinux.c \
3663 $(INCDIR)/aout/aout64.h \
3664 $(INCDIR)/aout/ar.h \
3665 $(INCDIR)/aout/stab.def \
3666 $(INCDIR)/aout/stab_gnu.h \
3667 $(INCDIR)/bfdlink.h \
3668 $(INCDIR)/filenames.h \
3669 $(INCDIR)/hashtab.h \
3670 aout-target.h \
3671 libaout.h
3672m68knetbsd.lo: \
3673 m68knetbsd.c \
3674 $(INCDIR)/aout/aout64.h \
3675 $(INCDIR)/aout/ar.h \
3676 $(INCDIR)/aout/stab.def \
3677 $(INCDIR)/aout/stab_gnu.h \
3678 $(INCDIR)/bfdlink.h \
3679 $(INCDIR)/filenames.h \
3680 $(INCDIR)/hashtab.h \
3681 aout-target.h \
3682 libaout.h \
3683 netbsd.h
3684m88kmach3.lo: \
3685 m88kmach3.c \
3686 $(INCDIR)/aout/aout64.h \
3687 $(INCDIR)/aout/ar.h \
3688 $(INCDIR)/aout/stab.def \
3689 $(INCDIR)/aout/stab_gnu.h \
3690 $(INCDIR)/bfdlink.h \
3691 $(INCDIR)/filenames.h \
3692 $(INCDIR)/hashtab.h \
3693 aout-target.h \
3694 libaout.h
3695m88kopenbsd.lo: \
3696 m88kopenbsd.c \
3697 $(INCDIR)/aout/aout64.h \
3698 $(INCDIR)/aout/ar.h \
3699 $(INCDIR)/aout/stab.def \
3700 $(INCDIR)/aout/stab_gnu.h \
3701 $(INCDIR)/bfdlink.h \
3702 $(INCDIR)/filenames.h \
3703 $(INCDIR)/hashtab.h \
3704 aout-target.h \
3705 libaout.h \
3706 netbsd.h
3707mach-o.lo: \
3708 mach-o.c \
3709 $(INCDIR)/aout/stab.def \
3710 $(INCDIR)/aout/stab_gnu.h \
3711 $(INCDIR)/filenames.h \
3712 $(INCDIR)/hashtab.h \
3713 $(INCDIR)/libiberty.h \
3714 mach-o-target.c \
3715 mach-o.h
9e93c730
JK
3716mach-o-i386.lo: \
3717 mach-o-i386.c \
3718 $(INCDIR)/filenames.h \
3719 $(INCDIR)/hashtab.h \
3720 $(INCDIR)/libiberty.h \
3721 mach-o-target.c \
3722 mach-o.h
9e097a72
AM
3723mipsbsd.lo: \
3724 mipsbsd.c \
3725 $(INCDIR)/aout/aout64.h \
3726 $(INCDIR)/aout/ar.h \
3727 $(INCDIR)/aout/stab.def \
3728 $(INCDIR)/aout/stab_gnu.h \
3729 $(INCDIR)/bfdlink.h \
3730 $(INCDIR)/filenames.h \
3731 $(INCDIR)/hashtab.h \
3732 aout-target.h \
3733 libaout.h
3734newsos3.lo: \
3735 newsos3.c \
3736 $(INCDIR)/aout/aout64.h \
3737 $(INCDIR)/aout/ar.h \
3738 $(INCDIR)/aout/stab.def \
3739 $(INCDIR)/aout/stab_gnu.h \
3740 $(INCDIR)/bfdlink.h \
3741 $(INCDIR)/filenames.h \
3742 $(INCDIR)/hashtab.h \
3743 aout-target.h \
3744 libaout.h
3745nlm.lo: \
3746 nlm.c \
3747 $(INCDIR)/filenames.h \
3748 $(INCDIR)/hashtab.h \
3749 $(INCDIR)/nlm/common.h \
3750 $(INCDIR)/nlm/external.h \
3751 $(INCDIR)/nlm/internal.h \
3752 libnlm.h
3753nlm32-i386.lo: \
3754 nlm32-i386.c \
3755 $(INCDIR)/filenames.h \
3756 $(INCDIR)/hashtab.h \
3757 $(INCDIR)/nlm/common.h \
3758 $(INCDIR)/nlm/external.h \
3759 $(INCDIR)/nlm/i386-ext.h \
3760 $(INCDIR)/nlm/internal.h \
3761 libnlm.h \
3762 nlm-target.h \
3763 nlmswap.h
a1ef399e
AM
3764nlm32-ppc.lo: \
3765 nlm32-ppc.c \
9e097a72
AM
3766 $(INCDIR)/filenames.h \
3767 $(INCDIR)/hashtab.h \
3768 $(INCDIR)/nlm/common.h \
3769 $(INCDIR)/nlm/external.h \
3770 $(INCDIR)/nlm/internal.h \
a1ef399e 3771 $(INCDIR)/nlm/ppc-ext.h \
9e097a72
AM
3772 libnlm.h \
3773 nlm-target.h \
3774 nlmswap.h
a1ef399e
AM
3775nlm32-sparc.lo: \
3776 nlm32-sparc.c \
9e097a72
AM
3777 $(INCDIR)/filenames.h \
3778 $(INCDIR)/hashtab.h \
3779 $(INCDIR)/nlm/common.h \
3780 $(INCDIR)/nlm/external.h \
3781 $(INCDIR)/nlm/internal.h \
a1ef399e 3782 $(INCDIR)/nlm/sparc32-ext.h \
9e097a72
AM
3783 libnlm.h \
3784 nlm-target.h \
3785 nlmswap.h
3786nlm32.lo: \
3787 nlm32.c \
3788 $(INCDIR)/filenames.h \
3789 $(INCDIR)/hashtab.h \
3790 $(INCDIR)/nlm/common.h \
3791 $(INCDIR)/nlm/external.h \
3792 $(INCDIR)/nlm/internal.h \
3793 libnlm.h \
3794 nlmcode.h
3795ns32knetbsd.lo: \
3796 ns32knetbsd.c \
3797 $(INCDIR)/aout/aout64.h \
3798 $(INCDIR)/aout/ar.h \
3799 $(INCDIR)/aout/stab.def \
3800 $(INCDIR)/aout/stab_gnu.h \
3801 $(INCDIR)/bfdlink.h \
3802 $(INCDIR)/filenames.h \
3803 $(INCDIR)/hashtab.h \
3804 aout-target.h \
3805 libaout.h \
3806 netbsd.h
3807oasys.lo: \
3808 oasys.c \
3809 $(INCDIR)/filenames.h \
3810 $(INCDIR)/hashtab.h \
3811 $(INCDIR)/oasys.h \
3812 $(INCDIR)/safe-ctype.h \
3813 liboasys.h
3814pc532-mach.lo: \
3815 pc532-mach.c \
3816 $(INCDIR)/aout/aout64.h \
3817 $(INCDIR)/aout/ar.h \
3818 $(INCDIR)/aout/stab.def \
3819 $(INCDIR)/aout/stab_gnu.h \
3820 $(INCDIR)/bfdlink.h \
3821 $(INCDIR)/filenames.h \
3822 $(INCDIR)/hashtab.h \
3823 aout-target.h \
3824 libaout.h
3825pdp11.lo: \
3826 pdp11.c \
3827 $(INCDIR)/aout/aout64.h \
3828 $(INCDIR)/aout/ar.h \
3829 $(INCDIR)/aout/stab.def \
3830 $(INCDIR)/aout/stab_gnu.h \
3831 $(INCDIR)/bfdlink.h \
3832 $(INCDIR)/filenames.h \
3833 $(INCDIR)/hashtab.h \
3834 $(INCDIR)/safe-ctype.h \
3835 aout-target.h \
3836 libaout.h
a1ef399e
AM
3837pe-arm-wince.lo: \
3838 pe-arm-wince.c \
9e097a72
AM
3839 $(INCDIR)/bfdlink.h \
3840 $(INCDIR)/coff/arm.h \
3841 $(INCDIR)/coff/external.h \
3842 $(INCDIR)/coff/internal.h \
3843 $(INCDIR)/coff/pe.h \
3844 $(INCDIR)/filenames.h \
3845 $(INCDIR)/hashtab.h \
3846 coff-arm.c \
3847 coffcode.h \
3848 libcoff.h \
3849 libpei.h \
a1ef399e 3850 pe-arm.c \
9e097a72 3851 peicode.h
a1ef399e
AM
3852pe-arm.lo: \
3853 pe-arm.c \
9e097a72
AM
3854 $(INCDIR)/bfdlink.h \
3855 $(INCDIR)/coff/arm.h \
3856 $(INCDIR)/coff/external.h \
3857 $(INCDIR)/coff/internal.h \
3858 $(INCDIR)/coff/pe.h \
3859 $(INCDIR)/filenames.h \
3860 $(INCDIR)/hashtab.h \
3861 coff-arm.c \
3862 coffcode.h \
3863 libcoff.h \
3864 libpei.h \
3865 peicode.h
a1ef399e
AM
3866pe-i386.lo: \
3867 pe-i386.c \
9e097a72 3868 $(INCDIR)/bfdlink.h \
9e097a72 3869 $(INCDIR)/coff/external.h \
a1ef399e 3870 $(INCDIR)/coff/i386.h \
9e097a72
AM
3871 $(INCDIR)/coff/internal.h \
3872 $(INCDIR)/coff/pe.h \
3873 $(INCDIR)/filenames.h \
3874 $(INCDIR)/hashtab.h \
a1ef399e 3875 coff-i386.c \
9e097a72
AM
3876 coffcode.h \
3877 libcoff.h \
3878 libpei.h \
9e097a72 3879 peicode.h
a1ef399e
AM
3880pe-mcore.lo: \
3881 pe-mcore.c \
9e097a72 3882 $(INCDIR)/bfdlink.h \
9e097a72
AM
3883 $(INCDIR)/coff/external.h \
3884 $(INCDIR)/coff/internal.h \
a1ef399e 3885 $(INCDIR)/coff/mcore.h \
9e097a72
AM
3886 $(INCDIR)/coff/pe.h \
3887 $(INCDIR)/filenames.h \
3888 $(INCDIR)/hashtab.h \
a1ef399e 3889 coff-mcore.c \
9e097a72
AM
3890 coffcode.h \
3891 libcoff.h \
3892 libpei.h \
9e097a72 3893 peicode.h
a1ef399e
AM
3894pe-mips.lo: \
3895 pe-mips.c \
9e097a72
AM
3896 $(INCDIR)/bfdlink.h \
3897 $(INCDIR)/coff/external.h \
9e097a72 3898 $(INCDIR)/coff/internal.h \
a1ef399e 3899 $(INCDIR)/coff/mipspe.h \
9e097a72
AM
3900 $(INCDIR)/coff/pe.h \
3901 $(INCDIR)/filenames.h \
3902 $(INCDIR)/hashtab.h \
9e097a72
AM
3903 coffcode.h \
3904 libcoff.h \
3905 libpei.h \
3906 peicode.h
a1ef399e
AM
3907pe-ppc.lo: \
3908 pe-ppc.c \
9e097a72
AM
3909 $(INCDIR)/bfdlink.h \
3910 $(INCDIR)/coff/external.h \
9e097a72
AM
3911 $(INCDIR)/coff/internal.h \
3912 $(INCDIR)/coff/pe.h \
a1ef399e 3913 $(INCDIR)/coff/powerpc.h \
9e097a72
AM
3914 $(INCDIR)/filenames.h \
3915 $(INCDIR)/hashtab.h \
a1ef399e 3916 coff-ppc.c \
9e097a72
AM
3917 coffcode.h \
3918 libcoff.h \
3919 libpei.h \
3920 peicode.h
a1ef399e
AM
3921pe-sh.lo: \
3922 pe-sh.c \
9e097a72
AM
3923 $(INCDIR)/bfdlink.h \
3924 $(INCDIR)/coff/external.h \
3925 $(INCDIR)/coff/internal.h \
9e097a72 3926 $(INCDIR)/coff/pe.h \
a1ef399e 3927 $(INCDIR)/coff/sh.h \
9e097a72
AM
3928 $(INCDIR)/filenames.h \
3929 $(INCDIR)/hashtab.h \
a1ef399e
AM
3930 $(INCDIR)/libiberty.h \
3931 coff-sh.c \
9e097a72
AM
3932 coffcode.h \
3933 libcoff.h \
3934 libpei.h \
3935 peicode.h
a1ef399e
AM
3936pef.lo: \
3937 pef.c \
3938 $(INCDIR)/filenames.h \
3939 $(INCDIR)/hashtab.h \
3940 $(INCDIR)/libiberty.h \
3941 $(INCDIR)/safe-ctype.h \
3942 pef-traceback.h \
3943 pef.h
3944pei-arm-wince.lo: \
3945 pei-arm-wince.c \
9e097a72 3946 $(INCDIR)/bfdlink.h \
a1ef399e 3947 $(INCDIR)/coff/arm.h \
9e097a72
AM
3948 $(INCDIR)/coff/external.h \
3949 $(INCDIR)/coff/internal.h \
9e097a72
AM
3950 $(INCDIR)/coff/pe.h \
3951 $(INCDIR)/filenames.h \
3952 $(INCDIR)/hashtab.h \
a1ef399e 3953 coff-arm.c \
9e097a72
AM
3954 coffcode.h \
3955 libcoff.h \
3956 libpei.h \
a1ef399e 3957 pei-arm.c \
9e097a72 3958 peicode.h
a1ef399e
AM
3959pei-arm.lo: \
3960 pei-arm.c \
9e097a72 3961 $(INCDIR)/bfdlink.h \
a1ef399e 3962 $(INCDIR)/coff/arm.h \
9e097a72
AM
3963 $(INCDIR)/coff/external.h \
3964 $(INCDIR)/coff/internal.h \
3965 $(INCDIR)/coff/pe.h \
9e097a72
AM
3966 $(INCDIR)/filenames.h \
3967 $(INCDIR)/hashtab.h \
a1ef399e 3968 coff-arm.c \
9e097a72
AM
3969 coffcode.h \
3970 libcoff.h \
3971 libpei.h \
3972 peicode.h
a1ef399e
AM
3973pei-i386.lo: \
3974 pei-i386.c \
9e097a72
AM
3975 $(INCDIR)/bfdlink.h \
3976 $(INCDIR)/coff/external.h \
a1ef399e 3977 $(INCDIR)/coff/i386.h \
9e097a72
AM
3978 $(INCDIR)/coff/internal.h \
3979 $(INCDIR)/coff/pe.h \
9e097a72
AM
3980 $(INCDIR)/filenames.h \
3981 $(INCDIR)/hashtab.h \
a1ef399e 3982 coff-i386.c \
9e097a72
AM
3983 coffcode.h \
3984 libcoff.h \
3985 libpei.h \
3986 peicode.h
a1ef399e
AM
3987pei-mcore.lo: \
3988 pei-mcore.c \
9e097a72
AM
3989 $(INCDIR)/bfdlink.h \
3990 $(INCDIR)/coff/external.h \
3991 $(INCDIR)/coff/internal.h \
a1ef399e 3992 $(INCDIR)/coff/mcore.h \
9e097a72 3993 $(INCDIR)/coff/pe.h \
9e097a72
AM
3994 $(INCDIR)/filenames.h \
3995 $(INCDIR)/hashtab.h \
a1ef399e 3996 coff-mcore.c \
9e097a72
AM
3997 coffcode.h \
3998 libcoff.h \
3999 libpei.h \
4000 peicode.h
a1ef399e
AM
4001pei-mips.lo: \
4002 pei-mips.c \
9e097a72
AM
4003 $(INCDIR)/bfdlink.h \
4004 $(INCDIR)/coff/external.h \
4005 $(INCDIR)/coff/internal.h \
a1ef399e 4006 $(INCDIR)/coff/mipspe.h \
9e097a72 4007 $(INCDIR)/coff/pe.h \
9e097a72
AM
4008 $(INCDIR)/filenames.h \
4009 $(INCDIR)/hashtab.h \
9e097a72
AM
4010 coffcode.h \
4011 libcoff.h \
4012 libpei.h \
9e097a72 4013 pe-mips.c \
a1ef399e
AM
4014 peicode.h
4015pei-ppc.lo: \
4016 pei-ppc.c \
9e097a72
AM
4017 $(INCDIR)/bfdlink.h \
4018 $(INCDIR)/coff/external.h \
4019 $(INCDIR)/coff/internal.h \
9e097a72 4020 $(INCDIR)/coff/pe.h \
a1ef399e 4021 $(INCDIR)/coff/powerpc.h \
9e097a72
AM
4022 $(INCDIR)/filenames.h \
4023 $(INCDIR)/hashtab.h \
a1ef399e 4024 coff-ppc.c \
9e097a72
AM
4025 coffcode.h \
4026 libcoff.h \
4027 libpei.h \
4028 peicode.h
a1ef399e
AM
4029pei-sh.lo: \
4030 pei-sh.c \
9e097a72
AM
4031 $(INCDIR)/bfdlink.h \
4032 $(INCDIR)/coff/external.h \
4033 $(INCDIR)/coff/internal.h \
9e097a72 4034 $(INCDIR)/coff/pe.h \
a1ef399e 4035 $(INCDIR)/coff/sh.h \
9e097a72
AM
4036 $(INCDIR)/filenames.h \
4037 $(INCDIR)/hashtab.h \
a1ef399e
AM
4038 $(INCDIR)/libiberty.h \
4039 coff-sh.c \
9e097a72
AM
4040 coffcode.h \
4041 libcoff.h \
4042 libpei.h \
9e097a72 4043 peicode.h
ce3c775b
NC
4044plugin.lo: \
4045 plugin.c \
ce3c775b 4046 $(INCDIR)/filenames.h \
ce3c775b 4047 $(INCDIR)/hashtab.h \
a1ef399e
AM
4048 $(INCDIR)/libiberty.h \
4049 $(INCDIR)/plugin-api.h \
4050 plugin.h
9e097a72
AM
4051ppcboot.lo: \
4052 ppcboot.c \
4053 $(INCDIR)/filenames.h \
4054 $(INCDIR)/hashtab.h \
62d8ad4f 4055 $(INCDIR)/safe-ctype.h
9e097a72
AM
4056reloc16.lo: \
4057 reloc16.c \
4058 $(INCDIR)/bfdlink.h \
4059 $(INCDIR)/coff/internal.h \
4060 $(INCDIR)/filenames.h \
4061 $(INCDIR)/hashtab.h \
4062 genlink.h \
ceae3e33 4063 libcoff.h
9e097a72
AM
4064riscix.lo: \
4065 riscix.c \
4066 $(INCDIR)/aout/aout64.h \
4067 $(INCDIR)/aout/ar.h \
4068 $(INCDIR)/aout/stab.def \
4069 $(INCDIR)/aout/stab_gnu.h \
4070 $(INCDIR)/bfdlink.h \
4071 $(INCDIR)/filenames.h \
4072 $(INCDIR)/hashtab.h \
4073 aout-target.h \
4074 libaout.h
a1ef399e
AM
4075som.lo: \
4076 som.c \
4077 $(INCDIR)/alloca-conf.h \
4078 $(INCDIR)/filenames.h
9e097a72
AM
4079sparclinux.lo: \
4080 sparclinux.c \
4081 $(INCDIR)/aout/aout64.h \
4082 $(INCDIR)/aout/ar.h \
4083 $(INCDIR)/aout/stab.def \
4084 $(INCDIR)/aout/stab_gnu.h \
4085 $(INCDIR)/bfdlink.h \
4086 $(INCDIR)/filenames.h \
4087 $(INCDIR)/hashtab.h \
4088 aout-target.h \
4089 libaout.h
4090sparclynx.lo: \
4091 sparclynx.c \
4092 $(INCDIR)/aout/aout64.h \
4093 $(INCDIR)/aout/ar.h \
4094 $(INCDIR)/aout/stab.def \
4095 $(INCDIR)/aout/stab_gnu.h \
4096 $(INCDIR)/aout/sun4.h \
4097 $(INCDIR)/bfdlink.h \
4098 $(INCDIR)/filenames.h \
4099 $(INCDIR)/hashtab.h \
4100 aout-target.h \
4101 libaout.h
4102sparcnetbsd.lo: \
4103 sparcnetbsd.c \
4104 $(INCDIR)/aout/aout64.h \
4105 $(INCDIR)/aout/ar.h \
4106 $(INCDIR)/aout/stab.def \
4107 $(INCDIR)/aout/stab_gnu.h \
4108 $(INCDIR)/bfdlink.h \
4109 $(INCDIR)/filenames.h \
4110 $(INCDIR)/hashtab.h \
4111 aout-target.h \
4112 libaout.h \
4113 netbsd.h
4114sunos.lo: \
4115 sunos.c \
4116 $(INCDIR)/aout/aout64.h \
4117 $(INCDIR)/aout/ar.h \
4118 $(INCDIR)/aout/stab.def \
4119 $(INCDIR)/aout/stab_gnu.h \
4120 $(INCDIR)/aout/sun4.h \
4121 $(INCDIR)/bfdlink.h \
4122 $(INCDIR)/filenames.h \
4123 $(INCDIR)/hashtab.h \
4124 aout-target.h \
4125 aoutf1.h \
4126 libaout.h
a1ef399e
AM
4127vax1knetbsd.lo: \
4128 vax1knetbsd.c \
9e097a72
AM
4129 $(INCDIR)/aout/aout64.h \
4130 $(INCDIR)/aout/ar.h \
4131 $(INCDIR)/aout/stab.def \
4132 $(INCDIR)/aout/stab_gnu.h \
4133 $(INCDIR)/bfdlink.h \
4134 $(INCDIR)/filenames.h \
4135 $(INCDIR)/hashtab.h \
4136 aout-target.h \
4137 libaout.h \
4138 netbsd.h
a1ef399e
AM
4139vaxbsd.lo: \
4140 vaxbsd.c \
9e097a72
AM
4141 $(INCDIR)/aout/aout64.h \
4142 $(INCDIR)/aout/ar.h \
4143 $(INCDIR)/aout/stab.def \
4144 $(INCDIR)/aout/stab_gnu.h \
4145 $(INCDIR)/bfdlink.h \
4146 $(INCDIR)/filenames.h \
4147 $(INCDIR)/hashtab.h \
4148 aout-target.h \
a1ef399e
AM
4149 libaout.h
4150vaxnetbsd.lo: \
4151 vaxnetbsd.c \
9e097a72
AM
4152 $(INCDIR)/aout/aout64.h \
4153 $(INCDIR)/aout/ar.h \
4154 $(INCDIR)/aout/stab.def \
4155 $(INCDIR)/aout/stab_gnu.h \
4156 $(INCDIR)/bfdlink.h \
4157 $(INCDIR)/filenames.h \
4158 $(INCDIR)/hashtab.h \
4159 aout-target.h \
a1ef399e
AM
4160 libaout.h \
4161 netbsd.h
9e097a72
AM
4162versados.lo: \
4163 versados.c \
4164 $(INCDIR)/filenames.h \
4165 $(INCDIR)/hashtab.h \
62d8ad4f 4166 $(INCDIR)/libiberty.h
9e097a72
AM
4167vms-gsd.lo: \
4168 vms-gsd.c \
4169 $(INCDIR)/bfdlink.h \
4170 $(INCDIR)/filenames.h \
4171 $(INCDIR)/hashtab.h \
4172 vms.h
4173vms-hdr.lo: \
4174 vms-hdr.c \
4175 $(INCDIR)/bfdlink.h \
4176 $(INCDIR)/filenames.h \
4177 $(INCDIR)/hashtab.h \
4178 $(INCDIR)/safe-ctype.h \
4179 bfdver.h \
62d8ad4f 4180 vms.h
9e097a72
AM
4181vms-misc.lo: \
4182 vms-misc.c \
4183 $(INCDIR)/bfdlink.h \
4184 $(INCDIR)/filenames.h \
4185 $(INCDIR)/hashtab.h \
4186 vms.h
4187vms-tir.lo: \
4188 vms-tir.c \
4189 $(INCDIR)/bfdlink.h \
4190 $(INCDIR)/filenames.h \
4191 $(INCDIR)/hashtab.h \
4192 vms.h
a1ef399e
AM
4193vms.lo: \
4194 vms.c \
4195 $(INCDIR)/bfdlink.h \
4196 $(INCDIR)/filenames.h \
4197 $(INCDIR)/hashtab.h \
4198 vms.h
9e097a72
AM
4199vmsutil.lo: \
4200 vmsutil.c \
8455dd2c 4201 $(INCDIR)/filenames.h \
9e097a72
AM
4202 vmsutil.h
4203xcofflink.lo: \
4204 xcofflink.c \
4205 $(INCDIR)/bfdlink.h \
4206 $(INCDIR)/coff/internal.h \
4207 $(INCDIR)/coff/xcoff.h \
4208 $(INCDIR)/filenames.h \
4209 $(INCDIR)/hashtab.h \
4210 $(INCDIR)/libiberty.h \
4211 libcoff.h \
4212 libxcoff.h
4213xsym.lo: \
4214 xsym.c \
4215 $(INCDIR)/alloca-conf.h \
4216 $(INCDIR)/filenames.h \
4217 $(INCDIR)/hashtab.h \
4218 xsym.h
4219xtensa-isa.lo: \
4220 xtensa-isa.c \
4221 $(INCDIR)/filenames.h \
4222 $(INCDIR)/hashtab.h \
4223 $(INCDIR)/xtensa-isa-internal.h \
4224 $(INCDIR)/xtensa-isa.h
4225xtensa-modules.lo: \
4226 xtensa-modules.c \
4227 $(INCDIR)/xtensa-isa-internal.h \
4228 $(INCDIR)/xtensa-isa.h
4229aix5ppc-core.lo: \
4230 aix5ppc-core.c \
4231 $(INCDIR)/filenames.h
4232aout64.lo: \
4233 aout64.c \
4234 $(INCDIR)/aout/aout64.h \
4235 $(INCDIR)/aout/ar.h \
4236 $(INCDIR)/aout/stab.def \
4237 $(INCDIR)/aout/stab_gnu.h \
4238 $(INCDIR)/bfdlink.h \
4239 $(INCDIR)/filenames.h \
4240 $(INCDIR)/hashtab.h \
4241 $(INCDIR)/safe-ctype.h \
4242 aoutx.h \
4243 libaout.h
4244coff-alpha.lo: \
4245 coff-alpha.c \
4246 $(INCDIR)/aout/ar.h \
4247 $(INCDIR)/bfdlink.h \
4248 $(INCDIR)/coff/alpha.h \
4249 $(INCDIR)/coff/ecoff.h \
4250 $(INCDIR)/coff/internal.h \
4251 $(INCDIR)/coff/sym.h \
4252 $(INCDIR)/coff/symconst.h \
4253 $(INCDIR)/filenames.h \
4254 $(INCDIR)/hashtab.h \
4255 coffswap.h \
4256 ecoffswap.h \
4257 libcoff.h \
4258 libecoff.h
a1ef399e
AM
4259coff-x86_64.lo: \
4260 coff-x86_64.c \
4261 $(INCDIR)/bfdlink.h \
4262 $(INCDIR)/coff/external.h \
4263 $(INCDIR)/coff/internal.h \
4264 $(INCDIR)/coff/pe.h \
4265 $(INCDIR)/coff/x86_64.h \
4266 $(INCDIR)/filenames.h \
4267 $(INCDIR)/hashtab.h \
4268 $(INCDIR)/libiberty.h \
4269 coffcode.h \
4270 coffswap.h \
4271 libcoff.h
9e097a72
AM
4272coff64-rs6000.lo: \
4273 coff64-rs6000.c \
4274 $(INCDIR)/bfdlink.h \
4275 $(INCDIR)/coff/internal.h \
4276 $(INCDIR)/coff/rs6k64.h \
4277 $(INCDIR)/coff/xcoff.h \
4278 $(INCDIR)/filenames.h \
4279 $(INCDIR)/hashtab.h \
4280 coffcode.h \
4281 coffswap.h \
4282 libcoff.h \
4283 libxcoff.h
4284demo64.lo: \
4285 demo64.c \
4286 $(INCDIR)/aout/aout64.h \
4287 $(INCDIR)/aout/ar.h \
4288 $(INCDIR)/aout/stab.def \
4289 $(INCDIR)/aout/stab_gnu.h \
4290 $(INCDIR)/aout/sun4.h \
4291 $(INCDIR)/bfdlink.h \
4292 $(INCDIR)/filenames.h \
4293 $(INCDIR)/hashtab.h \
4294 aout-target.h \
4295 aoutf1.h \
4296 libaout.h
a1ef399e
AM
4297elf32-score.lo: \
4298 elf32-score.c \
9e097a72 4299 $(INCDIR)/bfdlink.h \
a1ef399e
AM
4300 $(INCDIR)/elf/common.h \
4301 $(INCDIR)/elf/external.h \
4302 $(INCDIR)/elf/internal.h \
4303 $(INCDIR)/elf/reloc-macros.h \
4304 $(INCDIR)/elf/score.h \
9e097a72
AM
4305 $(INCDIR)/filenames.h \
4306 $(INCDIR)/hashtab.h \
a1ef399e
AM
4307 $(INCDIR)/libiberty.h \
4308 elf-bfd.h \
4309 elf32-score.h \
4310 elf32-target.h
4311elf32-score7.lo: \
4312 elf32-score7.c \
9e097a72
AM
4313 $(INCDIR)/bfdlink.h \
4314 $(INCDIR)/elf/common.h \
4315 $(INCDIR)/elf/external.h \
4316 $(INCDIR)/elf/internal.h \
4317 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4318 $(INCDIR)/elf/score.h \
9e097a72
AM
4319 $(INCDIR)/filenames.h \
4320 $(INCDIR)/hashtab.h \
a1ef399e 4321 $(INCDIR)/libiberty.h \
9e097a72 4322 elf-bfd.h \
a1ef399e 4323 elf32-score.h
9e097a72
AM
4324elf64-alpha.lo: \
4325 elf64-alpha.c \
4326 $(INCDIR)/aout/ar.h \
4327 $(INCDIR)/bfdlink.h \
4328 $(INCDIR)/coff/alpha.h \
4329 $(INCDIR)/coff/ecoff.h \
4330 $(INCDIR)/coff/internal.h \
4331 $(INCDIR)/coff/sym.h \
4332 $(INCDIR)/coff/symconst.h \
4333 $(INCDIR)/elf/alpha.h \
4334 $(INCDIR)/elf/common.h \
4335 $(INCDIR)/elf/external.h \
4336 $(INCDIR)/elf/internal.h \
4337 $(INCDIR)/elf/reloc-macros.h \
4338 $(INCDIR)/filenames.h \
4339 $(INCDIR)/hashtab.h \
4340 ecoffswap.h \
4341 elf-bfd.h \
4342 elf64-target.h \
4343 libcoff.h \
4344 libecoff.h
9e097a72
AM
4345elf64-gen.lo: \
4346 elf64-gen.c \
4347 $(INCDIR)/bfdlink.h \
4348 $(INCDIR)/elf/common.h \
4349 $(INCDIR)/elf/external.h \
4350 $(INCDIR)/elf/internal.h \
4351 $(INCDIR)/filenames.h \
4352 $(INCDIR)/hashtab.h \
4353 elf-bfd.h \
4354 elf64-target.h
a1ef399e
AM
4355elf64-hppa.lo: \
4356 elf64-hppa.c \
4357 $(INCDIR)/alloca-conf.h \
9e097a72 4358 $(INCDIR)/bfdlink.h \
9e097a72
AM
4359 $(INCDIR)/elf/common.h \
4360 $(INCDIR)/elf/external.h \
a1ef399e 4361 $(INCDIR)/elf/hppa.h \
9e097a72 4362 $(INCDIR)/elf/internal.h \
9e097a72
AM
4363 $(INCDIR)/elf/reloc-macros.h \
4364 $(INCDIR)/filenames.h \
4365 $(INCDIR)/hashtab.h \
9e097a72 4366 elf-bfd.h \
a1ef399e
AM
4367 elf-hppa.h \
4368 elf64-hppa.h \
4369 elf64-target.h \
4370 libhppa.h
9e097a72
AM
4371elf64-mips.lo: \
4372 elf64-mips.c \
4373 $(INCDIR)/aout/ar.h \
4374 $(INCDIR)/bfdlink.h \
4375 $(INCDIR)/coff/alpha.h \
4376 $(INCDIR)/coff/ecoff.h \
4377 $(INCDIR)/coff/internal.h \
4378 $(INCDIR)/coff/sym.h \
4379 $(INCDIR)/coff/symconst.h \
4380 $(INCDIR)/elf/common.h \
4381 $(INCDIR)/elf/external.h \
4382 $(INCDIR)/elf/internal.h \
4383 $(INCDIR)/elf/mips.h \
4384 $(INCDIR)/elf/reloc-macros.h \
4385 $(INCDIR)/filenames.h \
4386 $(INCDIR)/hashtab.h \
4387 ecoffswap.h \
4388 elf-bfd.h \
4389 elf64-target.h \
4390 elfxx-mips.h \
4391 genlink.h
4392elf64-mmix.lo: \
4393 elf64-mmix.c \
4394 $(INCDIR)/bfdlink.h \
4395 $(INCDIR)/elf/common.h \
4396 $(INCDIR)/elf/external.h \
4397 $(INCDIR)/elf/internal.h \
4398 $(INCDIR)/elf/mmix.h \
4399 $(INCDIR)/elf/reloc-macros.h \
4400 $(INCDIR)/filenames.h \
4401 $(INCDIR)/hashtab.h \
4402 $(INCDIR)/opcode/mmix.h \
4403 elf-bfd.h \
4404 elf64-target.h
4405elf64-ppc.lo: \
4406 elf64-ppc.c \
4407 $(INCDIR)/bfdlink.h \
4408 $(INCDIR)/elf/common.h \
4409 $(INCDIR)/elf/external.h \
4410 $(INCDIR)/elf/internal.h \
4411 $(INCDIR)/elf/ppc64.h \
4412 $(INCDIR)/elf/reloc-macros.h \
4413 $(INCDIR)/filenames.h \
4414 $(INCDIR)/hashtab.h \
4415 elf-bfd.h \
4416 elf64-ppc.h \
62d8ad4f 4417 elf64-target.h
9e097a72
AM
4418elf64-s390.lo: \
4419 elf64-s390.c \
4420 $(INCDIR)/bfdlink.h \
4421 $(INCDIR)/elf/common.h \
4422 $(INCDIR)/elf/external.h \
4423 $(INCDIR)/elf/internal.h \
4424 $(INCDIR)/elf/reloc-macros.h \
4425 $(INCDIR)/elf/s390.h \
4426 $(INCDIR)/filenames.h \
4427 $(INCDIR)/hashtab.h \
4428 elf-bfd.h \
62d8ad4f 4429 elf64-target.h
a1ef399e
AM
4430elf64-sh64.lo: \
4431 elf64-sh64.c \
9e097a72
AM
4432 $(INCDIR)/bfdlink.h \
4433 $(INCDIR)/elf/common.h \
4434 $(INCDIR)/elf/external.h \
4435 $(INCDIR)/elf/internal.h \
4436 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4437 $(INCDIR)/elf/sh.h \
9e097a72
AM
4438 $(INCDIR)/filenames.h \
4439 $(INCDIR)/hashtab.h \
9e097a72 4440 elf-bfd.h \
a1ef399e
AM
4441 elf64-target.h
4442elf64-sparc.lo: \
4443 elf64-sparc.c \
9e097a72
AM
4444 $(INCDIR)/bfdlink.h \
4445 $(INCDIR)/elf/common.h \
4446 $(INCDIR)/elf/external.h \
4447 $(INCDIR)/elf/internal.h \
4448 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4449 $(INCDIR)/elf/sparc.h \
9e097a72
AM
4450 $(INCDIR)/filenames.h \
4451 $(INCDIR)/hashtab.h \
a1ef399e 4452 $(INCDIR)/opcode/sparc.h \
9e097a72 4453 elf-bfd.h \
a1ef399e
AM
4454 elf64-target.h \
4455 elfxx-sparc.h
4456elf64-x86-64.lo: \
4457 elf64-x86-64.c \
9e097a72
AM
4458 $(INCDIR)/bfdlink.h \
4459 $(INCDIR)/elf/common.h \
4460 $(INCDIR)/elf/external.h \
4461 $(INCDIR)/elf/internal.h \
4462 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4463 $(INCDIR)/elf/x86-64.h \
9e097a72
AM
4464 $(INCDIR)/filenames.h \
4465 $(INCDIR)/hashtab.h \
482c6ce9 4466 $(INCDIR)/objalloc.h \
a1ef399e 4467 bfd_stdint.h \
9e097a72
AM
4468 elf-bfd.h \
4469 elf64-target.h
a1ef399e
AM
4470elf64.lo: \
4471 elf64.c \
9e097a72
AM
4472 $(INCDIR)/bfdlink.h \
4473 $(INCDIR)/elf/common.h \
4474 $(INCDIR)/elf/external.h \
4475 $(INCDIR)/elf/internal.h \
9e097a72
AM
4476 $(INCDIR)/filenames.h \
4477 $(INCDIR)/hashtab.h \
a1ef399e 4478 $(INCDIR)/libiberty.h \
9e097a72 4479 elf-bfd.h \
a1ef399e
AM
4480 elfcode.h \
4481 elfcore.h
4482elfn32-mips.lo: \
4483 elfn32-mips.c \
9e097a72 4484 $(INCDIR)/bfdlink.h \
a1ef399e
AM
4485 $(INCDIR)/coff/ecoff.h \
4486 $(INCDIR)/coff/external.h \
4487 $(INCDIR)/coff/internal.h \
4488 $(INCDIR)/coff/mips.h \
4489 $(INCDIR)/coff/sym.h \
4490 $(INCDIR)/coff/symconst.h \
9e097a72
AM
4491 $(INCDIR)/elf/common.h \
4492 $(INCDIR)/elf/external.h \
4493 $(INCDIR)/elf/internal.h \
a1ef399e
AM
4494 $(INCDIR)/elf/mips.h \
4495 $(INCDIR)/elf/reloc-macros.h \
9e097a72
AM
4496 $(INCDIR)/filenames.h \
4497 $(INCDIR)/hashtab.h \
a1ef399e 4498 ecoffswap.h \
9e097a72 4499 elf-bfd.h \
a1ef399e
AM
4500 elf32-target.h \
4501 elfxx-mips.h \
4502 genlink.h
9e097a72
AM
4503mmo.lo: \
4504 mmo.c \
4505 $(INCDIR)/elf/mmix.h \
4506 $(INCDIR)/elf/reloc-macros.h \
4507 $(INCDIR)/filenames.h \
4508 $(INCDIR)/hashtab.h \
4509 $(INCDIR)/libiberty.h \
62d8ad4f 4510 $(INCDIR)/opcode/mmix.h
9e097a72
AM
4511nlm32-alpha.lo: \
4512 nlm32-alpha.c \
4513 $(INCDIR)/filenames.h \
4514 $(INCDIR)/hashtab.h \
4515 $(INCDIR)/nlm/alpha-ext.h \
4516 $(INCDIR)/nlm/common.h \
4517 $(INCDIR)/nlm/external.h \
4518 $(INCDIR)/nlm/internal.h \
4519 libnlm.h \
4520 nlm-target.h \
4521 nlmswap.h
4522nlm64.lo: \
4523 nlm64.c \
4524 $(INCDIR)/filenames.h \
4525 $(INCDIR)/hashtab.h \
4526 $(INCDIR)/nlm/common.h \
4527 $(INCDIR)/nlm/external.h \
4528 $(INCDIR)/nlm/internal.h \
4529 libnlm.h \
4530 nlmcode.h
a1ef399e
AM
4531pe-x86_64.lo: \
4532 pe-x86_64.c \
9e097a72
AM
4533 $(INCDIR)/bfdlink.h \
4534 $(INCDIR)/coff/external.h \
4535 $(INCDIR)/coff/internal.h \
4536 $(INCDIR)/coff/pe.h \
4537 $(INCDIR)/coff/x86_64.h \
4538 $(INCDIR)/filenames.h \
4539 $(INCDIR)/hashtab.h \
4540 $(INCDIR)/libiberty.h \
a1ef399e 4541 coff-x86_64.c \
9e097a72 4542 coffcode.h \
a1ef399e
AM
4543 libcoff.h \
4544 libpei.h \
4545 peicode.h
4546pei-ia64.lo: \
4547 pei-ia64.c \
9e097a72
AM
4548 $(INCDIR)/bfdlink.h \
4549 $(INCDIR)/coff/external.h \
a1ef399e 4550 $(INCDIR)/coff/ia64.h \
9e097a72
AM
4551 $(INCDIR)/coff/internal.h \
4552 $(INCDIR)/coff/pe.h \
9e097a72
AM
4553 $(INCDIR)/filenames.h \
4554 $(INCDIR)/hashtab.h \
a1ef399e 4555 coff-ia64.c \
9e097a72
AM
4556 coffcode.h \
4557 libcoff.h \
4558 libpei.h \
4559 peicode.h
4560pei-x86_64.lo: \
4561 pei-x86_64.c \
4562 $(INCDIR)/bfdlink.h \
4563 $(INCDIR)/coff/external.h \
4564 $(INCDIR)/coff/internal.h \
4565 $(INCDIR)/coff/pe.h \
4566 $(INCDIR)/coff/x86_64.h \
4567 $(INCDIR)/filenames.h \
4568 $(INCDIR)/hashtab.h \
4569 $(INCDIR)/libiberty.h \
4570 coff-x86_64.c \
4571 coffcode.h \
4572 libcoff.h \
4573 libpei.h \
4574 peicode.h
4575aix386-core.lo: \
4576 aix386-core.c \
4577 $(INCDIR)/bfdlink.h \
4578 $(INCDIR)/coff/external.h \
4579 $(INCDIR)/coff/i386.h \
4580 $(INCDIR)/coff/internal.h \
4581 $(INCDIR)/filenames.h \
4582 $(INCDIR)/hashtab.h \
4583 libcoff.h
a1ef399e
AM
4584cisco-core.lo: \
4585 cisco-core.c \
4586 $(INCDIR)/filenames.h \
4587 $(INCDIR)/hashtab.h
9e097a72
AM
4588hpux-core.lo: \
4589 hpux-core.c \
4590 $(INCDIR)/filenames.h \
4591 $(INCDIR)/hashtab.h
4592irix-core.lo: \
4593 irix-core.c \
4594 $(INCDIR)/filenames.h \
4595 $(INCDIR)/hashtab.h
4596lynx-core.lo: \
4597 lynx-core.c \
4598 $(INCDIR)/filenames.h \
4599 $(INCDIR)/hashtab.h
4600osf-core.lo: \
4601 osf-core.c \
4602 $(INCDIR)/filenames.h \
4603 $(INCDIR)/hashtab.h
4604sco5-core.lo: \
4605 sco5-core.c \
4606 $(INCDIR)/bfdlink.h \
4607 $(INCDIR)/filenames.h \
4608 $(INCDIR)/hashtab.h \
4609 libaout.h
4610trad-core.lo: \
4611 trad-core.c \
4612 $(INCDIR)/bfdlink.h \
4613 $(INCDIR)/filenames.h \
4614 $(INCDIR)/hashtab.h \
4615 libaout.h
9e097a72
AM
4616elf32-ia64.lo: \
4617 elf32-ia64.c \
4618 $(INCDIR)/bfdlink.h \
4619 $(INCDIR)/elf/common.h \
4620 $(INCDIR)/elf/external.h \
4621 $(INCDIR)/elf/ia64.h \
4622 $(INCDIR)/elf/internal.h \
4623 $(INCDIR)/elf/reloc-macros.h \
4624 $(INCDIR)/filenames.h \
4625 $(INCDIR)/hashtab.h \
4626 $(INCDIR)/objalloc.h \
4627 $(INCDIR)/opcode/ia64.h \
4628 elf-bfd.h \
782e11fd 4629 elf32-target.h
9e097a72
AM
4630elf64-ia64.lo: \
4631 elf64-ia64.c \
4632 $(INCDIR)/bfdlink.h \
4633 $(INCDIR)/elf/common.h \
4634 $(INCDIR)/elf/external.h \
4635 $(INCDIR)/elf/ia64.h \
4636 $(INCDIR)/elf/internal.h \
4637 $(INCDIR)/elf/reloc-macros.h \
4638 $(INCDIR)/filenames.h \
4639 $(INCDIR)/hashtab.h \
4640 $(INCDIR)/objalloc.h \
4641 $(INCDIR)/opcode/ia64.h \
4642 elf-bfd.h \
782e11fd 4643 elf64-target.h
9e097a72
AM
4644peigen.lo: \
4645 peigen.c \
4646 $(INCDIR)/bfdlink.h \
4647 $(INCDIR)/coff/external.h \
4648 $(INCDIR)/coff/i386.h \
4649 $(INCDIR)/coff/internal.h \
4650 $(INCDIR)/coff/pe.h \
4651 $(INCDIR)/filenames.h \
4652 $(INCDIR)/hashtab.h \
4653 libcoff.h \
4654 libpei.h
4655pepigen.lo: \
4656 pepigen.c \
4657 $(INCDIR)/bfdlink.h \
4658 $(INCDIR)/coff/external.h \
4659 $(INCDIR)/coff/ia64.h \
4660 $(INCDIR)/coff/internal.h \
4661 $(INCDIR)/coff/pe.h \
4662 $(INCDIR)/filenames.h \
4663 $(INCDIR)/hashtab.h \
4664 libcoff.h \
4665 libpei.h
4666pex64igen.lo: \
4667 pex64igen.c \
4668 $(INCDIR)/bfdlink.h \
4669 $(INCDIR)/coff/external.h \
4670 $(INCDIR)/coff/internal.h \
4671 $(INCDIR)/coff/pe.h \
4672 $(INCDIR)/coff/x86_64.h \
4673 $(INCDIR)/filenames.h \
4674 $(INCDIR)/hashtab.h \
4675 libcoff.h \
4676 libpei.h
252b5132 4677# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
81ecdfbb 4678
85fbca6a
NC
4679# Tell versions [3.59,3.63) of GNU make to not export all variables.
4680# Otherwise a system limit (for SysV at least) may be exceeded.
4681.NOEXPORT:
This page took 0.835352 seconds and 4 git commands to generate.