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