]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/Makefile.in
bus error with fuzzed archive element
[thirdparty/binutils-gdb.git] / ld / Makefile.in
CommitLineData
5bbe6ec5 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
42ecbf5e 2# @configure_input@
252b5132 3
5bbe6ec5 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
d0ac1c44 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
42ecbf5e 15@SET_MAKE@
2b282e8b 16
5bf135a7 17#
fd67aa11 18# Copyright (C) 2012-2024 Free Software Foundation, Inc.
5bf135a7
NC
19#
20# This file is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3 of the License, or
23# (at your option) any later version.
f2c7d7ee 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.
f2c7d7ee 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
5d3236ee 35
252b5132 36VPATH = @srcdir@
d0ac1c44
SM
37am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47}
48am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
6fd8e7c2
L
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
d0ac1c44
SM
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
6fd8e7c2 65 esac; \
d0ac1c44
SM
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
252b5132 92pkgdatadir = $(datadir)/@PACKAGE@
252b5132 93pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
42ecbf5e 96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42ecbf5e
DJ
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
252b5132
RH
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
252b5132 107build_triplet = @build@
252b5132 108host_triplet = @host@
252b5132 109target_triplet = @target@
14ec8efd 110bin_PROGRAMS = ld-new$(EXEEXT)
42ecbf5e
DJ
111subdir = .
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79887925 113am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
eccbf555 114 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
1d5269c9 115 $(top_srcdir)/../config/bfd64.m4 \
79887925 116 $(top_srcdir)/../config/depstand.m4 \
094e34f2 117 $(top_srcdir)/../config/enable.m4 \
20e95c23 118 $(top_srcdir)/../config/gettext-sister.m4 \
862776f2
AA
119 $(top_srcdir)/../config/gettext.m4 \
120 $(top_srcdir)/../config/iconv.m4 \
121 $(top_srcdir)/../config/intlmacosx.m4 \
5347ed60 122 $(top_srcdir)/../config/jobserver.m4 \
91d6fa6a 123 $(top_srcdir)/../config/largefile.m4 \
202e2356 124 $(top_srcdir)/../config/lcmessage.m4 \
79887925 125 $(top_srcdir)/../config/lead-dot.m4 \
862776f2
AA
126 $(top_srcdir)/../config/lib-ld.m4 \
127 $(top_srcdir)/../config/lib-link.m4 \
128 $(top_srcdir)/../config/lib-prefix.m4 \
303da223 129 $(top_srcdir)/../config/mmap.m4 $(top_srcdir)/../config/nls.m4 \
8944f3c2 130 $(top_srcdir)/../config/override.m4 \
9e2bb0cb 131 $(top_srcdir)/../config/pkg.m4 \
91d6fa6a 132 $(top_srcdir)/../config/plugins.m4 \
8944f3c2 133 $(top_srcdir)/../config/po.m4 \
20e95c23 134 $(top_srcdir)/../config/progtest.m4 \
2cac01e3
FS
135 $(top_srcdir)/../config/zlib.m4 \
136 $(top_srcdir)/../config/zstd.m4 $(top_srcdir)/../libtool.m4 \
1ff6de03
NA
137 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
138 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
35eafcc7 139 $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
42ecbf5e
DJ
140am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
141 $(ACLOCAL_M4)
d0ac1c44
SM
142DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
143 $(am__configure_deps)
42ecbf5e 144am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81ecdfbb 145 configure.lineno config.status.lineno
42ecbf5e
DJ
146mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
147CONFIG_HEADER = config.h
148CONFIG_CLEAN_FILES = po/Makefile.in
81ecdfbb 149CONFIG_CLEAN_VPATH_FILES =
bf6d8037
HC
150am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151am__vpath_adj = case $$p in \
152 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153 *) f=$$p;; \
154 esac;
155am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156am__install_max = 40
157am__nobase_strip_setup = \
158 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159am__nobase_strip = \
160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161am__nobase_list = $(am__nobase_strip_setup); \
162 for p in $$list; do echo "$$p $$p"; done | \
163 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165 if (++n[$$2] == $(am__install_max)) \
166 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167 END { for (dir in files) print dir, files[dir] }'
168am__base_list = \
169 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171am__uninstall_files_from_dir = { \
172 test -z "$$files" \
173 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
174 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
175 $(am__cd) "$$dir" && rm -f $$files; }; \
176 }
5bbe6ec5
NC
177am__installdirs = "$(DESTDIR)$(bfdplugindir)" "$(DESTDIR)$(bindir)" \
178 "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
bf6d8037
HC
179LTLIBRARIES = $(bfdplugin_LTLIBRARIES) $(noinst_LTLIBRARIES)
180libdep_la_LIBADD =
181am_libdep_la_OBJECTS = libdep_plugin.lo
182libdep_la_OBJECTS = $(am_libdep_la_OBJECTS)
eba7b68c
L
183libldtestplug_la_LIBADD =
184am_libldtestplug_la_OBJECTS = libldtestplug_la-testplug.lo
185libldtestplug_la_OBJECTS = $(am_libldtestplug_la_OBJECTS)
d0ac1c44
SM
186AM_V_lt = $(am__v_lt_@AM_V@)
187am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
188am__v_lt_0 = --silent
189am__v_lt_1 =
190libldtestplug_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
191 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
192 $(libldtestplug_la_CFLAGS) $(CFLAGS) \
193 $(libldtestplug_la_LDFLAGS) $(LDFLAGS) -o $@
439b7f41 194libldtestplug2_la_LIBADD =
0381901e 195am_libldtestplug2_la_OBJECTS = libldtestplug2_la-testplug2.lo
439b7f41 196libldtestplug2_la_OBJECTS = $(am_libldtestplug2_la_OBJECTS)
d0ac1c44
SM
197libldtestplug2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
198 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
439b7f41
L
199 $(libldtestplug2_la_CFLAGS) $(CFLAGS) \
200 $(libldtestplug2_la_LDFLAGS) $(LDFLAGS) -o $@
439b7f41 201libldtestplug3_la_LIBADD =
0381901e 202am_libldtestplug3_la_OBJECTS = libldtestplug3_la-testplug3.lo
439b7f41 203libldtestplug3_la_OBJECTS = $(am_libldtestplug3_la_OBJECTS)
d0ac1c44
SM
204libldtestplug3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
205 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
439b7f41
L
206 $(libldtestplug3_la_CFLAGS) $(CFLAGS) \
207 $(libldtestplug3_la_LDFLAGS) $(LDFLAGS) -o $@
3355cb3b 208libldtestplug4_la_LIBADD =
0381901e 209am_libldtestplug4_la_OBJECTS = libldtestplug4_la-testplug4.lo
3355cb3b 210libldtestplug4_la_OBJECTS = $(am_libldtestplug4_la_OBJECTS)
d0ac1c44
SM
211libldtestplug4_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
212 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
3355cb3b
L
213 $(libldtestplug4_la_CFLAGS) $(CFLAGS) \
214 $(libldtestplug4_la_LDFLAGS) $(LDFLAGS) -o $@
5bbe6ec5 215PROGRAMS = $(bin_PROGRAMS)
45e481d1
RS
216am_ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex-wrapper.$(OBJEXT) \
217 lexsup.$(OBJEXT) ldlang.$(OBJEXT) mri.$(OBJEXT) \
218 ldctor.$(OBJEXT) ldmain.$(OBJEXT) ldwrite.$(OBJEXT) \
219 ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \
5d3236ee 220 ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT) \
f27d07a1 221 plugin.$(OBJEXT) ldbuildid.$(OBJEXT)
42ecbf5e
DJ
222ld_new_OBJECTS = $(am_ld_new_OBJECTS)
223am__DEPENDENCIES_1 =
094e34f2 224@ENABLE_LIBCTF_TRUE@am__DEPENDENCIES_2 = ../libctf/libctf.la
d0ac1c44
SM
225AM_V_P = $(am__v_P_@AM_V@)
226am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
227am__v_P_0 = false
228am__v_P_1 = :
229AM_V_GEN = $(am__v_GEN_@AM_V@)
230am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
231am__v_GEN_0 = @echo " GEN " $@;
232am__v_GEN_1 =
233AM_V_at = $(am__v_at_@AM_V@)
234am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
235am__v_at_0 = @
236am__v_at_1 =
81ecdfbb 237DEFAULT_INCLUDES = -I.@am__isrc@
64ac50ac 238depcomp = $(SHELL) $(top_srcdir)/../depcomp
5bbe6ec5 239am__depfiles_maybe = depfiles
64ac50ac 240am__mv = mv -f
42ecbf5e
DJ
241COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
242 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d0ac1c44
SM
243LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
244 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
245 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
246 $(AM_CFLAGS) $(CFLAGS)
247AM_V_CC = $(am__v_CC_@AM_V@)
248am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
249am__v_CC_0 = @echo " CC " $@;
250am__v_CC_1 =
42ecbf5e 251CCLD = $(CC)
d0ac1c44
SM
252LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
253 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
254 $(AM_LDFLAGS) $(LDFLAGS) -o $@
255AM_V_CCLD = $(am__v_CCLD_@AM_V@)
256am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
257am__v_CCLD_0 = @echo " CCLD " $@;
258am__v_CCLD_1 =
81ecdfbb 259@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
6fd8e7c2 260LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
d0ac1c44
SM
261LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
262 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
263AM_V_LEX = $(am__v_LEX_@AM_V@)
264am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
265am__v_LEX_0 = @echo " LEX " $@;
266am__v_LEX_1 =
42ecbf5e 267YLWRAP = $(top_srcdir)/../ylwrap
81ecdfbb 268@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
d0ac1c44
SM
269am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
270 -e s/c++$$/h++/ -e s/c$$/h/
6fd8e7c2 271YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
d0ac1c44
SM
272LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
273 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
274AM_V_YACC = $(am__v_YACC_@AM_V@)
275am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
276am__v_YACC_0 = @echo " YACC " $@;
277am__v_YACC_1 =
bf6d8037
HC
278SOURCES = $(libdep_la_SOURCES) $(libldtestplug_la_SOURCES) \
279 $(libldtestplug2_la_SOURCES) $(libldtestplug3_la_SOURCES) \
280 $(libldtestplug4_la_SOURCES) $(ld_new_SOURCES) \
281 $(EXTRA_ld_new_SOURCES)
d0ac1c44
SM
282AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
283am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
284am__v_DVIPS_0 = @echo " DVIPS " $@;
285am__v_DVIPS_1 =
286AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
287am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
288am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
289am__v_MAKEINFO_1 =
290AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
291am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
292am__v_INFOHTML_0 = @echo " INFOHTML" $@;
293am__v_INFOHTML_1 =
294AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
295am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
296am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
297am__v_TEXI2DVI_1 =
298AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
299am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
300am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
301am__v_TEXI2PDF_1 =
302AM_V_texinfo = $(am__v_texinfo_@AM_V@)
303am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
304am__v_texinfo_0 = -q
305am__v_texinfo_1 =
306AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
307am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
308am__v_texidevnull_0 = > /dev/null
309am__v_texidevnull_1 =
5f38307a 310INFO_DEPS = ld.info ldint.info
959a202e 311am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
3a80a483
US
312DVIS = ld.dvi ldint.dvi
313PDFS = ld.pdf ldint.pdf
314PSS = ld.ps ldint.ps
315HTMLS = ld.html ldint.html
316TEXINFOS = ld.texi ldint.texi
42ecbf5e
DJ
317TEXI2PDF = $(TEXI2DVI) --pdf --batch
318MAKEINFOHTML = $(MAKEINFO) --html
319AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
320DVIPS = dvips
d0ac1c44
SM
321RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
322 ctags-recursive dvi-recursive html-recursive info-recursive \
323 install-data-recursive install-dvi-recursive \
324 install-exec-recursive install-html-recursive \
325 install-info-recursive install-pdf-recursive \
326 install-ps-recursive install-recursive installcheck-recursive \
327 installdirs-recursive pdf-recursive ps-recursive \
328 tags-recursive uninstall-recursive
6fd8e7c2
L
329am__can_run_installinfo = \
330 case $$AM_UPDATE_INFO_DIR in \
331 n|no|NO) false;; \
332 *) (install-info --version) >/dev/null 2>&1;; \
333 esac
42ecbf5e 334man1dir = $(mandir)/man1
42ecbf5e
DJ
335NROFF = nroff
336MANS = $(man_MANS)
81ecdfbb
RW
337RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
338 distclean-recursive maintainer-clean-recursive
d0ac1c44
SM
339am__recursive_targets = \
340 $(RECURSIVE_TARGETS) \
341 $(RECURSIVE_CLEAN_TARGETS) \
342 $(am__extra_recursive_targets)
343AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
344 cscope
5bbe6ec5
NC
345am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
346 $(LISP)config.in
d0ac1c44
SM
347# Read a list of newline-separated strings from the standard input,
348# and print each of them once, without duplicates. Input order is
349# *not* preserved.
350am__uniquify_input = $(AWK) '\
351 BEGIN { nonempty = 0; } \
352 { items[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in items) print i; }; } \
354'
355# Make sure the list of sources is unique. This is necessary because,
356# e.g., the same source file might be shared among _SOURCES variables
357# for different programs/libraries.
358am__define_uniq_tagged_files = \
359 list='$(am__tagged_files)'; \
360 unique=`for i in $$list; do \
361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362 done | $(am__uniquify_input)`
5bbe6ec5
NC
363ETAGS = etags
364CTAGS = ctags
365CSCOPE = cscope
42ecbf5e
DJ
366DEJATOOL = $(PACKAGE)
367RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
368DIST_SUBDIRS = $(SUBDIRS)
4fda8867 369transform = s/^ld-new$$/$(installed_linker)/;@program_transform_name@
42ecbf5e 370ACLOCAL = @ACLOCAL@
42ecbf5e 371AMTAR = @AMTAR@
d0ac1c44 372AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d7040cdb 373AR = @AR@
42ecbf5e
DJ
374AUTOCONF = @AUTOCONF@
375AUTOHEADER = @AUTOHEADER@
376AUTOMAKE = @AUTOMAKE@
377AWK = @AWK@
252b5132
RH
378CATALOGS = @CATALOGS@
379CATOBJEXT = @CATOBJEXT@
380CC = @CC@
42ecbf5e
DJ
381CCDEPMODE = @CCDEPMODE@
382CFLAGS = @CFLAGS@
9c933e04 383CPP = @CPP@
42ecbf5e 384CPPFLAGS = @CPPFLAGS@
3cb62297
L
385CXX = @CXX@
386CXXCPP = @CXXCPP@
387CXXDEPMODE = @CXXDEPMODE@
388CXXFLAGS = @CXXFLAGS@
42ecbf5e 389CYGPATH_W = @CYGPATH_W@
252b5132 390DATADIRNAME = @DATADIRNAME@
42ecbf5e
DJ
391DEFS = @DEFS@
392DEPDIR = @DEPDIR@
b214d478 393DSYMUTIL = @DSYMUTIL@
d7040cdb 394DUMPBIN = @DUMPBIN@
42ecbf5e
DJ
395ECHO_C = @ECHO_C@
396ECHO_N = @ECHO_N@
397ECHO_T = @ECHO_T@
398EGREP = @EGREP@
399EMUL = @EMUL@
3336653a 400EMULATION_LIBPATH = @EMULATION_LIBPATH@
42ecbf5e
DJ
401EMULATION_OFILES = @EMULATION_OFILES@
402EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
da54c6eb 403EXEEXT = @EXEEXT@
d7040cdb 404FGREP = @FGREP@
20e95c23 405GENCAT = @GENCAT@
252b5132 406GMSGFMT = @GMSGFMT@
d7040cdb 407GREP = @GREP@
252b5132 408HDEFINES = @HDEFINES@
20e95c23 409INCINTL = @INCINTL@
81ecdfbb 410INSTALL = @INSTALL@
42ecbf5e
DJ
411INSTALL_DATA = @INSTALL_DATA@
412INSTALL_PROGRAM = @INSTALL_PROGRAM@
413INSTALL_SCRIPT = @INSTALL_SCRIPT@
414INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 415INSTOBJEXT = @INSTOBJEXT@
862776f2
AA
416INTLLIBS = @INTLLIBS@
417INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
9e2bb0cb
LB
418JANSSON_CFLAGS = @JANSSON_CFLAGS@
419JANSSON_LIBS = @JANSSON_LIBS@
c8693053 420LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
d7040cdb 421LD = @LD@
42ecbf5e
DJ
422LDFLAGS = @LDFLAGS@
423LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
424LEXLIB = @LEXLIB@
425LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
862776f2 426LIBICONV = @LIBICONV@
20e95c23
DJ
427LIBINTL = @LIBINTL@
428LIBINTL_DEP = @LIBINTL_DEP@
42ecbf5e
DJ
429LIBOBJS = @LIBOBJS@
430LIBS = @LIBS@
252b5132 431LIBTOOL = @LIBTOOL@
42ecbf5e
DJ
432
433# Search path to override the default search path for -lfoo libraries.
434# If LIB_PATH is empty, the ones in the script (if any) are left alone.
435# (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
436# a cross-linker, in which case the default is empty. See genscripts.sh.)
437# Otherwise, they are replaced with the ones given in LIB_PATH,
438# which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set
439# when the linker is configured via the --with-lib-path configure switch.
440LIB_PATH = @LIB_PATH@
b214d478 441LIPO = @LIPO@
252b5132 442LN_S = @LN_S@
862776f2
AA
443LTLIBICONV = @LTLIBICONV@
444LTLIBINTL = @LTLIBINTL@
42ecbf5e 445LTLIBOBJS = @LTLIBOBJS@
252b5132 446MAINT = @MAINT@
da54c6eb 447MAKEINFO = @MAKEINFO@
81ecdfbb 448MKDIR_P = @MKDIR_P@
252b5132
RH
449MKINSTALLDIRS = @MKINSTALLDIRS@
450MSGFMT = @MSGFMT@
20e95c23 451MSGMERGE = @MSGMERGE@
252b5132 452NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
d7040cdb 453NM = @NM@
b214d478 454NMEDIT = @NMEDIT@
42ecbf5e 455NO_WERROR = @NO_WERROR@
b214d478 456OBJDUMP = @OBJDUMP@
3a9d486c 457OBJEXT = @OBJEXT@
b214d478
SE
458OTOOL = @OTOOL@
459OTOOL64 = @OTOOL64@
252b5132 460PACKAGE = @PACKAGE@
42ecbf5e
DJ
461PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
462PACKAGE_NAME = @PACKAGE_NAME@
463PACKAGE_STRING = @PACKAGE_STRING@
464PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 465PACKAGE_URL = @PACKAGE_URL@
42ecbf5e
DJ
466PACKAGE_VERSION = @PACKAGE_VERSION@
467PATH_SEPARATOR = @PATH_SEPARATOR@
9e2bb0cb
LB
468PKG_CONFIG = @PKG_CONFIG@
469PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
470PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
252b5132
RH
471POSUB = @POSUB@
472RANLIB = @RANLIB@
d7040cdb 473SED = @SED@
42ecbf5e
DJ
474SET_MAKE = @SET_MAKE@
475SHELL = @SHELL@
3a9d486c 476STRIP = @STRIP@
9c8ebd6a
DJ
477TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
478TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
42ecbf5e 479
87279e3c 480# This is the real libbfd.a and libctf.a created by libtool.
42ecbf5e 481TESTBFDLIB = @TESTBFDLIB@
87279e3c 482TESTCTFLIB = @TESTCTFLIB@
cf0e0a0b 483TESTSFRAMELIB = @TESTSFRAMELIB@
252b5132 484USE_NLS = @USE_NLS@
252b5132 485VERSION = @VERSION@
42ecbf5e 486WARN_CFLAGS = @WARN_CFLAGS@
c5da1932 487WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
6fd8e7c2 488WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
42ecbf5e
DJ
489XGETTEXT = @XGETTEXT@
490YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
81ecdfbb 491YFLAGS = -d
2cac01e3
FS
492ZSTD_CFLAGS = @ZSTD_CFLAGS@
493ZSTD_LIBS = @ZSTD_LIBS@
81ecdfbb
RW
494abs_builddir = @abs_builddir@
495abs_srcdir = @abs_srcdir@
496abs_top_builddir = @abs_top_builddir@
497abs_top_srcdir = @abs_top_srcdir@
42ecbf5e 498ac_ct_CC = @ac_ct_CC@
3cb62297 499ac_ct_CXX = @ac_ct_CXX@
d7040cdb 500ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
42ecbf5e
DJ
501am__include = @am__include@
502am__leading_dot = @am__leading_dot@
503am__quote = @am__quote@
504am__tar = @am__tar@
505am__untar = @am__untar@
506bindir = @bindir@
507build = @build@
508build_alias = @build_alias@
509build_cpu = @build_cpu@
510build_os = @build_os@
511build_vendor = @build_vendor@
81ecdfbb 512builddir = @builddir@
42ecbf5e 513datadir = @datadir@
108a6f8e 514datarootdir = @datarootdir@
eccbf555 515do_compare = @do_compare@
108a6f8e 516docdir = @docdir@
81ecdfbb 517dvidir = @dvidir@
c58212ea
L
518elf_list_options = @elf_list_options@
519elf_plt_unwind_list_options = @elf_plt_unwind_list_options@
520elf_shlib_list_options = @elf_shlib_list_options@
02ecc8e9 521enable_initfini_array = @enable_initfini_array@
7cdfc346 522enable_libctf = @enable_libctf@
42ecbf5e
DJ
523exec_prefix = @exec_prefix@
524host = @host@
525host_alias = @host_alias@
526host_cpu = @host_cpu@
527host_os = @host_os@
528host_vendor = @host_vendor@
108a6f8e 529htmldir = @htmldir@
42ecbf5e
DJ
530includedir = @includedir@
531infodir = @infodir@
4fda8867 532install_as_default = @install_as_default@
42ecbf5e 533install_sh = @install_sh@
4fda8867 534installed_linker = @installed_linker@
42ecbf5e
DJ
535libdir = @libdir@
536libexecdir = @libexecdir@
81ecdfbb 537localedir = @localedir@
42ecbf5e
DJ
538localstatedir = @localstatedir@
539mandir = @mandir@
540mkdir_p = @mkdir_p@
541oldincludedir = @oldincludedir@
31dd3154 542pdfdir = @pdfdir@
42ecbf5e
DJ
543prefix = @prefix@
544program_transform_name = @program_transform_name@
81ecdfbb 545psdir = @psdir@
42ecbf5e
DJ
546sbindir = @sbindir@
547sharedstatedir = @sharedstatedir@
81ecdfbb 548srcdir = @srcdir@
42ecbf5e
DJ
549sysconfdir = @sysconfdir@
550target = @target@
551target_alias = @target_alias@
552target_cpu = @target_cpu@
553target_os = @target_os@
554target_vendor = @target_vendor@
81ecdfbb
RW
555top_build_prefix = @top_build_prefix@
556top_builddir = @top_builddir@
557top_srcdir = @top_srcdir@
9c8ebd6a 558use_sysroot = @use_sysroot@
1ff6de03
NA
559zlibdir = @zlibdir@
560zlibinc = @zlibinc@
d0ac1c44 561AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign info-in-builddir
79887925 562ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
959a202e 563TEXINFO_TEX = ../texinfo/texinfo.tex
252b5132 564SUBDIRS = po
252b5132 565tooldir = $(exec_prefix)/$(target_alias)
a15af8e2
RW
566
567# Automake 1.10+ disables lex and yacc output file regeneration if
568# maintainer mode is disabled. Avoid this.
569am__skiplex =
570am__skipyacc =
1ff6de03
NA
571
572# This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
573# -I../zlib, unless we were configured with --with-system-zlib, in which
574# case both are empty.
575ZLIB = @zlibdir@ -lz
576ZLIBINC = @zlibinc@
be3bed06 577ELF_CFLAGS = -DELF_LIST_OPTIONS=@elf_list_options@ \
c58212ea
L
578 -DELF_SHLIB_LIST_OPTIONS=@elf_shlib_list_options@ \
579 -DELF_PLT_UNWIND_LIST_OPTIONS=@elf_plt_unwind_list_options@
580
be3bed06 581AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
a2d91340 582
252b5132
RH
583# We put the scripts in the directory $(scriptdir)/ldscripts.
584# We can't put the scripts in $(datadir) because the SEARCH_DIR
585# directives need to be different for native and cross linkers.
586scriptdir = $(tooldir)/lib
252b5132
RH
587BASEDIR = $(srcdir)/..
588BFDDIR = $(BASEDIR)/bfd
589INCDIR = $(BASEDIR)/include
252b5132
RH
590
591# What version of the manual to build
592DOCVER = gen
593
d0ac1c44 594# Options to extract the man page from ld.texi
0285c67d 595MANCONF = -Dman
38fc1cb1 596TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
a154a8ad
MM
597POD2MAN = pod2man --center="GNU Development Tools" \
598 --release="binutils-$(VERSION)" --section=1
0285c67d 599
252b5132
RH
600
601# Setup the testing framework, if you have one
c3298874
BE
602EXPECT = expect
603RUNTEST = runtest
252b5132 604RUNTESTFLAGS =
a154a8ad
MM
605CC_FOR_TARGET = ` \
606 if [ -f $$r/../gcc/xgcc ] ; then \
607 if [ -f $$r/../newlib/Makefile ] ; then \
608 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
609 else \
610 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
611 fi; \
612 else \
613 if [ "@host@" = "@target@" ] ; then \
614 echo $(CC); \
615 else \
616 echo gcc | sed '$(transform)'; \
617 fi; \
618 fi`
252b5132 619
a154a8ad 620CXX_FOR_TARGET = ` \
55255dae 621 if [ -f $$r/../gcc/g++ ] ; then \
a154a8ad 622 if [ -f $$r/../newlib/Makefile ] ; then \
55255dae 623 echo $$r/../gcc/g++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
a154a8ad 624 else \
55255dae 625 echo $$r/../gcc/g++ -B$$r/../gcc/; \
a154a8ad 626 fi; \
06ea285d
NC
627 elif [ -f $$r/../gcc/xg++ ] ; then \
628 if [ -f $$r/../newlib/Makefile ] ; then \
629 echo $$r/../gcc/xg++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
630 else \
631 echo $$r/../gcc/xg++ -B$$r/../gcc/; \
632 fi; \
a154a8ad
MM
633 else \
634 if [ "@host@" = "@target@" ] ; then \
635 echo $(CXX); \
636 else \
55255dae 637 echo g++ | sed '$(transform)'; \
a154a8ad
MM
638 fi; \
639 fi`
252b5132 640
22d6c51b 641
c5da1932 642# Strip out sanitization options as we want to test building binaries without any extra paraphernalia
669d5115
AM
643CFLAGS_FOR_TARGET = `echo $(CFLAGS) | sed -e 's/-fsanitize=[^ ]*//g'`
644CXXFLAGS_FOR_TARGET = `echo $(CXXFLAGS) | sed -e 's/-fsanitize=[^ ]*//g'`
5f38307a 645info_TEXINFOS = ld.texi ldint.texi
c428fa83 646ld_TEXINFOS = configdoc.texi
d0ac1c44 647noinst_TEXINFOS = ldint.texi
252b5132 648man_MANS = ld.1
c428fa83 649AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
2faf902d 650 -I $(top_srcdir)/../libiberty --no-split
c428fa83
L
651
652TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
653 -I $(top_srcdir)/../libiberty
654
1ff6de03 655AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @zlibinc@ \
c8693053 656 @INCINTL@ $(HDEFINES) $(CFLAGS) @LARGEFILE_CPPFLAGS@ \
92f01d61
JM
657 -DLOCALEDIR="\"$(datadir)/locale\""
658
252b5132
RH
659BFDLIB = ../bfd/libbfd.la
660LIBIBERTY = ../libiberty/libiberty.a
094e34f2
NA
661@ENABLE_LIBCTF_FALSE@LIBCTF =
662@ENABLE_LIBCTF_TRUE@LIBCTF = ../libctf/libctf.la
cc9519e7
AM
663
664# These all start with e so 'make clean' can find them.
9034a328 665ALL_EMULATION_SOURCES = \
3ed41d59
AM
666 eaix5ppc.c \
667 eaix5rs6.c \
9034a328
RW
668 eaixppc.c \
669 eaixrs6.c \
670 ealpha.c \
671 ealphavms.c \
672 earcelf.c \
886a2506 673 earclinux.c \
07ccf83c 674 earclinux_nps.c \
8ac43968
AM
675 earcv2elf.c \
676 earcv2elfx.c \
9034a328 677 earm_wince_pe.c \
9034a328 678 earmelf.c \
9034a328 679 earmelf_fbsd.c \
d5451cd4 680 earmelf_fuchsia.c \
d85e70a3 681 earmelf_haiku.c \
9034a328
RW
682 earmelf_linux.c \
683 earmelf_linux_eabi.c \
617a5ada 684 earmelf_linux_fdpiceabi.c \
b38cadfb 685 earmelf_nacl.c \
3ed41d59 686 earmelf_nbsd.c \
a2bea324 687 earmelf_phoenix.c \
3ed41d59
AM
688 earmelf_vxworks.c \
689 earmelfb.c \
1804dbce 690 earmelfb_fbsd.c \
d5451cd4 691 earmelfb_fuchsia.c \
9034a328
RW
692 earmelfb_linux.c \
693 earmelfb_linux_eabi.c \
617a5ada 694 earmelfb_linux_fdpiceabi.c \
b38cadfb 695 earmelfb_nacl.c \
9034a328 696 earmelfb_nbsd.c \
3ed41d59 697 earmnto.c \
9034a328 698 earmpe.c \
9034a328 699 eavr1.c \
3ed41d59 700 eavr2.c \
9034a328
RW
701 eavr25.c \
702 eavr3.c \
703 eavr31.c \
704 eavr35.c \
705 eavr4.c \
706 eavr5.c \
707 eavr51.c \
708 eavr6.c \
8ac43968 709 eavrtiny.c \
cc382d46
AM
710 eavrxmega1.c \
711 eavrxmega2.c \
0804d18a 712 eavrxmega2_flmap.c \
cc382d46
AM
713 eavrxmega3.c \
714 eavrxmega4.c \
0804d18a 715 eavrxmega4_flmap.c \
cc382d46
AM
716 eavrxmega5.c \
717 eavrxmega6.c \
718 eavrxmega7.c \
9034a328
RW
719 ecrisaout.c \
720 ecriself.c \
721 ecrislinux.c \
b8891f8d
AJ
722 ecskyelf.c \
723 ecskyelf_linux.c \
9034a328
RW
724 ed10velf.c \
725 ed30v_e.c \
726 ed30v_o.c \
727 ed30velf.c \
9034a328 728 eelf32_dlx.c \
9034a328
RW
729 eelf32_sparc.c \
730 eelf32_sparc_sol2.c \
731 eelf32_sparc_vxworks.c \
3ed41d59 732 eelf32_spu.c \
9034a328 733 eelf32_tic6x_be.c \
8ac43968
AM
734 eelf32_tic6x_elf_be.c \
735 eelf32_tic6x_elf_le.c \
9034a328 736 eelf32_tic6x_le.c \
2a616379
BS
737 eelf32_tic6x_linux_be.c \
738 eelf32_tic6x_linux_le.c \
bc77a04a 739 eelf32am33lin.c \
9034a328
RW
740 eelf32bfin.c \
741 eelf32bfinfd.c \
3ed41d59 742 eelf32cr16.c \
3ed41d59 743 eelf32crx.c \
cfb8c092 744 eelf32epiphany.c \
f204ddb8 745 eelf32epiphany_4x4.c \
9034a328
RW
746 eelf32fr30.c \
747 eelf32frv.c \
3ed41d59 748 eelf32frvfd.c \
3f8107ab 749 eelf32ft32.c \
9034a328 750 eelf32ip2k.c \
9034a328 751 eelf32iq10.c \
3ed41d59 752 eelf32iq2000.c \
9034a328
RW
753 eelf32lm32.c \
754 eelf32lm32fd.c \
9034a328 755 eelf32lppc.c \
49926cd0 756 eelf32lppclinux.c \
9034a328
RW
757 eelf32lppcnto.c \
758 eelf32lppcsim.c \
759 eelf32m32c.c \
3ed41d59 760 eelf32mb_linux.c \
865d0aef 761 eelf32mbel_linux.c \
9034a328
RW
762 eelf32mcore.c \
763 eelf32mep.c \
a3c62988 764 eelf32metag.c \
9034a328 765 eelf32microblaze.c \
8ac43968 766 eelf32microblazeel.c \
3ed41d59 767 eelf32moxie.c \
9034a328 768 eelf32mt.c \
73589c9d
CS
769 eelf32or1k.c \
770 eelf32or1k_linux.c \
9034a328
RW
771 eelf32ppc.c \
772 eelf32ppc_fbsd.c \
d85e70a3 773 eelf32ppchaiku.c \
9034a328
RW
774 eelf32ppclinux.c \
775 eelf32ppcnto.c \
776 eelf32ppcsim.c \
9034a328 777 eelf32ppcvxworks.c \
3ed41d59 778 eelf32ppcwindiss.c \
99c513f6 779 eelf32rl78.c \
9034a328 780 eelf32rx.c \
c578f16e 781 eelf32rx_linux.c \
aa137e4d 782 eelf32tilegx.c \
fb6cedde 783 eelf32tilegx_be.c \
aa137e4d 784 eelf32tilepro.c \
9034a328 785 eelf32vax.c \
c18392d8 786 eelf32visium.c \
9034a328
RW
787 eelf32xstormy16.c \
788 eelf32xtensa.c \
6655dba2 789 eelf32z80.c \
9034a328
RW
790 eelf_i386.c \
791 eelf_i386_be.c \
9034a328 792 eelf_i386_fbsd.c \
d85e70a3 793 eelf_i386_haiku.c \
9034a328
RW
794 eelf_i386_ldso.c \
795 eelf_i386_sol2.c \
796 eelf_i386_vxworks.c \
7e0a8112 797 eelf_iamcu.c \
9034a328 798 eelf_s390.c \
9034a328 799 eh8300elf.c \
5518c738 800 eh8300elf_linux.c \
9034a328 801 eh8300helf.c \
5518c738 802 eh8300helf_linux.c \
9034a328 803 eh8300hnelf.c \
3ed41d59 804 eh8300self.c \
5518c738 805 eh8300self_linux.c \
9034a328
RW
806 eh8300snelf.c \
807 eh8300sxelf.c \
5518c738 808 eh8300sxelf_linux.c \
9034a328 809 eh8300sxnelf.c \
9034a328
RW
810 ehppaelf.c \
811 ehppalinux.c \
812 ehppanbsd.c \
813 ehppaobsd.c \
5e737279 814 ei386aout.c \
9034a328
RW
815 ei386beos.c \
816 ei386bsd.c \
9034a328 817 ei386go32.c \
9034a328 818 ei386lynx.c \
9034a328
RW
819 ei386moss.c \
820 ei386msdos.c \
9034a328 821 ei386nto.c \
9034a328
RW
822 ei386pe.c \
823 ei386pe_posix.c \
9034a328 824 em32relf.c \
9034a328 825 em32relf_linux.c \
3ed41d59 826 em32rlelf.c \
9034a328
RW
827 em32rlelf_linux.c \
828 em68hc11elf.c \
829 em68hc11elfb.c \
830 em68hc12elf.c \
831 em68hc12elfb.c \
9034a328
RW
832 em68kelf.c \
833 em68kelfnbsd.c \
7b4ae824 834 em9s12zelf.c \
9034a328 835 emcorepe.c \
3ed41d59
AM
836 emn10200.c \
837 emn10300.c \
8ac43968 838 emoxiebox.c \
13761a11 839 emsp430X.c \
8ac43968 840 emsp430elf.c \
35c08157
KLC
841 ends32belf.c \
842 ends32belf16m.c \
843 ends32belf_linux.c \
8ac43968
AM
844 ends32elf.c \
845 ends32elf16m.c \
846 ends32elf_linux.c \
07cccc39
AM
847 enios2elf.c \
848 enios2linux.c \
8ac43968 849 ens32knbsd.c \
9034a328
RW
850 epc532macha.c \
851 epdp11.c \
852 epjelf.c \
853 epjlelf.c \
854 eppcmacos.c \
27c3ce29 855 epruelf.c \
9034a328
RW
856 escore3_elf.c \
857 escore7_elf.c \
858 esh.c \
3ed41d59 859 eshelf.c \
9034a328 860 eshelf_fd.c \
9034a328 861 eshelf_linux.c \
9034a328 862 eshelf_nbsd.c \
9034a328 863 eshelf_nto.c \
9034a328
RW
864 eshelf_uclinux.c \
865 eshelf_vxworks.c \
9034a328
RW
866 eshl.c \
867 eshlelf.c \
3ed41d59
AM
868 eshlelf_fd.c \
869 eshlelf_linux.c \
870 eshlelf_nbsd.c \
871 eshlelf_nto.c \
872 eshlelf_vxworks.c \
9034a328 873 eshpe.c \
9034a328
RW
874 etic30coff.c \
875 etic3xcoff.c \
876 etic3xcoff_onchip.c \
877 etic4xcoff.c \
878 etic54xcoff.c \
3ed41d59 879 ev850.c \
e63962bc 880 ev850_rh850.c \
9034a328 881 evanilla.c \
9034a328 882 evaxnbsd.c \
f6c1a2d5 883 exgateelf.c \
9034a328 884 ez80.c \
3ed41d59 885 ez8001.c \
9034a328
RW
886 ez8002.c
887
888ALL_EMULATIONS = $(ALL_EMULATION_SOURCES:.c=.@OBJEXT@)
889ALL_64_EMULATION_SOURCES = \
8ac43968
AM
890 eaarch64cloudabi.c \
891 eaarch64cloudabib.c \
a06ea964 892 eaarch64elf.c \
cec5225b 893 eaarch64elf32.c \
70f0bc67 894 eaarch64elf32b.c \
8ac43968 895 eaarch64elfb.c \
15c7659f
AT
896 eaarch64fbsd.c \
897 eaarch64fbsdb.c \
d85e70a3 898 eaarch64haiku.c \
a06ea964 899 eaarch64linux.c \
56244278
AP
900 eaarch64linux32.c \
901 eaarch64linux32b.c \
8ac43968 902 eaarch64linuxb.c \
567e0dfb 903 eaarch64nto.c \
c60b3806 904 eaarch64pe.c \
beb6b61d 905 earm64pe.c \
3ed41d59 906 eelf32_x86_64.c \
42429eac
RS
907 eelf32b4300.c \
908 eelf32bmip.c \
909 eelf32bmipn32.c \
8ac43968
AM
910 eelf32briscv.c \
911 eelf32briscv_ilp32.c \
912 eelf32briscv_ilp32f.c \
42429eac
RS
913 eelf32bsmip.c \
914 eelf32btsmip.c \
915 eelf32btsmip_fbsd.c \
916 eelf32btsmipn32.c \
917 eelf32btsmipn32_fbsd.c \
918 eelf32ebmip.c \
919 eelf32ebmipvxworks.c \
920 eelf32elmip.c \
921 eelf32elmipvxworks.c \
835f16da 922 eelf32kvx.c \
42429eac
RS
923 eelf32l4300.c \
924 eelf32lmip.c \
560b3fe2 925 eelf32loongarch.c \
42429eac
RS
926 eelf32lr5900.c \
927 eelf32lr5900n32.c \
8ac43968
AM
928 eelf32lriscv.c \
929 eelf32lriscv_ilp32.c \
930 eelf32lriscv_ilp32f.c \
42429eac
RS
931 eelf32lsmip.c \
932 eelf32ltsmip.c \
933 eelf32ltsmip_fbsd.c \
934 eelf32ltsmipn32.c \
935 eelf32ltsmipn32_fbsd.c \
936 eelf32mipswindiss.c \
9034a328
RW
937 eelf64_aix.c \
938 eelf64_ia64.c \
939 eelf64_ia64_fbsd.c \
202e2356 940 eelf64_ia64_vms.c \
9034a328
RW
941 eelf64_s390.c \
942 eelf64_sparc.c \
943 eelf64_sparc_fbsd.c \
944 eelf64_sparc_sol2.c \
945 eelf64alpha.c \
946 eelf64alpha_fbsd.c \
947 eelf64alpha_nbsd.c \
948 eelf64bmip.c \
8ac43968
AM
949 eelf64bpf.c \
950 eelf64briscv.c \
951 eelf64briscv_lp64.c \
952 eelf64briscv_lp64f.c \
9034a328 953 eelf64btsmip.c \
aeffff67 954 eelf64btsmip_fbsd.c \
3ed41d59 955 eelf64hppa.c \
05fbbeac
AM
956 eelf64kvx.c \
957 eelf64kvx_linux.c \
64f5c816 958 eelf64loongarch.c \
3ed41d59 959 eelf64lppc.c \
6afcdeb3 960 eelf64lppc_fbsd.c \
e23eba97 961 eelf64lriscv.c \
10d98088 962 eelf64lriscv_lp64.c \
8ac43968 963 eelf64lriscv_lp64f.c \
9034a328 964 eelf64ltsmip.c \
aeffff67 965 eelf64ltsmip_fbsd.c \
9034a328 966 eelf64mmix.c \
9034a328 967 eelf64ppc.c \
bd59d916 968 eelf64ppc_fbsd.c \
a6dea726 969 eelf64rdos.c \
aa137e4d 970 eelf64tilegx.c \
5a68afcf 971 eelf64tilegx_be.c \
8ac43968 972 eelf_mipsel_haiku.c \
3ed41d59 973 eelf_x86_64.c \
6036f486 974 eelf_x86_64_cloudabi.c \
3ed41d59 975 eelf_x86_64_fbsd.c \
06520412 976 eelf_x86_64_haiku.c \
3ed41d59
AM
977 eelf_x86_64_sol2.c \
978 ehppa64linux.c \
9d069ac3 979 ei386pep.c \
211dc24b 980 emmo.c
9034a328 981
4560bc04 982ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@)
a154a8ad 983ALL_EMUL_EXTRA_OFILES = \
52a6ecd2 984 deffilep.@OBJEXT@ \
f27d07a1 985 pdb.@OBJEXT@ \
d871d478
AM
986 pe-dll.@OBJEXT@ \
987 ldelf.@OBJEXT@ \
988 ldelfgen.@OBJEXT@
9d069ac3
NC
989
990ALL_64_EMUL_EXTRA_OFILES = \
52a6ecd2 991 pep-dll.@OBJEXT@
a154a8ad 992
a154a8ad
MM
993CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
994 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
5d3236ee 995 mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \
b41a6533
MH
996 plugin.c ldbuildid.c ldelf.c ldelfgen.c \
997 pdb.c
a154a8ad 998
a154a8ad
MM
999HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
1000 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
5d3236ee 1001 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h \
b41a6533
MH
1002 elf-hints-local.h plugin.h ldbuildid.h ldelf.h ldelfgen.h \
1003 pdb.h
252b5132 1004
252b5132
RH
1005GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
1006GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
64ac50ac
RW
1007
1008# Require an early dependency on the generated headers, as the dependency
1009# tracking will not cause them to be built beforehand.
02d44d76
JB
1010BUILT_SOURCES = $(GENERATED_HFILES) @MAINT@ $(GENERATED_CFILES) \
1011 $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES)
5f38307a 1012
5d3236ee 1013OFILES = ldgram.@OBJEXT@ ldlex-wrapper.@OBJEXT@ lexsup.@OBJEXT@ ldlang.@OBJEXT@ \
0381901e 1014 mri.@OBJEXT@ ldctor.@OBJEXT@ ldmain.@OBJEXT@ plugin.@OBJEXT@ \
52a6ecd2 1015 ldwrite.@OBJEXT@ ldexp.@OBJEXT@ ldemul.@OBJEXT@ ldver.@OBJEXT@ ldmisc.@OBJEXT@ \
61e2488c 1016 ldfile.@OBJEXT@ ldcref.@OBJEXT@ ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} \
f27d07a1 1017 ldbuildid.@OBJEXT@
252b5132 1018
52a6ecd2 1019STAGESTUFF = *.@OBJEXT@ ldscripts/* e*.c
33589acb
AM
1020SRC_POTFILES = $(CFILES) $(HFILES)
1021BLD_POTFILES = $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES)
cc9519e7
AM
1022@AMDEP_FALSE@GENDEPDIR =
1023@AMDEP_TRUE@GENDEPDIR = $(DEPDIR)
1024GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "$(GENDEPDIR)" "${LIB_PATH}" "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ @enable_initfini_array@
b8a0c930 1025GEN_DEPENDS = $(srcdir)/genscripts.sh ldscripts/stamp
252b5132 1026
67798033 1027# We need this for automake to use YLWRAP.
64ac50ac
RW
1028# Allow dependency tracking to work for these files, too.
1029
1030# Dependency tracking for the generated emulation files.
f27d07a1 1031EXTRA_ld_new_SOURCES = deffilep.y ldlex.l ldelf.c ldelfgen.c pdb.c \
feddea4b
AM
1032 pep-dll.c pe-dll.c pep-dll-aarch64.c pep-dll-x86_64.c \
1033 $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES)
45e481d1 1034ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
0381901e 1035 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c plugin.c \
f27d07a1 1036 ldbuildid.c
252b5132 1037
edf84efc 1038ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) \
9e2bb0cb 1039 $(BFDLIB) $(LIBCTF) $(LIBIBERTY) $(LIBINTL_DEP) $(JANSSON_LIBS)
5063daf7 1040
2cac01e3
FS
1041ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBCTF) \
1042 $(LIBIBERTY) $(LIBINTL) $(ZLIB) $(ZSTD_LIBS) $(JANSSON_LIBS)
1043
7dd36a6f 1044#
5a68afcf 1045#
5d3236ee
DK
1046# Build a dummy plugin using libtool.
1047#
0381901e
AM
1048noinst_LTLIBRARIES = libldtestplug.la libldtestplug2.la \
1049 libldtestplug3.la libldtestplug4.la
3355cb3b 1050
0381901e
AM
1051libldtestplug_la_SOURCES = testplug.c
1052libldtestplug_la_CFLAGS = -g -O2
1053libldtestplug_la_LDFLAGS = -no-undefined -rpath /nowhere
1054libldtestplug2_la_SOURCES = testplug2.c
1055libldtestplug2_la_CFLAGS = -g -O2
1056libldtestplug2_la_LDFLAGS = -no-undefined -rpath /nowhere
1057libldtestplug3_la_SOURCES = testplug3.c
1058libldtestplug3_la_CFLAGS = -g -O2
1059libldtestplug3_la_LDFLAGS = -no-undefined -rpath /nowhere
1060libldtestplug4_la_SOURCES = testplug4.c
1061libldtestplug4_la_CFLAGS = -g -O2
1062libldtestplug4_la_LDFLAGS = -no-undefined -rpath /nowhere
bf6d8037
HC
1063bfdplugindir = $(libdir)/bfd-plugins
1064bfdplugin_LTLIBRARIES = libdep.la
1065libdep_la_SOURCES = libdep_plugin.c
eba7b68c
L
1066libdep_la_LDFLAGS = -no-undefined -rpath /nowhere -module -avoid-version
1067libdep_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1068 --tag=disable-static \
1069 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1070 $(libdep_la_LDFLAGS) $(LDFLAGS) -o $@
1071
5f38307a 1072MAINTAINERCLEANFILES = configdoc.texi ld.1 ldint.1 ld.info
252b5132 1073
2e98a7bd
AM
1074# We want to reconfigure if configure.host or configure.tgt changes.
1075# development.sh is used to determine -Werror default.
42ecbf5e 1076CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt \
2e98a7bd 1077 $(BFDDIR)/development.sh
465bc359 1078
7cdfc346 1079EXTRA_DEJAGNU_SITE_CONFIG = development.exp enablings.exp
a154a8ad 1080MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
52a6ecd2 1081 ldemul-list.h crtbegin.@OBJEXT@ crtend.@OBJEXT@ ld.log ld.sum
252b5132 1082
52a6ecd2 1083CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 spu_ovl.s spu_ovl.@OBJEXT@ spu_icache.s spu_icache.@OBJEXT@
252b5132
RH
1084
1085# Stuff that should be included in a distribution. The diststuff
1086# target is run by the taz target in ../Makefile.in.
52a6ecd2
NC
1087EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.@OBJEXT@_c \
1088 emultempl/spu_icache.@OBJEXT@_c deffilep.c deffilep.h $(man_MANS)
0332c262 1089
b8a0c930 1090DISTCLEANFILES = site.exp development.exp enablings.exp site.bak
64ac50ac 1091all: $(BUILT_SOURCES) config.h
42ecbf5e 1092 $(MAKE) $(AM_MAKEFLAGS) all-recursive
465bc359 1093
325fab4e 1094.SUFFIXES:
d5fbea21 1095.SUFFIXES: .c .dvi .l .lo .o .obj .ps .y
6fd8e7c2 1096am--refresh: Makefile
42ecbf5e
DJ
1097 @:
1098$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1099 @for dep in $?; do \
1100 case '$(am__configure_deps)' in \
1101 *$$dep*) \
81ecdfbb
RW
1102 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1103 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
42ecbf5e
DJ
1104 && exit 0; \
1105 exit 1;; \
1106 esac; \
1107 done; \
81ecdfbb
RW
1108 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1109 $(am__cd) $(top_srcdir) && \
1110 $(AUTOMAKE) --foreign Makefile
42ecbf5e
DJ
1111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1112 @case '$?' in \
1113 *config.status*) \
1114 echo ' $(SHELL) ./config.status'; \
1115 $(SHELL) ./config.status;; \
1116 *) \
5bbe6ec5
NC
1117 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1118 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
42ecbf5e
DJ
1119 esac;
1120
1121$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
465bc359 1122 $(SHELL) ./config.status --recheck
42ecbf5e
DJ
1123
1124$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1125 $(am__cd) $(srcdir) && $(AUTOCONF)
42ecbf5e 1126$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
81ecdfbb
RW
1127 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1128$(am__aclocal_m4_deps):
252b5132 1129
42ecbf5e 1130config.h: stamp-h1
d0ac1c44
SM
1131 @test -f $@ || rm -f stamp-h1
1132 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
da54c6eb 1133
42ecbf5e
DJ
1134stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1135 @rm -f stamp-h1
1136 cd $(top_builddir) && $(SHELL) ./config.status config.h
1137$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1138 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
42ecbf5e
DJ
1139 rm -f stamp-h1
1140 touch $@
252b5132
RH
1141
1142distclean-hdr:
42ecbf5e
DJ
1143 -rm -f config.h stamp-h1
1144po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1145 cd $(top_builddir) && $(SHELL) ./config.status $@
5d3236ee 1146
bf6d8037
HC
1147install-bfdpluginLTLIBRARIES: $(bfdplugin_LTLIBRARIES)
1148 @$(NORMAL_INSTALL)
1149 @list='$(bfdplugin_LTLIBRARIES)'; test -n "$(bfdplugindir)" || list=; \
1150 list2=; for p in $$list; do \
1151 if test -f $$p; then \
1152 list2="$$list2 $$p"; \
1153 else :; fi; \
1154 done; \
1155 test -z "$$list2" || { \
1156 echo " $(MKDIR_P) '$(DESTDIR)$(bfdplugindir)'"; \
1157 $(MKDIR_P) "$(DESTDIR)$(bfdplugindir)" || exit 1; \
1158 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdplugindir)'"; \
1159 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdplugindir)"; \
1160 }
1161
1162uninstall-bfdpluginLTLIBRARIES:
1163 @$(NORMAL_UNINSTALL)
1164 @list='$(bfdplugin_LTLIBRARIES)'; test -n "$(bfdplugindir)" || list=; \
1165 for p in $$list; do \
1166 $(am__strip_dir) \
1167 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdplugindir)/$$f'"; \
1168 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdplugindir)/$$f"; \
1169 done
1170
1171clean-bfdpluginLTLIBRARIES:
1172 -test -z "$(bfdplugin_LTLIBRARIES)" || rm -f $(bfdplugin_LTLIBRARIES)
1173 @list='$(bfdplugin_LTLIBRARIES)'; \
1174 locs=`for p in $$list; do echo $$p; done | \
1175 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1176 sort -u`; \
1177 test -z "$$locs" || { \
1178 echo rm -f $${locs}; \
1179 rm -f $${locs}; \
1180 }
1181
5d3236ee
DK
1182clean-noinstLTLIBRARIES:
1183 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
d0ac1c44
SM
1184 @list='$(noinst_LTLIBRARIES)'; \
1185 locs=`for p in $$list; do echo $$p; done | \
1186 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1187 sort -u`; \
1188 test -z "$$locs" || { \
1189 echo rm -f $${locs}; \
1190 rm -f $${locs}; \
1191 }
1192
bf6d8037 1193libdep.la: $(libdep_la_OBJECTS) $(libdep_la_DEPENDENCIES) $(EXTRA_libdep_la_DEPENDENCIES)
eba7b68c 1194 $(AM_V_GEN)$(libdep_la_LINK) -rpath $(bfdplugindir) $(libdep_la_OBJECTS) $(libdep_la_LIBADD) $(LIBS)
bf6d8037 1195
6fd8e7c2 1196libldtestplug.la: $(libldtestplug_la_OBJECTS) $(libldtestplug_la_DEPENDENCIES) $(EXTRA_libldtestplug_la_DEPENDENCIES)
0381901e 1197 $(AM_V_CCLD)$(libldtestplug_la_LINK) $(libldtestplug_la_OBJECTS) $(libldtestplug_la_LIBADD) $(LIBS)
d0ac1c44 1198
6fd8e7c2 1199libldtestplug2.la: $(libldtestplug2_la_OBJECTS) $(libldtestplug2_la_DEPENDENCIES) $(EXTRA_libldtestplug2_la_DEPENDENCIES)
0381901e 1200 $(AM_V_CCLD)$(libldtestplug2_la_LINK) $(libldtestplug2_la_OBJECTS) $(libldtestplug2_la_LIBADD) $(LIBS)
d0ac1c44 1201
6fd8e7c2 1202libldtestplug3.la: $(libldtestplug3_la_OBJECTS) $(libldtestplug3_la_DEPENDENCIES) $(EXTRA_libldtestplug3_la_DEPENDENCIES)
0381901e 1203 $(AM_V_CCLD)$(libldtestplug3_la_LINK) $(libldtestplug3_la_OBJECTS) $(libldtestplug3_la_LIBADD) $(LIBS)
d0ac1c44 1204
3355cb3b 1205libldtestplug4.la: $(libldtestplug4_la_OBJECTS) $(libldtestplug4_la_DEPENDENCIES) $(EXTRA_libldtestplug4_la_DEPENDENCIES)
0381901e 1206 $(AM_V_CCLD)$(libldtestplug4_la_LINK) $(libldtestplug4_la_OBJECTS) $(libldtestplug4_la_LIBADD) $(LIBS)
5bbe6ec5
NC
1207install-binPROGRAMS: $(bin_PROGRAMS)
1208 @$(NORMAL_INSTALL)
1209 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1210 if test -n "$$list"; then \
1211 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1212 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1213 fi; \
1214 for p in $$list; do echo "$$p $$p"; done | \
1215 sed 's/$(EXEEXT)$$//' | \
1216 while read p p1; do if test -f $$p \
1217 || test -f $$p1 \
1218 ; then echo "$$p"; echo "$$p"; else :; fi; \
1219 done | \
1220 sed -e 'p;s,.*/,,;n;h' \
1221 -e 's|.*|.|' \
1222 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1223 sed 'N;N;N;s,\n, ,g' | \
1224 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1225 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1226 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1227 else { print "f", $$3 "/" $$4, $$1; } } \
1228 END { for (d in files) print "f", d, files[d] }' | \
1229 while read type dir files; do \
1230 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1231 test -z "$$files" || { \
1232 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1233 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1234 } \
1235 ; done
1236
1237uninstall-binPROGRAMS:
1238 @$(NORMAL_UNINSTALL)
1239 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1240 files=`for p in $$list; do echo "$$p"; done | \
1241 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1242 -e 's/$$/$(EXEEXT)/' \
1243 `; \
1244 test -n "$$list" || exit 0; \
1245 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1246 cd "$(DESTDIR)$(bindir)" && rm -f $$files
1247
1248clean-binPROGRAMS:
1249 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1250 echo " rm -f" $$list; \
1251 rm -f $$list || exit $$?; \
1252 test -n "$(EXEEXT)" || exit 0; \
1253 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1254 echo " rm -f" $$list; \
1255 rm -f $$list
42ecbf5e 1256ldgram.h: ldgram.c
6fd8e7c2
L
1257 @if test ! -f $@; then rm -f ldgram.c; else :; fi
1258 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ldgram.c; else :; fi
42ecbf5e 1259deffilep.h: deffilep.c
6fd8e7c2
L
1260 @if test ! -f $@; then rm -f deffilep.c; else :; fi
1261 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) deffilep.c; else :; fi
d0ac1c44 1262
6fd8e7c2 1263ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES)
42ecbf5e 1264 @rm -f ld-new$(EXEEXT)
d0ac1c44 1265 $(AM_V_CCLD)$(LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
2b282e8b
NC
1266
1267mostlyclean-compile:
2b282e8b
NC
1268 -rm -f *.$(OBJEXT)
1269
2b282e8b
NC
1270distclean-compile:
1271 -rm -f *.tab.c
1272
5bbe6ec5
NC
1273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deffilep.Po@am__quote@
1274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabi.Po@am__quote@
1275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabib.Po@am__quote@
1276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf.Po@am__quote@
1277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32.Po@am__quote@
1278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32b.Po@am__quote@
1279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elfb.Po@am__quote@
1280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsd.Po@am__quote@
1281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsdb.Po@am__quote@
1282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64haiku.Po@am__quote@
1283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux.Po@am__quote@
1284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Po@am__quote@
1285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Po@am__quote@
1286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Po@am__quote@
567e0dfb 1287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64nto.Po@am__quote@
53707efa 1288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64pe.Po@am__quote@
5bbe6ec5
NC
1289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5ppc.Po@am__quote@
1290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5rs6.Po@am__quote@
1291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixppc.Po@am__quote@
1292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixrs6.Po@am__quote@
1293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealpha.Po@am__quote@
1294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealphavms.Po@am__quote@
1295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf.Po@am__quote@
1296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux.Po@am__quote@
1297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_nps.Po@am__quote@
1298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elf.Po@am__quote@
1299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elfx.Po@am__quote@
beb6b61d 1300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm64pe.Po@am__quote@
5bbe6ec5
NC
1301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm_wince_pe.Po@am__quote@
1302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf.Po@am__quote@
1303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fbsd.Po@am__quote@
1304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fuchsia.Po@am__quote@
1305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_haiku.Po@am__quote@
1306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux.Po@am__quote@
1307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_eabi.Po@am__quote@
1308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_fdpiceabi.Po@am__quote@
1309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nacl.Po@am__quote@
1310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nbsd.Po@am__quote@
1311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_phoenix.Po@am__quote@
1312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_vxworks.Po@am__quote@
1313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb.Po@am__quote@
1314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fbsd.Po@am__quote@
1315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fuchsia.Po@am__quote@
1316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux.Po@am__quote@
1317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_eabi.Po@am__quote@
1318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_fdpiceabi.Po@am__quote@
1319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nacl.Po@am__quote@
1320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nbsd.Po@am__quote@
1321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmnto.Po@am__quote@
1322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmpe.Po@am__quote@
1323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr1.Po@am__quote@
1324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr2.Po@am__quote@
1325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr25.Po@am__quote@
1326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr3.Po@am__quote@
1327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr31.Po@am__quote@
1328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr35.Po@am__quote@
1329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr4.Po@am__quote@
1330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr5.Po@am__quote@
1331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr51.Po@am__quote@
1332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr6.Po@am__quote@
1333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrtiny.Po@am__quote@
1334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega1.Po@am__quote@
1335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2.Po@am__quote@
0804d18a 1336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2_flmap.Po@am__quote@
5bbe6ec5
NC
1337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega3.Po@am__quote@
1338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4.Po@am__quote@
0804d18a 1339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4_flmap.Po@am__quote@
5bbe6ec5
NC
1340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega5.Po@am__quote@
1341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega6.Po@am__quote@
1342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega7.Po@am__quote@
1343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrisaout.Po@am__quote@
1344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecriself.Po@am__quote@
1345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrislinux.Po@am__quote@
1346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf.Po@am__quote@
1347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf_linux.Po@am__quote@
1348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed10velf.Po@am__quote@
1349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_e.Po@am__quote@
1350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_o.Po@am__quote@
1351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30velf.Po@am__quote@
1352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_dlx.Po@am__quote@
1353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc.Po@am__quote@
1354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_sol2.Po@am__quote@
1355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_vxworks.Po@am__quote@
1356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_spu.Po@am__quote@
1357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_be.Po@am__quote@
1358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_be.Po@am__quote@
1359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_le.Po@am__quote@
1360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_le.Po@am__quote@
1361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_be.Po@am__quote@
1362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_le.Po@am__quote@
1363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Po@am__quote@
1364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32am33lin.Po@am__quote@
1365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Po@am__quote@
1366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfin.Po@am__quote@
1367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfinfd.Po@am__quote@
1368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Po@am__quote@
1369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmipn32.Po@am__quote@
1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32briscv.Po@am__quote@
1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32briscv_ilp32.Po@am__quote@
1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32briscv_ilp32f.Po@am__quote@
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bsmip.Po@am__quote@
1374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip.Po@am__quote@
1375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip_fbsd.Po@am__quote@
1376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32.Po@am__quote@
1377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32_fbsd.Po@am__quote@
1378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16.Po@am__quote@
1379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32crx.Po@am__quote@
1380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmip.Po@am__quote@
1381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmipvxworks.Po@am__quote@
1382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Po@am__quote@
1383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Po@am__quote@
1384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany.Po@am__quote@
1385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany_4x4.Po@am__quote@
1386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32fr30.Po@am__quote@
1387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frv.Po@am__quote@
1388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frvfd.Po@am__quote@
1389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ft32.Po@am__quote@
1390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ip2k.Po@am__quote@
1391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq10.Po@am__quote@
1392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq2000.Po@am__quote@
6e712424 1393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32kvx.Po@am__quote@
5bbe6ec5
NC
1394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Po@am__quote@
1395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32.Po@am__quote@
1396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32fd.Po@am__quote@
1397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Po@am__quote@
1398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32loongarch.Po@am__quote@
1399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppc.Po@am__quote@
1400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppclinux.Po@am__quote@
1401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcnto.Po@am__quote@
1402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcsim.Po@am__quote@
1403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900.Po@am__quote@
1404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900n32.Po@am__quote@
1405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv.Po@am__quote@
1406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32.Po@am__quote@
1407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32f.Po@am__quote@
1408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lsmip.Po@am__quote@
1409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip.Po@am__quote@
1410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip_fbsd.Po@am__quote@
1411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32.Po@am__quote@
1412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32_fbsd.Po@am__quote@
1413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32m32c.Po@am__quote@
1414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mb_linux.Po@am__quote@
1415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mbel_linux.Po@am__quote@
1416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mcore.Po@am__quote@
1417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mep.Po@am__quote@
1418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32metag.Po@am__quote@
1419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblaze.Po@am__quote@
1420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblazeel.Po@am__quote@
1421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mipswindiss.Po@am__quote@
1422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32moxie.Po@am__quote@
1423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mt.Po@am__quote@
1424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k.Po@am__quote@
1425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k_linux.Po@am__quote@
1426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc.Po@am__quote@
1427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc_fbsd.Po@am__quote@
1428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppchaiku.Po@am__quote@
1429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppclinux.Po@am__quote@
1430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcnto.Po@am__quote@
1431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcsim.Po@am__quote@
1432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcvxworks.Po@am__quote@
1433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcwindiss.Po@am__quote@
1434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rl78.Po@am__quote@
1435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rx.Po@am__quote@
1436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rx_linux.Po@am__quote@
1437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx.Po@am__quote@
1438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx_be.Po@am__quote@
1439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilepro.Po@am__quote@
1440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32vax.Po@am__quote@
1441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32visium.Po@am__quote@
1442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xstormy16.Po@am__quote@
1443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xtensa.Po@am__quote@
1444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32z80.Po@am__quote@
1445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_aix.Po@am__quote@
1446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64.Po@am__quote@
1447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_fbsd.Po@am__quote@
1448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_vms.Po@am__quote@
1449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_s390.Po@am__quote@
1450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc.Po@am__quote@
1451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_fbsd.Po@am__quote@
1452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_sol2.Po@am__quote@
1453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha.Po@am__quote@
1454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_fbsd.Po@am__quote@
1455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_nbsd.Po@am__quote@
1456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bmip.Po@am__quote@
1457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bpf.Po@am__quote@
1458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64briscv.Po@am__quote@
1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64briscv_lp64.Po@am__quote@
1460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64briscv_lp64f.Po@am__quote@
1461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip.Po@am__quote@
1462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip_fbsd.Po@am__quote@
1463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64hppa.Po@am__quote@
6e712424
PI
1464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64kvx.Po@am__quote@
1465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64kvx_linux.Po@am__quote@
5bbe6ec5
NC
1466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64loongarch.Po@am__quote@
1467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lppc.Po@am__quote@
1468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lppc_fbsd.Po@am__quote@
1469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv.Po@am__quote@
1470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64.Po@am__quote@
1471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64f.Po@am__quote@
1472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip.Po@am__quote@
1473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip_fbsd.Po@am__quote@
1474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64mmix.Po@am__quote@
1475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc.Po@am__quote@
1476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc_fbsd.Po@am__quote@
1477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64rdos.Po@am__quote@
1478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx.Po@am__quote@
1479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx_be.Po@am__quote@
1480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386.Po@am__quote@
1481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_be.Po@am__quote@
1482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_fbsd.Po@am__quote@
1483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_haiku.Po@am__quote@
1484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_ldso.Po@am__quote@
1485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_sol2.Po@am__quote@
1486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_vxworks.Po@am__quote@
1487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_iamcu.Po@am__quote@
1488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_mipsel_haiku.Po@am__quote@
1489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_s390.Po@am__quote@
1490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Po@am__quote@
1491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_cloudabi.Po@am__quote@
1492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_fbsd.Po@am__quote@
1493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_haiku.Po@am__quote@
1494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_sol2.Po@am__quote@
1495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf.Po@am__quote@
1496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf_linux.Po@am__quote@
1497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf.Po@am__quote@
1498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf_linux.Po@am__quote@
1499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300hnelf.Po@am__quote@
1500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self.Po@am__quote@
1501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self_linux.Po@am__quote@
1502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300snelf.Po@am__quote@
1503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf.Po@am__quote@
1504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf_linux.Po@am__quote@
1505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxnelf.Po@am__quote@
1506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppa64linux.Po@am__quote@
1507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaelf.Po@am__quote@
1508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppalinux.Po@am__quote@
1509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppanbsd.Po@am__quote@
1510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaobsd.Po@am__quote@
1511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386aout.Po@am__quote@
1512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386beos.Po@am__quote@
1513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386bsd.Po@am__quote@
1514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386go32.Po@am__quote@
1515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386lynx.Po@am__quote@
1516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386moss.Po@am__quote@
1517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386msdos.Po@am__quote@
1518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386nto.Po@am__quote@
1519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe.Po@am__quote@
1520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe_posix.Po@am__quote@
1521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pep.Po@am__quote@
1522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf.Po@am__quote@
1523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf_linux.Po@am__quote@
1524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf.Po@am__quote@
1525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf_linux.Po@am__quote@
1526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elf.Po@am__quote@
1527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elfb.Po@am__quote@
1528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elf.Po@am__quote@
1529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elfb.Po@am__quote@
1530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelf.Po@am__quote@
1531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelfnbsd.Po@am__quote@
1532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em9s12zelf.Po@am__quote@
1533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emcorepe.Po@am__quote@
1534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emmo.Po@am__quote@
1535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10200.Po@am__quote@
1536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10300.Po@am__quote@
1537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emoxiebox.Po@am__quote@
1538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430X.Po@am__quote@
1539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430elf.Po@am__quote@
1540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf.Po@am__quote@
1541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf16m.Po@am__quote@
1542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf_linux.Po@am__quote@
1543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf.Po@am__quote@
1544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf16m.Po@am__quote@
1545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf_linux.Po@am__quote@
1546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2elf.Po@am__quote@
1547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2linux.Po@am__quote@
1548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ens32knbsd.Po@am__quote@
1549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epc532macha.Po@am__quote@
1550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epdp11.Po@am__quote@
1551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjelf.Po@am__quote@
1552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjlelf.Po@am__quote@
1553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcmacos.Po@am__quote@
1554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epruelf.Po@am__quote@
1555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore3_elf.Po@am__quote@
1556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore7_elf.Po@am__quote@
1557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esh.Po@am__quote@
1558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf.Po@am__quote@
1559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_fd.Po@am__quote@
1560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_linux.Po@am__quote@
1561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nbsd.Po@am__quote@
1562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nto.Po@am__quote@
1563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_uclinux.Po@am__quote@
1564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_vxworks.Po@am__quote@
1565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshl.Po@am__quote@
1566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf.Po@am__quote@
1567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_fd.Po@am__quote@
1568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_linux.Po@am__quote@
1569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nbsd.Po@am__quote@
1570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nto.Po@am__quote@
1571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_vxworks.Po@am__quote@
1572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshpe.Po@am__quote@
1573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30coff.Po@am__quote@
1574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff.Po@am__quote@
1575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff_onchip.Po@am__quote@
1576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic4xcoff.Po@am__quote@
1577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Po@am__quote@
1578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Po@am__quote@
1579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Po@am__quote@
1580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Po@am__quote@
1581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@
1582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Po@am__quote@
1583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez80.Po@am__quote@
1584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8001.Po@am__quote@
1585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8002.Po@am__quote@
1586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldbuildid.Po@am__quote@
1587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldcref.Po@am__quote@
1588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldctor.Po@am__quote@
1589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldelf.Po@am__quote@
1590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldelfgen.Po@am__quote@
1591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldemul.Po@am__quote@
1592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldexp.Po@am__quote@
1593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldfile.Po@am__quote@
1594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldgram.Po@am__quote@
1595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlang.Po@am__quote@
1596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlex-wrapper.Po@am__quote@
1597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlex.Po@am__quote@
1598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldmain.Po@am__quote@
1599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldmisc.Po@am__quote@
1600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldver.Po@am__quote@
1601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldwrite.Po@am__quote@
1602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexsup.Po@am__quote@
1603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdep_plugin.Plo@am__quote@
1604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug2_la-testplug2.Plo@am__quote@
1605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug3_la-testplug3.Plo@am__quote@
1606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug4_la-testplug4.Plo@am__quote@
1607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug_la-testplug.Plo@am__quote@
1608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mri.Po@am__quote@
b41a6533 1609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdb.Po@am__quote@
5bbe6ec5 1610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-dll.Po@am__quote@
feddea4b
AM
1611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll-aarch64.Po@am__quote@
1612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll-x86_64.Po@am__quote@
5bbe6ec5
NC
1613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll.Po@am__quote@
1614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
64ac50ac 1615
42ecbf5e 1616.c.o:
d0ac1c44
SM
1617@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1618@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1619@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
64ac50ac 1620@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1621@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
42ecbf5e
DJ
1622
1623.c.obj:
d0ac1c44
SM
1624@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1625@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1626@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
64ac50ac 1627@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1628@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
da54c6eb 1629
a2d91340 1630.c.lo:
d0ac1c44
SM
1631@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1632@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1633@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
64ac50ac 1634@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1635@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
252b5132 1636
5d3236ee 1637libldtestplug_la-testplug.lo: testplug.c
d0ac1c44
SM
1638@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug_la_CFLAGS) $(CFLAGS) -MT libldtestplug_la-testplug.lo -MD -MP -MF $(DEPDIR)/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '$(srcdir)/'`testplug.c
1639@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug_la-testplug.Tpo $(DEPDIR)/libldtestplug_la-testplug.Plo
1640@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug.c' object='libldtestplug_la-testplug.lo' libtool=yes @AMDEPBACKSLASH@
5d3236ee 1641@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1642@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug_la_CFLAGS) $(CFLAGS) -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '$(srcdir)/'`testplug.c
5d3236ee 1643
439b7f41 1644libldtestplug2_la-testplug2.lo: testplug2.c
d0ac1c44
SM
1645@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug2_la_CFLAGS) $(CFLAGS) -MT libldtestplug2_la-testplug2.lo -MD -MP -MF $(DEPDIR)/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '$(srcdir)/'`testplug2.c
1646@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug2_la-testplug2.Tpo $(DEPDIR)/libldtestplug2_la-testplug2.Plo
1647@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug2.c' object='libldtestplug2_la-testplug2.lo' libtool=yes @AMDEPBACKSLASH@
439b7f41 1648@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1649@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug2_la_CFLAGS) $(CFLAGS) -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '$(srcdir)/'`testplug2.c
439b7f41
L
1650
1651libldtestplug3_la-testplug3.lo: testplug3.c
d0ac1c44
SM
1652@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug3_la_CFLAGS) $(CFLAGS) -MT libldtestplug3_la-testplug3.lo -MD -MP -MF $(DEPDIR)/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '$(srcdir)/'`testplug3.c
1653@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug3_la-testplug3.Tpo $(DEPDIR)/libldtestplug3_la-testplug3.Plo
1654@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug3.c' object='libldtestplug3_la-testplug3.lo' libtool=yes @AMDEPBACKSLASH@
439b7f41 1655@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1656@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug3_la_CFLAGS) $(CFLAGS) -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '$(srcdir)/'`testplug3.c
439b7f41 1657
3355cb3b 1658libldtestplug4_la-testplug4.lo: testplug4.c
d0ac1c44
SM
1659@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug4_la_CFLAGS) $(CFLAGS) -MT libldtestplug4_la-testplug4.lo -MD -MP -MF $(DEPDIR)/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '$(srcdir)/'`testplug4.c
1660@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug4_la-testplug4.Tpo $(DEPDIR)/libldtestplug4_la-testplug4.Plo
1661@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug4.c' object='libldtestplug4_la-testplug4.lo' libtool=yes @AMDEPBACKSLASH@
3355cb3b 1662@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1663@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug4_la_CFLAGS) $(CFLAGS) -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '$(srcdir)/'`testplug4.c
3355cb3b 1664
42ecbf5e 1665.l.c:
d0ac1c44 1666 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
252b5132 1667
42ecbf5e 1668.y.c:
d0ac1c44 1669 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
da54c6eb
L
1670
1671mostlyclean-libtool:
1672 -rm -f *.lo
1673
1674clean-libtool:
1675 -rm -rf .libs _libs
1676
1677distclean-libtool:
81ecdfbb 1678 -rm -f libtool config.lt
da54c6eb 1679
d0ac1c44
SM
1680ld.info: ld.texi $(ld_TEXINFOS)
1681 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
42ecbf5e 1682 rm -rf $$backupdir && mkdir $$backupdir && \
38fc1cb1
DJ
1683 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
1684 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
1685 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
1686 done; \
1687 else :; fi && \
42ecbf5e 1688 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
d0ac1c44 1689 -o $@ `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi; \
42ecbf5e
DJ
1690 then \
1691 rc=0; \
42ecbf5e
DJ
1692 else \
1693 rc=$$?; \
38fc1cb1 1694 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
42ecbf5e
DJ
1695 fi; \
1696 rm -rf $$backupdir; exit $$rc
252b5132 1697
5f38307a
AM
1698ld.dvi: ld.texi $(ld_TEXINFOS)
1699 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1700 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1701 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1702 `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi
1703
1704ld.pdf: ld.texi $(ld_TEXINFOS)
1705 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1706 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1707 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1708 `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi
1709
1710ld.html: ld.texi $(ld_TEXINFOS)
1711 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1712 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1713 -o $(@:.html=.htp) `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi; \
1714 then \
1715 rm -rf $@ && mv $(@:.html=.htp) $@; \
1716 else \
1717 rm -rf $(@:.html=.htp); exit 1; \
1718 fi
1719
1720ldint.info: ldint.texi
3a80a483
US
1721 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1722 rm -rf $$backupdir && mkdir $$backupdir && \
1723 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
1724 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
1725 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
1726 done; \
1727 else :; fi && \
1728 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1729 -o $@ `test -f 'ldint.texi' || echo '$(srcdir)/'`ldint.texi; \
1730 then \
1731 rc=0; \
1732 else \
1733 rc=$$?; \
1734 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
1735 fi; \
1736 rm -rf $$backupdir; exit $$rc
1737
5f38307a 1738ldint.dvi: ldint.texi
3a80a483
US
1739 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1740 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1741 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1742 `test -f 'ldint.texi' || echo '$(srcdir)/'`ldint.texi
1743
5f38307a 1744ldint.pdf: ldint.texi
3a80a483
US
1745 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1746 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1747 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1748 `test -f 'ldint.texi' || echo '$(srcdir)/'`ldint.texi
1749
5f38307a 1750ldint.html: ldint.texi
3a80a483
US
1751 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1752 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1753 -o $(@:.html=.htp) `test -f 'ldint.texi' || echo '$(srcdir)/'`ldint.texi; \
1754 then \
1755 rm -rf $@ && mv $(@:.html=.htp) $@; \
1756 else \
1757 rm -rf $(@:.html=.htp); exit 1; \
1758 fi
252b5132 1759.dvi.ps:
d0ac1c44
SM
1760 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1761 $(DVIPS) $(AM_V_texinfo) -o $@ $<
252b5132 1762
81ecdfbb
RW
1763uninstall-dvi-am:
1764 @$(NORMAL_UNINSTALL)
1765 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1766 for p in $$list; do \
1767 $(am__strip_dir) \
1768 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
1769 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
1770 done
1771
1772uninstall-html-am:
1773 @$(NORMAL_UNINSTALL)
1774 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
1775 for p in $$list; do \
1776 $(am__strip_dir) \
1777 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
1778 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
1779 done
1780
42ecbf5e 1781uninstall-info-am:
b898a385 1782 @$(PRE_UNINSTALL)
6fd8e7c2 1783 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
252b5132
RH
1784 list='$(INFO_DEPS)'; \
1785 for file in $$list; do \
42ecbf5e
DJ
1786 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1787 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
81ecdfbb
RW
1788 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
1789 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
252b5132 1790 done; \
42ecbf5e 1791 else :; fi
252b5132 1792 @$(NORMAL_UNINSTALL)
42ecbf5e 1793 @list='$(INFO_DEPS)'; \
252b5132 1794 for file in $$list; do \
42ecbf5e
DJ
1795 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1796 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
81ecdfbb 1797 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
b898a385 1798 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
42ecbf5e
DJ
1799 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
1800 else :; fi); \
252b5132
RH
1801 done
1802
81ecdfbb
RW
1803uninstall-pdf-am:
1804 @$(NORMAL_UNINSTALL)
1805 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1806 for p in $$list; do \
1807 $(am__strip_dir) \
1808 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
1809 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
1810 done
1811
1812uninstall-ps-am:
1813 @$(NORMAL_UNINSTALL)
1814 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1815 for p in $$list; do \
1816 $(am__strip_dir) \
1817 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
1818 rm -f "$(DESTDIR)$(psdir)/$$f"; \
1819 done
1820
252b5132 1821dist-info: $(INFO_DEPS)
42ecbf5e 1822 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
252b5132
RH
1823 list='$(INFO_DEPS)'; \
1824 for base in $$list; do \
42ecbf5e
DJ
1825 case $$base in \
1826 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
1827 esac; \
252b5132 1828 if test -f $$base; then d=.; else d=$(srcdir); fi; \
81ecdfbb
RW
1829 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
1830 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
1831 if test -f $$file; then \
1832 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
1833 test -f "$(distdir)/$$relfile" || \
1834 cp -p $$file "$(distdir)/$$relfile"; \
1835 else :; fi; \
252b5132
RH
1836 done; \
1837 done
1838
1839mostlyclean-aminfo:
5f38307a 1840 -rm -rf ld.t2d ld.t2p ldint.t2d ldint.t2p
81ecdfbb
RW
1841
1842clean-aminfo:
5f38307a
AM
1843 -test -z "ld.dvi ld.pdf ld.ps ld.html ldint.dvi ldint.pdf ldint.ps ldint.html" \
1844 || rm -rf ld.dvi ld.pdf ld.ps ld.html ldint.dvi ldint.pdf ldint.ps ldint.html
252b5132
RH
1845
1846maintainer-clean-aminfo:
42ecbf5e
DJ
1847 @list='$(INFO_DEPS)'; for i in $$list; do \
1848 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1849 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1850 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
252b5132 1851 done
81ecdfbb 1852install-man1: $(man_MANS)
42ecbf5e 1853 @$(NORMAL_INSTALL)
6fd8e7c2
L
1854 @list1=''; \
1855 list2='$(man_MANS)'; \
1856 test -n "$(man1dir)" \
1857 && test -n "`echo $$list1$$list2`" \
1858 || exit 0; \
1859 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1860 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1861 { for i in $$list1; do echo "$$i"; done; \
1862 if test -n "$$list2"; then \
1863 for i in $$list2; do echo "$$i"; done \
1864 | sed -n '/\.1[a-z]*$$/p'; \
1865 fi; \
81ecdfbb
RW
1866 } | while read p; do \
1867 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1868 echo "$$d$$p"; echo "$$p"; \
1869 done | \
1870 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1871 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1872 sed 'N;N;s,\n, ,g' | { \
1873 list=; while read file base inst; do \
1874 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1875 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1876 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1877 fi; \
252b5132 1878 done; \
81ecdfbb
RW
1879 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1880 while read files; do \
1881 test -z "$$files" || { \
1882 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1883 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1884 done; }
1885
252b5132 1886uninstall-man1:
42ecbf5e 1887 @$(NORMAL_UNINSTALL)
81ecdfbb
RW
1888 @list=''; test -n "$(man1dir)" || exit 0; \
1889 files=`{ for i in $$list; do echo "$$i"; done; \
1890 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1891 sed -n '/\.1[a-z]*$$/p'; \
1892 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1893 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
6fd8e7c2 1894 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
252b5132
RH
1895
1896# This directory's subdirectories are mostly independent; you can cd
d0ac1c44
SM
1897# into them and run 'make' without going through this Makefile.
1898# To change the values of 'make' variables: instead of editing Makefiles,
1899# (1) if the variable is set in 'config.status', edit 'config.status'
1900# (which will cause the Makefiles to be regenerated when you run 'make');
1901# (2) otherwise, pass the desired values on the 'make' command line.
1902$(am__recursive_targets):
1903 @fail=; \
1904 if $(am__make_keepgoing); then \
1905 failcom='fail=yes'; \
1906 else \
1907 failcom='exit 1'; \
1908 fi; \
252b5132
RH
1909 dot_seen=no; \
1910 target=`echo $@ | sed s/-recursive//`; \
d0ac1c44
SM
1911 case "$@" in \
1912 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1913 *) list='$(SUBDIRS)' ;; \
1914 esac; \
1915 for subdir in $$list; do \
252b5132
RH
1916 echo "Making $$target in $$subdir"; \
1917 if test "$$subdir" = "."; then \
1918 dot_seen=yes; \
1919 local_target="$$target-am"; \
1920 else \
1921 local_target="$$target"; \
1922 fi; \
81ecdfbb 1923 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b898a385 1924 || eval $$failcom; \
252b5132
RH
1925 done; \
1926 if test "$$dot_seen" = "no"; then \
1927 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1928 fi; test -z "$$fail"
1929
d0ac1c44
SM
1930ID: $(am__tagged_files)
1931 $(am__define_uniq_tagged_files); mkid -fID $$unique
1932tags: tags-recursive
1933TAGS: tags
252b5132 1934
d0ac1c44 1935tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
81ecdfbb 1936 set x; \
252b5132 1937 here=`pwd`; \
42ecbf5e
DJ
1938 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1939 include_option=--etags-include; \
1940 empty_fix=.; \
1941 else \
1942 include_option=--include; \
1943 empty_fix=; \
1944 fi; \
252b5132 1945 list='$(SUBDIRS)'; for subdir in $$list; do \
42ecbf5e
DJ
1946 if test "$$subdir" = .; then :; else \
1947 test ! -f $$subdir/TAGS || \
81ecdfbb 1948 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
42ecbf5e 1949 fi; \
252b5132 1950 done; \
d0ac1c44 1951 $(am__define_uniq_tagged_files); \
81ecdfbb
RW
1952 shift; \
1953 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
42ecbf5e 1954 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
1955 if test $$# -gt 0; then \
1956 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1957 "$$@" $$unique; \
1958 else \
1959 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1960 $$unique; \
1961 fi; \
42ecbf5e 1962 fi
d0ac1c44
SM
1963ctags: ctags-recursive
1964
1965CTAGS: ctags
1966ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1967 $(am__define_uniq_tagged_files); \
81ecdfbb 1968 test -z "$(CTAGS_ARGS)$$unique" \
42ecbf5e 1969 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 1970 $$unique
252b5132 1971
42ecbf5e
DJ
1972GTAGS:
1973 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
1974 && $(am__cd) $(top_srcdir) \
1975 && gtags -i $(GTAGS_ARGS) "$$here"
d0ac1c44
SM
1976cscope: cscope.files
1977 test ! -s cscope.files \
1978 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1979clean-cscope:
1980 -rm -f cscope.files
1981cscope.files: clean-cscope cscopelist
1982cscopelist: cscopelist-recursive
1983
1984cscopelist-am: $(am__tagged_files)
1985 list='$(am__tagged_files)'; \
1986 case "$(srcdir)" in \
1987 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1988 *) sdir=$(subdir)/$(srcdir) ;; \
1989 esac; \
1990 for i in $$list; do \
1991 if test -f "$$i"; then \
1992 echo "$(subdir)/$$i"; \
1993 else \
1994 echo "$$sdir/$$i"; \
1995 fi; \
1996 done >> $(top_builddir)/cscope.files
252b5132
RH
1997
1998distclean-tags:
42ecbf5e 1999 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
d0ac1c44 2000 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
6fd8e7c2 2001site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
d0ac1c44 2002 @echo 'Making a new site.exp file ...'
42ecbf5e
DJ
2003 @echo '## these variables are automatically generated by make ##' >site.tmp
2004 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
2005 @echo '# edit the last section' >>site.tmp
6fd8e7c2 2006 @echo 'set srcdir "$(srcdir)"' >>site.tmp
5bbe6ec5 2007 @echo "set objdir `pwd`" >>site.tmp
42ecbf5e
DJ
2008 @echo 'set build_alias "$(build_alias)"' >>site.tmp
2009 @echo 'set build_triplet $(build_triplet)' >>site.tmp
2010 @echo 'set host_alias "$(host_alias)"' >>site.tmp
2011 @echo 'set host_triplet $(host_triplet)' >>site.tmp
2012 @echo 'set target_alias "$(target_alias)"' >>site.tmp
2013 @echo 'set target_triplet $(target_triplet)' >>site.tmp
6fd8e7c2
L
2014 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
2015 echo "## Begin content included from file $$f. Do not modify. ##" \
2016 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
2017 && echo "## End content included from file $$f. ##" \
2018 || exit 1; \
2019 done >> site.tmp
2020 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
2021 @if test -f site.exp; then \
2022 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
2023 fi
42ecbf5e 2024 @-rm -f site.bak
a2d91340 2025 @test ! -f site.exp || mv site.exp site.bak
42ecbf5e
DJ
2026 @mv site.tmp site.exp
2027
2028distclean-DEJAGNU:
2029 -rm -f site.exp site.bak
2030 -l='$(DEJATOOL)'; for tool in $$l; do \
2031 rm -f $$tool.sum $$tool.log; \
2032 done
64ac50ac 2033check-am: all-am
252b5132 2034 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
64ac50ac
RW
2035check: $(BUILT_SOURCES)
2036 $(MAKE) $(AM_MAKEFLAGS) check-recursive
5bbe6ec5 2037all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(MANS) \
5d3236ee 2038 config.h
42ecbf5e
DJ
2039installdirs: installdirs-recursive
2040installdirs-am:
5bbe6ec5 2041 for dir in "$(DESTDIR)$(bfdplugindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
81ecdfbb 2042 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
42ecbf5e 2043 done
64ac50ac
RW
2044install: $(BUILT_SOURCES)
2045 $(MAKE) $(AM_MAKEFLAGS) install-recursive
5bbe6ec5 2046install-exec: install-exec-recursive
252b5132 2047install-data: install-data-recursive
42ecbf5e 2048uninstall: uninstall-recursive
252b5132
RH
2049
2050install-am: all-am
2051 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2b282e8b 2052
42ecbf5e
DJ
2053installcheck: installcheck-recursive
2054install-strip:
6fd8e7c2
L
2055 if test -z '$(STRIP)'; then \
2056 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2057 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2058 install; \
2059 else \
2060 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2061 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2062 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2063 fi
252b5132
RH
2064mostlyclean-generic:
2065 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2066
2067clean-generic:
2068 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2069
2070distclean-generic:
42ecbf5e 2071 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 2072 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
252b5132
RH
2073 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2074
2075maintainer-clean-generic:
42ecbf5e
DJ
2076 @echo "This command is intended for maintainers to use"
2077 @echo "it deletes files that may require special tools to rebuild."
2078 -rm -f deffilep.c
2079 -rm -f deffilep.h
2080 -rm -f ldgram.c
2081 -rm -f ldgram.h
2082 -rm -f ldlex.c
64ac50ac 2083 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
42ecbf5e
DJ
2084 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2085clean: clean-recursive
325fab4e 2086
bf6d8037
HC
2087clean-am: clean-aminfo clean-bfdpluginLTLIBRARIES clean-binPROGRAMS \
2088 clean-generic clean-libtool clean-noinstLTLIBRARIES \
2089 mostlyclean-am
325fab4e 2090
42ecbf5e
DJ
2091distclean: distclean-recursive
2092 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
5bbe6ec5 2093 -rm -rf ./$(DEPDIR)
42ecbf5e
DJ
2094 -rm -f Makefile
2095distclean-am: clean-am distclean-DEJAGNU distclean-compile \
2096 distclean-generic distclean-hdr distclean-libtool \
2097 distclean-local distclean-tags
325fab4e 2098
42ecbf5e 2099dvi: dvi-recursive
325fab4e 2100
42ecbf5e 2101dvi-am: $(DVIS)
325fab4e 2102
42ecbf5e
DJ
2103html: html-recursive
2104
cf758b39 2105html-am: $(HTMLS) html-local
42ecbf5e
DJ
2106
2107info: info-recursive
2108
2109info-am: $(INFO_DEPS)
2110
bf6d8037
HC
2111install-data-am: install-bfdpluginLTLIBRARIES install-data-local \
2112 install-info-am install-man
42ecbf5e 2113
81ecdfbb
RW
2114install-dvi: install-dvi-recursive
2115
2116install-dvi-am: $(DVIS)
2117 @$(NORMAL_INSTALL)
81ecdfbb 2118 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
6fd8e7c2
L
2119 if test -n "$$list"; then \
2120 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
2121 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
2122 fi; \
81ecdfbb
RW
2123 for p in $$list; do \
2124 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2125 echo "$$d$$p"; \
2126 done | $(am__base_list) | \
2127 while read files; do \
2128 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
2129 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
2130 done
14ec8efd 2131install-exec-am: install-binPROGRAMS install-exec-local
42ecbf5e 2132
af542c2e
RW
2133install-html: install-html-recursive
2134
2135install-html-am: $(HTMLS)
2136 @$(NORMAL_INSTALL)
af542c2e 2137 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
6fd8e7c2
L
2138 if test -n "$$list"; then \
2139 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
2140 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
2141 fi; \
af542c2e
RW
2142 for p in $$list; do \
2143 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
2144 $(am__strip_dir) \
6fd8e7c2
L
2145 d2=$$d$$p; \
2146 if test -d "$$d2"; then \
af542c2e
RW
2147 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
2148 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
6fd8e7c2
L
2149 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
2150 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
af542c2e 2151 else \
6fd8e7c2 2152 list2="$$list2 $$d2"; \
af542c2e
RW
2153 fi; \
2154 done; \
2155 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
2156 while read files; do \
2157 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
2158 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
2159 done; }
42ecbf5e
DJ
2160install-info: install-info-recursive
2161
2162install-info-am: $(INFO_DEPS)
2163 @$(NORMAL_INSTALL)
42ecbf5e 2164 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
81ecdfbb 2165 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
6fd8e7c2
L
2166 if test -n "$$list"; then \
2167 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
2168 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
2169 fi; \
42ecbf5e
DJ
2170 for file in $$list; do \
2171 case $$file in \
2172 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
2173 esac; \
2174 if test -f $$file; then d=.; else d=$(srcdir); fi; \
2175 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
2176 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
81ecdfbb 2177 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
42ecbf5e 2178 if test -f $$ifile; then \
81ecdfbb 2179 echo "$$ifile"; \
42ecbf5e
DJ
2180 else : ; fi; \
2181 done; \
81ecdfbb
RW
2182 done | $(am__base_list) | \
2183 while read files; do \
2184 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
2185 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
42ecbf5e 2186 @$(POST_INSTALL)
6fd8e7c2 2187 @if $(am__can_run_installinfo); then \
81ecdfbb 2188 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
42ecbf5e
DJ
2189 for file in $$list; do \
2190 relfile=`echo "$$file" | sed 's|^.*/||'`; \
2191 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
2192 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
2193 done; \
2194 else : ; fi
2195install-man: install-man1
2196
af542c2e
RW
2197install-pdf: install-pdf-recursive
2198
2199install-pdf-am: $(PDFS)
2200 @$(NORMAL_INSTALL)
af542c2e 2201 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
6fd8e7c2
L
2202 if test -n "$$list"; then \
2203 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
2204 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
2205 fi; \
af542c2e
RW
2206 for p in $$list; do \
2207 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2208 echo "$$d$$p"; \
2209 done | $(am__base_list) | \
2210 while read files; do \
2211 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
2212 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
81ecdfbb
RW
2213install-ps: install-ps-recursive
2214
2215install-ps-am: $(PSS)
2216 @$(NORMAL_INSTALL)
81ecdfbb 2217 @list='$(PSS)'; test -n "$(psdir)" || list=; \
6fd8e7c2
L
2218 if test -n "$$list"; then \
2219 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
2220 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
2221 fi; \
81ecdfbb
RW
2222 for p in $$list; do \
2223 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2224 echo "$$d$$p"; \
2225 done | $(am__base_list) | \
2226 while read files; do \
2227 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
2228 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
42ecbf5e 2229installcheck-am:
325fab4e 2230
2b282e8b 2231maintainer-clean: maintainer-clean-recursive
42ecbf5e
DJ
2232 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2233 -rm -rf $(top_srcdir)/autom4te.cache
5bbe6ec5 2234 -rm -rf ./$(DEPDIR)
42ecbf5e
DJ
2235 -rm -f Makefile
2236maintainer-clean-am: distclean-am maintainer-clean-aminfo \
2237 maintainer-clean-generic
2238
2239mostlyclean: mostlyclean-recursive
2240
2241mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
2242 mostlyclean-generic mostlyclean-libtool mostlyclean-local
2243
2244pdf: pdf-recursive
2245
2246pdf-am: $(PDFS)
2247
2248ps: ps-recursive
2249
2250ps-am: $(PSS)
2251
bf6d8037
HC
2252uninstall-am: uninstall-bfdpluginLTLIBRARIES uninstall-binPROGRAMS \
2253 uninstall-dvi-am uninstall-html-am uninstall-info-am \
2254 uninstall-man uninstall-pdf-am uninstall-ps-am
42ecbf5e
DJ
2255
2256uninstall-man: uninstall-man1
2257
d0ac1c44 2258.MAKE: $(am__recursive_targets) all check check-am install install-am \
5bbe6ec5 2259 install-strip
81ecdfbb 2260
d0ac1c44 2261.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
5bbe6ec5
NC
2262 am--refresh check check-DEJAGNU check-am clean clean-aminfo \
2263 clean-bfdpluginLTLIBRARIES clean-binPROGRAMS clean-cscope \
2264 clean-generic clean-libtool clean-noinstLTLIBRARIES cscope \
2265 cscopelist-am ctags ctags-am dist-info distclean \
2266 distclean-DEJAGNU distclean-compile distclean-generic \
2267 distclean-hdr distclean-libtool distclean-local distclean-tags \
2268 dvi dvi-am html html-am html-local info info-am install \
2269 install-am install-bfdpluginLTLIBRARIES install-binPROGRAMS \
2270 install-data install-data-am install-data-local install-dvi \
2271 install-dvi-am install-exec install-exec-am install-exec-local \
2272 install-html install-html-am install-info install-info-am \
2273 install-man install-man1 install-pdf install-pdf-am install-ps \
81ecdfbb
RW
2274 install-ps-am install-strip installcheck installcheck-am \
2275 installdirs installdirs-am maintainer-clean \
2276 maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
2277 mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
2278 mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \
bf6d8037
HC
2279 tags-am uninstall uninstall-am uninstall-bfdpluginLTLIBRARIES \
2280 uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
2281 uninstall-info-am uninstall-man uninstall-man1 \
2282 uninstall-pdf-am uninstall-ps-am
252b5132 2283
d0ac1c44
SM
2284.PRECIOUS: Makefile
2285
252b5132 2286
ceae3e33 2287# Disable -Werror, if it has been enabled, since old versions of bison/
5586bca1 2288# yacc will produce working code which contain compile time warnings.
52a6ecd2 2289ldgram.@OBJEXT@: ldgram.c
48b5f33a
MF
2290@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR)
2291@am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
64ac50ac
RW
2292@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldgram.c' object='$@' libtool=no @AMDEPBACKSLASH@
2293@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
48b5f33a 2294@am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR)
64ac50ac 2295
52a6ecd2 2296ldlex-wrapper.@OBJEXT@: ldlex-wrapper.c ldlex.c
48b5f33a
MF
2297@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/ldlex-wrapper.c $(NO_WERROR)
2298@am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
45e481d1 2299@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldlex-wrapper.c' object='$@' libtool=no @AMDEPBACKSLASH@
64ac50ac 2300@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
48b5f33a 2301@am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c $(srcdir)/ldlex-wrapper.c $(NO_WERROR)
64ac50ac 2302
52a6ecd2 2303deffilep.@OBJEXT@: deffilep.c
48b5f33a
MF
2304@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deffilep.c || echo $(srcdir)/`deffilep.c $(NO_WERROR)
2305@am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
64ac50ac
RW
2306@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deffilep.c' object='$@' libtool=no @AMDEPBACKSLASH@
2307@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
48b5f33a 2308@am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c `test -f deffilep.c || echo $(srcdir)/`deffilep.c $(NO_WERROR)
ceae3e33 2309
33589acb
AM
2310po/SRC-POTFILES.in: @MAINT@ Makefile
2311 for f in $(SRC_POTFILES); do echo $$f; done | LC_ALL=C sort > $@-tmp \
2312 && mv $@-tmp $(srcdir)/po/SRC-POTFILES.in
2313
02d44d76 2314po/BLD-POTFILES.in: @MAINT@ Makefile
33589acb
AM
2315 for f in $(BLD_POTFILES); do echo $$f; done | LC_ALL=C sort > $@-tmp \
2316 && mv $@-tmp $(srcdir)/po/BLD-POTFILES.in
252b5132 2317
52a6ecd2 2318ldmain.@OBJEXT@: ldmain.c config.status
48b5f33a 2319@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \
64ac50ac
RW
2320@am__fastdepCC_TRUE@ -DDEFAULT_EMULATION='"$(EMUL)"' \
2321@am__fastdepCC_TRUE@ -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
2322@am__fastdepCC_TRUE@ -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
2323@am__fastdepCC_TRUE@ $(srcdir)/ldmain.c
48b5f33a 2324@am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
8a0e2760 2325@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldmain.c' object='$@' libtool=no @AMDEPBACKSLASH@
64ac50ac 2326@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
48b5f33a 2327@am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \
64ac50ac
RW
2328@am__fastdepCC_FALSE@ -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
2329@am__fastdepCC_FALSE@ -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
2330@am__fastdepCC_FALSE@ $(srcdir)/ldmain.c
252b5132 2331
52a6ecd2 2332ldfile.@OBJEXT@: ldfile.c config.status
48b5f33a 2333@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \
64ac50ac
RW
2334@am__fastdepCC_TRUE@ -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
2335@am__fastdepCC_TRUE@ $(srcdir)/ldfile.c
48b5f33a 2336@am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
8a0e2760 2337@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldfile.c' object='$@' libtool=no @AMDEPBACKSLASH@
64ac50ac 2338@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
48b5f33a 2339@am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \
64ac50ac
RW
2340@am__fastdepCC_FALSE@ -DTOOLBINDIR='"$(tooldir)/bin"' \
2341@am__fastdepCC_FALSE@ $(srcdir)/ldfile.c
a8caa245 2342
52a6ecd2 2343eelf32_spu.@OBJEXT@: eelf32_spu.c
48b5f33a 2344@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \
8a0e2760 2345@am__fastdepCC_TRUE@ -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" eelf32_spu.c
48b5f33a 2346@am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
8a0e2760
RW
2347@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eelf32_spu.c' object='$@' libtool=no @AMDEPBACKSLASH@
2348@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
48b5f33a 2349@am__fastdepCC_FALSE@ $(AM_V_CC)$(COMPILE) -c -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" \
8a0e2760 2350@am__fastdepCC_FALSE@ eelf32_spu.c
42ba7415 2351
252b5132
RH
2352ldemul-list.h: Makefile
2353 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
2354 for f in `echo " " ${EMULATION_OFILES} "" \
2355 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
2356 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
2357 done;\
2358 echo "";\
2359 echo "#define EMULATION_LIST \\";\
2360 for f in `echo " " ${EMULATION_OFILES} "" \
2361 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
2362 echo " &ld_$${f}_emulation, \\"; \
2363 done;\
2364 echo " 0") >ldemul-tmp.h
2365 mv ldemul-tmp.h ldemul-list.h
597e2591 2366
07f9535f
AM
2367ldscripts/stamp:
2368 $(AM_V_GEN)test -d $(@D) || mkdir $(@D); touch $@
2369
252b5132
RH
2370@TDIRS@
2371
7b793987
AM
2372e%.c:
2373 $(AM_V_GEN)${GENSCRIPTS} $* "$(tdir_$*)"
77ac17b8 2374
c40e31a1 2375$(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS)
77ac17b8 2376
07f9535f
AM
2377#Dummy rule to prevent make considering e%.c as a source for missing
2378#.Pc files (and they are all missing until the e*.c files are generated).
2379#For example, we don't want e.deps/emmo.Pc.c to be tried when
2380#.deps/emmo.Pc is missing.
2381%.Pc:
2382
2383@AMDEP_TRUE@-include $(patsubst %.c,./$(DEPDIR)/%.Pc,$(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES))
77ac17b8 2384
252b5132 2385check-DEJAGNU: site.exp
554c30ab 2386 (cd .libs; test -e ldscripts || test ! -e ld-new || $(LN_S) ../ldscripts .)
252b5132
RH
2387 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
2388 r=`pwd`; export r; \
e5b62927 2389 LC_ALL=C; export LC_ALL; \
252b5132 2390 EXPECT=$(EXPECT); export EXPECT; \
252b5132
RH
2391 runtest=$(RUNTEST); \
2392 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
2393 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
ad77db1c
AM
2394 CC="$(CC)" CFLAGS="$(CFLAGS)" \
2395 CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
2396 CC_FOR_TARGET="$(CC_FOR_TARGET)" \
fa2b501c 2397 CFLAGS_FOR_TARGET="$(filter-out -ffile-prefix-map=%,$(CFLAGS_FOR_TARGET))" \
ad77db1c 2398 CXX_FOR_TARGET="$(CXX_FOR_TARGET)" \
fa2b501c 2399 CXXFLAGS_FOR_TARGET="$(filter-out -ffile-prefix-map=%,$(CXXFLAGS_FOR_TARGET))" \
87279e3c 2400 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" CTFLIB="$(TESTCTFLIB) $(ZLIB)" \
cf0e0a0b 2401 SFRAMELIB="$(TESTSFRAMELIB)" \
023b960d 2402 JANSSON_LIBS="$(JANSSON_LIBS)" ZSTD_LIBS="$(ZSTD_LIBS)" \
20e95c23 2403 LIBIBERTY="$(LIBIBERTY) $(LIBINTL)" LIBS="$(LIBS)" \
eccbf555 2404 DO_COMPARE="`echo '$(do_compare)' | sed -e 's,\\$$,,g'`" \
252b5132
RH
2405 $(RUNTESTFLAGS); \
2406 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
2407 fi
2408
7dd36a6f 2409development.exp: $(BFDDIR)/development.sh
48b5f33a 2410 $(AM_V_GEN)$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
7dd36a6f
L
2411 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
2412
7cdfc346 2413enablings.exp:
48b5f33a 2414 $(AM_V_GEN)echo "set enable_libctf ${enable_libctf}" >> $@
7cdfc346 2415
252b5132
RH
2416# DOCUMENTATION TARGETS
2417# Manual configuration file; not usually attached to normal configuration,
2418# because almost all configs use "gen" version of manual.
2419# Set DOCVER above to change.
2420configdoc.texi: ${DOCVER}-doc.texi
48b5f33a
MF
2421 $(AM_V_GEN)cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
2422 $(AM_V_at)chmod u+w ./configdoc.texi
252b5132 2423
0285c67d
NC
2424# Build the man page from the texinfo file
2425# The sed command removes the no-adjust Nroff command so that
2426# the man output looks standard.
d0ac1c44 2427ld.1: $(srcdir)/ld.texi configdoc.texi
48b5f33a
MF
2428 $(AM_V_GEN)touch $@
2429 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texi > ld.pod
2430 $(AM_V_at)-($(POD2MAN) ld.pod | \
5a68afcf
RM
2431 sed -e '/^.if n .na/d' > $@.T$$$$ && \
2432 mv -f $@.T$$$$ $@) || \
2433 (rm -f $@.T$$$$ && exit 1)
48b5f33a 2434 $(AM_V_at)rm -f ld.pod
5f38307a
AM
2435
2436# Build the man page from the texinfo file
2437# The sed command removes the no-adjust Nroff command so that
2438# the man output looks standard.
2439ldint.1: $(srcdir)/ldint.texi configdoc.texi
2440 $(AM_V_GEN)touch $@
2441 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/ldint.texi > ldint.pod
2442 $(AM_V_at)-($(POD2MAN) ldint.pod | \
2443 sed -e '/^.if n .na/d' > $@.T$$$$ && \
2444 mv -f $@.T$$$$ $@) || \
2445 (rm -f $@.T$$$$ && exit 1)
2446 $(AM_V_at)rm -f ldint.pod
252b5132
RH
2447mostlyclean-local:
2448 -rm -rf tmpdir
2449
2450.PHONY: install-exec-local install-data-local
2451
4fda8867 2452install-exec-local: ld-new$(EXEEXT) install-binPROGRAMS
14ec8efd 2453 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
4fda8867
NC
2454 n=`echo $(installed_linker) | sed '$(transform)'`; \
2455 if test "$(bindir)" != "$(tooldir)/bin"; then \
2456 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
2457 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \
f2c7d7ee 2458 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
4fda8867
NC
2459 fi; \
2460 if test "x$(install_as_default)" = "xyes"; then \
7ad2014a
L
2461 ld=`echo ld | sed '$(transform)'`; \
2462 rm -f $(DESTDIR)$(bindir)/$$ld$(EXEEXT); \
2463 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(bindir)/$$ld$(EXEEXT) >/dev/null 2>/dev/null \
f2c7d7ee 2464 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$$ld$(EXEEXT); \
4fda8867
NC
2465 if test "$(bindir)" != "$(tooldir)/bin"; then \
2466 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
2467 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
f2c7d7ee 2468 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
4fda8867 2469 fi; \
252b5132
RH
2470 fi
2471
eba7b68c 2472install-data-local: install-bfdpluginLTLIBRARIES
d3d8a9ee 2473 $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts
edf84efc 2474 for f in ldscripts/* ; do \
07f9535f
AM
2475 case $$f in \
2476 stamp) ;; \
2477 *) $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
2478 esac \
252b5132 2479 done
eba7b68c 2480 rm -f $(DESTDIR)$(bfdplugindir)/libdep.la
22604fe6 2481 rm -f $(DESTDIR)$(bfdplugindir)/libdep.dll.a
c45021f2 2482diststuff: info $(EXTRA_DIST)
8b803601 2483
c428fa83 2484# Both info (ld.info) and ld.1 depend on configdoc.texi.
8b803601
L
2485# But info isn't a direct target. Make info-recursive to depend on
2486# ld.1 to support parallel build.
2487info-recursive: ld.1
cf758b39
MF
2488
2489html-local: doc/ld/index.html
2490doc/ld/index.html: ld.texi $(ld_TEXINFOS)
48b5f33a
MF
2491 $(AM_V_at)$(MKDIR_P) doc
2492 $(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
cf758b39 2493 --split=node -I$(srcdir) $(srcdir)/ld.texi -o doc/ld
252b5132
RH
2494distclean-local:
2495 rm -rf ldscripts
2496
252b5132
RH
2497# Tell versions [3.59,3.63) of GNU make to not export all variables.
2498# Otherwise a system limit (for SysV at least) may be exceeded.
2499.NOEXPORT: