Merge branch 'master' into merge-job
[deliverable/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 # Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
6
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #
19 # Copyright (C) 2012-2019 Free Software Foundation, Inc.
20 #
21 # This file is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3 of the License, or
24 # (at your option) any later version.
25 #
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with this program; see the file COPYING3. If not see
33 # <http://www.gnu.org/licenses/>.
34 #
35
36
37
38 VPATH = @srcdir@
39 am__is_gnu_make = { \
40 if test -z '$(MAKELEVEL)'; then \
41 false; \
42 elif test -n '$(MAKE_HOST)'; then \
43 true; \
44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45 true; \
46 else \
47 false; \
48 fi; \
49 }
50 am__make_running_with_option = \
51 case $${target_option-} in \
52 ?) ;; \
53 *) echo "am__make_running_with_option: internal error: invalid" \
54 "target option '$${target_option-}' specified" >&2; \
55 exit 1;; \
56 esac; \
57 has_opt=no; \
58 sane_makeflags=$$MAKEFLAGS; \
59 if $(am__is_gnu_make); then \
60 sane_makeflags=$$MFLAGS; \
61 else \
62 case $$MAKEFLAGS in \
63 *\\[\ \ ]*) \
64 bs=\\; \
65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
67 esac; \
68 fi; \
69 skip_next=no; \
70 strip_trailopt () \
71 { \
72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 }; \
74 for flg in $$sane_makeflags; do \
75 test $$skip_next = yes && { skip_next=no; continue; }; \
76 case $$flg in \
77 *=*|--*) continue;; \
78 -*I) strip_trailopt 'I'; skip_next=yes;; \
79 -*I?*) strip_trailopt 'I';; \
80 -*O) strip_trailopt 'O'; skip_next=yes;; \
81 -*O?*) strip_trailopt 'O';; \
82 -*l) strip_trailopt 'l'; skip_next=yes;; \
83 -*l?*) strip_trailopt 'l';; \
84 -[dEDm]) skip_next=yes;; \
85 -[JT]) skip_next=yes;; \
86 esac; \
87 case $$flg in \
88 *$$target_option*) has_opt=yes; break;; \
89 esac; \
90 done; \
91 test $$has_opt = yes
92 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94 pkgdatadir = $(datadir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 pkglibdir = $(libdir)/@PACKAGE@
97 pkglibexecdir = $(libexecdir)/@PACKAGE@
98 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99 install_sh_DATA = $(install_sh) -c -m 644
100 install_sh_PROGRAM = $(install_sh) -c
101 install_sh_SCRIPT = $(install_sh) -c
102 INSTALL_HEADER = $(INSTALL_DATA)
103 transform = $(program_transform_name)
104 NORMAL_INSTALL = :
105 PRE_INSTALL = :
106 POST_INSTALL = :
107 NORMAL_UNINSTALL = :
108 PRE_UNINSTALL = :
109 POST_UNINSTALL = :
110 build_triplet = @build@
111 host_triplet = @host@
112 target_triplet = @target@
113 @INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir)
114 @PLUGINS_TRUE@am__append_2 = $(INCDIR)/plugin-api.h
115 subdir = .
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
118 $(top_srcdir)/../config/depstand.m4 \
119 $(top_srcdir)/../config/gettext-sister.m4 \
120 $(top_srcdir)/../config/largefile.m4 \
121 $(top_srcdir)/../config/lead-dot.m4 \
122 $(top_srcdir)/../config/nls.m4 \
123 $(top_srcdir)/../config/override.m4 \
124 $(top_srcdir)/../config/plugins.m4 \
125 $(top_srcdir)/../config/po.m4 \
126 $(top_srcdir)/../config/progtest.m4 \
127 $(top_srcdir)/../config/stdint.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)" \
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 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
239 ctags-recursive dvi-recursive html-recursive info-recursive \
240 install-data-recursive install-dvi-recursive \
241 install-exec-recursive install-html-recursive \
242 install-info-recursive install-pdf-recursive \
243 install-ps-recursive install-recursive installcheck-recursive \
244 installdirs-recursive pdf-recursive ps-recursive \
245 tags-recursive uninstall-recursive
246 am__can_run_installinfo = \
247 case $$AM_UPDATE_INFO_DIR in \
248 n|no|NO) false;; \
249 *) (install-info --version) >/dev/null 2>&1;; \
250 esac
251 am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
252 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h bfd_stdint.h \
253 $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
254 HEADERS = $(bfdinclude_HEADERS)
255 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
256 distclean-recursive maintainer-clean-recursive
257 am__recursive_targets = \
258 $(RECURSIVE_TARGETS) \
259 $(RECURSIVE_CLEAN_TARGETS) \
260 $(am__extra_recursive_targets)
261 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
262 cscope
263 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
264 $(LISP)config.in
265 # Read a list of newline-separated strings from the standard input,
266 # and print each of them once, without duplicates. Input order is
267 # *not* preserved.
268 am__uniquify_input = $(AWK) '\
269 BEGIN { nonempty = 0; } \
270 { items[$$0] = 1; nonempty = 1; } \
271 END { if (nonempty) { for (i in items) print i; }; } \
272 '
273 # Make sure the list of sources is unique. This is necessary because,
274 # e.g., the same source file might be shared among _SOURCES variables
275 # for different programs/libraries.
276 am__define_uniq_tagged_files = \
277 list='$(am__tagged_files)'; \
278 unique=`for i in $$list; do \
279 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
280 done | $(am__uniquify_input)`
281 ETAGS = etags
282 CTAGS = ctags
283 CSCOPE = cscope
284 DIST_SUBDIRS = $(SUBDIRS)
285 ACLOCAL = @ACLOCAL@
286 AMTAR = @AMTAR@
287 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
288 AR = @AR@
289 AUTOCONF = @AUTOCONF@
290 AUTOHEADER = @AUTOHEADER@
291 AUTOMAKE = @AUTOMAKE@
292 AWK = @AWK@
293 BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
294 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
295 BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
296 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
297 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
298 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
299 CATALOGS = @CATALOGS@
300 CATOBJEXT = @CATOBJEXT@
301 CC = @CC@
302 CCDEPMODE = @CCDEPMODE@
303 CC_FOR_BUILD = @CC_FOR_BUILD@
304 CFLAGS = @CFLAGS@
305 COREFILE = @COREFILE@
306 COREFLAG = @COREFLAG@
307 CPP = @CPP@
308 CPPFLAGS = @CPPFLAGS@
309 CYGPATH_W = @CYGPATH_W@
310 DATADIRNAME = @DATADIRNAME@
311 DEBUGDIR = @DEBUGDIR@
312 DEFS = @DEFS@
313 DEPDIR = @DEPDIR@
314 DSYMUTIL = @DSYMUTIL@
315 DUMPBIN = @DUMPBIN@
316 ECHO_C = @ECHO_C@
317 ECHO_N = @ECHO_N@
318 ECHO_T = @ECHO_T@
319 EGREP = @EGREP@
320 EXEEXT = @EXEEXT@
321 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
322 FGREP = @FGREP@
323 GENCAT = @GENCAT@
324 GMSGFMT = @GMSGFMT@
325 GREP = @GREP@
326 HDEFINES = @HDEFINES@
327 INCINTL = @INCINTL@
328 INSTALL = @INSTALL@
329 INSTALL_DATA = @INSTALL_DATA@
330 INSTALL_PROGRAM = @INSTALL_PROGRAM@
331 INSTALL_SCRIPT = @INSTALL_SCRIPT@
332 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
333 INSTOBJEXT = @INSTOBJEXT@
334 LD = @LD@
335 LDFLAGS = @LDFLAGS@
336 LIBINTL = @LIBINTL@
337 LIBINTL_DEP = @LIBINTL_DEP@
338 LIBM = @LIBM@
339 LIBOBJS = @LIBOBJS@
340 LIBS = @LIBS@
341 LIBTOOL = @LIBTOOL@
342 LIPO = @LIPO@
343 LN_S = @LN_S@
344 LTLIBOBJS = @LTLIBOBJS@
345 MAINT = @MAINT@
346 MAKEINFO = @MAKEINFO@
347 MKDIR_P = @MKDIR_P@
348 MKINSTALLDIRS = @MKINSTALLDIRS@
349 MSGFMT = @MSGFMT@
350 MSGMERGE = @MSGMERGE@
351 NM = @NM@
352 NMEDIT = @NMEDIT@
353 NO_WERROR = @NO_WERROR@
354 OBJDUMP = @OBJDUMP@
355 OBJEXT = @OBJEXT@
356 OTOOL = @OTOOL@
357 OTOOL64 = @OTOOL64@
358 PACKAGE = @PACKAGE@
359 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
360 PACKAGE_NAME = @PACKAGE_NAME@
361 PACKAGE_STRING = @PACKAGE_STRING@
362 PACKAGE_TARNAME = @PACKAGE_TARNAME@
363 PACKAGE_URL = @PACKAGE_URL@
364 PACKAGE_VERSION = @PACKAGE_VERSION@
365 PATH_SEPARATOR = @PATH_SEPARATOR@
366 PKGVERSION = @PKGVERSION@
367 POSUB = @POSUB@
368 RANLIB = @RANLIB@
369 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
370 REPORT_BUGS_TO = @REPORT_BUGS_TO@
371 SED = @SED@
372 SET_MAKE = @SET_MAKE@
373 SHARED_LDFLAGS = @SHARED_LDFLAGS@
374 SHARED_LIBADD = @SHARED_LIBADD@
375 SHELL = @SHELL@
376 STRIP = @STRIP@
377 TDEFINES = @TDEFINES@
378 USE_NLS = @USE_NLS@
379 VERSION = @VERSION@
380 WARN_CFLAGS = @WARN_CFLAGS@
381 WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
382 WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
383 XGETTEXT = @XGETTEXT@
384 abs_builddir = @abs_builddir@
385 abs_srcdir = @abs_srcdir@
386 abs_top_builddir = @abs_top_builddir@
387 abs_top_srcdir = @abs_top_srcdir@
388 ac_ct_CC = @ac_ct_CC@
389 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
390 all_backends = @all_backends@
391 am__include = @am__include@
392 am__leading_dot = @am__leading_dot@
393 am__quote = @am__quote@
394 am__tar = @am__tar@
395 am__untar = @am__untar@
396 bfd64_libs = @bfd64_libs@
397 bfd_backends = @bfd_backends@
398 bfd_default_target_size = @bfd_default_target_size@
399 bfd_file_ptr = @bfd_file_ptr@
400 bfd_machines = @bfd_machines@
401 bfd_ufile_ptr = @bfd_ufile_ptr@
402 @INSTALL_LIBBFD_FALSE@bfdincludedir =
403 @INSTALL_LIBBFD_TRUE@bfdincludedir = @bfdincludedir@
404 # Empty these so that the respective installation directories will not be created.
405 @INSTALL_LIBBFD_FALSE@bfdlibdir =
406 @INSTALL_LIBBFD_TRUE@bfdlibdir = @bfdlibdir@
407 bindir = @bindir@
408 build = @build@
409 build_alias = @build_alias@
410 build_cpu = @build_cpu@
411 build_os = @build_os@
412 build_vendor = @build_vendor@
413 builddir = @builddir@
414 datadir = @datadir@
415 datarootdir = @datarootdir@
416 docdir = @docdir@
417 dvidir = @dvidir@
418 exec_prefix = @exec_prefix@
419 havevecs = @havevecs@
420 host = @host@
421 host_alias = @host_alias@
422 host_cpu = @host_cpu@
423 host_noncanonical = @host_noncanonical@
424 host_os = @host_os@
425 host_vendor = @host_vendor@
426 htmldir = @htmldir@
427 includedir = @includedir@
428 infodir = @infodir@
429 install_sh = @install_sh@
430 libdir = @libdir@
431 libexecdir = @libexecdir@
432 localedir = @localedir@
433 localstatedir = @localstatedir@
434 lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
435 mandir = @mandir@
436 mkdir_p = @mkdir_p@
437 oldincludedir = @oldincludedir@
438 pdfdir = @pdfdir@
439 prefix = @prefix@
440 program_transform_name = @program_transform_name@
441 psdir = @psdir@
442 sbindir = @sbindir@
443 sharedstatedir = @sharedstatedir@
444 srcdir = @srcdir@
445 supports_plugins = @supports_plugins@
446 sysconfdir = @sysconfdir@
447 target = @target@
448 target_alias = @target_alias@
449 target_cpu = @target_cpu@
450 target_noncanonical = @target_noncanonical@
451 target_os = @target_os@
452 target_vendor = @target_vendor@
453 tdefaults = @tdefaults@
454 top_build_prefix = @top_build_prefix@
455 top_builddir = @top_builddir@
456 top_srcdir = @top_srcdir@
457 wordsize = @wordsize@
458 zlibdir = @zlibdir@
459 zlibinc = @zlibinc@
460 AUTOMAKE_OPTIONS = no-dist foreign
461 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
462 INCDIR = $(srcdir)/../include
463 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
464 SUBDIRS = doc po
465 bfddocdir = doc
466 libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
467 @SHARED_LDFLAGS@ $(am__empty)
468 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la
469 @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
470 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
471 @INSTALL_LIBBFD_TRUE@ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
472 @INSTALL_LIBBFD_TRUE@ bfd_stdint.h $(INCDIR)/diagnostics.h \
473 @INSTALL_LIBBFD_TRUE@ $(INCDIR)/bfdlink.h $(am__append_2)
474 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
475 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
476
477 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
478 # -I../zlib, unless we were configured with --with-system-zlib, in which
479 # case both are empty.
480 ZLIB = @zlibdir@ -lz
481 ZLIBINC = @zlibinc@
482 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
483 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"' @HDEFINES@ \
484 @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) $(HAVEVECS) \
485 @INCINTL@ $(am__empty)
486 @PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
487
488 # bfd.h goes here, for now
489 BFD_H = bfd.h
490
491 # Jim Kingdon notes:
492 # Writing S-records should be included in all (or at least most)
493 # *-*-coff, *-*-aout, etc., configurations, because people will want to
494 # be able to use objcopy to create S-records. (S-records are not useful
495 # for the debugger, so if you are downloading things as S-records you
496 # need two copies of the executable, one to download and one for the
497 # debugger).
498 BFD32_LIBS = \
499 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo \
500 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
501 hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
502 section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
503 binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
504
505 BFD64_LIBS = archive64.lo
506 BFD32_LIBS_CFILES = \
507 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
508 compress.c corefile.c elf-properties.c format.c hash.c \
509 init.c libbfd.c linker.c merge.c opncls.c reloc.c \
510 section.c simple.c stab-syms.c stabs.c syms.c targets.c \
511 binary.c ihex.c srec.c tekhex.c verilog.c
512
513 BFD64_LIBS_CFILES = archive64.c
514
515 # This list is alphabetized to make it easier to keep in sync
516 # with the decls and initializer in archures.c.
517 ALL_MACHINES = \
518 cpu-aarch64.lo \
519 cpu-alpha.lo \
520 cpu-amdgcn.lo \
521 cpu-arc.lo \
522 cpu-arm.lo \
523 cpu-avr.lo \
524 cpu-bfin.lo \
525 cpu-bpf.lo \
526 cpu-cr16.lo \
527 cpu-cris.lo \
528 cpu-crx.lo \
529 cpu-csky.lo \
530 cpu-d10v.lo \
531 cpu-d30v.lo \
532 cpu-dlx.lo \
533 cpu-epiphany.lo \
534 cpu-fr30.lo \
535 cpu-frv.lo \
536 cpu-ft32.lo \
537 cpu-h8300.lo \
538 cpu-hppa.lo \
539 cpu-i386.lo \
540 cpu-iamcu.lo \
541 cpu-l1om.lo \
542 cpu-k1om.lo \
543 cpu-ia64.lo \
544 cpu-ip2k.lo \
545 cpu-iq2000.lo \
546 cpu-lm32.lo \
547 cpu-m10200.lo \
548 cpu-m10300.lo \
549 cpu-m32c.lo \
550 cpu-m32r.lo \
551 cpu-m68hc11.lo \
552 cpu-m68hc12.lo \
553 cpu-m9s12x.lo \
554 cpu-s12z.lo \
555 cpu-m9s12xg.lo \
556 cpu-m68k.lo \
557 cpu-mcore.lo \
558 cpu-mep.lo \
559 cpu-metag.lo \
560 cpu-microblaze.lo \
561 cpu-mips.lo \
562 cpu-mmix.lo \
563 cpu-moxie.lo \
564 cpu-msp430.lo \
565 cpu-mt.lo \
566 cpu-nds32.lo \
567 cpu-nfp.lo \
568 cpu-nios2.lo \
569 cpu-ns32k.lo \
570 cpu-or1k.lo \
571 cpu-pdp11.lo \
572 cpu-pj.lo \
573 cpu-plugin.lo \
574 cpu-powerpc.lo \
575 cpu-pru.lo \
576 cpu-rs6000.lo \
577 cpu-riscv.lo \
578 cpu-rl78.lo \
579 cpu-rx.lo \
580 cpu-s390.lo \
581 cpu-score.lo \
582 cpu-sh.lo \
583 cpu-sparc.lo \
584 cpu-spu.lo \
585 cpu-tic30.lo \
586 cpu-tic4x.lo \
587 cpu-tic54x.lo \
588 cpu-tic6x.lo \
589 cpu-tic80.lo \
590 cpu-tilegx.lo \
591 cpu-tilepro.lo \
592 cpu-v850.lo \
593 cpu-v850_rh850.lo \
594 cpu-vax.lo \
595 cpu-visium.lo \
596 cpu-wasm32.lo \
597 cpu-xc16x.lo \
598 cpu-xgate.lo \
599 cpu-xstormy16.lo \
600 cpu-xtensa.lo \
601 cpu-z80.lo \
602 cpu-z8k.lo
603
604 ALL_MACHINES_CFILES = \
605 cpu-aarch64.c \
606 cpu-alpha.c \
607 cpu-amdgcn.c \
608 cpu-arc.c \
609 cpu-arm.c \
610 cpu-avr.c \
611 cpu-bfin.c \
612 cpu-bpf.c \
613 cpu-cr16.c \
614 cpu-cris.c \
615 cpu-crx.c \
616 cpu-csky.c \
617 cpu-d10v.c \
618 cpu-d30v.c \
619 cpu-dlx.c \
620 cpu-epiphany.c \
621 cpu-fr30.c \
622 cpu-frv.c \
623 cpu-ft32.c \
624 cpu-h8300.c \
625 cpu-hppa.c \
626 cpu-i386.c \
627 cpu-iamcu.c \
628 cpu-l1om.c \
629 cpu-k1om.c \
630 cpu-ia64.c \
631 cpu-ip2k.c \
632 cpu-iq2000.c \
633 cpu-lm32.c \
634 cpu-m10200.c \
635 cpu-m10300.c \
636 cpu-m32c.c \
637 cpu-m32r.c \
638 cpu-m68hc11.c \
639 cpu-m68hc12.c \
640 cpu-m9s12x.c \
641 cpu-s12z.c \
642 cpu-m9s12xg.c \
643 cpu-m68k.c \
644 cpu-mcore.c \
645 cpu-mep.c \
646 cpu-metag.c \
647 cpu-microblaze.c \
648 cpu-mips.c \
649 cpu-mmix.c \
650 cpu-moxie.c \
651 cpu-msp430.c \
652 cpu-mt.c \
653 cpu-nds32.c \
654 cpu-nfp.c \
655 cpu-ns32k.c \
656 cpu-nios2.c \
657 cpu-or1k.c \
658 cpu-pdp11.c \
659 cpu-pj.c \
660 cpu-plugin.c \
661 cpu-powerpc.c \
662 cpu-pru.c \
663 cpu-rs6000.c \
664 cpu-riscv.c \
665 cpu-rl78.c \
666 cpu-rx.c \
667 cpu-s390.c \
668 cpu-score.c \
669 cpu-sh.c \
670 cpu-sparc.c \
671 cpu-spu.c \
672 cpu-tic30.c \
673 cpu-tic4x.c \
674 cpu-tic54x.c \
675 cpu-tic6x.c \
676 cpu-tic80.c \
677 cpu-tilegx.c \
678 cpu-tilepro.c \
679 cpu-v850.c \
680 cpu-v850_rh850.c \
681 cpu-vax.c \
682 cpu-visium.c \
683 cpu-wasm32.c \
684 cpu-xc16x.c \
685 cpu-xgate.c \
686 cpu-xstormy16.c \
687 cpu-xtensa.c \
688 cpu-z80.c \
689 cpu-z8k.c
690
691
692 # The .o files needed by all of the 32 bit vectors that are configured into
693 # target_vector in targets.c if configured with --enable-targets=all.
694 BFD32_BACKENDS = \
695 aout-cris.lo \
696 aout-ns32k.lo \
697 aout-tic30.lo \
698 aout32.lo \
699 cf-i386lynx.lo \
700 coff-go32.lo \
701 coff-i386.lo \
702 coff-mips.lo \
703 coff-rs6000.lo \
704 coff-sh.lo \
705 coff-stgo32.lo \
706 coff-tic30.lo \
707 coff-tic4x.lo \
708 coff-tic54x.lo \
709 coff-tic80.lo \
710 coff-z80.lo \
711 coff-z8k.lo \
712 coffgen.lo \
713 cofflink.lo \
714 dwarf1.lo \
715 dwarf2.lo \
716 ecoff.lo \
717 ecofflink.lo \
718 elf-attrs.lo \
719 elf-eh-frame.lo \
720 elf-ifunc.lo \
721 elf-m10200.lo \
722 elf-m10300.lo \
723 elf-nacl.lo \
724 elf-strtab.lo \
725 elf-vxworks.lo \
726 elf.lo \
727 elf32-am33lin.lo \
728 elf32-arc.lo \
729 elf32-arm.lo \
730 elf32-avr.lo \
731 elf32-bfin.lo \
732 elf32-cr16.lo \
733 elf32-cris.lo \
734 elf32-crx.lo \
735 elf32-csky.lo \
736 elf32-d10v.lo \
737 elf32-d30v.lo \
738 elf32-dlx.lo \
739 elf32-epiphany.lo \
740 elf32-fr30.lo \
741 elf32-frv.lo \
742 elf32-ft32.lo \
743 elf32-gen.lo \
744 elf32-h8300.lo \
745 elf32-hppa.lo \
746 elf32-i386.lo \
747 elfxx-x86.lo \
748 elf32-ip2k.lo \
749 elf32-iq2000.lo \
750 elf32-lm32.lo \
751 elf32-m32c.lo \
752 elf32-m32r.lo \
753 elf32-m68hc11.lo \
754 elf32-m68hc12.lo \
755 elf32-m68hc1x.lo \
756 elf32-m68k.lo \
757 elf32-s12z.lo \
758 elf32-mcore.lo \
759 elf32-mep.lo \
760 elf32-metag.lo \
761 elf32-microblaze.lo \
762 elf32-moxie.lo \
763 elf32-msp430.lo \
764 elf32-mt.lo \
765 elf32-nds32.lo \
766 elf32-nios2.lo \
767 elf32-or1k.lo \
768 elf32-pj.lo \
769 elf32-ppc.lo \
770 elf32-pru.lo \
771 elf32-rl78.lo \
772 elf32-rx.lo \
773 elf32-s390.lo \
774 elf32-sh.lo \
775 elf32-sparc.lo \
776 elf32-spu.lo \
777 elf32-tic6x.lo \
778 elf32-tilegx.lo \
779 elf32-tilepro.lo \
780 elf32-v850.lo \
781 elf32-vax.lo \
782 elf32-visium.lo \
783 elf32-wasm32.lo \
784 elf32-xc16x.lo \
785 elf32-xgate.lo \
786 elf32-xstormy16.lo \
787 elf32-xtensa.lo \
788 elf32.lo \
789 elflink.lo \
790 elfxx-sparc.lo \
791 elfxx-tilegx.lo \
792 i386aout.lo \
793 i386bsd.lo \
794 i386lynx.lo \
795 i386msdos.lo \
796 mach-o.lo \
797 mach-o-i386.lo \
798 mach-o-arm.lo \
799 ns32knetbsd.lo \
800 pc532-mach.lo \
801 pdp11.lo \
802 pe-arm-wince.lo \
803 pe-arm.lo \
804 pe-i386.lo \
805 pe-mcore.lo \
806 pe-ppc.lo \
807 pe-sh.lo \
808 pef.lo \
809 pei-arm-wince.lo \
810 pei-arm.lo \
811 pei-i386.lo \
812 pei-mcore.lo \
813 pei-ppc.lo \
814 pei-sh.lo \
815 peigen.lo \
816 plugin.lo \
817 ppcboot.lo \
818 reloc16.lo \
819 som.lo \
820 vax1knetbsd.lo \
821 vaxnetbsd.lo \
822 vms-lib.lo \
823 vms-misc.lo \
824 wasm-module.lo \
825 xcofflink.lo \
826 xsym.lo \
827 xtensa-isa.lo \
828 xtensa-modules.lo
829
830 BFD32_BACKENDS_CFILES = \
831 aout-cris.c \
832 aout-ns32k.c \
833 aout-tic30.c \
834 aout32.c \
835 cf-i386lynx.c \
836 coff-go32.c \
837 coff-i386.c \
838 coff-mips.c \
839 coff-rs6000.c \
840 coff-sh.c \
841 coff-stgo32.c \
842 coff-tic30.c \
843 coff-tic4x.c \
844 coff-tic54x.c \
845 coff-tic80.c \
846 coff-z80.c \
847 coff-z8k.c \
848 coffgen.c \
849 cofflink.c \
850 dwarf1.c \
851 dwarf2.c \
852 ecoff.c \
853 ecofflink.c \
854 elf-attrs.c \
855 elf-eh-frame.c \
856 elf-ifunc.c \
857 elf-m10200.c \
858 elf-m10300.c \
859 elf-nacl.c \
860 elf-strtab.c \
861 elf-vxworks.c \
862 elf.c \
863 elf32-am33lin.c \
864 elf32-arc.c \
865 elf32-arm.c \
866 elf32-avr.c \
867 elf32-bfin.c \
868 elf32-cr16.c \
869 elf32-cris.c \
870 elf32-crx.c \
871 elf32-csky.c \
872 elf32-d10v.c \
873 elf32-d30v.c \
874 elf32-dlx.c \
875 elf32-epiphany.c \
876 elf32-fr30.c \
877 elf32-frv.c \
878 elf32-ft32.c \
879 elf32-gen.c \
880 elf32-h8300.c \
881 elf32-hppa.c \
882 elf32-i386.c \
883 elfxx-x86.c \
884 elf32-ip2k.c \
885 elf32-iq2000.c \
886 elf32-lm32.c \
887 elf32-m32c.c \
888 elf32-m32r.c \
889 elf32-m68hc11.c \
890 elf32-m68hc12.c \
891 elf32-m68hc1x.c \
892 elf32-m68k.c \
893 elf32-s12z.c \
894 elf32-mcore.c \
895 elf32-mep.c \
896 elf32-metag.c \
897 elf32-microblaze.c \
898 elf32-moxie.c \
899 elf32-msp430.c \
900 elf32-mt.c \
901 elf32-nds32.c \
902 elf32-nios2.c \
903 elf32-or1k.c \
904 elf32-pj.c \
905 elf32-ppc.c \
906 elf32-pru.c \
907 elf32-rl78.c \
908 elf32-rx.c \
909 elf32-s390.c \
910 elf32-sh.c \
911 elf32-sparc.c \
912 elf32-spu.c \
913 elf32-tic6x.c \
914 elf32-tilegx.c \
915 elf32-tilepro.c \
916 elf32-v850.c \
917 elf32-vax.c \
918 elf32-visium.c \
919 elf32-wasm32.c \
920 elf32-xc16x.c \
921 elf32-xgate.c \
922 elf32-xstormy16.c \
923 elf32-xtensa.c \
924 elf32.c \
925 elflink.c \
926 elfxx-sparc.c \
927 elfxx-tilegx.c \
928 i386aout.c \
929 i386bsd.c \
930 i386lynx.c \
931 i386msdos.c \
932 mach-o.c \
933 mach-o-i386.c \
934 mach-o-arm.c \
935 ns32knetbsd.c \
936 pc532-mach.c \
937 pdp11.c \
938 pe-arm-wince.c \
939 pe-arm.c \
940 pe-i386.c \
941 pe-mcore.c \
942 pe-ppc.c \
943 pe-sh.c \
944 pef.c \
945 pei-arm-wince.c \
946 pei-arm.c \
947 pei-i386.c \
948 pei-mcore.c \
949 pei-ppc.c \
950 pei-sh.c \
951 plugin.c \
952 ppcboot.c \
953 reloc16.c \
954 som.c \
955 vax1knetbsd.c \
956 vaxnetbsd.c \
957 vms-lib.c \
958 vms-misc.c \
959 wasm-module.c \
960 xcofflink.c \
961 xsym.c \
962 xtensa-isa.c \
963 xtensa-modules.c
964
965
966 # The .o files needed by all of the 64 bit vectors that are configured into
967 # target_vector in targets.c if configured with --enable-targets=all
968 # and --enable-64-bit-bfd.
969 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
970 # BFD32_BACKENDS.
971 BFD64_BACKENDS = \
972 elf32-aarch64.lo \
973 elf64-aarch64.lo \
974 elfxx-aarch64.lo \
975 aix5ppc-core.lo \
976 aout64.lo \
977 coff-alpha.lo \
978 coff-x86_64.lo \
979 coff64-rs6000.lo \
980 elf32-ia64.lo \
981 elf32-mips.lo \
982 elf32-score.lo \
983 elf32-score7.lo \
984 elf64-alpha.lo \
985 elf64-amdgcn.lo \
986 elf64-gen.lo \
987 elf64-hppa.lo \
988 elf64-ia64.lo \
989 elf64-ia64-vms.lo \
990 elfxx-ia64.lo \
991 elfn32-mips.lo \
992 elf64-mips.lo \
993 elfxx-mips.lo \
994 elf64-mmix.lo \
995 elf64-nfp.lo \
996 elf64-ppc.lo \
997 elf32-riscv.lo \
998 elf64-riscv.lo \
999 elfxx-riscv.lo \
1000 elf64-s390.lo \
1001 elf64-sparc.lo \
1002 elf64-tilegx.lo \
1003 elf64-x86-64.lo \
1004 elfxx-x86.lo \
1005 elf64-bpf.lo \
1006 elf64.lo \
1007 mach-o-aarch64.lo \
1008 mach-o-x86-64.lo \
1009 mmo.lo \
1010 pe-x86_64.lo \
1011 pei-ia64.lo \
1012 pei-x86_64.lo \
1013 pepigen.lo \
1014 pex64igen.lo \
1015 vms-alpha.lo
1016
1017 BFD64_BACKENDS_CFILES = \
1018 aix5ppc-core.c \
1019 aout64.c \
1020 coff-alpha.c \
1021 coff-x86_64.c \
1022 coff64-rs6000.c \
1023 elf32-mips.c \
1024 elf32-score.c \
1025 elf32-score7.c \
1026 elf64-alpha.c \
1027 elf64-amdgcn.c \
1028 elf64-gen.c \
1029 elf64-hppa.c \
1030 elf64-ia64-vms.c \
1031 elf64-mips.c \
1032 elf64-mmix.c \
1033 elf64-nfp.c \
1034 elf64-ppc.c \
1035 elf64-s390.c \
1036 elf64-sparc.c \
1037 elf64-tilegx.c \
1038 elf64-x86-64.c \
1039 elfxx-x86.c \
1040 elf64-bpf.c \
1041 elf64.c \
1042 elfn32-mips.c \
1043 elfxx-aarch64.c \
1044 elfxx-ia64.c \
1045 elfxx-mips.c \
1046 elfxx-riscv.c \
1047 mach-o-aarch64.c \
1048 mach-o-x86-64.c \
1049 mmo.c \
1050 pe-x86_64.c \
1051 pei-ia64.c \
1052 pei-x86_64.c \
1053 vms-alpha.c
1054
1055 OPTIONAL_BACKENDS = \
1056 aix386-core.lo \
1057 cisco-core.lo \
1058 hpux-core.lo \
1059 irix-core.lo \
1060 lynx-core.lo \
1061 netbsd-core.lo \
1062 osf-core.lo \
1063 rs6000-core.lo \
1064 sco5-core.lo \
1065 trad-core.lo
1066
1067 OPTIONAL_BACKENDS_CFILES = \
1068 aix386-core.c \
1069 cisco-core.c \
1070 hpux-core.c \
1071 irix-core.c \
1072 lynx-core.c \
1073 netbsd-core.c \
1074 osf-core.c \
1075 rs6000-core.c \
1076 sco5-core.c \
1077 trad-core.c
1078
1079
1080 # Reconfigure if config.bfd or configure.host changes.
1081 # development.sh is used to determine -Werror default.
1082 CONFIG_STATUS_DEPENDENCIES = \
1083 $(srcdir)/config.bfd \
1084 $(srcdir)/configure.host \
1085 $(srcdir)/development.sh
1086
1087
1088 # These are defined by configure:
1089 WORDSIZE = @wordsize@
1090 ALL_BACKENDS = @all_backends@
1091 BFD_BACKENDS = @bfd_backends@
1092 BFD_MACHINES = @bfd_machines@
1093 TDEFAULTS = @tdefaults@
1094 HAVEVECS = @havevecs@
1095
1096 # C source files that correspond to .o's.
1097 SOURCE_CFILES = \
1098 $(BFD32_LIBS_CFILES) \
1099 $(BFD64_LIBS_CFILES) \
1100 $(ALL_MACHINES_CFILES) \
1101 $(BFD32_BACKENDS_CFILES) \
1102 $(BFD64_BACKENDS_CFILES) \
1103 $(OPTIONAL_BACKENDS_CFILES)
1104
1105 BUILD_CFILES = \
1106 elf32-aarch64.c elf64-aarch64.c \
1107 elf32-ia64.c elf64-ia64.c \
1108 elf32-riscv.c elf64-riscv.c \
1109 peigen.c pepigen.c pex64igen.c
1110
1111 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
1112 SOURCE_HFILES = \
1113 aout-target.h aoutx.h arc-got.h arc-plt.h \
1114 coff-arm.h coff-bfd.h coffcode.h coffswap.h \
1115 cpu-aarch64.h cpu-arm.h cpu-h8300.h cpu-m68k.h \
1116 ecoff-bfd.h ecoffswap.h \
1117 elf32-arm.h elf32-avr.h elf32-bfin.h elf32-cr16.h elf32-csky.h \
1118 elf32-dlx.h elf32-hppa.h elf32-m68hc1x.h elf32-m68k.h \
1119 elf32-metag.h elf32-nds32.h elf32-nios2.h elf32-ppc.h \
1120 elf32-rx.h elf32-score.h elf32-sh-relocs.h elf32-spu.h \
1121 elf32-tic6x.h elf32-tilegx.h elf32-tilepro.h elf32-v850.h \
1122 elf64-hppa.h elf64-ppc.h elf64-tilegx.h \
1123 elf-bfd.h elfcode.h elfcore.h elf-hppa.h elf-linker-x86.h \
1124 elf-linux-core.h elf-nacl.h elf-s390.h elf-vxworks.h \
1125 elfxx-aarch64.h elfxx-ia64.h elfxx-mips.h elfxx-riscv.h \
1126 elfxx-sparc.h elfxx-tilegx.h elfxx-x86.h \
1127 genlink.h go32stub.h \
1128 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
1129 libpei.h libxcoff.h \
1130 mach-o.h \
1131 netbsd.h ns32k.h \
1132 pef.h pef-traceback.h peicode.h plugin.h \
1133 som.h sysdep.h \
1134 version.h vms.h \
1135 wasm-module.h \
1136 xcofflink.h xsym.h
1137
1138 BUILD_HFILES = \
1139 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
1140
1141
1142 # Ensure they are built early:
1143 BUILT_SOURCES = $(BUILD_HFILES)
1144 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
1145 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
1146 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
1147
1148 # Various kinds of .o files to put in libbfd.a:
1149 # BFD_BACKENDS Routines the configured targets need.
1150 # BFD_MACHINES Architecture-specific routines the configured targets need.
1151 # COREFILE Core file routines for a native configuration
1152 # bfd64_libs Routines for 64bit support
1153 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
1154
1155 # Since BFD64_LIBS is optional and we can't have substitution in
1156 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
1157 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
1158 # dependency tracking fragments are picked up in the Makefile.
1159 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
1160 EXTRA_libbfd_la_SOURCES = $(CFILES)
1161 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
1162 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB)
1163
1164 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
1165 # directory so that we don't have to convert all the programs that use
1166 # libbfd.a simultaneously. This is a hack which should be removed if
1167 # everything else starts using libtool. FIXME.
1168 noinst_LIBRARIES = libbfd.a
1169 libbfd_a_SOURCES =
1170 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
1171 LOCAL_H_DEPS = libbfd.h sysdep.h config.h bfd_stdint.h
1172 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
1173 bfdio.c bfdwin.c section.c archures.c reloc.c \
1174 syms.c bfd.c archive.c corefile.c targets.c format.c \
1175 linker.c simple.c compress.c
1176
1177 BFD64_H_FILES = archive64.c
1178 LIBBFD_H_FILES = libbfd-in.h libbfd.c bfdio.c bfdwin.c \
1179 cache.c reloc.c archures.c linker.c
1180
1181 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
1182 MOSTLYCLEANFILES = ofiles stamp-ofiles
1183 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1184 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1185
1186 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1187 all: $(BUILT_SOURCES) config.h
1188 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1189
1190 .SUFFIXES:
1191 .SUFFIXES: .c .lo .o .obj
1192 am--refresh: Makefile
1193 @:
1194 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1195 @for dep in $?; do \
1196 case '$(am__configure_deps)' in \
1197 *$$dep*) \
1198 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1199 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1200 && exit 0; \
1201 exit 1;; \
1202 esac; \
1203 done; \
1204 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1205 $(am__cd) $(top_srcdir) && \
1206 $(AUTOMAKE) --foreign Makefile
1207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1208 @case '$?' in \
1209 *config.status*) \
1210 echo ' $(SHELL) ./config.status'; \
1211 $(SHELL) ./config.status;; \
1212 *) \
1213 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1214 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1215 esac;
1216
1217 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1218 $(SHELL) ./config.status --recheck
1219
1220 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1221 $(am__cd) $(srcdir) && $(AUTOCONF)
1222 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1223 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1224 $(am__aclocal_m4_deps):
1225
1226 config.h: stamp-h1
1227 @test -f $@ || rm -f stamp-h1
1228 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1229
1230 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1231 @rm -f stamp-h1
1232 cd $(top_builddir) && $(SHELL) ./config.status config.h
1233 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1234 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1235 rm -f stamp-h1
1236 touch $@
1237
1238 distclean-hdr:
1239 -rm -f config.h stamp-h1
1240 bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1241 cd $(top_builddir) && $(SHELL) ./config.status $@
1242 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1243 cd $(top_builddir) && $(SHELL) ./config.status $@
1244
1245 clean-noinstLIBRARIES:
1246 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1247
1248 install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
1249 @$(NORMAL_INSTALL)
1250 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1251 list2=; for p in $$list; do \
1252 if test -f $$p; then \
1253 list2="$$list2 $$p"; \
1254 else :; fi; \
1255 done; \
1256 test -z "$$list2" || { \
1257 echo " $(MKDIR_P) '$(DESTDIR)$(bfdlibdir)'"; \
1258 $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" || exit 1; \
1259 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
1260 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
1261 }
1262
1263 uninstall-bfdlibLTLIBRARIES:
1264 @$(NORMAL_UNINSTALL)
1265 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1266 for p in $$list; do \
1267 $(am__strip_dir) \
1268 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
1269 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
1270 done
1271
1272 clean-bfdlibLTLIBRARIES:
1273 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1274 @list='$(bfdlib_LTLIBRARIES)'; \
1275 locs=`for p in $$list; do echo $$p; done | \
1276 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1277 sort -u`; \
1278 test -z "$$locs" || { \
1279 echo rm -f $${locs}; \
1280 rm -f $${locs}; \
1281 }
1282
1283 clean-noinstLTLIBRARIES:
1284 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1285 @list='$(noinst_LTLIBRARIES)'; \
1286 locs=`for p in $$list; do echo $$p; done | \
1287 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1288 sort -u`; \
1289 test -z "$$locs" || { \
1290 echo rm -f $${locs}; \
1291 rm -f $${locs}; \
1292 }
1293
1294 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) $(EXTRA_libbfd_la_DEPENDENCIES)
1295 $(AM_V_CCLD)$(libbfd_la_LINK) $(am_libbfd_la_rpath) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1296
1297 mostlyclean-compile:
1298 -rm -f *.$(OBJEXT)
1299
1300 distclean-compile:
1301 -rm -f *.tab.c
1302
1303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix386-core.Plo@am__quote@
1304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix5ppc-core.Plo@am__quote@
1305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-cris.Plo@am__quote@
1306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-ns32k.Plo@am__quote@
1307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-tic30.Plo@am__quote@
1308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout32.Plo@am__quote@
1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout64.Plo@am__quote@
1310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Plo@am__quote@
1311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive64.Plo@am__quote@
1312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archures.Plo@am__quote@
1313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfd.Plo@am__quote@
1314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdio.Plo@am__quote@
1315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdwin.Plo@am__quote@
1316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Plo@am__quote@
1317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@
1318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf-i386lynx.Plo@am__quote@
1319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cisco-core.Plo@am__quote@
1320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-alpha.Plo@am__quote@
1321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-bfd.Plo@am__quote@
1322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-go32.Plo@am__quote@
1323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i386.Plo@am__quote@
1324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-mips.Plo@am__quote@
1325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-rs6000.Plo@am__quote@
1326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-sh.Plo@am__quote@
1327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-stgo32.Plo@am__quote@
1328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic30.Plo@am__quote@
1329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic4x.Plo@am__quote@
1330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic54x.Plo@am__quote@
1331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic80.Plo@am__quote@
1332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-x86_64.Plo@am__quote@
1333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z80.Plo@am__quote@
1334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z8k.Plo@am__quote@
1335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff64-rs6000.Plo@am__quote@
1336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coffgen.Plo@am__quote@
1337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cofflink.Plo@am__quote@
1338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
1339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Plo@am__quote@
1340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-aarch64.Plo@am__quote@
1341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-alpha.Plo@am__quote@
1342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-amdgcn.Plo@am__quote@
1343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arc.Plo@am__quote@
1344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arm.Plo@am__quote@
1345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-avr.Plo@am__quote@
1346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-bfin.Plo@am__quote@
1347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-bpf.Plo@am__quote@
1348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cr16.Plo@am__quote@
1349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cris.Plo@am__quote@
1350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-crx.Plo@am__quote@
1351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-csky.Plo@am__quote@
1352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d10v.Plo@am__quote@
1353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d30v.Plo@am__quote@
1354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-dlx.Plo@am__quote@
1355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-epiphany.Plo@am__quote@
1356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-fr30.Plo@am__quote@
1357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-frv.Plo@am__quote@
1358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ft32.Plo@am__quote@
1359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-h8300.Plo@am__quote@
1360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-hppa.Plo@am__quote@
1361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i386.Plo@am__quote@
1362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ia64.Plo@am__quote@
1363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iamcu.Plo@am__quote@
1364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ip2k.Plo@am__quote@
1365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iq2000.Plo@am__quote@
1366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-k1om.Plo@am__quote@
1367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-l1om.Plo@am__quote@
1368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-lm32.Plo@am__quote@
1369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10200.Plo@am__quote@
1370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10300.Plo@am__quote@
1371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32c.Plo@am__quote@
1372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32r.Plo@am__quote@
1373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc11.Plo@am__quote@
1374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc12.Plo@am__quote@
1375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68k.Plo@am__quote@
1376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12x.Plo@am__quote@
1377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12xg.Plo@am__quote@
1378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mcore.Plo@am__quote@
1379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mep.Plo@am__quote@
1380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-metag.Plo@am__quote@
1381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-microblaze.Plo@am__quote@
1382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mips.Plo@am__quote@
1383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mmix.Plo@am__quote@
1384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-moxie.Plo@am__quote@
1385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-msp430.Plo@am__quote@
1386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mt.Plo@am__quote@
1387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nds32.Plo@am__quote@
1388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nfp.Plo@am__quote@
1389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nios2.Plo@am__quote@
1390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ns32k.Plo@am__quote@
1391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-or1k.Plo@am__quote@
1392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pdp11.Plo@am__quote@
1393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pj.Plo@am__quote@
1394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-plugin.Plo@am__quote@
1395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-powerpc.Plo@am__quote@
1396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pru.Plo@am__quote@
1397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-riscv.Plo@am__quote@
1398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rl78.Plo@am__quote@
1399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rs6000.Plo@am__quote@
1400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rx.Plo@am__quote@
1401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-s12z.Plo@am__quote@
1402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-s390.Plo@am__quote@
1403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-score.Plo@am__quote@
1404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sh.Plo@am__quote@
1405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sparc.Plo@am__quote@
1406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-spu.Plo@am__quote@
1407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic30.Plo@am__quote@
1408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic4x.Plo@am__quote@
1409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic54x.Plo@am__quote@
1410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic6x.Plo@am__quote@
1411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic80.Plo@am__quote@
1412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@
1413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@
1414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
1415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@
1416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
1417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-visium.Plo@am__quote@
1418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-wasm32.Plo@am__quote@
1419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@
1420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xgate.Plo@am__quote@
1421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@
1422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xtensa.Plo@am__quote@
1423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z80.Plo@am__quote@
1424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z8k.Plo@am__quote@
1425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf1.Plo@am__quote@
1426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2.Plo@am__quote@
1427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Plo@am__quote@
1428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecofflink.Plo@am__quote@
1429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-attrs.Plo@am__quote@
1430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-eh-frame.Plo@am__quote@
1431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-ifunc.Plo@am__quote@
1432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10200.Plo@am__quote@
1433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10300.Plo@am__quote@
1434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-nacl.Plo@am__quote@
1435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-properties.Plo@am__quote@
1436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-strtab.Plo@am__quote@
1437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-vxworks.Plo@am__quote@
1438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
1439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-aarch64.Plo@am__quote@
1440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-am33lin.Plo@am__quote@
1441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arc.Plo@am__quote@
1442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arm.Plo@am__quote@
1443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-avr.Plo@am__quote@
1444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-bfin.Plo@am__quote@
1445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cr16.Plo@am__quote@
1446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cris.Plo@am__quote@
1447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-crx.Plo@am__quote@
1448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-csky.Plo@am__quote@
1449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d10v.Plo@am__quote@
1450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d30v.Plo@am__quote@
1451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-dlx.Plo@am__quote@
1452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-epiphany.Plo@am__quote@
1453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-fr30.Plo@am__quote@
1454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-frv.Plo@am__quote@
1455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ft32.Plo@am__quote@
1456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-gen.Plo@am__quote@
1457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-h8300.Plo@am__quote@
1458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-hppa.Plo@am__quote@
1459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i386.Plo@am__quote@
1460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ia64.Plo@am__quote@
1461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ip2k.Plo@am__quote@
1462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-iq2000.Plo@am__quote@
1463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-lm32.Plo@am__quote@
1464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32c.Plo@am__quote@
1465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32r.Plo@am__quote@
1466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc11.Plo@am__quote@
1467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc12.Plo@am__quote@
1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc1x.Plo@am__quote@
1469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68k.Plo@am__quote@
1470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mcore.Plo@am__quote@
1471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mep.Plo@am__quote@
1472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-metag.Plo@am__quote@
1473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-microblaze.Plo@am__quote@
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mips.Plo@am__quote@
1475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-moxie.Plo@am__quote@
1476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-msp430.Plo@am__quote@
1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mt.Plo@am__quote@
1478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nds32.Plo@am__quote@
1479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nios2.Plo@am__quote@
1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-or1k.Plo@am__quote@
1481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pj.Plo@am__quote@
1482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ppc.Plo@am__quote@
1483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pru.Plo@am__quote@
1484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-riscv.Plo@am__quote@
1485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rl78.Plo@am__quote@
1486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rx.Plo@am__quote@
1487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-s12z.Plo@am__quote@
1488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-s390.Plo@am__quote@
1489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score.Plo@am__quote@
1490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score7.Plo@am__quote@
1491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh.Plo@am__quote@
1492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sparc.Plo@am__quote@
1493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-spu.Plo@am__quote@
1494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tic6x.Plo@am__quote@
1495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilegx.Plo@am__quote@
1496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilepro.Plo@am__quote@
1497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@
1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@
1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-visium.Plo@am__quote@
1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-wasm32.Plo@am__quote@
1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@
1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xgate.Plo@am__quote@
1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@
1504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@
1505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
1506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-aarch64.Plo@am__quote@
1507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-alpha.Plo@am__quote@
1508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-amdgcn.Plo@am__quote@
1509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-bpf.Plo@am__quote@
1510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-gen.Plo@am__quote@
1511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-hppa.Plo@am__quote@
1512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64-vms.Plo@am__quote@
1513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64.Plo@am__quote@
1514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mips.Plo@am__quote@
1515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mmix.Plo@am__quote@
1516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-nfp.Plo@am__quote@
1517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ppc.Plo@am__quote@
1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-riscv.Plo@am__quote@
1519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-s390.Plo@am__quote@
1520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sparc.Plo@am__quote@
1521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-tilegx.Plo@am__quote@
1522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-x86-64.Plo@am__quote@
1523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
1524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elflink.Plo@am__quote@
1525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfn32-mips.Plo@am__quote@
1526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-aarch64.Plo@am__quote@
1527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-ia64.Plo@am__quote@
1528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-mips.Plo@am__quote@
1529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-riscv.Plo@am__quote@
1530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-sparc.Plo@am__quote@
1531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-tilegx.Plo@am__quote@
1532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-x86.Plo@am__quote@
1533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
1534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
1535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hpux-core.Plo@am__quote@
1536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386aout.Plo@am__quote@
1537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386bsd.Plo@am__quote@
1538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386lynx.Plo@am__quote@
1539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386msdos.Plo@am__quote@
1540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ihex.Plo@am__quote@
1541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
1542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irix-core.Plo@am__quote@
1543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbfd.Plo@am__quote@
1544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linker.Plo@am__quote@
1545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lynx-core.Plo@am__quote@
1546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-aarch64.Plo@am__quote@
1547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-arm.Plo@am__quote@
1548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-i386.Plo@am__quote@
1549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-x86-64.Plo@am__quote@
1550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o.Plo@am__quote@
1551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Plo@am__quote@
1552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmo.Plo@am__quote@
1553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netbsd-core.Plo@am__quote@
1554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32knetbsd.Plo@am__quote@
1555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opncls.Plo@am__quote@
1556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osf-core.Plo@am__quote@
1557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pc532-mach.Plo@am__quote@
1558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11.Plo@am__quote@
1559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm-wince.Plo@am__quote@
1560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm.Plo@am__quote@
1561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-i386.Plo@am__quote@
1562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-mcore.Plo@am__quote@
1563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-ppc.Plo@am__quote@
1564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-sh.Plo@am__quote@
1565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-x86_64.Plo@am__quote@
1566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pef.Plo@am__quote@
1567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm-wince.Plo@am__quote@
1568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm.Plo@am__quote@
1569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-i386.Plo@am__quote@
1570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ia64.Plo@am__quote@
1571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mcore.Plo@am__quote@
1572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ppc.Plo@am__quote@
1573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-sh.Plo@am__quote@
1574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-x86_64.Plo@am__quote@
1575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peigen.Plo@am__quote@
1576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pepigen.Plo@am__quote@
1577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pex64igen.Plo@am__quote@
1578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
1579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcboot.Plo@am__quote@
1580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@
1581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@
1582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs6000-core.Plo@am__quote@
1583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@
1584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@
1585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
1586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/som.Plo@am__quote@
1587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srec.Plo@am__quote@
1588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stab-syms.Plo@am__quote@
1589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Plo@am__quote@
1590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syms.Plo@am__quote@
1591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/targets.Plo@am__quote@
1592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tekhex.Plo@am__quote@
1593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trad-core.Plo@am__quote@
1594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax1knetbsd.Plo@am__quote@
1595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxnetbsd.Plo@am__quote@
1596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Plo@am__quote@
1597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-alpha.Plo@am__quote@
1598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-lib.Plo@am__quote@
1599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-misc.Plo@am__quote@
1600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wasm-module.Plo@am__quote@
1601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcofflink.Plo@am__quote@
1602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsym.Plo@am__quote@
1603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-isa.Plo@am__quote@
1604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-modules.Plo@am__quote@
1605
1606 .c.o:
1607 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1608 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1611 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1612
1613 .c.obj:
1614 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1615 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1616 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1617 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1618 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1619
1620 .c.lo:
1621 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1622 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1623 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1624 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1625 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1626
1627 mostlyclean-libtool:
1628 -rm -f *.lo
1629
1630 clean-libtool:
1631 -rm -rf .libs _libs
1632
1633 distclean-libtool:
1634 -rm -f libtool config.lt
1635 install-bfdincludeHEADERS: $(bfdinclude_HEADERS)
1636 @$(NORMAL_INSTALL)
1637 @list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1638 if test -n "$$list"; then \
1639 echo " $(MKDIR_P) '$(DESTDIR)$(bfdincludedir)'"; \
1640 $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)" || exit 1; \
1641 fi; \
1642 for p in $$list; do \
1643 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1644 echo "$$d$$p"; \
1645 done | $(am__base_list) | \
1646 while read files; do \
1647 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(bfdincludedir)'"; \
1648 $(INSTALL_HEADER) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
1649 done
1650
1651 uninstall-bfdincludeHEADERS:
1652 @$(NORMAL_UNINSTALL)
1653 @list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1654 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1655 dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir)
1656
1657 # This directory's subdirectories are mostly independent; you can cd
1658 # into them and run 'make' without going through this Makefile.
1659 # To change the values of 'make' variables: instead of editing Makefiles,
1660 # (1) if the variable is set in 'config.status', edit 'config.status'
1661 # (which will cause the Makefiles to be regenerated when you run 'make');
1662 # (2) otherwise, pass the desired values on the 'make' command line.
1663 $(am__recursive_targets):
1664 @fail=; \
1665 if $(am__make_keepgoing); then \
1666 failcom='fail=yes'; \
1667 else \
1668 failcom='exit 1'; \
1669 fi; \
1670 dot_seen=no; \
1671 target=`echo $@ | sed s/-recursive//`; \
1672 case "$@" in \
1673 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1674 *) list='$(SUBDIRS)' ;; \
1675 esac; \
1676 for subdir in $$list; do \
1677 echo "Making $$target in $$subdir"; \
1678 if test "$$subdir" = "."; then \
1679 dot_seen=yes; \
1680 local_target="$$target-am"; \
1681 else \
1682 local_target="$$target"; \
1683 fi; \
1684 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1685 || eval $$failcom; \
1686 done; \
1687 if test "$$dot_seen" = "no"; then \
1688 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1689 fi; test -z "$$fail"
1690
1691 ID: $(am__tagged_files)
1692 $(am__define_uniq_tagged_files); mkid -fID $$unique
1693 tags: tags-recursive
1694 TAGS: tags
1695
1696 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1697 set x; \
1698 here=`pwd`; \
1699 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1700 include_option=--etags-include; \
1701 empty_fix=.; \
1702 else \
1703 include_option=--include; \
1704 empty_fix=; \
1705 fi; \
1706 list='$(SUBDIRS)'; for subdir in $$list; do \
1707 if test "$$subdir" = .; then :; else \
1708 test ! -f $$subdir/TAGS || \
1709 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1710 fi; \
1711 done; \
1712 $(am__define_uniq_tagged_files); \
1713 shift; \
1714 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1715 test -n "$$unique" || unique=$$empty_fix; \
1716 if test $$# -gt 0; then \
1717 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1718 "$$@" $$unique; \
1719 else \
1720 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1721 $$unique; \
1722 fi; \
1723 fi
1724 ctags: ctags-recursive
1725
1726 CTAGS: ctags
1727 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1728 $(am__define_uniq_tagged_files); \
1729 test -z "$(CTAGS_ARGS)$$unique" \
1730 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1731 $$unique
1732
1733 GTAGS:
1734 here=`$(am__cd) $(top_builddir) && pwd` \
1735 && $(am__cd) $(top_srcdir) \
1736 && gtags -i $(GTAGS_ARGS) "$$here"
1737 cscope: cscope.files
1738 test ! -s cscope.files \
1739 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1740 clean-cscope:
1741 -rm -f cscope.files
1742 cscope.files: clean-cscope cscopelist
1743 cscopelist: cscopelist-recursive
1744
1745 cscopelist-am: $(am__tagged_files)
1746 list='$(am__tagged_files)'; \
1747 case "$(srcdir)" in \
1748 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1749 *) sdir=$(subdir)/$(srcdir) ;; \
1750 esac; \
1751 for i in $$list; do \
1752 if test -f "$$i"; then \
1753 echo "$(subdir)/$$i"; \
1754 else \
1755 echo "$$sdir/$$i"; \
1756 fi; \
1757 done >> $(top_builddir)/cscope.files
1758
1759 distclean-tags:
1760 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1761 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1762 check-am: all-am
1763 check: $(BUILT_SOURCES)
1764 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1765 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) config.h
1766 installdirs: installdirs-recursive
1767 installdirs-am:
1768 for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
1769 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1770 done
1771 install: $(BUILT_SOURCES)
1772 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1773 install-exec: install-exec-recursive
1774 install-data: install-data-recursive
1775 uninstall: uninstall-recursive
1776
1777 install-am: all-am
1778 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1779
1780 installcheck: installcheck-recursive
1781 install-strip:
1782 if test -z '$(STRIP)'; then \
1783 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1784 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1785 install; \
1786 else \
1787 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1788 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1789 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1790 fi
1791 mostlyclean-generic:
1792 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1793
1794 clean-generic:
1795 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1796
1797 distclean-generic:
1798 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1799 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1800 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1801
1802 maintainer-clean-generic:
1803 @echo "This command is intended for maintainers to use"
1804 @echo "it deletes files that may require special tools to rebuild."
1805 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1806 clean: clean-recursive
1807
1808 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1809 clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
1810
1811 distclean: distclean-recursive
1812 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1813 -rm -rf ./$(DEPDIR)
1814 -rm -f Makefile
1815 distclean-am: clean-am distclean-compile distclean-generic \
1816 distclean-hdr distclean-libtool distclean-tags
1817
1818 dvi: dvi-recursive
1819
1820 dvi-am:
1821
1822 html: html-recursive
1823
1824 html-am:
1825
1826 info: info-recursive
1827
1828 info-am:
1829
1830 install-data-am: install-bfdincludeHEADERS install-bfdlibLTLIBRARIES
1831
1832 install-dvi: install-dvi-recursive
1833
1834 install-dvi-am:
1835
1836 install-exec-am:
1837
1838 install-html: install-html-recursive
1839
1840 install-html-am:
1841
1842 install-info: install-info-recursive
1843
1844 install-info-am:
1845
1846 install-man:
1847
1848 install-pdf: install-pdf-recursive
1849
1850 install-pdf-am:
1851
1852 install-ps: install-ps-recursive
1853
1854 install-ps-am:
1855
1856 installcheck-am:
1857
1858 maintainer-clean: maintainer-clean-recursive
1859 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1860 -rm -rf $(top_srcdir)/autom4te.cache
1861 -rm -rf ./$(DEPDIR)
1862 -rm -f Makefile
1863 maintainer-clean-am: distclean-am maintainer-clean-generic
1864
1865 mostlyclean: mostlyclean-recursive
1866
1867 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1868 mostlyclean-libtool
1869
1870 pdf: pdf-recursive
1871
1872 pdf-am:
1873
1874 ps: ps-recursive
1875
1876 ps-am:
1877
1878 uninstall-am: uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
1879
1880 .MAKE: $(am__recursive_targets) all check install install-am \
1881 install-strip
1882
1883 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1884 am--refresh check check-am clean clean-bfdlibLTLIBRARIES \
1885 clean-cscope clean-generic clean-libtool clean-noinstLIBRARIES \
1886 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
1887 distclean distclean-compile distclean-generic distclean-hdr \
1888 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1889 info-am install install-am install-bfdincludeHEADERS \
1890 install-bfdlibLTLIBRARIES install-data install-data-am \
1891 install-dvi install-dvi-am install-exec install-exec-am \
1892 install-html install-html-am install-info install-info-am \
1893 install-man install-pdf install-pdf-am install-ps \
1894 install-ps-am install-strip installcheck installcheck-am \
1895 installdirs installdirs-am maintainer-clean \
1896 maintainer-clean-generic mostlyclean mostlyclean-compile \
1897 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1898 tags tags-am uninstall uninstall-am \
1899 uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
1900
1901 .PRECIOUS: Makefile
1902
1903
1904 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1905 for file in $(SRC_POTFILES); do echo $$file; done \
1906 | LC_ALL=C sort > tmp.src \
1907 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1908
1909 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1910 for file in $(BLD_POTFILES); do echo $$file; done \
1911 | LC_ALL=C sort > tmp.bld \
1912 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1913
1914 all diststuff: info
1915
1916 stamp-ofiles: Makefile
1917 rm -f tofiles
1918 f=""; \
1919 for i in $(OFILES) ; do \
1920 case " $$f " in \
1921 *" $$i "*) ;; \
1922 *) f="$$f $$i" ;; \
1923 esac ; \
1924 done ; \
1925 echo $$f > tofiles
1926 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1927 touch stamp-ofiles
1928
1929 ofiles: stamp-ofiles ; @true
1930
1931 stamp-lib: libbfd.la
1932 libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
1933 if [ -f $$libtooldir/libbfd.a ]; then \
1934 cp $$libtooldir/libbfd.a libbfd.tmp; \
1935 $(RANLIB) libbfd.tmp; \
1936 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1937 else true; fi
1938 touch stamp-lib
1939
1940 libbfd.a: stamp-lib ; @true
1941
1942 # This file holds an array associating configuration triplets and
1943 # vector names. It is built from config.bfd. It is not compiled by
1944 # itself, but is included by targets.c.
1945 targmatch.h: config.bfd targmatch.sed
1946 rm -f targmatch.h
1947 $(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1948 mv -f targmatch.new targmatch.h
1949
1950 # When compiling archures.c and targets.c, supply the default target
1951 # info from configure.
1952
1953 targets.lo: targets.c Makefile
1954 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
1955 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1958 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
1959
1960 archures.lo: archures.c Makefile
1961 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
1962 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1965 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
1966
1967 dwarf2.lo: dwarf2.c Makefile
1968 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1969 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1972 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1973
1974 elf32-target.h : elfxx-target.h
1975 rm -f elf32-target.h
1976 $(SED) -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1977 mv -f elf32-target.new elf32-target.h
1978
1979 elf64-target.h : elfxx-target.h
1980 rm -f elf64-target.h
1981 $(SED) -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1982 mv -f elf64-target.new elf64-target.h
1983
1984 elf32-aarch64.c : elfnn-aarch64.c
1985 rm -f elf32-aarch64.c
1986 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
1987 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
1988 mv -f elf32-aarch64.new elf32-aarch64.c
1989
1990 elf64-aarch64.c : elfnn-aarch64.c
1991 rm -f elf64-aarch64.c
1992 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
1993 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
1994 mv -f elf64-aarch64.new elf64-aarch64.c
1995
1996 elf32-ia64.c : elfnn-ia64.c
1997 rm -f elf32-ia64.c
1998 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
1999 mv -f elf32-ia64.new elf32-ia64.c
2000
2001 elf64-ia64.c : elfnn-ia64.c
2002 rm -f elf64-ia64.c
2003 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
2004 mv -f elf64-ia64.new elf64-ia64.c
2005
2006 elf32-riscv.c : elfnn-riscv.c
2007 rm -f elf32-riscv.c
2008 echo "#line 1 \"$(srcdir)/elfnn-riscv.c\"" > elf32-riscv.new
2009 sed -e s/NN/32/g < $(srcdir)/elfnn-riscv.c >> elf32-riscv.new
2010 mv -f elf32-riscv.new elf32-riscv.c
2011
2012 elf64-riscv.c : elfnn-riscv.c
2013 rm -f elf64-riscv.c
2014 echo "#line 1 \"$(srcdir)/elfnn-riscv.c\"" > elf64-riscv.new
2015 sed -e s/NN/64/g < $(srcdir)/elfnn-riscv.c >> elf64-riscv.new
2016 mv -f elf64-riscv.new elf64-riscv.c
2017
2018 peigen.c : peXXigen.c
2019 rm -f peigen.c
2020 $(SED) -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
2021 mv -f peigen.new peigen.c
2022
2023 pepigen.c : peXXigen.c
2024 rm -f pepigen.c
2025 $(SED) -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
2026 mv -f pepigen.new pepigen.c
2027
2028 pex64igen.c: peXXigen.c
2029 rm -f pex64igen.c
2030 $(SED) -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
2031 mv -f pex64igen.new pex64igen.c
2032 $(BFD32_LIBS) \
2033 $(BFD64_LIBS) \
2034 $(ALL_MACHINES) \
2035 $(BFD32_BACKENDS) \
2036 $(BFD64_BACKENDS) \
2037 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
2038
2039 host-aout.lo: Makefile
2040
2041 # The following program can be used to generate a simple config file
2042 # which can be folded into an h-XXX file for a new host, with some editing.
2043 aout-params.h: gen-aout
2044 ./gen-aout host > aout-params.h
2045 gen-aout: $(srcdir)/gen-aout.c Makefile
2046 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
2047
2048 $(BFD_H): stmp-bfd-h ; @true
2049
2050 stmp-bfd-h: bfd-in3.h
2051 rm -f bfd-tmp.h
2052 cp bfd-in3.h bfd-tmp.h
2053 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
2054 rm -f bfd-tmp.h
2055 touch stmp-bfd-h
2056
2057 # Could really use a "copy-if-change"...
2058 headers:
2059 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
2060 cp $(bfddocdir)/bfd.h bfd-in2.h-new
2061 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
2062 cp $(bfddocdir)/libbfd.h libbfd.h-new
2063 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
2064 cp $(bfddocdir)/libcoff.h libcoff.h-new
2065 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
2066
2067 # We only rebuild the header files automatically if we have been
2068 # configured with --enable-maintainer-mode.
2069
2070 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2071 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
2072 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
2073 cp $(bfddocdir)/bfd.h bfd-in2.h-new
2074 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
2075 touch stmp-bin2-h
2076
2077 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
2078 stmp-lbfd-h: $(LIBBFD_H_FILES)
2079 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
2080 cp $(bfddocdir)/libbfd.h libbfd.h-new
2081 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
2082 touch stmp-lbfd-h
2083
2084 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
2085 stmp-lcoff-h: $(LIBCOFF_H_FILES)
2086 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
2087 cp $(bfddocdir)/libcoff.h libcoff.h-new
2088 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
2089 touch stmp-lcoff-h
2090
2091 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
2092 @echo "creating $@"
2093 @bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
2094 bfd_version_string="\"$(VERSION)\"" ;\
2095 bfd_soversion="$(VERSION)" ;\
2096 bfd_version_package="\"$(PKGVERSION)\"" ;\
2097 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
2098 . $(srcdir)/development.sh ;\
2099 if test "$$development" = true ; then \
2100 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
2101 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
2102 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
2103 fi ;\
2104 $(SED) -e "s,@bfd_version@,$$bfd_version," \
2105 -e "s,@bfd_version_string@,$$bfd_version_string," \
2106 -e "s,@bfd_version_package@,$$bfd_version_package," \
2107 -e "s,@report_bugs_to@,$$report_bugs_to," \
2108 < $(srcdir)/version.h > $@; \
2109 echo "$${bfd_soversion}" > libtool-soversion
2110
2111 # Disable -Werror, if it has been enabled, since coffswap.h won't
2112 # compile with gcc 4.5 and above.
2113 coff-tic4x.lo: coff-tic4x.c
2114 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
2115 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2116 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2117 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2118 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2119
2120 coff-tic54x.lo: coff-tic54x.c
2121 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
2122 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2123 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2125 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2126
2127 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2128 # Otherwise a system limit (for SysV at least) may be exceeded.
2129 .NOEXPORT:
This page took 0.071122 seconds and 5 git commands to generate.