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