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