bfd: add AMDGCN architecture
[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-l1om.lo \
589 cpu-k1om.lo \
590 cpu-ia64.lo \
591 cpu-ip2k.lo \
592 cpu-iq2000.lo \
593 cpu-lm32.lo \
594 cpu-loongarch.lo \
595 cpu-m10200.lo \
596 cpu-m10300.lo \
597 cpu-m32c.lo \
598 cpu-m32r.lo \
599 cpu-m68hc11.lo \
600 cpu-m68hc12.lo \
601 cpu-m9s12x.lo \
602 cpu-s12z.lo \
603 cpu-m9s12xg.lo \
604 cpu-m68k.lo \
605 cpu-mcore.lo \
606 cpu-mep.lo \
607 cpu-metag.lo \
608 cpu-microblaze.lo \
609 cpu-mips.lo \
610 cpu-mmix.lo \
611 cpu-moxie.lo \
612 cpu-msp430.lo \
613 cpu-mt.lo \
614 cpu-nds32.lo \
615 cpu-nfp.lo \
616 cpu-nios2.lo \
617 cpu-ns32k.lo \
618 cpu-or1k.lo \
619 cpu-pdp11.lo \
620 cpu-pj.lo \
621 cpu-powerpc.lo \
622 cpu-pru.lo \
623 cpu-rs6000.lo \
624 cpu-riscv.lo \
625 cpu-rl78.lo \
626 cpu-rx.lo \
627 cpu-s390.lo \
628 cpu-score.lo \
629 cpu-sh.lo \
630 cpu-sparc.lo \
631 cpu-spu.lo \
632 cpu-tic30.lo \
633 cpu-tic4x.lo \
634 cpu-tic54x.lo \
635 cpu-tic6x.lo \
636 cpu-tilegx.lo \
637 cpu-tilepro.lo \
638 cpu-v850.lo \
639 cpu-v850_rh850.lo \
640 cpu-vax.lo \
641 cpu-visium.lo \
642 cpu-wasm32.lo \
643 cpu-xc16x.lo \
644 cpu-xgate.lo \
645 cpu-xstormy16.lo \
646 cpu-xtensa.lo \
647 cpu-z80.lo \
648 cpu-z8k.lo
649
650 ALL_MACHINES_CFILES = \
651 cpu-aarch64.c \
652 cpu-alpha.c \
653 cpu-amdgcn.c \
654 cpu-arc.c \
655 cpu-arm.c \
656 cpu-avr.c \
657 cpu-bfin.c \
658 cpu-bpf.c \
659 cpu-cr16.c \
660 cpu-cris.c \
661 cpu-crx.c \
662 cpu-csky.c \
663 cpu-d10v.c \
664 cpu-d30v.c \
665 cpu-dlx.c \
666 cpu-epiphany.c \
667 cpu-fr30.c \
668 cpu-frv.c \
669 cpu-ft32.c \
670 cpu-h8300.c \
671 cpu-hppa.c \
672 cpu-i386.c \
673 cpu-iamcu.c \
674 cpu-l1om.c \
675 cpu-k1om.c \
676 cpu-ia64.c \
677 cpu-ip2k.c \
678 cpu-iq2000.c \
679 cpu-lm32.c \
680 cpu-loongarch.c \
681 cpu-m10200.c \
682 cpu-m10300.c \
683 cpu-m32c.c \
684 cpu-m32r.c \
685 cpu-m68hc11.c \
686 cpu-m68hc12.c \
687 cpu-m9s12x.c \
688 cpu-s12z.c \
689 cpu-m9s12xg.c \
690 cpu-m68k.c \
691 cpu-mcore.c \
692 cpu-mep.c \
693 cpu-metag.c \
694 cpu-microblaze.c \
695 cpu-mips.c \
696 cpu-mmix.c \
697 cpu-moxie.c \
698 cpu-msp430.c \
699 cpu-mt.c \
700 cpu-nds32.c \
701 cpu-nfp.c \
702 cpu-ns32k.c \
703 cpu-nios2.c \
704 cpu-or1k.c \
705 cpu-pdp11.c \
706 cpu-pj.c \
707 cpu-powerpc.c \
708 cpu-pru.c \
709 cpu-rs6000.c \
710 cpu-riscv.c \
711 cpu-rl78.c \
712 cpu-rx.c \
713 cpu-s390.c \
714 cpu-score.c \
715 cpu-sh.c \
716 cpu-sparc.c \
717 cpu-spu.c \
718 cpu-tic30.c \
719 cpu-tic4x.c \
720 cpu-tic54x.c \
721 cpu-tic6x.c \
722 cpu-tilegx.c \
723 cpu-tilepro.c \
724 cpu-v850.c \
725 cpu-v850_rh850.c \
726 cpu-vax.c \
727 cpu-visium.c \
728 cpu-wasm32.c \
729 cpu-xc16x.c \
730 cpu-xgate.c \
731 cpu-xstormy16.c \
732 cpu-xtensa.c \
733 cpu-z80.c \
734 cpu-z8k.c
735
736
737 # The .o files needed by all of the 32 bit vectors that are configured into
738 # target_vector in targets.c if configured with --enable-targets=all.
739 BFD32_BACKENDS = \
740 aout-cris.lo \
741 aout-ns32k.lo \
742 aout32.lo \
743 cf-i386lynx.lo \
744 coff-go32.lo \
745 coff-i386.lo \
746 coff-mips.lo \
747 coff-rs6000.lo \
748 coff-sh.lo \
749 coff-stgo32.lo \
750 coff-tic30.lo \
751 coff-tic4x.lo \
752 coff-tic54x.lo \
753 coff-z80.lo \
754 coff-z8k.lo \
755 coffgen.lo \
756 cofflink.lo \
757 dwarf1.lo \
758 dwarf2.lo \
759 ecoff.lo \
760 ecofflink.lo \
761 elf-attrs.lo \
762 elf-eh-frame.lo \
763 elf-ifunc.lo \
764 elf-m10200.lo \
765 elf-m10300.lo \
766 elf-nacl.lo \
767 elf-strtab.lo \
768 elf-vxworks.lo \
769 elf.lo \
770 elf32-am33lin.lo \
771 elf32-arc.lo \
772 elf32-arm.lo \
773 elf32-avr.lo \
774 elf32-bfin.lo \
775 elf32-cr16.lo \
776 elf32-cris.lo \
777 elf32-crx.lo \
778 elf32-csky.lo \
779 elf32-d10v.lo \
780 elf32-d30v.lo \
781 elf32-dlx.lo \
782 elf32-epiphany.lo \
783 elf32-fr30.lo \
784 elf32-frv.lo \
785 elf32-ft32.lo \
786 elf32-gen.lo \
787 elf32-h8300.lo \
788 elf32-hppa.lo \
789 elf32-i386.lo \
790 elfxx-x86.lo \
791 elf32-ip2k.lo \
792 elf32-iq2000.lo \
793 elf32-lm32.lo \
794 elf32-m32c.lo \
795 elf32-m32r.lo \
796 elf32-m68hc11.lo \
797 elf32-m68hc12.lo \
798 elf32-m68hc1x.lo \
799 elf32-m68k.lo \
800 elf32-s12z.lo \
801 elf32-mcore.lo \
802 elf32-mep.lo \
803 elf32-metag.lo \
804 elf32-microblaze.lo \
805 elf32-moxie.lo \
806 elf32-msp430.lo \
807 elf32-mt.lo \
808 elf32-nds32.lo \
809 elf32-nios2.lo \
810 elf32-or1k.lo \
811 elf32-pj.lo \
812 elf32-ppc.lo \
813 elf32-pru.lo \
814 elf32-rl78.lo \
815 elf32-rx.lo \
816 elf32-s390.lo \
817 elf32-sh.lo \
818 elf32-sparc.lo \
819 elf32-spu.lo \
820 elf32-tic6x.lo \
821 elf32-tilegx.lo \
822 elf32-tilepro.lo \
823 elf32-v850.lo \
824 elf32-vax.lo \
825 elf32-visium.lo \
826 elf32-wasm32.lo \
827 elf32-xc16x.lo \
828 elf32-xgate.lo \
829 elf32-xstormy16.lo \
830 elf32-xtensa.lo \
831 elf32-z80.lo \
832 elf32.lo \
833 elflink.lo \
834 elfxx-sparc.lo \
835 elfxx-tilegx.lo \
836 i386aout.lo \
837 i386bsd.lo \
838 i386lynx.lo \
839 i386msdos.lo \
840 mach-o.lo \
841 mach-o-i386.lo \
842 mach-o-arm.lo \
843 ns32knetbsd.lo \
844 pc532-mach.lo \
845 pdp11.lo \
846 pe-arm-wince.lo \
847 pe-arm.lo \
848 pe-i386.lo \
849 pe-mcore.lo \
850 pe-sh.lo \
851 pef.lo \
852 pei-arm-wince.lo \
853 pei-arm.lo \
854 pei-i386.lo \
855 pei-mcore.lo \
856 pei-sh.lo \
857 peigen.lo \
858 plugin.lo \
859 ppcboot.lo \
860 reloc16.lo \
861 som.lo \
862 vax1knetbsd.lo \
863 vaxnetbsd.lo \
864 vms-lib.lo \
865 vms-misc.lo \
866 wasm-module.lo \
867 xcofflink.lo \
868 xsym.lo \
869 xtensa-isa.lo \
870 xtensa-modules.lo
871
872 BFD32_BACKENDS_CFILES = \
873 aout-cris.c \
874 aout-ns32k.c \
875 aout32.c \
876 cf-i386lynx.c \
877 coff-go32.c \
878 coff-i386.c \
879 coff-mips.c \
880 coff-rs6000.c \
881 coff-sh.c \
882 coff-stgo32.c \
883 coff-tic30.c \
884 coff-tic4x.c \
885 coff-tic54x.c \
886 coff-z80.c \
887 coff-z8k.c \
888 coffgen.c \
889 cofflink.c \
890 dwarf1.c \
891 dwarf2.c \
892 ecoff.c \
893 ecofflink.c \
894 elf-attrs.c \
895 elf-eh-frame.c \
896 elf-ifunc.c \
897 elf-m10200.c \
898 elf-m10300.c \
899 elf-nacl.c \
900 elf-strtab.c \
901 elf-vxworks.c \
902 elf.c \
903 elf32-am33lin.c \
904 elf32-arc.c \
905 elf32-arm.c \
906 elf32-avr.c \
907 elf32-bfin.c \
908 elf32-cr16.c \
909 elf32-cris.c \
910 elf32-crx.c \
911 elf32-csky.c \
912 elf32-d10v.c \
913 elf32-d30v.c \
914 elf32-dlx.c \
915 elf32-epiphany.c \
916 elf32-fr30.c \
917 elf32-frv.c \
918 elf32-ft32.c \
919 elf32-gen.c \
920 elf32-h8300.c \
921 elf32-hppa.c \
922 elf32-i386.c \
923 elfxx-x86.c \
924 elf32-ip2k.c \
925 elf32-iq2000.c \
926 elf32-lm32.c \
927 elf32-m32c.c \
928 elf32-m32r.c \
929 elf32-m68hc11.c \
930 elf32-m68hc12.c \
931 elf32-m68hc1x.c \
932 elf32-m68k.c \
933 elf32-s12z.c \
934 elf32-mcore.c \
935 elf32-mep.c \
936 elf32-metag.c \
937 elf32-microblaze.c \
938 elf32-moxie.c \
939 elf32-msp430.c \
940 elf32-mt.c \
941 elf32-nds32.c \
942 elf32-nios2.c \
943 elf32-or1k.c \
944 elf32-pj.c \
945 elf32-ppc.c \
946 elf32-pru.c \
947 elf32-rl78.c \
948 elf32-rx.c \
949 elf32-s390.c \
950 elf32-sh.c \
951 elf32-sparc.c \
952 elf32-spu.c \
953 elf32-tic6x.c \
954 elf32-tilegx.c \
955 elf32-tilepro.c \
956 elf32-v850.c \
957 elf32-vax.c \
958 elf32-visium.c \
959 elf32-wasm32.c \
960 elf32-xc16x.c \
961 elf32-xgate.c \
962 elf32-xstormy16.c \
963 elf32-xtensa.c \
964 elf32-z80.c \
965 elf32.c \
966 elflink.c \
967 elfxx-sparc.c \
968 elfxx-tilegx.c \
969 i386aout.c \
970 i386bsd.c \
971 i386lynx.c \
972 i386msdos.c \
973 mach-o.c \
974 mach-o-i386.c \
975 mach-o-arm.c \
976 ns32knetbsd.c \
977 pc532-mach.c \
978 pdp11.c \
979 pe-arm-wince.c \
980 pe-arm.c \
981 pe-i386.c \
982 pe-mcore.c \
983 pe-sh.c \
984 pef.c \
985 pei-arm-wince.c \
986 pei-arm.c \
987 pei-i386.c \
988 pei-mcore.c \
989 pei-sh.c \
990 plugin.c \
991 ppcboot.c \
992 reloc16.c \
993 som.c \
994 vax1knetbsd.c \
995 vaxnetbsd.c \
996 vms-lib.c \
997 vms-misc.c \
998 wasm-module.c \
999 xcofflink.c \
1000 xsym.c \
1001 xtensa-isa.c \
1002 xtensa-modules.c
1003
1004
1005 # The .o files needed by all of the 64 bit vectors that are configured into
1006 # target_vector in targets.c if configured with --enable-targets=all
1007 # and --enable-64-bit-bfd.
1008 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
1009 # BFD32_BACKENDS.
1010 BFD64_BACKENDS = \
1011 elf32-aarch64.lo \
1012 elf64-aarch64.lo \
1013 elfxx-aarch64.lo \
1014 aix5ppc-core.lo \
1015 aout64.lo \
1016 coff-alpha.lo \
1017 coff-x86_64.lo \
1018 coff64-rs6000.lo \
1019 elf32-ia64.lo \
1020 elf32-mips.lo \
1021 elf32-score.lo \
1022 elf32-score7.lo \
1023 elf64-alpha.lo \
1024 elf64-amdgcn.lo \
1025 elf64-gen.lo \
1026 elf64-hppa.lo \
1027 elf64-ia64.lo \
1028 elf64-ia64-vms.lo \
1029 elfxx-ia64.lo \
1030 elf32-loongarch.lo \
1031 elf64-loongarch.lo \
1032 elfxx-loongarch.lo \
1033 elfn32-mips.lo \
1034 elf64-mips.lo \
1035 elfxx-mips.lo \
1036 elf64-mmix.lo \
1037 elf64-nfp.lo \
1038 elf64-ppc.lo \
1039 elf32-riscv.lo \
1040 elf64-riscv.lo \
1041 elfxx-riscv.lo \
1042 elf64-s390.lo \
1043 elf64-sparc.lo \
1044 elf64-tilegx.lo \
1045 elf64-x86-64.lo \
1046 elfxx-x86.lo \
1047 elf64-bpf.lo \
1048 elf64.lo \
1049 mach-o-aarch64.lo \
1050 mach-o-x86-64.lo \
1051 mmo.lo \
1052 pe-aarch64igen.lo \
1053 pe-x86_64.lo \
1054 pei-aarch64.lo \
1055 pei-ia64.lo \
1056 pei-x86_64.lo \
1057 pepigen.lo \
1058 pex64igen.lo \
1059 vms-alpha.lo
1060
1061 BFD64_BACKENDS_CFILES = \
1062 aix5ppc-core.c \
1063 aout64.c \
1064 coff-alpha.c \
1065 coff-x86_64.c \
1066 coff64-rs6000.c \
1067 elf32-mips.c \
1068 elf32-score.c \
1069 elf32-score7.c \
1070 elf64-alpha.c \
1071 elf64-amdgcn.c \
1072 elf64-gen.c \
1073 elf64-hppa.c \
1074 elf64-ia64-vms.c \
1075 elf64-mips.c \
1076 elf64-mmix.c \
1077 elf64-nfp.c \
1078 elf64-ppc.c \
1079 elf64-s390.c \
1080 elf64-sparc.c \
1081 elf64-tilegx.c \
1082 elf64-x86-64.c \
1083 elfxx-x86.c \
1084 elf64-bpf.c \
1085 elf64.c \
1086 elfn32-mips.c \
1087 elfxx-aarch64.c \
1088 elfxx-ia64.c \
1089 elfxx-loongarch.c \
1090 elfxx-mips.c \
1091 elfxx-riscv.c \
1092 mach-o-aarch64.c \
1093 mach-o-x86-64.c \
1094 mmo.c \
1095 pe-x86_64.c \
1096 pei-aarch64.c \
1097 pei-ia64.c \
1098 pei-x86_64.c \
1099 vms-alpha.c
1100
1101 OPTIONAL_BACKENDS = \
1102 aix386-core.lo \
1103 cisco-core.lo \
1104 hpux-core.lo \
1105 irix-core.lo \
1106 lynx-core.lo \
1107 netbsd-core.lo \
1108 osf-core.lo \
1109 rs6000-core.lo \
1110 sco5-core.lo \
1111 trad-core.lo
1112
1113 OPTIONAL_BACKENDS_CFILES = \
1114 aix386-core.c \
1115 cisco-core.c \
1116 hpux-core.c \
1117 irix-core.c \
1118 lynx-core.c \
1119 netbsd-core.c \
1120 osf-core.c \
1121 rs6000-core.c \
1122 sco5-core.c \
1123 trad-core.c
1124
1125
1126 # Reconfigure if config.bfd or configure.host changes.
1127 # development.sh is used to determine -Werror default.
1128 CONFIG_STATUS_DEPENDENCIES = \
1129 $(srcdir)/config.bfd \
1130 $(srcdir)/configure.host \
1131 $(srcdir)/development.sh
1132
1133
1134 # These are defined by configure:
1135 WORDSIZE = @wordsize@
1136 ALL_BACKENDS = @all_backends@
1137 BFD_BACKENDS = @bfd_backends@
1138 BFD_MACHINES = @bfd_machines@
1139 TDEFAULTS = @tdefaults@
1140 HAVEVECS = @havevecs@
1141
1142 # C source files that correspond to .o's.
1143 SOURCE_CFILES = \
1144 $(BFD32_LIBS_CFILES) \
1145 $(BFD64_LIBS_CFILES) \
1146 $(ALL_MACHINES_CFILES) \
1147 $(BFD32_BACKENDS_CFILES) \
1148 $(BFD64_BACKENDS_CFILES) \
1149 $(OPTIONAL_BACKENDS_CFILES)
1150
1151 BUILD_CFILES = \
1152 elf32-aarch64.c elf64-aarch64.c \
1153 elf32-ia64.c elf64-ia64.c \
1154 elf32-loongarch.c elf64-loongarch.c \
1155 elf32-riscv.c elf64-riscv.c \
1156 peigen.c pepigen.c pex64igen.c pe-aarch64igen.c
1157
1158 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
1159 SOURCE_HFILES = \
1160 aout-target.h aoutx.h arc-got.h arc-plt.h \
1161 coff-arm.h coff-bfd.h coffcode.h coffswap.h \
1162 cpu-aarch64.h cpu-arm.h cpu-h8300.h cpu-m68k.h cpu-riscv.h \
1163 ecoff-bfd.h ecoffswap.h \
1164 elf32-arm.h elf32-avr.h elf32-bfin.h elf32-cr16.h elf32-csky.h \
1165 elf32-dlx.h elf32-hppa.h elf32-m68hc1x.h elf32-m68k.h \
1166 elf32-metag.h elf32-nds32.h elf32-nios2.h elf32-ppc.h \
1167 elf32-rx.h elf32-score.h elf32-sh-relocs.h elf32-spu.h \
1168 elf32-tic6x.h elf32-tilegx.h elf32-tilepro.h elf32-v850.h \
1169 elf64-hppa.h elf64-ppc.h elf64-tilegx.h \
1170 elf-bfd.h elfcode.h elfcore.h elf-hppa.h elf-linker-x86.h \
1171 elf-linux-core.h elf-nacl.h elf-s390.h elf-vxworks.h \
1172 elfxx-aarch64.h elfxx-ia64.h elfxx-mips.h elfxx-riscv.h \
1173 elfxx-sparc.h elfxx-tilegx.h elfxx-x86.h elfxx-loongarch.h \
1174 genlink.h go32stub.h \
1175 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
1176 libpei.h libxcoff.h \
1177 mach-o.h \
1178 netbsd.h ns32k.h \
1179 pef.h pef-traceback.h peicode.h plugin.h \
1180 som.h sysdep.h \
1181 version.h vms.h \
1182 wasm-module.h \
1183 xcofflink.h xsym.h
1184
1185 BUILD_HFILES = \
1186 bfdver.h elf32-target.h elf64-target.h targmatch.h
1187
1188
1189 # Ensure they are built early:
1190 BUILT_SOURCES = $(BUILD_HFILES)
1191 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
1192 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
1193 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
1194 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
1195 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
1196
1197 # Various kinds of .o files to put in libbfd.a:
1198 # BFD_BACKENDS Routines the configured targets need.
1199 # BFD_MACHINES Architecture-specific routines the configured targets need.
1200 # COREFILE Core file routines for a native configuration
1201 # bfd64_libs Routines for 64bit support
1202 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
1203
1204 # Since BFD64_LIBS is optional and we can't have substitution in
1205 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
1206 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
1207 # dependency tracking fragments are picked up in the Makefile.
1208 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
1209 EXTRA_libbfd_la_SOURCES = $(CFILES)
1210 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
1211 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB)
1212
1213 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
1214 # directory so that we don't have to convert all the programs that use
1215 # libbfd.a simultaneously. This is a hack which should be removed if
1216 # everything else starts using libtool. FIXME.
1217 noinst_LIBRARIES = libbfd.a
1218 libbfd_a_SOURCES =
1219 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
1220 bfdio.c bfdwin.c section.c archures.c reloc.c \
1221 syms.c bfd.c archive.c corefile.c targets.c format.c \
1222 linker.c simple.c compress.c
1223
1224 BFD64_H_FILES = archive64.c
1225 LIBBFD_H_FILES = libbfd-in.h libbfd.c bfdio.c bfdwin.c \
1226 cache.c reloc.c archures.c linker.c
1227
1228 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
1229
1230 # We only rebuild the header files automatically if we have been
1231 # configured with --enable-maintainer-mode.
1232 REGEN_HEADER = \
1233 ( \
1234 set -e; \
1235 echo "$$H_FILES" | sed -f $(srcdir)/doc/header.sed; \
1236 for file in $$H_FILES; do \
1237 file="$(srcdir)/$$file"; \
1238 case $$file in \
1239 *-in.h) cat $$file;; \
1240 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
1241 -e 's,$$,. */,'; \
1242 $(MKDOC) $$CHEW_FLAGS -f $(srcdir)/doc/proto.str < $$file;; \
1243 esac; \
1244 done; \
1245 echo "\#ifdef __cplusplus"; \
1246 echo "}"; \
1247 echo "\#endif"; \
1248 echo "\#endif"; \
1249 )
1250
1251 DOCFILES = \
1252 doc/aoutx.texi \
1253 doc/archive.texi \
1254 doc/archures.texi \
1255 doc/bfdio.texi \
1256 doc/bfdt.texi \
1257 doc/bfdver.texi \
1258 doc/bfdwin.texi \
1259 doc/cache.texi \
1260 doc/coffcode.texi \
1261 doc/corefile.texi \
1262 doc/elfcode.texi \
1263 doc/elf.texi \
1264 doc/format.texi \
1265 doc/hash.texi \
1266 doc/init.texi \
1267 doc/libbfd.texi \
1268 doc/linker.texi \
1269 doc/mmo.texi \
1270 doc/opncls.texi \
1271 doc/reloc.texi \
1272 doc/section.texi \
1273 doc/syms.texi \
1274 doc/targets.texi
1275
1276
1277 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
1278 # between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
1279 # you don't need these three:
1280 SRCDOC = \
1281 $(srcdir)/aoutx.h $(srcdir)/archive.c \
1282 $(srcdir)/archures.c $(srcdir)/bfd.c \
1283 $(srcdir)/bfdio.c $(srcdir)/bfdwin.c \
1284 $(srcdir)/cache.c $(srcdir)/coffcode.h \
1285 $(srcdir)/corefile.c $(srcdir)/elf.c \
1286 $(srcdir)/elfcode.h $(srcdir)/format.c \
1287 $(srcdir)/libbfd.c $(srcdir)/opncls.c \
1288 $(srcdir)/reloc.c $(srcdir)/section.c \
1289 $(srcdir)/syms.c $(srcdir)/targets.c \
1290 $(srcdir)/hash.c $(srcdir)/linker.c \
1291 $(srcdir)/mmo.c
1292
1293 SRCPROT = $(srcdir)/archive.c $(srcdir)/archures.c \
1294 $(srcdir)/bfd.c $(srcdir)/coffcode.h $(srcdir)/corefile.c \
1295 $(srcdir)/format.c $(srcdir)/libbfd.c \
1296 $(srcdir)/bfdio.c $(srcdir)/bfdwin.c \
1297 $(srcdir)/opncls.c $(srcdir)/reloc.c \
1298 $(srcdir)/section.c $(srcdir)/syms.c \
1299 $(srcdir)/targets.c $(srcdir)/init.c
1300
1301 SRCIPROT = $(srcdir)/cache.c $(srcdir)/libbfd.c \
1302 $(srcdir)/bfdio.c $(srcdir)/bfdwin.c \
1303 $(srcdir)/reloc.c $(srcdir)/cpu-h8300.c \
1304 $(srcdir)/cpu-i960.c $(srcdir)/archures.c \
1305 $(srcdir)/init.c
1306
1307 TEXIDIR = $(srcdir)/../texinfo/fsf
1308 info_TEXINFOS = doc/bfd.texi
1309 doc_bfd_TEXINFOS = $(DOCFILES) doc/bfdsumm.texi
1310 AM_MAKEINFOFLAGS = --no-split -I "$(srcdir)/doc" -I doc
1311 TEXI2DVI = texi2dvi -I "$(srcdir)/doc" -I doc
1312 MKDOC = doc/chew$(EXEEXT_FOR_BUILD)
1313
1314 # We can't replace these rules with an implicit rule, because
1315 # makes without VPATH support couldn't find the .h files in `..'.
1316
1317 # We do not depend on chew directly so that we can distribute the info
1318 # files, and permit people to rebuild them, without requiring the makeinfo
1319 # program. If somebody tries to rebuild info, but none of the .texi files
1320 # have changed, then nothing will be rebuilt.
1321 REGEN_TEXI = \
1322 ( \
1323 set -e; \
1324 $(MKDOC) -f $(srcdir)/doc/doc.str < $< > $@.tmp; \
1325 texi=$@; \
1326 texi=$${texi%.stamp}.texi; \
1327 test -e $$texi || test ! -f $(srcdir)/$$texi || $(LN_S) $(srcdir)/$$texi .; \
1328 $(SHELL) $(srcdir)/../move-if-change $@.tmp $$texi; \
1329 touch $@; \
1330 )
1331
1332 noinst_TEXINFOS = doc/bfdint.texi
1333 all: $(BUILT_SOURCES) config.h
1334 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1335
1336 .SUFFIXES:
1337 .SUFFIXES: .c .dvi .lo .o .obj .ps
1338 am--refresh: Makefile
1339 @:
1340 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/doc/local.mk $(am__configure_deps)
1341 @for dep in $?; do \
1342 case '$(am__configure_deps)' in \
1343 *$$dep*) \
1344 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1345 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1346 && exit 0; \
1347 exit 1;; \
1348 esac; \
1349 done; \
1350 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1351 $(am__cd) $(top_srcdir) && \
1352 $(AUTOMAKE) --foreign Makefile
1353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1354 @case '$?' in \
1355 *config.status*) \
1356 echo ' $(SHELL) ./config.status'; \
1357 $(SHELL) ./config.status;; \
1358 *) \
1359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1360 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1361 esac;
1362 $(srcdir)/doc/local.mk $(am__empty):
1363
1364 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1365 $(SHELL) ./config.status --recheck
1366
1367 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1368 $(am__cd) $(srcdir) && $(AUTOCONF)
1369 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1370 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1371 $(am__aclocal_m4_deps):
1372
1373 config.h: stamp-h1
1374 @test -f $@ || rm -f stamp-h1
1375 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1376
1377 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1378 @rm -f stamp-h1
1379 cd $(top_builddir) && $(SHELL) ./config.status config.h
1380 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1381 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1382 rm -f stamp-h1
1383 touch $@
1384
1385 distclean-hdr:
1386 -rm -f config.h stamp-h1
1387 bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1388 cd $(top_builddir) && $(SHELL) ./config.status $@
1389 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1390 cd $(top_builddir) && $(SHELL) ./config.status $@
1391
1392 clean-noinstLIBRARIES:
1393 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1394
1395 install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
1396 @$(NORMAL_INSTALL)
1397 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1398 list2=; for p in $$list; do \
1399 if test -f $$p; then \
1400 list2="$$list2 $$p"; \
1401 else :; fi; \
1402 done; \
1403 test -z "$$list2" || { \
1404 echo " $(MKDIR_P) '$(DESTDIR)$(bfdlibdir)'"; \
1405 $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" || exit 1; \
1406 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
1407 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
1408 }
1409
1410 uninstall-bfdlibLTLIBRARIES:
1411 @$(NORMAL_UNINSTALL)
1412 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1413 for p in $$list; do \
1414 $(am__strip_dir) \
1415 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
1416 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
1417 done
1418
1419 clean-bfdlibLTLIBRARIES:
1420 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1421 @list='$(bfdlib_LTLIBRARIES)'; \
1422 locs=`for p in $$list; do echo $$p; done | \
1423 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1424 sort -u`; \
1425 test -z "$$locs" || { \
1426 echo rm -f $${locs}; \
1427 rm -f $${locs}; \
1428 }
1429
1430 clean-noinstLTLIBRARIES:
1431 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1432 @list='$(noinst_LTLIBRARIES)'; \
1433 locs=`for p in $$list; do echo $$p; done | \
1434 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1435 sort -u`; \
1436 test -z "$$locs" || { \
1437 echo rm -f $${locs}; \
1438 rm -f $${locs}; \
1439 }
1440
1441 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) $(EXTRA_libbfd_la_DEPENDENCIES)
1442 $(AM_V_CCLD)$(libbfd_la_LINK) $(am_libbfd_la_rpath) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1443
1444 mostlyclean-compile:
1445 -rm -f *.$(OBJEXT)
1446
1447 distclean-compile:
1448 -rm -f *.tab.c
1449
1450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix386-core.Plo@am__quote@
1451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix5ppc-core.Plo@am__quote@
1452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-cris.Plo@am__quote@
1453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-ns32k.Plo@am__quote@
1454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout32.Plo@am__quote@
1455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout64.Plo@am__quote@
1456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Plo@am__quote@
1457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive64.Plo@am__quote@
1458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archures.Plo@am__quote@
1459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfd.Plo@am__quote@
1460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdio.Plo@am__quote@
1461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdwin.Plo@am__quote@
1462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Plo@am__quote@
1463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@
1464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf-i386lynx.Plo@am__quote@
1465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cisco-core.Plo@am__quote@
1466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-alpha.Plo@am__quote@
1467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-bfd.Plo@am__quote@
1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-go32.Plo@am__quote@
1469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i386.Plo@am__quote@
1470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-mips.Plo@am__quote@
1471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-rs6000.Plo@am__quote@
1472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-sh.Plo@am__quote@
1473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-stgo32.Plo@am__quote@
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic30.Plo@am__quote@
1475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic4x.Plo@am__quote@
1476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic54x.Plo@am__quote@
1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-x86_64.Plo@am__quote@
1478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z80.Plo@am__quote@
1479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z8k.Plo@am__quote@
1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff64-rs6000.Plo@am__quote@
1481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coffgen.Plo@am__quote@
1482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cofflink.Plo@am__quote@
1483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
1484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Plo@am__quote@
1485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-aarch64.Plo@am__quote@
1486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-alpha.Plo@am__quote@
1487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-amdgcn.Plo@am__quote@
1488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arc.Plo@am__quote@
1489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arm.Plo@am__quote@
1490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-avr.Plo@am__quote@
1491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-bfin.Plo@am__quote@
1492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-bpf.Plo@am__quote@
1493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cr16.Plo@am__quote@
1494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cris.Plo@am__quote@
1495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-crx.Plo@am__quote@
1496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-csky.Plo@am__quote@
1497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d10v.Plo@am__quote@
1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d30v.Plo@am__quote@
1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-dlx.Plo@am__quote@
1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-epiphany.Plo@am__quote@
1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-fr30.Plo@am__quote@
1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-frv.Plo@am__quote@
1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ft32.Plo@am__quote@
1504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-h8300.Plo@am__quote@
1505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-hppa.Plo@am__quote@
1506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i386.Plo@am__quote@
1507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ia64.Plo@am__quote@
1508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iamcu.Plo@am__quote@
1509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ip2k.Plo@am__quote@
1510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iq2000.Plo@am__quote@
1511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-k1om.Plo@am__quote@
1512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-l1om.Plo@am__quote@
1513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-lm32.Plo@am__quote@
1514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-loongarch.Plo@am__quote@
1515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10200.Plo@am__quote@
1516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10300.Plo@am__quote@
1517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32c.Plo@am__quote@
1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32r.Plo@am__quote@
1519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc11.Plo@am__quote@
1520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc12.Plo@am__quote@
1521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68k.Plo@am__quote@
1522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12x.Plo@am__quote@
1523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12xg.Plo@am__quote@
1524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mcore.Plo@am__quote@
1525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mep.Plo@am__quote@
1526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-metag.Plo@am__quote@
1527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-microblaze.Plo@am__quote@
1528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mips.Plo@am__quote@
1529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mmix.Plo@am__quote@
1530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-moxie.Plo@am__quote@
1531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-msp430.Plo@am__quote@
1532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mt.Plo@am__quote@
1533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nds32.Plo@am__quote@
1534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nfp.Plo@am__quote@
1535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nios2.Plo@am__quote@
1536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ns32k.Plo@am__quote@
1537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-or1k.Plo@am__quote@
1538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pdp11.Plo@am__quote@
1539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pj.Plo@am__quote@
1540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-powerpc.Plo@am__quote@
1541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pru.Plo@am__quote@
1542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-riscv.Plo@am__quote@
1543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rl78.Plo@am__quote@
1544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rs6000.Plo@am__quote@
1545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rx.Plo@am__quote@
1546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-s12z.Plo@am__quote@
1547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-s390.Plo@am__quote@
1548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-score.Plo@am__quote@
1549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sh.Plo@am__quote@
1550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sparc.Plo@am__quote@
1551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-spu.Plo@am__quote@
1552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic30.Plo@am__quote@
1553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic4x.Plo@am__quote@
1554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic54x.Plo@am__quote@
1555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic6x.Plo@am__quote@
1556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@
1557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@
1558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
1559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@
1560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
1561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-visium.Plo@am__quote@
1562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-wasm32.Plo@am__quote@
1563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@
1564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xgate.Plo@am__quote@
1565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@
1566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xtensa.Plo@am__quote@
1567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z80.Plo@am__quote@
1568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z8k.Plo@am__quote@
1569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf1.Plo@am__quote@
1570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2.Plo@am__quote@
1571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Plo@am__quote@
1572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecofflink.Plo@am__quote@
1573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-attrs.Plo@am__quote@
1574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-eh-frame.Plo@am__quote@
1575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-ifunc.Plo@am__quote@
1576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10200.Plo@am__quote@
1577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10300.Plo@am__quote@
1578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-nacl.Plo@am__quote@
1579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-properties.Plo@am__quote@
1580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-strtab.Plo@am__quote@
1581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-vxworks.Plo@am__quote@
1582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
1583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-aarch64.Plo@am__quote@
1584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-am33lin.Plo@am__quote@
1585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arc.Plo@am__quote@
1586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arm.Plo@am__quote@
1587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-avr.Plo@am__quote@
1588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-bfin.Plo@am__quote@
1589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cr16.Plo@am__quote@
1590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cris.Plo@am__quote@
1591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-crx.Plo@am__quote@
1592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-csky.Plo@am__quote@
1593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d10v.Plo@am__quote@
1594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d30v.Plo@am__quote@
1595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-dlx.Plo@am__quote@
1596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-epiphany.Plo@am__quote@
1597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-fr30.Plo@am__quote@
1598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-frv.Plo@am__quote@
1599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ft32.Plo@am__quote@
1600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-gen.Plo@am__quote@
1601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-h8300.Plo@am__quote@
1602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-hppa.Plo@am__quote@
1603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i386.Plo@am__quote@
1604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ia64.Plo@am__quote@
1605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ip2k.Plo@am__quote@
1606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-iq2000.Plo@am__quote@
1607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-lm32.Plo@am__quote@
1608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-loongarch.Plo@am__quote@
1609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32c.Plo@am__quote@
1610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32r.Plo@am__quote@
1611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc11.Plo@am__quote@
1612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc12.Plo@am__quote@
1613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc1x.Plo@am__quote@
1614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68k.Plo@am__quote@
1615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mcore.Plo@am__quote@
1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mep.Plo@am__quote@
1617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-metag.Plo@am__quote@
1618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-microblaze.Plo@am__quote@
1619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mips.Plo@am__quote@
1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-moxie.Plo@am__quote@
1621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-msp430.Plo@am__quote@
1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mt.Plo@am__quote@
1623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nds32.Plo@am__quote@
1624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nios2.Plo@am__quote@
1625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-or1k.Plo@am__quote@
1626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pj.Plo@am__quote@
1627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ppc.Plo@am__quote@
1628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pru.Plo@am__quote@
1629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-riscv.Plo@am__quote@
1630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rl78.Plo@am__quote@
1631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rx.Plo@am__quote@
1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-s12z.Plo@am__quote@
1633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-s390.Plo@am__quote@
1634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score.Plo@am__quote@
1635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score7.Plo@am__quote@
1636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh.Plo@am__quote@
1637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sparc.Plo@am__quote@
1638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-spu.Plo@am__quote@
1639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tic6x.Plo@am__quote@
1640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilegx.Plo@am__quote@
1641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilepro.Plo@am__quote@
1642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@
1643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@
1644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-visium.Plo@am__quote@
1645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-wasm32.Plo@am__quote@
1646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@
1647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xgate.Plo@am__quote@
1648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@
1649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@
1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-z80.Plo@am__quote@
1651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
1652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-aarch64.Plo@am__quote@
1653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-alpha.Plo@am__quote@
1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-amdgcn.Plo@am__quote@
1655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-bpf.Plo@am__quote@
1656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-gen.Plo@am__quote@
1657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-hppa.Plo@am__quote@
1658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64-vms.Plo@am__quote@
1659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64.Plo@am__quote@
1660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-loongarch.Plo@am__quote@
1661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mips.Plo@am__quote@
1662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mmix.Plo@am__quote@
1663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-nfp.Plo@am__quote@
1664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ppc.Plo@am__quote@
1665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-riscv.Plo@am__quote@
1666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-s390.Plo@am__quote@
1667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sparc.Plo@am__quote@
1668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-tilegx.Plo@am__quote@
1669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-x86-64.Plo@am__quote@
1670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
1671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elflink.Plo@am__quote@
1672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfn32-mips.Plo@am__quote@
1673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-aarch64.Plo@am__quote@
1674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-ia64.Plo@am__quote@
1675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-loongarch.Plo@am__quote@
1676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-mips.Plo@am__quote@
1677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-riscv.Plo@am__quote@
1678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-sparc.Plo@am__quote@
1679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-tilegx.Plo@am__quote@
1680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-x86.Plo@am__quote@
1681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
1682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
1683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hpux-core.Plo@am__quote@
1684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386aout.Plo@am__quote@
1685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386bsd.Plo@am__quote@
1686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386lynx.Plo@am__quote@
1687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386msdos.Plo@am__quote@
1688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ihex.Plo@am__quote@
1689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
1690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irix-core.Plo@am__quote@
1691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbfd.Plo@am__quote@
1692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linker.Plo@am__quote@
1693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lynx-core.Plo@am__quote@
1694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-aarch64.Plo@am__quote@
1695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-arm.Plo@am__quote@
1696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-i386.Plo@am__quote@
1697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-x86-64.Plo@am__quote@
1698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o.Plo@am__quote@
1699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Plo@am__quote@
1700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmo.Plo@am__quote@
1701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netbsd-core.Plo@am__quote@
1702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32knetbsd.Plo@am__quote@
1703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opncls.Plo@am__quote@
1704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osf-core.Plo@am__quote@
1705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pc532-mach.Plo@am__quote@
1706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11.Plo@am__quote@
1707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-aarch64igen.Plo@am__quote@
1708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm-wince.Plo@am__quote@
1709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm.Plo@am__quote@
1710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-i386.Plo@am__quote@
1711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-mcore.Plo@am__quote@
1712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-sh.Plo@am__quote@
1713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-x86_64.Plo@am__quote@
1714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pef.Plo@am__quote@
1715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-aarch64.Plo@am__quote@
1716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm-wince.Plo@am__quote@
1717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm.Plo@am__quote@
1718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-i386.Plo@am__quote@
1719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ia64.Plo@am__quote@
1720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mcore.Plo@am__quote@
1721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-sh.Plo@am__quote@
1722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-x86_64.Plo@am__quote@
1723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peigen.Plo@am__quote@
1724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pepigen.Plo@am__quote@
1725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pex64igen.Plo@am__quote@
1726 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
1727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcboot.Plo@am__quote@
1728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@
1729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@
1730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs6000-core.Plo@am__quote@
1731 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@
1732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@
1733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
1734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/som.Plo@am__quote@
1735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srec.Plo@am__quote@
1736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stab-syms.Plo@am__quote@
1737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Plo@am__quote@
1738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syms.Plo@am__quote@
1739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/targets.Plo@am__quote@
1740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tekhex.Plo@am__quote@
1741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trad-core.Plo@am__quote@
1742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax1knetbsd.Plo@am__quote@
1743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxnetbsd.Plo@am__quote@
1744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Plo@am__quote@
1745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-alpha.Plo@am__quote@
1746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-lib.Plo@am__quote@
1747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-misc.Plo@am__quote@
1748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wasm-module.Plo@am__quote@
1749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcofflink.Plo@am__quote@
1750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsym.Plo@am__quote@
1751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-isa.Plo@am__quote@
1752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-modules.Plo@am__quote@
1753
1754 .c.o:
1755 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1756 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1759 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1760
1761 .c.obj:
1762 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1763 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1766 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1767
1768 .c.lo:
1769 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1770 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1773 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1774
1775 mostlyclean-libtool:
1776 -rm -f *.lo
1777
1778 clean-libtool:
1779 -rm -rf .libs _libs
1780
1781 distclean-libtool:
1782 -rm -f libtool config.lt
1783 doc/$(am__dirstamp):
1784 @$(MKDIR_P) doc
1785 @: > doc/$(am__dirstamp)
1786
1787 doc/bfd.info: doc/bfd.texi $(doc_bfd_TEXINFOS)
1788 @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp)
1789 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1790 rm -rf $$backupdir && mkdir $$backupdir && \
1791 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
1792 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
1793 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
1794 done; \
1795 else :; fi && \
1796 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
1797 -o $@ `test -f 'doc/bfd.texi' || echo '$(srcdir)/'`doc/bfd.texi; \
1798 then \
1799 rc=0; \
1800 else \
1801 rc=$$?; \
1802 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
1803 fi; \
1804 rm -rf $$backupdir; exit $$rc
1805
1806 doc/bfd.dvi: doc/bfd.texi $(doc_bfd_TEXINFOS) doc/$(am__dirstamp)
1807 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1808 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
1809 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1810 `test -f 'doc/bfd.texi' || echo '$(srcdir)/'`doc/bfd.texi
1811
1812 doc/bfd.pdf: doc/bfd.texi $(doc_bfd_TEXINFOS) doc/$(am__dirstamp)
1813 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1814 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
1815 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1816 `test -f 'doc/bfd.texi' || echo '$(srcdir)/'`doc/bfd.texi
1817
1818 doc/bfd.html: doc/bfd.texi $(doc_bfd_TEXINFOS) doc/$(am__dirstamp)
1819 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1820 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
1821 -o $(@:.html=.htp) `test -f 'doc/bfd.texi' || echo '$(srcdir)/'`doc/bfd.texi; \
1822 then \
1823 rm -rf $@ && mv $(@:.html=.htp) $@; \
1824 else \
1825 rm -rf $(@:.html=.htp); exit 1; \
1826 fi
1827 .dvi.ps:
1828 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1829 $(DVIPS) $(AM_V_texinfo) -o $@ $<
1830
1831 uninstall-dvi-am:
1832 @$(NORMAL_UNINSTALL)
1833 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1834 for p in $$list; do \
1835 $(am__strip_dir) \
1836 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
1837 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
1838 done
1839
1840 uninstall-html-am:
1841 @$(NORMAL_UNINSTALL)
1842 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
1843 for p in $$list; do \
1844 $(am__strip_dir) \
1845 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
1846 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
1847 done
1848
1849 uninstall-info-am:
1850 @$(PRE_UNINSTALL)
1851 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
1852 list='$(INFO_DEPS)'; \
1853 for file in $$list; do \
1854 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1855 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
1856 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
1857 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
1858 done; \
1859 else :; fi
1860 @$(NORMAL_UNINSTALL)
1861 @list='$(INFO_DEPS)'; \
1862 for file in $$list; do \
1863 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1864 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
1865 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
1866 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]"; \
1867 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
1868 else :; fi); \
1869 done
1870
1871 uninstall-pdf-am:
1872 @$(NORMAL_UNINSTALL)
1873 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1874 for p in $$list; do \
1875 $(am__strip_dir) \
1876 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
1877 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
1878 done
1879
1880 uninstall-ps-am:
1881 @$(NORMAL_UNINSTALL)
1882 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1883 for p in $$list; do \
1884 $(am__strip_dir) \
1885 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
1886 rm -f "$(DESTDIR)$(psdir)/$$f"; \
1887 done
1888
1889 dist-info: $(INFO_DEPS)
1890 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1891 list='$(INFO_DEPS)'; \
1892 for base in $$list; do \
1893 case $$base in \
1894 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
1895 esac; \
1896 if test -f $$base; then d=.; else d=$(srcdir); fi; \
1897 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
1898 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 \
1899 if test -f $$file; then \
1900 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
1901 test -f "$(distdir)/$$relfile" || \
1902 cp -p $$file "$(distdir)/$$relfile"; \
1903 else :; fi; \
1904 done; \
1905 done
1906
1907 mostlyclean-aminfo:
1908 -rm -rf doc/bfd.t2d doc/bfd.t2p
1909
1910 clean-aminfo:
1911 -test -z "doc/bfd.dvi doc/bfd.pdf doc/bfd.ps doc/bfd.html" \
1912 || rm -rf doc/bfd.dvi doc/bfd.pdf doc/bfd.ps doc/bfd.html
1913
1914 maintainer-clean-aminfo:
1915 @list='$(INFO_DEPS)'; for i in $$list; do \
1916 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1917 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1918 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
1919 done
1920 install-bfdincludeHEADERS: $(bfdinclude_HEADERS)
1921 @$(NORMAL_INSTALL)
1922 @list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1923 if test -n "$$list"; then \
1924 echo " $(MKDIR_P) '$(DESTDIR)$(bfdincludedir)'"; \
1925 $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)" || exit 1; \
1926 fi; \
1927 for p in $$list; do \
1928 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1929 echo "$$d$$p"; \
1930 done | $(am__base_list) | \
1931 while read files; do \
1932 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(bfdincludedir)'"; \
1933 $(INSTALL_HEADER) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
1934 done
1935
1936 uninstall-bfdincludeHEADERS:
1937 @$(NORMAL_UNINSTALL)
1938 @list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1939 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1940 dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir)
1941
1942 # This directory's subdirectories are mostly independent; you can cd
1943 # into them and run 'make' without going through this Makefile.
1944 # To change the values of 'make' variables: instead of editing Makefiles,
1945 # (1) if the variable is set in 'config.status', edit 'config.status'
1946 # (which will cause the Makefiles to be regenerated when you run 'make');
1947 # (2) otherwise, pass the desired values on the 'make' command line.
1948 $(am__recursive_targets):
1949 @fail=; \
1950 if $(am__make_keepgoing); then \
1951 failcom='fail=yes'; \
1952 else \
1953 failcom='exit 1'; \
1954 fi; \
1955 dot_seen=no; \
1956 target=`echo $@ | sed s/-recursive//`; \
1957 case "$@" in \
1958 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1959 *) list='$(SUBDIRS)' ;; \
1960 esac; \
1961 for subdir in $$list; do \
1962 echo "Making $$target in $$subdir"; \
1963 if test "$$subdir" = "."; then \
1964 dot_seen=yes; \
1965 local_target="$$target-am"; \
1966 else \
1967 local_target="$$target"; \
1968 fi; \
1969 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1970 || eval $$failcom; \
1971 done; \
1972 if test "$$dot_seen" = "no"; then \
1973 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1974 fi; test -z "$$fail"
1975
1976 ID: $(am__tagged_files)
1977 $(am__define_uniq_tagged_files); mkid -fID $$unique
1978 tags: tags-recursive
1979 TAGS: tags
1980
1981 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1982 set x; \
1983 here=`pwd`; \
1984 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1985 include_option=--etags-include; \
1986 empty_fix=.; \
1987 else \
1988 include_option=--include; \
1989 empty_fix=; \
1990 fi; \
1991 list='$(SUBDIRS)'; for subdir in $$list; do \
1992 if test "$$subdir" = .; then :; else \
1993 test ! -f $$subdir/TAGS || \
1994 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1995 fi; \
1996 done; \
1997 $(am__define_uniq_tagged_files); \
1998 shift; \
1999 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2000 test -n "$$unique" || unique=$$empty_fix; \
2001 if test $$# -gt 0; then \
2002 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2003 "$$@" $$unique; \
2004 else \
2005 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2006 $$unique; \
2007 fi; \
2008 fi
2009 ctags: ctags-recursive
2010
2011 CTAGS: ctags
2012 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2013 $(am__define_uniq_tagged_files); \
2014 test -z "$(CTAGS_ARGS)$$unique" \
2015 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2016 $$unique
2017
2018 GTAGS:
2019 here=`$(am__cd) $(top_builddir) && pwd` \
2020 && $(am__cd) $(top_srcdir) \
2021 && gtags -i $(GTAGS_ARGS) "$$here"
2022 cscope: cscope.files
2023 test ! -s cscope.files \
2024 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2025 clean-cscope:
2026 -rm -f cscope.files
2027 cscope.files: clean-cscope cscopelist
2028 cscopelist: cscopelist-recursive
2029
2030 cscopelist-am: $(am__tagged_files)
2031 list='$(am__tagged_files)'; \
2032 case "$(srcdir)" in \
2033 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2034 *) sdir=$(subdir)/$(srcdir) ;; \
2035 esac; \
2036 for i in $$list; do \
2037 if test -f "$$i"; then \
2038 echo "$(subdir)/$$i"; \
2039 else \
2040 echo "$$sdir/$$i"; \
2041 fi; \
2042 done >> $(top_builddir)/cscope.files
2043
2044 distclean-tags:
2045 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2046 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2047 check-am: all-am
2048 check: $(BUILT_SOURCES)
2049 $(MAKE) $(AM_MAKEFLAGS) check-recursive
2050 all-am: Makefile $(INFO_DEPS) $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) \
2051 config.h
2052 installdirs: installdirs-recursive
2053 installdirs-am:
2054 for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(bfdincludedir)"; do \
2055 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2056 done
2057 install: $(BUILT_SOURCES)
2058 $(MAKE) $(AM_MAKEFLAGS) install-recursive
2059 install-exec: install-exec-recursive
2060 install-data: install-data-recursive
2061 uninstall: uninstall-recursive
2062
2063 install-am: all-am
2064 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2065
2066 installcheck: installcheck-recursive
2067 install-strip:
2068 if test -z '$(STRIP)'; then \
2069 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2070 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2071 install; \
2072 else \
2073 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2074 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2075 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2076 fi
2077 mostlyclean-generic:
2078 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2079
2080 clean-generic:
2081 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2082
2083 distclean-generic:
2084 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2085 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2086 -rm -f doc/$(am__dirstamp)
2087 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2088
2089 maintainer-clean-generic:
2090 @echo "This command is intended for maintainers to use"
2091 @echo "it deletes files that may require special tools to rebuild."
2092 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2093 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2094 clean: clean-recursive
2095
2096 clean-am: clean-aminfo clean-bfdlibLTLIBRARIES clean-generic \
2097 clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
2098 mostlyclean-am
2099
2100 distclean: distclean-recursive
2101 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2102 -rm -rf ./$(DEPDIR)
2103 -rm -f Makefile
2104 distclean-am: clean-am distclean-compile distclean-generic \
2105 distclean-hdr distclean-libtool distclean-tags
2106
2107 dvi: dvi-recursive
2108
2109 dvi-am: $(DVIS)
2110
2111 html: html-recursive
2112
2113 html-am: $(HTMLS) html-local
2114
2115 info: info-recursive
2116
2117 info-am: $(INFO_DEPS)
2118
2119 install-data-am: install-bfdincludeHEADERS install-bfdlibLTLIBRARIES \
2120 install-info-am
2121
2122 install-dvi: install-dvi-recursive
2123
2124 install-dvi-am: $(DVIS)
2125 @$(NORMAL_INSTALL)
2126 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
2127 if test -n "$$list"; then \
2128 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
2129 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
2130 fi; \
2131 for p in $$list; do \
2132 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2133 echo "$$d$$p"; \
2134 done | $(am__base_list) | \
2135 while read files; do \
2136 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
2137 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
2138 done
2139 install-exec-am:
2140
2141 install-html: install-html-recursive
2142
2143 install-html-am: $(HTMLS)
2144 @$(NORMAL_INSTALL)
2145 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
2146 if test -n "$$list"; then \
2147 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
2148 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
2149 fi; \
2150 for p in $$list; do \
2151 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
2152 $(am__strip_dir) \
2153 d2=$$d$$p; \
2154 if test -d "$$d2"; then \
2155 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
2156 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
2157 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
2158 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
2159 else \
2160 list2="$$list2 $$d2"; \
2161 fi; \
2162 done; \
2163 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
2164 while read files; do \
2165 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
2166 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
2167 done; }
2168 install-info: install-info-recursive
2169
2170 install-info-am: $(INFO_DEPS)
2171 @$(NORMAL_INSTALL)
2172 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
2173 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
2174 if test -n "$$list"; then \
2175 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
2176 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
2177 fi; \
2178 for file in $$list; do \
2179 case $$file in \
2180 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
2181 esac; \
2182 if test -f $$file; then d=.; else d=$(srcdir); fi; \
2183 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
2184 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
2185 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
2186 if test -f $$ifile; then \
2187 echo "$$ifile"; \
2188 else : ; fi; \
2189 done; \
2190 done | $(am__base_list) | \
2191 while read files; do \
2192 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
2193 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
2194 @$(POST_INSTALL)
2195 @if $(am__can_run_installinfo); then \
2196 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
2197 for file in $$list; do \
2198 relfile=`echo "$$file" | sed 's|^.*/||'`; \
2199 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
2200 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
2201 done; \
2202 else : ; fi
2203 install-man:
2204
2205 install-pdf: install-pdf-recursive
2206
2207 install-pdf-am: $(PDFS)
2208 @$(NORMAL_INSTALL)
2209 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
2210 if test -n "$$list"; then \
2211 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
2212 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
2213 fi; \
2214 for p in $$list; do \
2215 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2216 echo "$$d$$p"; \
2217 done | $(am__base_list) | \
2218 while read files; do \
2219 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
2220 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
2221 install-ps: install-ps-recursive
2222
2223 install-ps-am: $(PSS)
2224 @$(NORMAL_INSTALL)
2225 @list='$(PSS)'; test -n "$(psdir)" || list=; \
2226 if test -n "$$list"; then \
2227 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
2228 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
2229 fi; \
2230 for p in $$list; do \
2231 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2232 echo "$$d$$p"; \
2233 done | $(am__base_list) | \
2234 while read files; do \
2235 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
2236 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
2237 installcheck-am:
2238
2239 maintainer-clean: maintainer-clean-recursive
2240 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2241 -rm -rf $(top_srcdir)/autom4te.cache
2242 -rm -rf ./$(DEPDIR)
2243 -rm -f Makefile
2244 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
2245 maintainer-clean-generic
2246
2247 mostlyclean: mostlyclean-recursive
2248
2249 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
2250 mostlyclean-generic mostlyclean-libtool
2251
2252 pdf: pdf-recursive
2253
2254 pdf-am: $(PDFS)
2255
2256 ps: ps-recursive
2257
2258 ps-am: $(PSS)
2259
2260 uninstall-am: uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES \
2261 uninstall-dvi-am uninstall-html-am uninstall-info-am \
2262 uninstall-pdf-am uninstall-ps-am
2263
2264 .MAKE: $(am__recursive_targets) all check install install-am \
2265 install-strip
2266
2267 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2268 am--refresh check check-am clean clean-aminfo \
2269 clean-bfdlibLTLIBRARIES clean-cscope clean-generic \
2270 clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
2271 cscope cscopelist-am ctags ctags-am dist-info distclean \
2272 distclean-compile distclean-generic distclean-hdr \
2273 distclean-libtool distclean-tags dvi dvi-am html html-am \
2274 html-local info info-am install install-am \
2275 install-bfdincludeHEADERS install-bfdlibLTLIBRARIES \
2276 install-data install-data-am install-dvi install-dvi-am \
2277 install-exec install-exec-am install-html install-html-am \
2278 install-info install-info-am install-man install-pdf \
2279 install-pdf-am install-ps install-ps-am install-strip \
2280 installcheck installcheck-am installdirs installdirs-am \
2281 maintainer-clean maintainer-clean-aminfo \
2282 maintainer-clean-generic mostlyclean mostlyclean-aminfo \
2283 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2284 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
2285 uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES \
2286 uninstall-dvi-am uninstall-html-am uninstall-info-am \
2287 uninstall-pdf-am uninstall-ps-am
2288
2289 .PRECIOUS: Makefile
2290
2291 $(BFD32_LIBS) \
2292 $(BFD64_LIBS) \
2293 $(ALL_MACHINES) \
2294 $(BFD32_BACKENDS) \
2295 $(BFD64_BACKENDS) \
2296 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
2297
2298 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
2299 for file in $(SRC_POTFILES); do echo $$file; done \
2300 | LC_ALL=C sort > tmp.src \
2301 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
2302
2303 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
2304 for file in $(BLD_POTFILES); do echo $$file; done \
2305 | LC_ALL=C sort > tmp.bld \
2306 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
2307
2308 all diststuff: info
2309
2310 stamp-ofiles: Makefile
2311 rm -f tofiles
2312 f=""; \
2313 for i in $(OFILES) ; do \
2314 case " $$f " in \
2315 *" $$i "*) ;; \
2316 *) f="$$f $$i" ;; \
2317 esac ; \
2318 done ; \
2319 echo $$f > tofiles
2320 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
2321 touch stamp-ofiles
2322
2323 ofiles: stamp-ofiles ; @true
2324
2325 stamp-lib: libbfd.la
2326 libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
2327 if [ -f $$libtooldir/libbfd.a ]; then \
2328 cp $$libtooldir/libbfd.a libbfd.tmp; \
2329 $(RANLIB) libbfd.tmp; \
2330 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
2331 else true; fi
2332 touch stamp-lib
2333
2334 libbfd.a: stamp-lib ; @true
2335
2336 # This file holds an array associating configuration triplets and
2337 # vector names. It is built from config.bfd. It is not compiled by
2338 # itself, but is included by targets.c.
2339 targmatch.h: config.bfd targmatch.sed
2340 $(AM_V_at)rm -f targmatch.h
2341 $(AM_V_GEN)$(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
2342 $(AM_V_at)mv -f targmatch.new targmatch.h
2343
2344 # When compiling archures.c and targets.c, supply the default target
2345 # info from configure.
2346
2347 targets.lo: targets.c Makefile
2348 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
2349 @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
2351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2352 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
2353
2354 archures.lo: archures.c Makefile
2355 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
2356 @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
2358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2359 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
2360
2361 dwarf2.lo: dwarf2.c Makefile
2362 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
2363 @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2364 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
2365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2366 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
2367
2368 elf32-target.h : elfxx-target.h
2369 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< > $@
2370
2371 elf64-target.h : elfxx-target.h
2372 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< > $@
2373
2374 elf32-aarch64.c : elfnn-aarch64.c
2375 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
2376 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
2377
2378 elf64-aarch64.c : elfnn-aarch64.c
2379 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
2380 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
2381
2382 elf32-ia64.c : elfnn-ia64.c
2383 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
2384 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
2385
2386 elf64-ia64.c : elfnn-ia64.c
2387 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
2388 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
2389
2390 elf32-loongarch.c : elfnn-loongarch.c
2391 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
2392 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
2393
2394 elf64-loongarch.c : elfnn-loongarch.c
2395 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
2396 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
2397
2398 elf32-riscv.c : elfnn-riscv.c
2399 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
2400 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
2401
2402 elf64-riscv.c : elfnn-riscv.c
2403 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
2404 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
2405
2406 peigen.c : peXXigen.c
2407 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
2408 $(AM_V_GEN)$(SED) -e s/XX/pe/g < $< >> $@
2409
2410 pepigen.c : peXXigen.c
2411 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
2412 $(AM_V_GEN)$(SED) -e s/XX/pep/g < $< >> $@
2413
2414 pex64igen.c: peXXigen.c
2415 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
2416 $(AM_V_GEN)$(SED) -e s/XX/pex64/g < $< >> $@
2417
2418 pe-aarch64igen.c: peXXigen.c
2419 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
2420 $(AM_V_GEN)$(SED) -e s/XX/peAArch64/g < $< >> $@
2421
2422 host-aout.lo: Makefile
2423
2424 # The following program can be used to generate a simple config file
2425 # which can be folded into an h-XXX file for a new host, with some editing.
2426 aout-params.h: gen-aout
2427 ./gen-aout host > aout-params.h
2428 gen-aout: $(srcdir)/gen-aout.c Makefile
2429 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
2430
2431 $(BFD_H): stmp-bfd-h ; @true
2432
2433 stmp-bfd-h: bfd-in3.h
2434 rm -f bfd-tmp.h
2435 cp bfd-in3.h bfd-tmp.h
2436 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
2437 rm -f bfd-tmp.h
2438 touch stmp-bfd-h
2439
2440 headers: stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
2441
2442 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2443 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) $(MKDOC)
2444 $(AM_V_GEN)H_FILES="$(BFD_H_FILES)" CHEW_FLAGS= ; $(REGEN_HEADER) > bfd-in2.h-new
2445 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
2446 $(AM_V_at)touch stmp-bin2-h
2447
2448 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
2449 stmp-lbfd-h: $(LIBBFD_H_FILES) $(MKDOC)
2450 $(AM_V_GEN)H_FILES="$(LIBBFD_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libbfd.h-new
2451 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
2452 $(AM_V_at)touch stmp-lbfd-h
2453
2454 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
2455 stmp-lcoff-h: $(LIBCOFF_H_FILES) $(MKDOC)
2456 $(AM_V_GEN)H_FILES="$(LIBCOFF_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libcoff.h-new
2457 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
2458 $(AM_V_at)touch stmp-lcoff-h
2459
2460 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
2461 $(AM_V_GEN)\
2462 bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
2463 bfd_version_string="\"$(VERSION)\"" ;\
2464 bfd_soversion="$(VERSION)" ;\
2465 bfd_version_package="\"$(PKGVERSION)\"" ;\
2466 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
2467 . $(srcdir)/development.sh ;\
2468 if test "$$development" = true ; then \
2469 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
2470 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
2471 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
2472 fi ;\
2473 $(SED) -e "s,@bfd_version@,$$bfd_version," \
2474 -e "s,@bfd_version_string@,$$bfd_version_string," \
2475 -e "s,@bfd_version_package@,$$bfd_version_package," \
2476 -e "s,@report_bugs_to@,$$report_bugs_to," \
2477 < $(srcdir)/version.h > $@; \
2478 echo "$${bfd_soversion}" > libtool-soversion
2479
2480 # Disable -Werror, if it has been enabled, since coffswap.h won't
2481 # compile with gcc 4.5 and above.
2482 coff-tic4x.lo: coff-tic4x.c
2483 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
2484 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2487 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2488
2489 coff-tic54x.lo: coff-tic54x.c
2490 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
2491 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2494 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2495
2496 $(MKDOC): doc/chew.stamp ; @true
2497 doc/chew.stamp: $(srcdir)/doc/chew.c doc/$(am__dirstamp)
2498 $(AM_V_CCLD)$(CC_FOR_BUILD) -o doc/chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
2499 $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \
2500 -I. -I$(srcdir) -Idoc -I$(srcdir)/../include -I$(srcdir)/../intl -I../intl \
2501 $(srcdir)/doc/chew.c && \
2502 $(SHELL) $(srcdir)/../move-if-change \
2503 doc/chw$$$$$(EXEEXT_FOR_BUILD) $(MKDOC) && \
2504 touch $@
2505
2506 .PRECIOUS: doc/%.stamp
2507 doc/%.texi: doc/%.stamp ; @true
2508 doc/%.stamp: $(srcdir)/%.h $(srcdir)/doc/doc.str $(MKDOC) doc/$(am__dirstamp)
2509 $(AM_V_GEN)$(REGEN_TEXI)
2510 doc/%.stamp: $(srcdir)/%.c $(srcdir)/doc/doc.str $(MKDOC) doc/$(am__dirstamp)
2511 $(AM_V_GEN)$(REGEN_TEXI)
2512
2513 # Avoid the %.stamp generating a builddir/bfd.texi that overrides the
2514 # srcdir/ as well as regenerating doc/bfd.info for each make run.
2515 doc/bfd.stamp: $(srcdir)/doc/bfd.texi ; $(AM_V_at)touch $@
2516
2517 # We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
2518 # bfd.texi on an 8.3 filesystem.
2519 doc/bfdt.stamp: $(srcdir)/bfd.c $(srcdir)/doc/doc.str $(MKDOC) doc/$(am__dirstamp)
2520 $(AM_V_GEN)$(REGEN_TEXI)
2521
2522 doc/bfdver.texi: $(srcdir)/Makefile.in
2523 $(AM_V_GEN)\
2524 $(MKDIR_P) $(@D); \
2525 echo "@set VERSION $(VERSION)" > $@; \
2526 if test -n "$(PKGVERSION)"; then \
2527 echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@; \
2528 fi; \
2529 echo "@set UPDATED `date '+%B %Y'`" >> $@; \
2530 if test -n "$(REPORT_BUGS_TEXI)"; then \
2531 echo "@set BUGURL $(REPORT_BUGS_TEXI)" >> $@; \
2532 fi
2533
2534 html-local: doc/bfd/index.html
2535 doc/bfd/index.html: doc/bfd.texi $(bfd_TEXINFOS) doc/$(am__dirstamp)
2536 $(AM_V_at)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
2537 --split=node -o doc/bfd $(srcdir)/doc/bfd.texi
2538
2539 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2540 # Otherwise a system limit (for SysV at least) may be exceeded.
2541 .NOEXPORT: