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