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) 2006-2022 Free Software Foundation, Inc.
19#
20# This file is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3 of the License, or
23# (at your option) any later version.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program; see the file COPYING3.  If not see
32# <http://www.gnu.org/licenses/>.
33#
34
35
36VPATH = @srcdir@
37am__is_gnu_make = { \
38  if test -z '$(MAKELEVEL)'; then \
39    false; \
40  elif test -n '$(MAKE_HOST)'; then \
41    true; \
42  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43    true; \
44  else \
45    false; \
46  fi; \
47}
48am__make_running_with_option = \
49  case $${target_option-} in \
50      ?) ;; \
51      *) echo "am__make_running_with_option: internal error: invalid" \
52              "target option '$${target_option-}' specified" >&2; \
53         exit 1;; \
54  esac; \
55  has_opt=no; \
56  sane_makeflags=$$MAKEFLAGS; \
57  if $(am__is_gnu_make); then \
58    sane_makeflags=$$MFLAGS; \
59  else \
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
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110target_triplet = @target@
111bin_PROGRAMS = dwp$(EXEEXT)
112noinst_PROGRAMS = ld-new$(EXEEXT) incremental-dump$(EXEEXT)
113@GCC_TRUE@@NATIVE_LINKER_TRUE@check_PROGRAMS = ld1$(EXEEXT) \
114@GCC_TRUE@@NATIVE_LINKER_TRUE@	ld2$(EXEEXT) ld1-r$(EXEEXT) \
115@GCC_TRUE@@NATIVE_LINKER_TRUE@	ld2-r$(EXEEXT) ld4$(EXEEXT) \
116@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__EXEEXT_1)
117@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_1 = -Wl,--thread-count=3
118@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_2 = -Wl,--thread-count=3
119@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_3 = -Wl,--thread-count=13
120@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_4 = -Wl,--thread-count=3
121@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_5 = ld3
122@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_6 = bootstrap-test-treehash-chunksize
123@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_7 = bootstrap-test-treehash-chunksize
124subdir = .
125ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126am__aclocal_m4_deps = $(top_srcdir)/../config/ax_pthread.m4 \
127	$(top_srcdir)/../config/depstand.m4 \
128	$(top_srcdir)/../config/gettext-sister.m4 \
129	$(top_srcdir)/../config/lcmessage.m4 \
130	$(top_srcdir)/../config/lead-dot.m4 \
131	$(top_srcdir)/../config/nls.m4 \
132	$(top_srcdir)/../config/override.m4 \
133	$(top_srcdir)/../config/plugins.m4 \
134	$(top_srcdir)/../config/po.m4 \
135	$(top_srcdir)/../config/progtest.m4 \
136	$(top_srcdir)/../config/zlib.m4 \
137	$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
138am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139	$(ACLOCAL_M4)
140DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
141	$(am__configure_deps)
142am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
143 configure.lineno config.status.lineno
144mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
145CONFIG_HEADER = config.h
146CONFIG_CLEAN_FILES = po/Makefile.in
147CONFIG_CLEAN_VPATH_FILES =
148LIBRARIES = $(noinst_LIBRARIES)
149AR = ar
150ARFLAGS = cru
151AM_V_AR = $(am__v_AR_@AM_V@)
152am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
153am__v_AR_0 = @echo "  AR      " $@;
154am__v_AR_1 =
155libgold_a_AR = $(AR) $(ARFLAGS)
156libgold_a_DEPENDENCIES = $(LIBOBJS)
157am__objects_1 = archive.$(OBJEXT) attributes.$(OBJEXT) \
158	binary.$(OBJEXT) common.$(OBJEXT) compressed_output.$(OBJEXT) \
159	copy-relocs.$(OBJEXT) cref.$(OBJEXT) defstd.$(OBJEXT) \
160	descriptors.$(OBJEXT) dirsearch.$(OBJEXT) dynobj.$(OBJEXT) \
161	dwarf_reader.$(OBJEXT) ehframe.$(OBJEXT) errors.$(OBJEXT) \
162	expression.$(OBJEXT) fileread.$(OBJEXT) gc.$(OBJEXT) \
163	gdb-index.$(OBJEXT) gold.$(OBJEXT) gold-threads.$(OBJEXT) \
164	icf.$(OBJEXT) incremental.$(OBJEXT) int_encoding.$(OBJEXT) \
165	layout.$(OBJEXT) mapfile.$(OBJEXT) merge.$(OBJEXT) \
166	nacl.$(OBJEXT) object.$(OBJEXT) options.$(OBJEXT) \
167	output.$(OBJEXT) parameters.$(OBJEXT) plugin.$(OBJEXT) \
168	readsyms.$(OBJEXT) reduced_debug_output.$(OBJEXT) \
169	reloc.$(OBJEXT) resolve.$(OBJEXT) script-sections.$(OBJEXT) \
170	script.$(OBJEXT) stringpool.$(OBJEXT) symtab.$(OBJEXT) \
171	target.$(OBJEXT) target-select.$(OBJEXT) timer.$(OBJEXT) \
172	version.$(OBJEXT) workqueue.$(OBJEXT) \
173	workqueue-threads.$(OBJEXT)
174am__objects_2 =
175am__objects_3 = yyscript.$(OBJEXT)
176am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
177	$(am__objects_3) $(am__objects_2)
178libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
179am__installdirs = "$(DESTDIR)$(bindir)"
180@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__EXEEXT_1 =  \
181@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@	ld3$(EXEEXT)
182PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
183am_dwp_OBJECTS = dwp.$(OBJEXT)
184dwp_OBJECTS = $(am_dwp_OBJECTS)
185am__DEPENDENCIES_1 =
186dwp_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(dwp_LDFLAGS) \
187	$(LDFLAGS) -o $@
188am_incremental_dump_OBJECTS = incremental-dump.$(OBJEXT)
189incremental_dump_OBJECTS = $(am_incremental_dump_OBJECTS)
190am__objects_4 = main.$(OBJEXT)
191am_ld_new_OBJECTS = $(am__objects_4)
192ld_new_OBJECTS = $(am_ld_new_OBJECTS)
193am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libgold.a $(LIBIBERTY) \
194	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
195	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
196	$(am__DEPENDENCIES_1)
197ld_new_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld_new_LDFLAGS) \
198	$(LDFLAGS) -o $@
199@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_OBJECTS = $(am__objects_4)
200ld1_OBJECTS = $(am_ld1_OBJECTS)
201@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_r_OBJECTS = $(am__objects_4)
202ld1_r_OBJECTS = $(am_ld1_r_OBJECTS)
203@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_OBJECTS = $(am__objects_4)
204ld2_OBJECTS = $(am_ld2_OBJECTS)
205@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_r_OBJECTS = $(am__objects_4)
206ld2_r_OBJECTS = $(am_ld2_r_OBJECTS)
207@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld3_OBJECTS = $(am__objects_4)
208ld3_OBJECTS = $(am_ld3_OBJECTS)
209@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld4_OBJECTS = $(am__objects_4)
210ld4_OBJECTS = $(am_ld4_OBJECTS)
211AM_V_P = $(am__v_P_@AM_V@)
212am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
213am__v_P_0 = false
214am__v_P_1 = :
215AM_V_GEN = $(am__v_GEN_@AM_V@)
216am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
217am__v_GEN_0 = @echo "  GEN     " $@;
218am__v_GEN_1 =
219AM_V_at = $(am__v_at_@AM_V@)
220am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
221am__v_at_0 = @
222am__v_at_1 =
223DEFAULT_INCLUDES = -I.@am__isrc@
224depcomp = $(SHELL) $(top_srcdir)/../depcomp
225am__depfiles_maybe = depfiles
226am__mv = mv -f
227COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
228	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
229AM_V_CC = $(am__v_CC_@AM_V@)
230am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
231am__v_CC_0 = @echo "  CC      " $@;
232am__v_CC_1 =
233CCLD = $(CC)
234LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
235AM_V_CCLD = $(am__v_CCLD_@AM_V@)
236am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
237am__v_CCLD_0 = @echo "  CCLD    " $@;
238am__v_CCLD_1 =
239CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
240	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
241AM_V_CXX = $(am__v_CXX_@AM_V@)
242am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
243am__v_CXX_0 = @echo "  CXX     " $@;
244am__v_CXX_1 =
245CXXLD = $(CXX)
246CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
247	-o $@
248AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
249am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
250am__v_CXXLD_0 = @echo "  CXXLD   " $@;
251am__v_CXXLD_1 =
252@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
253am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
254		   -e s/c++$$/h++/ -e s/c$$/h/
255YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
256AM_V_YACC = $(am__v_YACC_@AM_V@)
257am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
258am__v_YACC_0 = @echo "  YACC    " $@;
259am__v_YACC_1 =
260YLWRAP = $(top_srcdir)/../ylwrap
261SOURCES = $(libgold_a_SOURCES) $(dwp_SOURCES) \
262	$(incremental_dump_SOURCES) $(ld_new_SOURCES) \
263	$(EXTRA_ld_new_SOURCES) $(ld1_SOURCES) $(ld1_r_SOURCES) \
264	$(ld2_SOURCES) $(ld2_r_SOURCES) $(ld3_SOURCES) $(ld4_SOURCES)
265RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
266	ctags-recursive dvi-recursive html-recursive info-recursive \
267	install-data-recursive install-dvi-recursive \
268	install-exec-recursive install-html-recursive \
269	install-info-recursive install-pdf-recursive \
270	install-ps-recursive install-recursive installcheck-recursive \
271	installdirs-recursive pdf-recursive ps-recursive \
272	tags-recursive uninstall-recursive
273am__can_run_installinfo = \
274  case $$AM_UPDATE_INFO_DIR in \
275    n|no|NO) false;; \
276    *) (install-info --version) >/dev/null 2>&1;; \
277  esac
278RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
279  distclean-recursive maintainer-clean-recursive
280am__recursive_targets = \
281  $(RECURSIVE_TARGETS) \
282  $(RECURSIVE_CLEAN_TARGETS) \
283  $(am__extra_recursive_targets)
284AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
285	cscope check recheck
286am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
287	$(LISP)config.in
288# Read a list of newline-separated strings from the standard input,
289# and print each of them once, without duplicates.  Input order is
290# *not* preserved.
291am__uniquify_input = $(AWK) '\
292  BEGIN { nonempty = 0; } \
293  { items[$$0] = 1; nonempty = 1; } \
294  END { if (nonempty) { for (i in items) print i; }; } \
295'
296# Make sure the list of sources is unique.  This is necessary because,
297# e.g., the same source file might be shared among _SOURCES variables
298# for different programs/libraries.
299am__define_uniq_tagged_files = \
300  list='$(am__tagged_files)'; \
301  unique=`for i in $$list; do \
302    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303  done | $(am__uniquify_input)`
304ETAGS = etags
305CTAGS = ctags
306CSCOPE = cscope
307am__tty_colors_dummy = \
308  mgn= red= grn= lgn= blu= brg= std=; \
309  am__color_tests=no
310am__tty_colors = { \
311  $(am__tty_colors_dummy); \
312  if test "X$(AM_COLOR_TESTS)" = Xno; then \
313    am__color_tests=no; \
314  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
315    am__color_tests=yes; \
316  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
317    am__color_tests=yes; \
318  fi; \
319  if test $$am__color_tests = yes; then \
320    red=''; \
321    grn=''; \
322    lgn=''; \
323    blu=''; \
324    mgn=''; \
325    brg=''; \
326    std=''; \
327  fi; \
328}
329am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
330am__vpath_adj = case $$p in \
331    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
332    *) f=$$p;; \
333  esac;
334am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
335am__install_max = 40
336am__nobase_strip_setup = \
337  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
338am__nobase_strip = \
339  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
340am__nobase_list = $(am__nobase_strip_setup); \
341  for p in $$list; do echo "$$p $$p"; done | \
342  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
343  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
344    if (++n[$$2] == $(am__install_max)) \
345      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
346    END { for (dir in files) print dir, files[dir] }'
347am__base_list = \
348  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
349  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
350am__uninstall_files_from_dir = { \
351  test -z "$$files" \
352    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
353    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
354         $(am__cd) "$$dir" && rm -f $$files; }; \
355  }
356am__recheck_rx = ^[ 	]*:recheck:[ 	]*
357am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
358am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
359# A command that, given a newline-separated list of test names on the
360# standard input, print the name of the tests that are to be re-run
361# upon "make recheck".
362am__list_recheck_tests = $(AWK) '{ \
363  recheck = 1; \
364  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
365    { \
366      if (rc < 0) \
367        { \
368          if ((getline line2 < ($$0 ".log")) < 0) \
369	    recheck = 0; \
370          break; \
371        } \
372      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
373        { \
374          recheck = 0; \
375          break; \
376        } \
377      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
378        { \
379          break; \
380        } \
381    }; \
382  if (recheck) \
383    print $$0; \
384  close ($$0 ".trs"); \
385  close ($$0 ".log"); \
386}'
387# A command that, given a newline-separated list of test names on the
388# standard input, create the global log from their .trs and .log files.
389am__create_global_log = $(AWK) ' \
390function fatal(msg) \
391{ \
392  print "fatal: making $@: " msg | "cat >&2"; \
393  exit 1; \
394} \
395function rst_section(header) \
396{ \
397  print header; \
398  len = length(header); \
399  for (i = 1; i <= len; i = i + 1) \
400    printf "="; \
401  printf "\n\n"; \
402} \
403{ \
404  copy_in_global_log = 1; \
405  global_test_result = "RUN"; \
406  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
407    { \
408      if (rc < 0) \
409         fatal("failed to read from " $$0 ".trs"); \
410      if (line ~ /$(am__global_test_result_rx)/) \
411        { \
412          sub("$(am__global_test_result_rx)", "", line); \
413          sub("[ 	]*$$", "", line); \
414          global_test_result = line; \
415        } \
416      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
417        copy_in_global_log = 0; \
418    }; \
419  if (copy_in_global_log) \
420    { \
421      rst_section(global_test_result ": " $$0); \
422      while ((rc = (getline line < ($$0 ".log"))) != 0) \
423      { \
424        if (rc < 0) \
425          fatal("failed to read from " $$0 ".log"); \
426        print line; \
427      }; \
428      printf "\n"; \
429    }; \
430  close ($$0 ".trs"); \
431  close ($$0 ".log"); \
432}'
433# Restructured Text title.
434am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
435# Solaris 10 'make', and several other traditional 'make' implementations,
436# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
437# by disabling -e (using the XSI extension "set +e") if it's set.
438am__sh_e_setup = case $$- in *e*) set +e;; esac
439# Default flags passed to test drivers.
440am__common_driver_flags = \
441  --color-tests "$$am__color_tests" \
442  --enable-hard-errors "$$am__enable_hard_errors" \
443  --expect-failure "$$am__expect_failure"
444# To be inserted before the command running the test.  Creates the
445# directory for the log if needed.  Stores in $dir the directory
446# containing $f, in $tst the test, in $log the log.  Executes the
447# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
448# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
449# will run the test scripts (or their associated LOG_COMPILER, if
450# thy have one).
451am__check_pre = \
452$(am__sh_e_setup);					\
453$(am__vpath_adj_setup) $(am__vpath_adj)			\
454$(am__tty_colors);					\
455srcdir=$(srcdir); export srcdir;			\
456case "$@" in						\
457  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
458    *) am__odir=.;; 					\
459esac;							\
460test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
461  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
462if test -f "./$$f"; then dir=./;			\
463elif test -f "$$f"; then dir=;				\
464else dir="$(srcdir)/"; fi;				\
465tst=$$dir$$f; log='$@'; 				\
466if test -n '$(DISABLE_HARD_ERRORS)'; then		\
467  am__enable_hard_errors=no; 				\
468else							\
469  am__enable_hard_errors=yes; 				\
470fi; 							\
471case " $(XFAIL_TESTS) " in				\
472  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
473    am__expect_failure=yes;;				\
474  *)							\
475    am__expect_failure=no;;				\
476esac; 							\
477$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
478# A shell command to get the names of the tests scripts with any registered
479# extension removed (i.e., equivalently, the names of the test logs, with
480# the '.log' extension removed).  The result is saved in the shell variable
481# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
482# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
483# since that might cause problem with VPATH rewrites for suffix-less tests.
484# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
485am__set_TESTS_bases = \
486  bases='$(TEST_LOGS)'; \
487  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
488  bases=`echo $$bases`
489RECHECK_LOGS = $(TEST_LOGS)
490TEST_SUITE_LOG = test-suite.log
491TEST_EXTENSIONS = @EXEEXT@ .test
492LOG_DRIVER = $(SHELL) $(top_srcdir)/../test-driver
493LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
494am__set_b = \
495  case '$@' in \
496    */*) \
497      case '$*' in \
498        */*) b='$*';; \
499          *) b=`echo '$@' | sed 's/\.log$$//'`; \
500       esac;; \
501    *) \
502      b='$*';; \
503  esac
504am__test_logs1 = $(TESTS:=.log)
505am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
506TEST_LOGS = $(am__test_logs2:.test.log=.log)
507TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../test-driver
508TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
509	$(TEST_LOG_FLAGS)
510DIST_SUBDIRS = $(SUBDIRS)
511ACLOCAL = @ACLOCAL@
512AMTAR = @AMTAR@
513AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
514AUTOCONF = @AUTOCONF@
515AUTOHEADER = @AUTOHEADER@
516AUTOMAKE = @AUTOMAKE@
517AWK = @AWK@
518CATALOGS = @CATALOGS@
519CATOBJEXT = @CATOBJEXT@
520CC = @CC@
521CCDEPMODE = @CCDEPMODE@
522CFLAGS = @CFLAGS@
523CPP = @CPP@
524CPPFLAGS = @CPPFLAGS@
525CXX = @CXX@
526CXXCPP = @CXXCPP@
527CXXDEPMODE = @CXXDEPMODE@
528CXXFLAGS = @CXXFLAGS@
529CYGPATH_W = @CYGPATH_W@
530DATADIRNAME = @DATADIRNAME@
531DEFAULT_TARGET = @DEFAULT_TARGET@
532DEFS = @DEFS@
533DEPDIR = @DEPDIR@
534DLOPEN_LIBS = @DLOPEN_LIBS@
535ECHO_C = @ECHO_C@
536ECHO_N = @ECHO_N@
537ECHO_T = @ECHO_T@
538EGREP = @EGREP@
539EXEEXT = @EXEEXT@
540GENCAT = @GENCAT@
541GMSGFMT = @GMSGFMT@
542GOLD_LDADD = @GOLD_LDADD@
543GOLD_LDFLAGS = @GOLD_LDFLAGS@
544GREP = @GREP@
545INCINTL = @INCINTL@
546INSTALL = @INSTALL@
547INSTALL_DATA = @INSTALL_DATA@
548INSTALL_PROGRAM = @INSTALL_PROGRAM@
549INSTALL_SCRIPT = @INSTALL_SCRIPT@
550INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
551INSTOBJEXT = @INSTOBJEXT@
552LDFLAGS = @LDFLAGS@
553LFS_CFLAGS = @LFS_CFLAGS@
554LIBINTL = @LIBINTL@
555LIBINTL_DEP = @LIBINTL_DEP@
556LIBOBJS = @LIBOBJS@
557LIBS = @LIBS@
558LN_S = @LN_S@
559LTLIBOBJS = @LTLIBOBJS@
560MAINT = @MAINT@
561MAKEINFO = @MAKEINFO@
562MERGE_CONSTANTS_FLAG = @MERGE_CONSTANTS_FLAG@
563MKDIR_P = @MKDIR_P@
564MKINSTALLDIRS = @MKINSTALLDIRS@
565MSGFMT = @MSGFMT@
566MSGMERGE = @MSGMERGE@
567NM = @NM@
568NO_WERROR = @NO_WERROR@
569OBJEXT = @OBJEXT@
570PACKAGE = @PACKAGE@
571PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
572PACKAGE_NAME = @PACKAGE_NAME@
573PACKAGE_STRING = @PACKAGE_STRING@
574PACKAGE_TARNAME = @PACKAGE_TARNAME@
575PACKAGE_URL = @PACKAGE_URL@
576PACKAGE_VERSION = @PACKAGE_VERSION@
577PATH_SEPARATOR = @PATH_SEPARATOR@
578POSUB = @POSUB@
579PTHREAD_CC = @PTHREAD_CC@
580PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
581PTHREAD_LIBS = @PTHREAD_LIBS@
582RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
583RANLIB = @RANLIB@
584SED = @SED@
585SET_MAKE = @SET_MAKE@
586SHELL = @SHELL@
587STRIP = @STRIP@
588TARGETOBJS = @TARGETOBJS@
589USE_NLS = @USE_NLS@
590VERSION = @VERSION@
591WARN_CFLAGS = @WARN_CFLAGS@
592WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
593WARN_CXXFLAGS = @WARN_CXXFLAGS@
594WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
595XGETTEXT = @XGETTEXT@
596YACC = @YACC@
597YFLAGS = @YFLAGS@
598abs_builddir = @abs_builddir@
599abs_srcdir = @abs_srcdir@
600abs_top_builddir = @abs_top_builddir@
601abs_top_srcdir = @abs_top_srcdir@
602ac_ct_CC = @ac_ct_CC@
603ac_ct_CXX = @ac_ct_CXX@
604am__include = @am__include@
605am__leading_dot = @am__leading_dot@
606am__quote = @am__quote@
607am__tar = @am__tar@
608am__untar = @am__untar@
609ax_pthread_config = @ax_pthread_config@
610bindir = @bindir@
611build = @build@
612build_alias = @build_alias@
613build_cpu = @build_cpu@
614build_os = @build_os@
615build_vendor = @build_vendor@
616builddir = @builddir@
617datadir = @datadir@
618datarootdir = @datarootdir@
619docdir = @docdir@
620dvidir = @dvidir@
621exec_prefix = @exec_prefix@
622host = @host@
623host_alias = @host_alias@
624host_cpu = @host_cpu@
625host_os = @host_os@
626host_vendor = @host_vendor@
627htmldir = @htmldir@
628includedir = @includedir@
629infodir = @infodir@
630install_as_default = @install_as_default@
631install_sh = @install_sh@
632installed_linker = @installed_linker@
633libdir = @libdir@
634libexecdir = @libexecdir@
635localedir = @localedir@
636localstatedir = @localstatedir@
637mandir = @mandir@
638mkdir_p = @mkdir_p@
639oldincludedir = @oldincludedir@
640pdfdir = @pdfdir@
641prefix = @prefix@
642program_transform_name = @program_transform_name@
643psdir = @psdir@
644sbindir = @sbindir@
645sharedstatedir = @sharedstatedir@
646srcdir = @srcdir@
647sysconfdir = @sysconfdir@
648target = @target@
649target_alias = @target_alias@
650target_cpu = @target_cpu@
651target_os = @target_os@
652target_vendor = @target_vendor@
653top_build_prefix = @top_build_prefix@
654top_builddir = @top_builddir@
655top_srcdir = @top_srcdir@
656zlibdir = @zlibdir@
657zlibinc = @zlibinc@
658AUTOMAKE_OPTIONS = foreign
659SUBDIRS = po testsuite
660tooldir = $(exec_prefix)/$(target_alias)
661ACLOCAL_AMFLAGS = -I ../bfd -I ../config
662
663# This is where we get zlib from.  zlibdir is -L../zlib and zlibinc is
664# -I../zlib, unless we were configured with --with-system-zlib, in which
665# case both are empty.
666ZLIB = @zlibdir@ -lz
667ZLIBINC = @zlibinc@
668THREADFLAGS = @PTHREAD_CFLAGS@
669THREADLIBS = @PTHREAD_LIBS@
670AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS) $(ZLIBINC) $(THREADFLAGS)
671AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS) $(ZLIBINC) $(THREADFLAGS)
672AM_LDFLAGS = $(THREADFLAGS)
673AM_CPPFLAGS = \
674	-I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
675	-DLOCALEDIR="\"$(datadir)/locale\"" \
676	-DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
677	-DTOOLLIBDIR="\"$(tooldir)/lib\"" @INCINTL@
678
679LIBIBERTY = ../libiberty/libiberty.a
680@PLUGINS_TRUE@LIBDL = @DLOPEN_LIBS@
681AM_YFLAGS = -d
682
683# Automake 1.10+ disables lex and yacc output file regeneration if
684# maintainer mode is disabled.  Avoid this.
685am__skiplex =
686am__skipyacc =
687noinst_LIBRARIES = libgold.a
688CCFILES = \
689	archive.cc \
690	attributes.cc \
691	binary.cc \
692	common.cc \
693	compressed_output.cc \
694	copy-relocs.cc \
695	cref.cc \
696	defstd.cc \
697	descriptors.cc \
698	dirsearch.cc \
699	dynobj.cc \
700	dwarf_reader.cc \
701	ehframe.cc \
702	errors.cc \
703	expression.cc \
704	fileread.cc \
705        gc.cc \
706        gdb-index.cc \
707	gold.cc \
708	gold-threads.cc \
709	icf.cc \
710	incremental.cc \
711	int_encoding.cc \
712	layout.cc \
713	mapfile.cc \
714	merge.cc \
715	nacl.cc \
716	object.cc \
717	options.cc \
718	output.cc \
719	parameters.cc \
720	plugin.cc \
721	readsyms.cc \
722	reduced_debug_output.cc \
723	reloc.cc \
724	resolve.cc \
725	script-sections.cc \
726	script.cc \
727	stringpool.cc \
728	symtab.cc \
729	target.cc \
730	target-select.cc \
731	timer.cc \
732	version.cc \
733	workqueue.cc \
734	workqueue-threads.cc
735
736HFILES = \
737	arm-reloc-property.h \
738	aarch64-reloc-property.h \
739	archive.h \
740	attributes.h \
741	binary.h \
742	common.h \
743	compressed_output.h \
744	copy-relocs.h \
745	cref.h \
746	defstd.h \
747	dirsearch.h \
748	descriptors.h \
749	dynobj.h \
750	dwarf_reader.h \
751	ehframe.h \
752	errors.h \
753	fileread.h \
754	freebsd.h \
755        gc.h \
756        gdb-index.h \
757	gold.h \
758	gold-threads.h \
759	icf.h \
760	int_encoding.h \
761	layout.h \
762	mapfile.h \
763	merge.h \
764	nacl.h \
765	object.h \
766	options.h \
767	output.h \
768	parameters.h \
769	plugin.h \
770	readsyms.h \
771	reduced_debug_output.h \
772	reloc.h \
773	reloc-types.h \
774	script-c.h \
775	script-sections.h \
776	script.h \
777	stringpool.h \
778	symtab.h \
779	target.h \
780	target-reloc.h \
781	target-select.h \
782	timer.h \
783	tls.h \
784	token.h \
785	workqueue.h \
786	workqueue-internal.h
787
788YFILES = \
789	yyscript.y
790
791DEFFILES = arm-reloc.def aarch64-reloc.def
792EXTRA_DIST = yyscript.c yyscript.h
793TARGETSOURCES = \
794	i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc tilegx.cc \
795	mips.cc aarch64.cc aarch64-reloc-property.cc s390.cc
796
797ALL_TARGETOBJS = \
798	i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
799	arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) tilegx.$(OBJEXT) \
800	mips.$(OBJEXT) aarch64.$(OBJEXT) aarch64-reloc-property.$(OBJEXT) \
801	s390.$(OBJEXT)
802
803libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES)
804libgold_a_LIBADD = $(LIBOBJS)
805sources_var = main.cc
806deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
807ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) \
808	 $(THREADLIBS) $(LIBDL) $(ZLIB)
809
810ldflags_var = $(GOLD_LDFLAGS)
811ld_new_SOURCES = $(sources_var)
812ld_new_DEPENDENCIES = $(deps_var)
813ld_new_LDADD = $(ldadd_var)
814ld_new_LDFLAGS = $(ldflags_var)
815EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
816incremental_dump_SOURCES = incremental-dump.cc
817incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY) \
818	$(LIBINTL_DEP)
819
820incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
821	 $(THREADLIBS) $(LIBDL) $(ZLIB)
822
823dwp_SOURCES = dwp.cc
824dwp_DEPENDENCIES = libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
825dwp_LDADD = libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) $(THREADLIBS) \
826	$(LIBDL) $(ZLIB)
827
828dwp_LDFLAGS = $(GOLD_LDFLAGS)
829CONFIG_STATUS_DEPENDENCIES = $(srcdir)/../bfd/development.sh
830POTFILES = $(CCFILES) $(HFILES) $(TARGETSOURCES)
831@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_SOURCES = $(sources_var)
832@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld gcctestdir1/collect-ld
833@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDADD = $(ldadd_var)
834@GCC_TRUE@@NATIVE_LINKER_TRUE@editcc1 = -e 's/\([^ ]*\)\(.*\)/\1 -Bgcctestdir1\/\2/'
835@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LINK = `echo $(CXXLD) | sed $(editcc1)`\
836@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(AM_CXXFLAGS) $(CXXFLAGS) $(ld1_LDFLAGS) $(LDFLAGS) -o $@
837
838@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_SOURCES = $(sources_var)
839@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld gcctestdir2/collect-ld
840@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDADD = $(ldadd_var)
841@GCC_TRUE@@NATIVE_LINKER_TRUE@editcc2 = -e 's/\([^ ]*\)\(.*\)/\1 -Bgcctestdir2\/\2/'
842@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LINK = `echo $(CXXLD) | sed $(editcc2)`\
843@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(AM_CXXFLAGS) $(CXXFLAGS) $(ld2_LDFLAGS) $(LDFLAGS) -o $@
844
845@GCC_TRUE@@NATIVE_LINKER_TRUE@TEST_READELF = $(top_builddir)/../binutils/readelf
846@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_SOURCES = $(sources_var)
847@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_DEPENDENCIES = libgold-1-r.o $(deps_var) gcctestdir1/ld gcctestdir1/collect-ld
848@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDADD = libgold-1-r.o $(ldadd_var)
849@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LINK = `echo $(CXXLD) | sed $(editcc1)`\
850@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
851
852@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_SOURCES = $(sources_var)
853@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_DEPENDENCIES = libgold-2-r.o $(deps_var) gcctestdir2-r/ld gcctestdir2-r/collect-ld
854@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDADD = libgold-2-r.o $(ldadd_var)
855@GCC_TRUE@@NATIVE_LINKER_TRUE@editcc2r = -e 's/\([^ ]*\)\(.*\)/\1 -Bgcctestdir2-r\/\2/'
856@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LINK = `echo $(CXXLD) | sed $(editcc2r)`\
857@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
858
859@GCC_TRUE@@NATIVE_LINKER_TRUE@TESTS = bootstrap-test bootstrap-test-r \
860@GCC_TRUE@@NATIVE_LINKER_TRUE@	bootstrap-test-treehash-chunksize \
861@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__append_6)
862@GCC_TRUE@@NATIVE_LINKER_TRUE@MOSTLYCLEANFILES = bootstrap-test \
863@GCC_TRUE@@NATIVE_LINKER_TRUE@	bootstrap-test-r \
864@GCC_TRUE@@NATIVE_LINKER_TRUE@	bootstrap-test-treehash-chunksize \
865@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__append_7)
866@GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_SOURCES = $(sources_var)
867@GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_DEPENDENCIES = $(deps_var) gcctestdir3/ld gcctestdir3/collect-ld
868@GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_LDADD = $(ldadd_var)
869@GCC_TRUE@@NATIVE_LINKER_TRUE@editcc3 = -e 's/\([^ ]*\)\(.*\)/\1 -Bgcctestdir3\/\2/'
870@GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_LINK = `echo $(CXXLD) | sed $(editcc3)`\
871@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(AM_CXXFLAGS) $(CXXFLAGS) $(ld3_LDFLAGS) $(LDFLAGS) -o $@
872
873@GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_SOURCES = $(sources_var)
874@GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_DEPENDENCIES = $(deps_var) gcctestdir4/ld gcctestdir4/collect-ld
875@GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_LDADD = $(ldadd_var)
876@GCC_TRUE@@NATIVE_LINKER_TRUE@editcc4 = -e 's/\([^ ]*\)\(.*\)/\1 -Bgcctestdir4\/\2/'
877@GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_LINK = `echo $(CXXLD) | sed $(editcc4)`\
878@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(AM_CXXFLAGS) $(CXXFLAGS) $(ld4_LDFLAGS) $(LDFLAGS) -o $@
879
880@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDFLAGS = -Wl,--build-id=tree \
881@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-chunk-size-for-treehash=12345 \
882@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-min-file-size-for-treehash=0 \
883@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__append_1)
884@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDFLAGS = -Wl,--build-id=tree \
885@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-chunk-size-for-treehash=12345 \
886@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-min-file-size-for-treehash=0 \
887@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__append_2)
888@GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_LDFLAGS = -Wl,--build-id=tree \
889@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-chunk-size-for-treehash=12345 \
890@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-min-file-size-for-treehash=0 \
891@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__append_3)
892@GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_LDFLAGS = -Wl,--build-id=tree \
893@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-chunk-size-for-treehash=12346 \
894@GCC_TRUE@@NATIVE_LINKER_TRUE@	-Wl,--build-id-min-file-size-for-treehash=0 \
895@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(am__append_4)
896all: config.h
897	$(MAKE) $(AM_MAKEFLAGS) all-recursive
898
899.SUFFIXES:
900.SUFFIXES: .c .cc .log .o .obj .test .test$(EXEEXT) .trs .y
901am--refresh: Makefile
902	@:
903$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
904	@for dep in $?; do \
905	  case '$(am__configure_deps)' in \
906	    *$$dep*) \
907	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
908	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
909		&& exit 0; \
910	      exit 1;; \
911	  esac; \
912	done; \
913	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
914	$(am__cd) $(top_srcdir) && \
915	  $(AUTOMAKE) --foreign Makefile
916Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
917	@case '$?' in \
918	  *config.status*) \
919	    echo ' $(SHELL) ./config.status'; \
920	    $(SHELL) ./config.status;; \
921	  *) \
922	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
923	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
924	esac;
925
926$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
927	$(SHELL) ./config.status --recheck
928
929$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
930	$(am__cd) $(srcdir) && $(AUTOCONF)
931$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
932	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
933$(am__aclocal_m4_deps):
934
935config.h: stamp-h1
936	@test -f $@ || rm -f stamp-h1
937	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
938
939stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
940	@rm -f stamp-h1
941	cd $(top_builddir) && $(SHELL) ./config.status config.h
942$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
943	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
944	rm -f stamp-h1
945	touch $@
946
947distclean-hdr:
948	-rm -f config.h stamp-h1
949po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
950	cd $(top_builddir) && $(SHELL) ./config.status $@
951
952clean-noinstLIBRARIES:
953	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
954yyscript.h: yyscript.c
955	@if test ! -f $@; then rm -f yyscript.c; else :; fi
956	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yyscript.c; else :; fi
957
958libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES) $(EXTRA_libgold_a_DEPENDENCIES)
959	$(AM_V_at)-rm -f libgold.a
960	$(AM_V_AR)$(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
961	$(AM_V_at)$(RANLIB) libgold.a
962install-binPROGRAMS: $(bin_PROGRAMS)
963	@$(NORMAL_INSTALL)
964	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
965	if test -n "$$list"; then \
966	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
967	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
968	fi; \
969	for p in $$list; do echo "$$p $$p"; done | \
970	sed 's/$(EXEEXT)$$//' | \
971	while read p p1; do if test -f $$p \
972	  ; then echo "$$p"; echo "$$p"; else :; fi; \
973	done | \
974	sed -e 'p;s,.*/,,;n;h' \
975	    -e 's|.*|.|' \
976	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
977	sed 'N;N;N;s,\n, ,g' | \
978	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
979	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
980	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
981	    else { print "f", $$3 "/" $$4, $$1; } } \
982	  END { for (d in files) print "f", d, files[d] }' | \
983	while read type dir files; do \
984	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
985	    test -z "$$files" || { \
986	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
987	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
988	    } \
989	; done
990
991uninstall-binPROGRAMS:
992	@$(NORMAL_UNINSTALL)
993	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
994	files=`for p in $$list; do echo "$$p"; done | \
995	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
996	      -e 's/$$/$(EXEEXT)/' \
997	`; \
998	test -n "$$list" || exit 0; \
999	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1000	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1001
1002clean-binPROGRAMS:
1003	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
1004
1005clean-checkPROGRAMS:
1006	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
1007
1008clean-noinstPROGRAMS:
1009	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1010
1011dwp$(EXEEXT): $(dwp_OBJECTS) $(dwp_DEPENDENCIES) $(EXTRA_dwp_DEPENDENCIES)
1012	@rm -f dwp$(EXEEXT)
1013	$(AM_V_CXXLD)$(dwp_LINK) $(dwp_OBJECTS) $(dwp_LDADD) $(LIBS)
1014
1015incremental-dump$(EXEEXT): $(incremental_dump_OBJECTS) $(incremental_dump_DEPENDENCIES) $(EXTRA_incremental_dump_DEPENDENCIES)
1016	@rm -f incremental-dump$(EXEEXT)
1017	$(AM_V_CXXLD)$(CXXLINK) $(incremental_dump_OBJECTS) $(incremental_dump_LDADD) $(LIBS)
1018
1019ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES)
1020	@rm -f ld-new$(EXEEXT)
1021	$(AM_V_CXXLD)$(ld_new_LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
1022
1023ld1$(EXEEXT): $(ld1_OBJECTS) $(ld1_DEPENDENCIES) $(EXTRA_ld1_DEPENDENCIES)
1024	@rm -f ld1$(EXEEXT)
1025	$(AM_V_GEN)$(ld1_LINK) $(ld1_OBJECTS) $(ld1_LDADD) $(LIBS)
1026
1027ld1-r$(EXEEXT): $(ld1_r_OBJECTS) $(ld1_r_DEPENDENCIES) $(EXTRA_ld1_r_DEPENDENCIES)
1028	@rm -f ld1-r$(EXEEXT)
1029	$(AM_V_GEN)$(ld1_r_LINK) $(ld1_r_OBJECTS) $(ld1_r_LDADD) $(LIBS)
1030
1031ld2$(EXEEXT): $(ld2_OBJECTS) $(ld2_DEPENDENCIES) $(EXTRA_ld2_DEPENDENCIES)
1032	@rm -f ld2$(EXEEXT)
1033	$(AM_V_GEN)$(ld2_LINK) $(ld2_OBJECTS) $(ld2_LDADD) $(LIBS)
1034
1035ld2-r$(EXEEXT): $(ld2_r_OBJECTS) $(ld2_r_DEPENDENCIES) $(EXTRA_ld2_r_DEPENDENCIES)
1036	@rm -f ld2-r$(EXEEXT)
1037	$(AM_V_GEN)$(ld2_r_LINK) $(ld2_r_OBJECTS) $(ld2_r_LDADD) $(LIBS)
1038
1039ld3$(EXEEXT): $(ld3_OBJECTS) $(ld3_DEPENDENCIES) $(EXTRA_ld3_DEPENDENCIES)
1040	@rm -f ld3$(EXEEXT)
1041	$(AM_V_GEN)$(ld3_LINK) $(ld3_OBJECTS) $(ld3_LDADD) $(LIBS)
1042
1043ld4$(EXEEXT): $(ld4_OBJECTS) $(ld4_DEPENDENCIES) $(EXTRA_ld4_DEPENDENCIES)
1044	@rm -f ld4$(EXEEXT)
1045	$(AM_V_GEN)$(ld4_LINK) $(ld4_OBJECTS) $(ld4_LDADD) $(LIBS)
1046
1047mostlyclean-compile:
1048	-rm -f *.$(OBJEXT)
1049
1050distclean-compile:
1051	-rm -f *.tab.c
1052
1053@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ffsll.Po@am__quote@
1054@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
1055@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
1056@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
1057@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-reloc-property.Po@am__quote@
1058@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64.Po@am__quote@
1059@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
1060@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-reloc-property.Po@am__quote@
1061@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm.Po@am__quote@
1062@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attributes.Po@am__quote@
1063@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Po@am__quote@
1064@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
1065@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_output.Po@am__quote@
1066@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy-relocs.Po@am__quote@
1067@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cref.Po@am__quote@
1068@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
1069@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptors.Po@am__quote@
1070@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
1071@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_reader.Po@am__quote@
1072@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwp.Po@am__quote@
1073@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
1074@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehframe.Po@am__quote@
1075@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
1076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expression.Po@am__quote@
1077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
1078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc.Po@am__quote@
1079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-index.Po@am__quote@
1080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
1081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
1082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
1083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icf.Po@am__quote@
1084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental-dump.Po@am__quote@
1085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental.Po@am__quote@
1086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_encoding.Po@am__quote@
1087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
1088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
1089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@
1090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
1091@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@
1092@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nacl.Po@am__quote@
1093@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
1094@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
1095@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
1096@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
1097@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
1098@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerpc.Po@am__quote@
1099@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
1100@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduced_debug_output.Po@am__quote@
1101@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
1102@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
1103@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390.Po@am__quote@
1104@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-sections.Po@am__quote@
1105@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
1106@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
1107@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
1108@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
1109@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
1110@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Po@am__quote@
1111@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx.Po@am__quote@
1112@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
1113@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
1114@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue-threads.Po@am__quote@
1115@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
1116@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
1117@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
1118
1119.c.o:
1120@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1121@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1122@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1123@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1124@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1125
1126.c.obj:
1127@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1128@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1129@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1130@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1131@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1132
1133.cc.o:
1134@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1135@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1136@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1137@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1138@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1139
1140.cc.obj:
1141@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1142@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1143@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1144@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1146
1147.y.c:
1148	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1149
1150# This directory's subdirectories are mostly independent; you can cd
1151# into them and run 'make' without going through this Makefile.
1152# To change the values of 'make' variables: instead of editing Makefiles,
1153# (1) if the variable is set in 'config.status', edit 'config.status'
1154#     (which will cause the Makefiles to be regenerated when you run 'make');
1155# (2) otherwise, pass the desired values on the 'make' command line.
1156$(am__recursive_targets):
1157	@fail=; \
1158	if $(am__make_keepgoing); then \
1159	  failcom='fail=yes'; \
1160	else \
1161	  failcom='exit 1'; \
1162	fi; \
1163	dot_seen=no; \
1164	target=`echo $@ | sed s/-recursive//`; \
1165	case "$@" in \
1166	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1167	  *) list='$(SUBDIRS)' ;; \
1168	esac; \
1169	for subdir in $$list; do \
1170	  echo "Making $$target in $$subdir"; \
1171	  if test "$$subdir" = "."; then \
1172	    dot_seen=yes; \
1173	    local_target="$$target-am"; \
1174	  else \
1175	    local_target="$$target"; \
1176	  fi; \
1177	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1178	  || eval $$failcom; \
1179	done; \
1180	if test "$$dot_seen" = "no"; then \
1181	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1182	fi; test -z "$$fail"
1183
1184ID: $(am__tagged_files)
1185	$(am__define_uniq_tagged_files); mkid -fID $$unique
1186tags: tags-recursive
1187TAGS: tags
1188
1189tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1190	set x; \
1191	here=`pwd`; \
1192	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1193	  include_option=--etags-include; \
1194	  empty_fix=.; \
1195	else \
1196	  include_option=--include; \
1197	  empty_fix=; \
1198	fi; \
1199	list='$(SUBDIRS)'; for subdir in $$list; do \
1200	  if test "$$subdir" = .; then :; else \
1201	    test ! -f $$subdir/TAGS || \
1202	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1203	  fi; \
1204	done; \
1205	$(am__define_uniq_tagged_files); \
1206	shift; \
1207	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1208	  test -n "$$unique" || unique=$$empty_fix; \
1209	  if test $$# -gt 0; then \
1210	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1211	      "$$@" $$unique; \
1212	  else \
1213	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1214	      $$unique; \
1215	  fi; \
1216	fi
1217ctags: ctags-recursive
1218
1219CTAGS: ctags
1220ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1221	$(am__define_uniq_tagged_files); \
1222	test -z "$(CTAGS_ARGS)$$unique" \
1223	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1224	     $$unique
1225
1226GTAGS:
1227	here=`$(am__cd) $(top_builddir) && pwd` \
1228	  && $(am__cd) $(top_srcdir) \
1229	  && gtags -i $(GTAGS_ARGS) "$$here"
1230cscope: cscope.files
1231	test ! -s cscope.files \
1232	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1233clean-cscope:
1234	-rm -f cscope.files
1235cscope.files: clean-cscope cscopelist
1236cscopelist: cscopelist-recursive
1237
1238cscopelist-am: $(am__tagged_files)
1239	list='$(am__tagged_files)'; \
1240	case "$(srcdir)" in \
1241	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1242	  *) sdir=$(subdir)/$(srcdir) ;; \
1243	esac; \
1244	for i in $$list; do \
1245	  if test -f "$$i"; then \
1246	    echo "$(subdir)/$$i"; \
1247	  else \
1248	    echo "$$sdir/$$i"; \
1249	  fi; \
1250	done >> $(top_builddir)/cscope.files
1251
1252distclean-tags:
1253	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1254	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1255
1256# Recover from deleted '.trs' file; this should ensure that
1257# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1258# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1259# to avoid problems with "make -n".
1260.log.trs:
1261	rm -f $< $@
1262	$(MAKE) $(AM_MAKEFLAGS) $<
1263
1264# Leading 'am--fnord' is there to ensure the list of targets does not
1265# expand to empty, as could happen e.g. with make check TESTS=''.
1266am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1267am--force-recheck:
1268	@:
1269
1270$(TEST_SUITE_LOG): $(TEST_LOGS)
1271	@$(am__set_TESTS_bases); \
1272	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1273	redo_bases=`for i in $$bases; do \
1274	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1275	            done`; \
1276	if test -n "$$redo_bases"; then \
1277	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1278	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1279	  if $(am__make_dryrun); then :; else \
1280	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1281	  fi; \
1282	fi; \
1283	if test -n "$$am__remaking_logs"; then \
1284	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1285	       "recursion detected" >&2; \
1286	elif test -n "$$redo_logs"; then \
1287	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1288	fi; \
1289	if $(am__make_dryrun); then :; else \
1290	  st=0;  \
1291	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1292	  for i in $$redo_bases; do \
1293	    test -f $$i.trs && test -r $$i.trs \
1294	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1295	    test -f $$i.log && test -r $$i.log \
1296	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1297	  done; \
1298	  test $$st -eq 0 || exit 1; \
1299	fi
1300	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1301	ws='[ 	]'; \
1302	results=`for b in $$bases; do echo $$b.trs; done`; \
1303	test -n "$$results" || results=/dev/null; \
1304	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1305	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1306	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1307	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1308	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1309	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1310	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1311	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1312	  success=true; \
1313	else \
1314	  success=false; \
1315	fi; \
1316	br='==================='; br=$$br$$br$$br$$br; \
1317	result_count () \
1318	{ \
1319	    if test x"$$1" = x"--maybe-color"; then \
1320	      maybe_colorize=yes; \
1321	    elif test x"$$1" = x"--no-color"; then \
1322	      maybe_colorize=no; \
1323	    else \
1324	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1325	    fi; \
1326	    shift; \
1327	    desc=$$1 count=$$2; \
1328	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1329	      color_start=$$3 color_end=$$std; \
1330	    else \
1331	      color_start= color_end=; \
1332	    fi; \
1333	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1334	}; \
1335	create_testsuite_report () \
1336	{ \
1337	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1338	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1339	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1340	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1341	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1342	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1343	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1344	}; \
1345	{								\
1346	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1347	    $(am__rst_title);						\
1348	  create_testsuite_report --no-color;				\
1349	  echo;								\
1350	  echo ".. contents:: :depth: 2";				\
1351	  echo;								\
1352	  for b in $$bases; do echo $$b; done				\
1353	    | $(am__create_global_log);					\
1354	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1355	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1356	if $$success; then						\
1357	  col="$$grn";							\
1358	 else								\
1359	  col="$$red";							\
1360	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1361	fi;								\
1362	echo "$${col}$$br$${std}"; 					\
1363	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1364	echo "$${col}$$br$${std}"; 					\
1365	create_testsuite_report --maybe-color;				\
1366	echo "$$col$$br$$std";						\
1367	if $$success; then :; else					\
1368	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1369	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1370	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1371	  fi;								\
1372	  echo "$$col$$br$$std";					\
1373	fi;								\
1374	$$success || exit 1
1375
1376check-TESTS:
1377	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1378	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1379	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1380	@set +e; $(am__set_TESTS_bases); \
1381	log_list=`for i in $$bases; do echo $$i.log; done`; \
1382	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1383	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1384	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1385	exit $$?;
1386recheck: all $(check_PROGRAMS)
1387	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1388	@set +e; $(am__set_TESTS_bases); \
1389	bases=`for i in $$bases; do echo $$i; done \
1390	         | $(am__list_recheck_tests)` || exit 1; \
1391	log_list=`for i in $$bases; do echo $$i.log; done`; \
1392	log_list=`echo $$log_list`; \
1393	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1394	        am__force_recheck=am--force-recheck \
1395	        TEST_LOGS="$$log_list"; \
1396	exit $$?
1397bootstrap-test.log: bootstrap-test
1398	@p='bootstrap-test'; \
1399	b='bootstrap-test'; \
1400	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1401	--log-file $$b.log --trs-file $$b.trs \
1402	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1403	"$$tst" $(AM_TESTS_FD_REDIRECT)
1404bootstrap-test-r.log: bootstrap-test-r
1405	@p='bootstrap-test-r'; \
1406	b='bootstrap-test-r'; \
1407	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1408	--log-file $$b.log --trs-file $$b.trs \
1409	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1410	"$$tst" $(AM_TESTS_FD_REDIRECT)
1411bootstrap-test-treehash-chunksize.log: bootstrap-test-treehash-chunksize
1412	@p='bootstrap-test-treehash-chunksize'; \
1413	b='bootstrap-test-treehash-chunksize'; \
1414	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1415	--log-file $$b.log --trs-file $$b.trs \
1416	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1417	"$$tst" $(AM_TESTS_FD_REDIRECT)
1418.test.log:
1419	@p='$<'; \
1420	$(am__set_b); \
1421	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1422	--log-file $$b.log --trs-file $$b.trs \
1423	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1424	"$$tst" $(AM_TESTS_FD_REDIRECT)
1425@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1426@am__EXEEXT_TRUE@	@p='$<'; \
1427@am__EXEEXT_TRUE@	$(am__set_b); \
1428@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1429@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1430@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1431@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1432check-am: all-am
1433	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1434	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1435check: check-recursive
1436all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
1437installdirs: installdirs-recursive
1438installdirs-am:
1439	for dir in "$(DESTDIR)$(bindir)"; do \
1440	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1441	done
1442install: install-recursive
1443install-exec: install-exec-recursive
1444install-data: install-data-recursive
1445uninstall: uninstall-recursive
1446
1447install-am: all-am
1448	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1449
1450installcheck: installcheck-recursive
1451install-strip:
1452	if test -z '$(STRIP)'; then \
1453	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1454	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1455	      install; \
1456	else \
1457	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1458	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1459	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1460	fi
1461mostlyclean-generic:
1462	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1463	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1464	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1465	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1466
1467clean-generic:
1468
1469distclean-generic:
1470	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1471	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1472
1473maintainer-clean-generic:
1474	@echo "This command is intended for maintainers to use"
1475	@echo "it deletes files that may require special tools to rebuild."
1476	-rm -f yyscript.c
1477	-rm -f yyscript.h
1478clean: clean-recursive
1479
1480clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1481	clean-noinstLIBRARIES clean-noinstPROGRAMS mostlyclean-am
1482
1483distclean: distclean-recursive
1484	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1485	-rm -rf $(DEPDIR) ./$(DEPDIR)
1486	-rm -f Makefile
1487distclean-am: clean-am distclean-compile distclean-generic \
1488	distclean-hdr distclean-tags
1489
1490dvi: dvi-recursive
1491
1492dvi-am:
1493
1494html: html-recursive
1495
1496html-am:
1497
1498info: info-recursive
1499
1500info-am:
1501
1502install-data-am:
1503
1504install-dvi: install-dvi-recursive
1505
1506install-dvi-am:
1507
1508install-exec-am: install-binPROGRAMS install-exec-local
1509
1510install-html: install-html-recursive
1511
1512install-html-am:
1513
1514install-info: install-info-recursive
1515
1516install-info-am:
1517
1518install-man:
1519
1520install-pdf: install-pdf-recursive
1521
1522install-pdf-am:
1523
1524install-ps: install-ps-recursive
1525
1526install-ps-am:
1527
1528installcheck-am:
1529
1530maintainer-clean: maintainer-clean-recursive
1531	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1532	-rm -rf $(top_srcdir)/autom4te.cache
1533	-rm -rf $(DEPDIR) ./$(DEPDIR)
1534	-rm -f Makefile
1535maintainer-clean-am: distclean-am maintainer-clean-generic
1536
1537mostlyclean: mostlyclean-recursive
1538
1539mostlyclean-am: mostlyclean-compile mostlyclean-generic
1540
1541pdf: pdf-recursive
1542
1543pdf-am:
1544
1545ps: ps-recursive
1546
1547ps-am:
1548
1549uninstall-am: uninstall-binPROGRAMS
1550
1551.MAKE: $(am__recursive_targets) all check-am install-am install-strip
1552
1553.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1554	am--refresh check check-TESTS check-am clean clean-binPROGRAMS \
1555	clean-checkPROGRAMS clean-cscope clean-generic \
1556	clean-noinstLIBRARIES clean-noinstPROGRAMS cscope \
1557	cscopelist-am ctags ctags-am distclean distclean-compile \
1558	distclean-generic distclean-hdr distclean-tags dvi dvi-am html \
1559	html-am info info-am install install-am install-binPROGRAMS \
1560	install-data install-data-am install-dvi install-dvi-am \
1561	install-exec install-exec-am install-exec-local install-html \
1562	install-html-am install-info install-info-am install-man \
1563	install-pdf install-pdf-am install-ps install-ps-am \
1564	install-strip installcheck installcheck-am installdirs \
1565	installdirs-am maintainer-clean maintainer-clean-generic \
1566	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1567	ps ps-am recheck tags tags-am uninstall uninstall-am \
1568	uninstall-binPROGRAMS
1569
1570.PRECIOUS: Makefile
1571
1572
1573diststuff: $(EXTRA_DIST)
1574
1575# Use an explicit dependency for the bison generated header file.
1576expression.$(OBJEXT): yyscript.h
1577script-sections.$(OBJEXT): yyscript.h
1578script.$(OBJEXT): yyscript.h
1579
1580# We have to build libgold.a before we run the tests.
1581check: libgold.a
1582
1583.PHONY: install-exec-local
1584
1585install-exec-local: ld-new$(EXEEXT)
1586	$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
1587	n=`echo $(installed_linker) | sed '$(transform)'`; \
1588	$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) \
1589	  ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
1590	if test "$(bindir)" != "$(tooldir)/bin"; then \
1591	  rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
1592	  ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \
1593	  || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
1594	fi; \
1595	if test "x$(install_as_default)" = "xyes"; then \
1596	  ld=`echo ld | sed '$(transform)'`; \
1597	  rm -f $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \
1598	  ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT) >/dev/null 2>/dev/null \
1599	  || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \
1600	  if test "$(bindir)" != "$(tooldir)/bin"; then \
1601	    rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1602	    ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1603	    || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1604	  fi; \
1605	fi
1606
1607po/POTFILES.in: @MAINT@ Makefile
1608	for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1609	  && mv tmp $(srcdir)/po/POTFILES.in
1610
1611# Bootstrap test support.  We use ld-new to build ld1, then use ld1 to
1612# build ld2.  ld1 and ld2 should be identical.  ld-new need not be
1613# identical to ld1, since it was linked with the host linker.
1614
1615@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld gcctestdir1/collect-ld: ld-new
1616@GCC_TRUE@@NATIVE_LINKER_TRUE@	test -d gcctestdir1 || mkdir -p gcctestdir1
1617@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1618@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(LN_S) $(abs_top_builddir)/ld-new $@
1619
1620@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2/ld gcctestdir2/collect-ld: ld1
1621@GCC_TRUE@@NATIVE_LINKER_TRUE@	test -d gcctestdir2 || mkdir -p gcctestdir2
1622@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1623@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(LN_S) $(abs_top_builddir)/ld1 $@
1624
1625# Skip this for LTO build due to different build IDs.
1626@GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test: ld2
1627@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1628@GCC_TRUE@@NATIVE_LINKER_TRUE@	echo "#!/bin/sh" > $@
1629@GCC_TRUE@@NATIVE_LINKER_TRUE@	if $(TEST_READELF) -SW main.$(OBJEXT) | grep "gnu.lto" > /dev/null; then \
1630@GCC_TRUE@@NATIVE_LINKER_TRUE@	  echo true >> $@; \
1631@GCC_TRUE@@NATIVE_LINKER_TRUE@	else \
1632@GCC_TRUE@@NATIVE_LINKER_TRUE@	  echo "cmp ld1 ld2" >> $@; \
1633@GCC_TRUE@@NATIVE_LINKER_TRUE@	fi
1634@GCC_TRUE@@NATIVE_LINKER_TRUE@	chmod +x $@
1635
1636@GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-1-r.o: gcctestdir1/ld libgold.a
1637@GCC_TRUE@@NATIVE_LINKER_TRUE@	gcctestdir1/ld -o $@ -r --whole-archive libgold.a
1638
1639@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2-r/ld gcctestdir2-r/collect-ld: ld1-r
1640@GCC_TRUE@@NATIVE_LINKER_TRUE@	test -d gcctestdir2-r || mkdir -p gcctestdir2-r
1641@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1642@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(LN_S) $(abs_top_builddir)/ld1-r $@
1643
1644@GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-2-r.o: gcctestdir2-r/ld libgold.a
1645@GCC_TRUE@@NATIVE_LINKER_TRUE@	gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
1646
1647# Skip this for LTO build due to different build IDs.
1648@GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r
1649@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1650@GCC_TRUE@@NATIVE_LINKER_TRUE@	echo "#!/bin/sh" > $@
1651@GCC_TRUE@@NATIVE_LINKER_TRUE@	if $(TEST_READELF) -SW main.$(OBJEXT) | grep "gnu.lto" > /dev/null; then \
1652@GCC_TRUE@@NATIVE_LINKER_TRUE@	  echo true >> $@; \
1653@GCC_TRUE@@NATIVE_LINKER_TRUE@	else \
1654@GCC_TRUE@@NATIVE_LINKER_TRUE@	  echo "cmp ld1-r ld2-r" >> $@; \
1655@GCC_TRUE@@NATIVE_LINKER_TRUE@	fi
1656@GCC_TRUE@@NATIVE_LINKER_TRUE@	chmod +x $@
1657
1658@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir3/ld gcctestdir3/collect-ld: ld-new
1659@GCC_TRUE@@NATIVE_LINKER_TRUE@	test -d gcctestdir3 || mkdir -p gcctestdir3
1660@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1661@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(LN_S) $(abs_top_builddir)/ld-new $@
1662
1663@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir4/ld gcctestdir4/collect-ld: ld-new
1664@GCC_TRUE@@NATIVE_LINKER_TRUE@	test -d gcctestdir4 || mkdir -p gcctestdir4
1665@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1666@GCC_TRUE@@NATIVE_LINKER_TRUE@	$(LN_S) $(abs_top_builddir)/ld-new $@
1667
1668@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@bootstrap-test-treehash: ld1 ld3
1669@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@	rm -f $@
1670@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@	echo "#!/bin/sh" > $@
1671@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@	echo "cmp ld1 ld3" >> $@
1672@GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@	chmod +x $@
1673
1674@GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-treehash-chunksize: ld1 ld4
1675@GCC_TRUE@@NATIVE_LINKER_TRUE@	rm -f $@
1676@GCC_TRUE@@NATIVE_LINKER_TRUE@	echo "#!/bin/sh" > $@
1677@GCC_TRUE@@NATIVE_LINKER_TRUE@	echo "cmp ld1 ld4 | grep ." >> $@
1678@GCC_TRUE@@NATIVE_LINKER_TRUE@	chmod +x $@
1679
1680# Tell versions [3.59,3.63) of GNU make to not export all variables.
1681# Otherwise a system limit (for SysV at least) may be exceeded.
1682.NOEXPORT:
1683