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