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