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