Fix the calculation of AMD64_PCRQUAD relocations.
[deliverable/binutils-gdb.git] / gold / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #
19 # Copyright (C) 2006-2016 Free Software Foundation, Inc.
20 #
21 # This file is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3 of the License, or
24 # (at your option) any later version.
25 #
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with this program; see the file COPYING3. If not see
33 # <http://www.gnu.org/licenses/>.
34 #
35
36
37 VPATH = @srcdir@
38 am__make_dryrun = \
39 { \
40 am__dry=no; \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
44 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45 *) \
46 for am__flg in $$MAKEFLAGS; do \
47 case $$am__flg in \
48 *=*|--*) ;; \
49 *n*) am__dry=yes; break;; \
50 esac; \
51 done;; \
52 esac; \
53 test $$am__dry = yes; \
54 }
55 pkgdatadir = $(datadir)/@PACKAGE@
56 pkgincludedir = $(includedir)/@PACKAGE@
57 pkglibdir = $(libdir)/@PACKAGE@
58 pkglibexecdir = $(libexecdir)/@PACKAGE@
59 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60 install_sh_DATA = $(install_sh) -c -m 644
61 install_sh_PROGRAM = $(install_sh) -c
62 install_sh_SCRIPT = $(install_sh) -c
63 INSTALL_HEADER = $(INSTALL_DATA)
64 transform = $(program_transform_name)
65 NORMAL_INSTALL = :
66 PRE_INSTALL = :
67 POST_INSTALL = :
68 NORMAL_UNINSTALL = :
69 PRE_UNINSTALL = :
70 POST_UNINSTALL = :
71 build_triplet = @build@
72 host_triplet = @host@
73 target_triplet = @target@
74 bin_PROGRAMS = dwp$(EXEEXT)
75 noinst_PROGRAMS = ld-new$(EXEEXT) incremental-dump$(EXEEXT)
76 @GCC_TRUE@@NATIVE_LINKER_TRUE@check_PROGRAMS = ld1$(EXEEXT) \
77 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2$(EXEEXT) ld1-r$(EXEEXT) \
78 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2-r$(EXEEXT) ld4$(EXEEXT) \
79 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__EXEEXT_1)
80 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_1 = -Wl,--thread-count=3
81 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_2 = -Wl,--thread-count=3
82 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_3 = -Wl,--thread-count=13
83 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_4 = -Wl,--thread-count=3
84 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_5 = ld3
85 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_6 = bootstrap-test-treehash-chunksize
86 subdir = .
87 DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
88 $(srcdir)/Makefile.am $(top_srcdir)/configure \
89 $(am__configure_deps) $(srcdir)/config.in \
90 $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in \
91 ftruncate.c pread.c mremap.c ffsll.c yyscript.h yyscript.c \
92 $(srcdir)/../depcomp $(srcdir)/../ylwrap
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
95 $(top_srcdir)/../config/gettext-sister.m4 \
96 $(top_srcdir)/../config/lcmessage.m4 \
97 $(top_srcdir)/../config/lead-dot.m4 \
98 $(top_srcdir)/../config/nls.m4 \
99 $(top_srcdir)/../config/override.m4 \
100 $(top_srcdir)/../config/po.m4 \
101 $(top_srcdir)/../config/progtest.m4 \
102 $(top_srcdir)/../config/zlib.m4 \
103 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105 $(ACLOCAL_M4)
106 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
109 CONFIG_HEADER = config.h
110 CONFIG_CLEAN_FILES = po/Makefile.in
111 CONFIG_CLEAN_VPATH_FILES =
112 LIBRARIES = $(noinst_LIBRARIES)
113 AR = ar
114 ARFLAGS = cru
115 libgold_a_AR = $(AR) $(ARFLAGS)
116 libgold_a_DEPENDENCIES = $(LIBOBJS)
117 am__objects_1 = archive.$(OBJEXT) attributes.$(OBJEXT) \
118 binary.$(OBJEXT) common.$(OBJEXT) compressed_output.$(OBJEXT) \
119 copy-relocs.$(OBJEXT) cref.$(OBJEXT) defstd.$(OBJEXT) \
120 descriptors.$(OBJEXT) dirsearch.$(OBJEXT) dynobj.$(OBJEXT) \
121 dwarf_reader.$(OBJEXT) ehframe.$(OBJEXT) errors.$(OBJEXT) \
122 expression.$(OBJEXT) fileread.$(OBJEXT) gc.$(OBJEXT) \
123 gdb-index.$(OBJEXT) gold.$(OBJEXT) gold-threads.$(OBJEXT) \
124 icf.$(OBJEXT) incremental.$(OBJEXT) int_encoding.$(OBJEXT) \
125 layout.$(OBJEXT) mapfile.$(OBJEXT) merge.$(OBJEXT) \
126 nacl.$(OBJEXT) object.$(OBJEXT) options.$(OBJEXT) \
127 output.$(OBJEXT) parameters.$(OBJEXT) plugin.$(OBJEXT) \
128 readsyms.$(OBJEXT) reduced_debug_output.$(OBJEXT) \
129 reloc.$(OBJEXT) resolve.$(OBJEXT) script-sections.$(OBJEXT) \
130 script.$(OBJEXT) stringpool.$(OBJEXT) symtab.$(OBJEXT) \
131 target.$(OBJEXT) target-select.$(OBJEXT) timer.$(OBJEXT) \
132 version.$(OBJEXT) workqueue.$(OBJEXT) \
133 workqueue-threads.$(OBJEXT)
134 am__objects_2 =
135 am__objects_3 = yyscript.$(OBJEXT)
136 am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
137 $(am__objects_3) $(am__objects_2)
138 libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
139 am__installdirs = "$(DESTDIR)$(bindir)"
140 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__EXEEXT_1 = \
141 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@ ld3$(EXEEXT)
142 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
143 am_dwp_OBJECTS = dwp.$(OBJEXT)
144 dwp_OBJECTS = $(am_dwp_OBJECTS)
145 am__DEPENDENCIES_1 =
146 dwp_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(dwp_LDFLAGS) \
147 $(LDFLAGS) -o $@
148 am_incremental_dump_OBJECTS = incremental-dump.$(OBJEXT)
149 incremental_dump_OBJECTS = $(am_incremental_dump_OBJECTS)
150 am__objects_4 = main.$(OBJEXT)
151 am_ld_new_OBJECTS = $(am__objects_4)
152 ld_new_OBJECTS = $(am_ld_new_OBJECTS)
153 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libgold.a $(LIBIBERTY) \
154 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
155 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
156 $(am__DEPENDENCIES_1)
157 ld_new_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld_new_LDFLAGS) \
158 $(LDFLAGS) -o $@
159 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_OBJECTS = $(am__objects_4)
160 ld1_OBJECTS = $(am_ld1_OBJECTS)
161 ld1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld1_LDFLAGS) \
162 $(LDFLAGS) -o $@
163 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_r_OBJECTS = $(am__objects_4)
164 ld1_r_OBJECTS = $(am_ld1_r_OBJECTS)
165 ld1_r_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld1_r_LDFLAGS) \
166 $(LDFLAGS) -o $@
167 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_OBJECTS = $(am__objects_4)
168 ld2_OBJECTS = $(am_ld2_OBJECTS)
169 ld2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld2_LDFLAGS) \
170 $(LDFLAGS) -o $@
171 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_r_OBJECTS = $(am__objects_4)
172 ld2_r_OBJECTS = $(am_ld2_r_OBJECTS)
173 ld2_r_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld2_r_LDFLAGS) \
174 $(LDFLAGS) -o $@
175 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld3_OBJECTS = $(am__objects_4)
176 ld3_OBJECTS = $(am_ld3_OBJECTS)
177 ld3_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld3_LDFLAGS) \
178 $(LDFLAGS) -o $@
179 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld4_OBJECTS = $(am__objects_4)
180 ld4_OBJECTS = $(am_ld4_OBJECTS)
181 ld4_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld4_LDFLAGS) \
182 $(LDFLAGS) -o $@
183 DEFAULT_INCLUDES = -I.@am__isrc@
184 depcomp = $(SHELL) $(top_srcdir)/../depcomp
185 am__depfiles_maybe = depfiles
186 am__mv = mv -f
187 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
188 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
189 CCLD = $(CC)
190 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
191 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
192 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
193 CXXLD = $(CXX)
194 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
195 -o $@
196 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
197 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
198 YLWRAP = $(top_srcdir)/../ylwrap
199 SOURCES = $(libgold_a_SOURCES) $(dwp_SOURCES) \
200 $(incremental_dump_SOURCES) $(ld_new_SOURCES) \
201 $(EXTRA_ld_new_SOURCES) $(ld1_SOURCES) $(ld1_r_SOURCES) \
202 $(ld2_SOURCES) $(ld2_r_SOURCES) $(ld3_SOURCES) $(ld4_SOURCES)
203 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
204 html-recursive info-recursive install-data-recursive \
205 install-dvi-recursive install-exec-recursive \
206 install-html-recursive install-info-recursive \
207 install-pdf-recursive install-ps-recursive install-recursive \
208 installcheck-recursive installdirs-recursive pdf-recursive \
209 ps-recursive uninstall-recursive
210 am__can_run_installinfo = \
211 case $$AM_UPDATE_INFO_DIR in \
212 n|no|NO) false;; \
213 *) (install-info --version) >/dev/null 2>&1;; \
214 esac
215 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
216 distclean-recursive maintainer-clean-recursive
217 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
218 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
219 check recheck check-html recheck-html
220 ETAGS = etags
221 CTAGS = ctags
222 am__tty_colors = \
223 red=; grn=; lgn=; blu=; std=
224 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
225 am__vpath_adj = case $$p in \
226 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
227 *) f=$$p;; \
228 esac;
229 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
230 am__install_max = 40
231 am__nobase_strip_setup = \
232 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
233 am__nobase_strip = \
234 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
235 am__nobase_list = $(am__nobase_strip_setup); \
236 for p in $$list; do echo "$$p $$p"; done | \
237 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
238 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
239 if (++n[$$2] == $(am__install_max)) \
240 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
241 END { for (dir in files) print dir, files[dir] }'
242 am__base_list = \
243 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
244 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
245 am__uninstall_files_from_dir = { \
246 test -z "$$files" \
247 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
248 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
249 $(am__cd) "$$dir" && rm -f $$files; }; \
250 }
251 # Restructured Text title and section.
252 am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//'
253 am__rst_section = sed 'p;s/./=/g;p;g'
254 # Put stdin (possibly several lines separated by ". ") in a box.
255 # Prefix each line by 'col' and terminate each with 'std', for coloring.
256 # Multi line coloring is problematic with "less -R", so we really need
257 # to color each line individually.
258 am__text_box = $(AWK) '{ \
259 n = split($$0, lines, "\\. "); max = 0; \
260 for (i = 1; i <= n; ++i) \
261 if (max < length(lines[i])) \
262 max = length(lines[i]); \
263 for (i = 0; i < max; ++i) \
264 line = line "="; \
265 print col line std; \
266 for (i = 1; i <= n; ++i) \
267 if (lines[i]) \
268 print col lines[i] std; \
269 print col line std; \
270 }'
271 # Solaris 10 'make', and several other traditional 'make' implementations,
272 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
273 # by disabling -e (using the XSI extension "set +e") if it's set.
274 am__sh_e_setup = case $$- in *e*) set +e;; esac
275 # To be inserted before the command running the test. Creates the
276 # directory for the log if needed. Stores in $dir the directory
277 # containing $f, in $tst the test, in $log the log, and passes
278 # TESTS_ENVIRONMENT. Save and restore TERM around use of
279 # TESTS_ENVIRONMENT, in case that unsets it.
280 am__check_pre = \
281 $(am__sh_e_setup); \
282 $(am__vpath_adj_setup) $(am__vpath_adj) \
283 srcdir=$(srcdir); export srcdir; \
284 rm -f $@-t; \
285 am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
286 trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2; \
287 trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
288 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \
289 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
290 if test -f "./$$f"; then dir=./; \
291 elif test -f "$$f"; then dir=; \
292 else dir="$(srcdir)/"; fi; \
293 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \
294 $(TESTS_ENVIRONMENT)
295 # To be appended to the command running the test. Handle the stdout
296 # and stderr redirection, and catch the exit status.
297 am__check_post = \
298 >$@-t 2>&1; \
299 estatus=$$?; \
300 if test -n '$(DISABLE_HARD_ERRORS)' \
301 && test $$estatus -eq 99; then \
302 estatus=1; \
303 fi; \
304 TERM=$$__SAVED_TERM; export TERM; \
305 $(am__tty_colors); \
306 xfailed=PASS; \
307 case " $(XFAIL_TESTS) " in \
308 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
309 xfailed=XFAIL;; \
310 esac; \
311 case $$estatus.$$xfailed in \
312 0.XFAIL) col=$$red; res=XPASS;; \
313 0.*) col=$$grn; res=PASS ;; \
314 77.*) col=$$blu; res=SKIP ;; \
315 99.*) col=$$red; res=FAIL ;; \
316 *.XFAIL) col=$$lgn; res=XFAIL;; \
317 *.*) col=$$red; res=FAIL ;; \
318 esac; \
319 echo "$${col}$$res$${std}: $$f"; \
320 echo "$$res: $$f (exit: $$estatus)" | \
321 $(am__rst_section) >$@; \
322 cat $@-t >>$@; \
323 rm -f $@-t
324 RECHECK_LOGS = $(TEST_LOGS)
325 TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
326 TEST_SUITE_LOG = test-suite.log
327 TEST_EXTENSIONS = @EXEEXT@ .test
328 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
329 am__test_logs1 = $(TESTS:=.log)
330 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
331 TEST_LOGS = $(am__test_logs2:.test.log=.log)
332 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
333 $(TEST_LOG_FLAGS)
334 TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
335 DIST_SUBDIRS = $(SUBDIRS)
336 ACLOCAL = @ACLOCAL@
337 AMTAR = @AMTAR@
338 AUTOCONF = @AUTOCONF@
339 AUTOHEADER = @AUTOHEADER@
340 AUTOMAKE = @AUTOMAKE@
341 AWK = @AWK@
342 CATALOGS = @CATALOGS@
343 CATOBJEXT = @CATOBJEXT@
344 CC = @CC@
345 CCDEPMODE = @CCDEPMODE@
346 CFLAGS = @CFLAGS@
347 CPP = @CPP@
348 CPPFLAGS = @CPPFLAGS@
349 CXX = @CXX@
350 CXXCPP = @CXXCPP@
351 CXXDEPMODE = @CXXDEPMODE@
352 CXXFLAGS = @CXXFLAGS@
353 CYGPATH_W = @CYGPATH_W@
354 DATADIRNAME = @DATADIRNAME@
355 DEFAULT_TARGET = @DEFAULT_TARGET@
356 DEFS = @DEFS@
357 DEPDIR = @DEPDIR@
358 DLOPEN_LIBS = @DLOPEN_LIBS@
359 ECHO_C = @ECHO_C@
360 ECHO_N = @ECHO_N@
361 ECHO_T = @ECHO_T@
362 EGREP = @EGREP@
363 EXEEXT = @EXEEXT@
364 GENCAT = @GENCAT@
365 GMSGFMT = @GMSGFMT@
366 GOLD_LDADD = @GOLD_LDADD@
367 GOLD_LDFLAGS = @GOLD_LDFLAGS@
368 GREP = @GREP@
369 INCINTL = @INCINTL@
370 INSTALL = @INSTALL@
371 INSTALL_DATA = @INSTALL_DATA@
372 INSTALL_PROGRAM = @INSTALL_PROGRAM@
373 INSTALL_SCRIPT = @INSTALL_SCRIPT@
374 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
375 INSTOBJEXT = @INSTOBJEXT@
376 LDFLAGS = @LDFLAGS@
377 LFS_CFLAGS = @LFS_CFLAGS@
378 LIBINTL = @LIBINTL@
379 LIBINTL_DEP = @LIBINTL_DEP@
380 LIBOBJS = @LIBOBJS@
381 LIBS = @LIBS@
382 LN_S = @LN_S@
383 LTLIBOBJS = @LTLIBOBJS@
384 MAINT = @MAINT@
385 MAKEINFO = @MAKEINFO@
386 MERGE_CONSTANTS_FLAG = @MERGE_CONSTANTS_FLAG@
387 MKDIR_P = @MKDIR_P@
388 MKINSTALLDIRS = @MKINSTALLDIRS@
389 MSGFMT = @MSGFMT@
390 MSGMERGE = @MSGMERGE@
391 NM = @NM@
392 NO_WERROR = @NO_WERROR@
393 OBJEXT = @OBJEXT@
394 PACKAGE = @PACKAGE@
395 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
396 PACKAGE_NAME = @PACKAGE_NAME@
397 PACKAGE_STRING = @PACKAGE_STRING@
398 PACKAGE_TARNAME = @PACKAGE_TARNAME@
399 PACKAGE_URL = @PACKAGE_URL@
400 PACKAGE_VERSION = @PACKAGE_VERSION@
401 PATH_SEPARATOR = @PATH_SEPARATOR@
402 POSUB = @POSUB@
403 RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
404 RANLIB = @RANLIB@
405 SET_MAKE = @SET_MAKE@
406 SHELL = @SHELL@
407 STRIP = @STRIP@
408 TARGETOBJS = @TARGETOBJS@
409 USE_NLS = @USE_NLS@
410 VERSION = @VERSION@
411 WARN_CFLAGS = @WARN_CFLAGS@
412 WARN_CXXFLAGS = @WARN_CXXFLAGS@
413 WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
414 XGETTEXT = @XGETTEXT@
415 YACC = @YACC@
416 YFLAGS = @YFLAGS@
417 abs_builddir = @abs_builddir@
418 abs_srcdir = @abs_srcdir@
419 abs_top_builddir = @abs_top_builddir@
420 abs_top_srcdir = @abs_top_srcdir@
421 ac_ct_CC = @ac_ct_CC@
422 ac_ct_CXX = @ac_ct_CXX@
423 am__include = @am__include@
424 am__leading_dot = @am__leading_dot@
425 am__quote = @am__quote@
426 am__tar = @am__tar@
427 am__untar = @am__untar@
428 bindir = @bindir@
429 build = @build@
430 build_alias = @build_alias@
431 build_cpu = @build_cpu@
432 build_os = @build_os@
433 build_vendor = @build_vendor@
434 builddir = @builddir@
435 datadir = @datadir@
436 datarootdir = @datarootdir@
437 docdir = @docdir@
438 dvidir = @dvidir@
439 exec_prefix = @exec_prefix@
440 host = @host@
441 host_alias = @host_alias@
442 host_cpu = @host_cpu@
443 host_os = @host_os@
444 host_vendor = @host_vendor@
445 htmldir = @htmldir@
446 includedir = @includedir@
447 infodir = @infodir@
448 install_as_default = @install_as_default@
449 install_sh = @install_sh@
450 installed_linker = @installed_linker@
451 libdir = @libdir@
452 libexecdir = @libexecdir@
453 localedir = @localedir@
454 localstatedir = @localstatedir@
455 mandir = @mandir@
456 mkdir_p = @mkdir_p@
457 oldincludedir = @oldincludedir@
458 pdfdir = @pdfdir@
459 prefix = @prefix@
460 program_transform_name = @program_transform_name@
461 psdir = @psdir@
462 sbindir = @sbindir@
463 sharedstatedir = @sharedstatedir@
464 srcdir = @srcdir@
465 sysconfdir = @sysconfdir@
466 target = @target@
467 target_alias = @target_alias@
468 target_cpu = @target_cpu@
469 target_os = @target_os@
470 target_vendor = @target_vendor@
471 top_build_prefix = @top_build_prefix@
472 top_builddir = @top_builddir@
473 top_srcdir = @top_srcdir@
474 zlibdir = @zlibdir@
475 zlibinc = @zlibinc@
476 AUTOMAKE_OPTIONS = foreign
477 SUBDIRS = po testsuite
478 tooldir = $(exec_prefix)/$(target_alias)
479 ACLOCAL_AMFLAGS = -I ../bfd -I ../config
480
481 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
482 # -I../zlib, unless we were configured with --with-system-zlib, in which
483 # case both are empty.
484 ZLIB = @zlibdir@ -lz
485 ZLIBINC = @zlibinc@
486 AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS) $(ZLIBINC)
487 AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS) $(ZLIBINC)
488 AM_CPPFLAGS = \
489 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
490 -DLOCALEDIR="\"$(datadir)/locale\"" \
491 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
492 -DTOOLLIBDIR="\"$(tooldir)/lib\"" @INCINTL@
493
494 LIBIBERTY = ../libiberty/libiberty.a
495 @PLUGINS_TRUE@LIBDL = @DLOPEN_LIBS@
496 @THREADS_TRUE@THREADSLIB = -lpthread
497 AM_YFLAGS = -d
498
499 # Automake 1.10+ disables lex and yacc output file regeneration if
500 # maintainer mode is disabled. Avoid this.
501 am__skiplex =
502 am__skipyacc =
503 noinst_LIBRARIES = libgold.a
504 CCFILES = \
505 archive.cc \
506 attributes.cc \
507 binary.cc \
508 common.cc \
509 compressed_output.cc \
510 copy-relocs.cc \
511 cref.cc \
512 defstd.cc \
513 descriptors.cc \
514 dirsearch.cc \
515 dynobj.cc \
516 dwarf_reader.cc \
517 ehframe.cc \
518 errors.cc \
519 expression.cc \
520 fileread.cc \
521 gc.cc \
522 gdb-index.cc \
523 gold.cc \
524 gold-threads.cc \
525 icf.cc \
526 incremental.cc \
527 int_encoding.cc \
528 layout.cc \
529 mapfile.cc \
530 merge.cc \
531 nacl.cc \
532 object.cc \
533 options.cc \
534 output.cc \
535 parameters.cc \
536 plugin.cc \
537 readsyms.cc \
538 reduced_debug_output.cc \
539 reloc.cc \
540 resolve.cc \
541 script-sections.cc \
542 script.cc \
543 stringpool.cc \
544 symtab.cc \
545 target.cc \
546 target-select.cc \
547 timer.cc \
548 version.cc \
549 workqueue.cc \
550 workqueue-threads.cc
551
552 HFILES = \
553 arm-reloc-property.h \
554 aarch64-reloc-property.h \
555 archive.h \
556 attributes.h \
557 binary.h \
558 common.h \
559 compressed_output.h \
560 copy-relocs.h \
561 cref.h \
562 defstd.h \
563 dirsearch.h \
564 descriptors.h \
565 dynobj.h \
566 dwarf_reader.h \
567 ehframe.h \
568 errors.h \
569 fileread.h \
570 freebsd.h \
571 gc.h \
572 gdb-index.h \
573 gold.h \
574 gold-threads.h \
575 icf.h \
576 int_encoding.h \
577 layout.h \
578 mapfile.h \
579 merge.h \
580 nacl.h \
581 object.h \
582 options.h \
583 output.h \
584 parameters.h \
585 plugin.h \
586 readsyms.h \
587 reduced_debug_output.h \
588 reloc.h \
589 reloc-types.h \
590 script-c.h \
591 script-sections.h \
592 script.h \
593 stringpool.h \
594 symtab.h \
595 target.h \
596 target-reloc.h \
597 target-select.h \
598 timer.h \
599 tls.h \
600 token.h \
601 workqueue.h \
602 workqueue-internal.h
603
604 YFILES = \
605 yyscript.y
606
607 DEFFILES = arm-reloc.def aarch64-reloc.def
608 EXTRA_DIST = yyscript.c yyscript.h
609 TARGETSOURCES = \
610 i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc tilegx.cc \
611 mips.cc aarch64.cc aarch64-reloc-property.cc s390.cc
612
613 ALL_TARGETOBJS = \
614 i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
615 arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) tilegx.$(OBJEXT) \
616 mips.$(OBJEXT) aarch64.$(OBJEXT) aarch64-reloc-property.$(OBJEXT) \
617 s390.$(OBJEXT)
618
619 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES)
620 libgold_a_LIBADD = $(LIBOBJS)
621 sources_var = main.cc
622 deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
623 ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) \
624 $(THREADSLIB) $(LIBDL) $(ZLIB)
625
626 ldflags_var = $(GOLD_LDFLAGS)
627 ld_new_SOURCES = $(sources_var)
628 ld_new_DEPENDENCIES = $(deps_var)
629 ld_new_LDADD = $(ldadd_var)
630 ld_new_LDFLAGS = $(ldflags_var)
631 EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
632 incremental_dump_SOURCES = incremental-dump.cc
633 incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY) \
634 $(LIBINTL_DEP)
635
636 incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
637 $(THREADSLIB) $(LIBDL) $(ZLIB)
638
639 dwp_SOURCES = dwp.cc
640 dwp_DEPENDENCIES = libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
641 dwp_LDADD = libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) $(THREADSLIB) \
642 $(LIBDL) $(ZLIB)
643
644 dwp_LDFLAGS = $(GOLD_LDFLAGS)
645 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/../bfd/development.sh
646 POTFILES = $(CCFILES) $(HFILES) $(TARGETSOURCES)
647 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_SOURCES = $(sources_var)
648 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
649 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDADD = $(ldadd_var)
650 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDFLAGS = -Bgcctestdir1/ \
651 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id=tree \
652 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-chunk-size-for-treehash=12345 \
653 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-min-file-size-for-treehash=0 \
654 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__append_1)
655 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_SOURCES = $(sources_var)
656 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
657 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDADD = $(ldadd_var)
658 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDFLAGS = -Bgcctestdir2/ \
659 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id=tree \
660 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-chunk-size-for-treehash=12345 \
661 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-min-file-size-for-treehash=0 \
662 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__append_2)
663 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_SOURCES = $(sources_var)
664 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_DEPENDENCIES = libgold-1-r.o $(deps_var) gcctestdir1/ld
665 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDADD = libgold-1-r.o $(ldadd_var)
666 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDFLAGS = -Bgcctestdir1/
667 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_SOURCES = $(sources_var)
668 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_DEPENDENCIES = libgold-2-r.o $(deps_var) gcctestdir2-r/ld
669 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDADD = libgold-2-r.o $(ldadd_var)
670 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDFLAGS = -Bgcctestdir2-r/
671 @GCC_TRUE@@NATIVE_LINKER_TRUE@TESTS = bootstrap-test bootstrap-test-r \
672 @GCC_TRUE@@NATIVE_LINKER_TRUE@ bootstrap-test-treehash-chunksize \
673 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__append_6)
674 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_SOURCES = $(sources_var)
675 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_DEPENDENCIES = $(deps_var) gcctestdir3/ld
676 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_LDADD = $(ldadd_var)
677 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld3_LDFLAGS = -Bgcctestdir3/ \
678 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id=tree \
679 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-chunk-size-for-treehash=12345 \
680 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-min-file-size-for-treehash=0 \
681 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__append_3)
682 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_SOURCES = $(sources_var)
683 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_DEPENDENCIES = $(deps_var) gcctestdir4/ld
684 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_LDADD = $(ldadd_var)
685 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld4_LDFLAGS = -Bgcctestdir4/ \
686 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id=tree \
687 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-chunk-size-for-treehash=12346 \
688 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--build-id-min-file-size-for-treehash=0 \
689 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__append_4)
690 all: config.h
691 $(MAKE) $(AM_MAKEFLAGS) all-recursive
692
693 .SUFFIXES:
694 .SUFFIXES: .c .cc .html .log .o .obj .test .test$(EXEEXT) .y
695 am--refresh: Makefile
696 @:
697 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
698 @for dep in $?; do \
699 case '$(am__configure_deps)' in \
700 *$$dep*) \
701 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
702 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
703 && exit 0; \
704 exit 1;; \
705 esac; \
706 done; \
707 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
708 $(am__cd) $(top_srcdir) && \
709 $(AUTOMAKE) --foreign Makefile
710 .PRECIOUS: Makefile
711 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
712 @case '$?' in \
713 *config.status*) \
714 echo ' $(SHELL) ./config.status'; \
715 $(SHELL) ./config.status;; \
716 *) \
717 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
718 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
719 esac;
720
721 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
722 $(SHELL) ./config.status --recheck
723
724 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
725 $(am__cd) $(srcdir) && $(AUTOCONF)
726 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
727 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
728 $(am__aclocal_m4_deps):
729
730 config.h: stamp-h1
731 @if test ! -f $@; then rm -f stamp-h1; else :; fi
732 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
733
734 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
735 @rm -f stamp-h1
736 cd $(top_builddir) && $(SHELL) ./config.status config.h
737 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
738 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
739 rm -f stamp-h1
740 touch $@
741
742 distclean-hdr:
743 -rm -f config.h stamp-h1
744 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
745 cd $(top_builddir) && $(SHELL) ./config.status $@
746
747 clean-noinstLIBRARIES:
748 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
749 yyscript.h: yyscript.c
750 @if test ! -f $@; then rm -f yyscript.c; else :; fi
751 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yyscript.c; else :; fi
752 libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES) $(EXTRA_libgold_a_DEPENDENCIES)
753 -rm -f libgold.a
754 $(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
755 $(RANLIB) libgold.a
756 install-binPROGRAMS: $(bin_PROGRAMS)
757 @$(NORMAL_INSTALL)
758 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
759 if test -n "$$list"; then \
760 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
761 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
762 fi; \
763 for p in $$list; do echo "$$p $$p"; done | \
764 sed 's/$(EXEEXT)$$//' | \
765 while read p p1; do if test -f $$p; \
766 then echo "$$p"; echo "$$p"; else :; fi; \
767 done | \
768 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
769 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
770 sed 'N;N;N;s,\n, ,g' | \
771 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
772 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
773 if ($$2 == $$4) files[d] = files[d] " " $$1; \
774 else { print "f", $$3 "/" $$4, $$1; } } \
775 END { for (d in files) print "f", d, files[d] }' | \
776 while read type dir files; do \
777 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
778 test -z "$$files" || { \
779 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
780 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
781 } \
782 ; done
783
784 uninstall-binPROGRAMS:
785 @$(NORMAL_UNINSTALL)
786 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
787 files=`for p in $$list; do echo "$$p"; done | \
788 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
789 -e 's/$$/$(EXEEXT)/' `; \
790 test -n "$$list" || exit 0; \
791 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
792 cd "$(DESTDIR)$(bindir)" && rm -f $$files
793
794 clean-binPROGRAMS:
795 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
796
797 clean-checkPROGRAMS:
798 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
799
800 clean-noinstPROGRAMS:
801 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
802 dwp$(EXEEXT): $(dwp_OBJECTS) $(dwp_DEPENDENCIES) $(EXTRA_dwp_DEPENDENCIES)
803 @rm -f dwp$(EXEEXT)
804 $(dwp_LINK) $(dwp_OBJECTS) $(dwp_LDADD) $(LIBS)
805 incremental-dump$(EXEEXT): $(incremental_dump_OBJECTS) $(incremental_dump_DEPENDENCIES) $(EXTRA_incremental_dump_DEPENDENCIES)
806 @rm -f incremental-dump$(EXEEXT)
807 $(CXXLINK) $(incremental_dump_OBJECTS) $(incremental_dump_LDADD) $(LIBS)
808 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES)
809 @rm -f ld-new$(EXEEXT)
810 $(ld_new_LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
811 ld1$(EXEEXT): $(ld1_OBJECTS) $(ld1_DEPENDENCIES) $(EXTRA_ld1_DEPENDENCIES)
812 @rm -f ld1$(EXEEXT)
813 $(ld1_LINK) $(ld1_OBJECTS) $(ld1_LDADD) $(LIBS)
814 ld1-r$(EXEEXT): $(ld1_r_OBJECTS) $(ld1_r_DEPENDENCIES) $(EXTRA_ld1_r_DEPENDENCIES)
815 @rm -f ld1-r$(EXEEXT)
816 $(ld1_r_LINK) $(ld1_r_OBJECTS) $(ld1_r_LDADD) $(LIBS)
817 ld2$(EXEEXT): $(ld2_OBJECTS) $(ld2_DEPENDENCIES) $(EXTRA_ld2_DEPENDENCIES)
818 @rm -f ld2$(EXEEXT)
819 $(ld2_LINK) $(ld2_OBJECTS) $(ld2_LDADD) $(LIBS)
820 ld2-r$(EXEEXT): $(ld2_r_OBJECTS) $(ld2_r_DEPENDENCIES) $(EXTRA_ld2_r_DEPENDENCIES)
821 @rm -f ld2-r$(EXEEXT)
822 $(ld2_r_LINK) $(ld2_r_OBJECTS) $(ld2_r_LDADD) $(LIBS)
823 ld3$(EXEEXT): $(ld3_OBJECTS) $(ld3_DEPENDENCIES) $(EXTRA_ld3_DEPENDENCIES)
824 @rm -f ld3$(EXEEXT)
825 $(ld3_LINK) $(ld3_OBJECTS) $(ld3_LDADD) $(LIBS)
826 ld4$(EXEEXT): $(ld4_OBJECTS) $(ld4_DEPENDENCIES) $(EXTRA_ld4_DEPENDENCIES)
827 @rm -f ld4$(EXEEXT)
828 $(ld4_LINK) $(ld4_OBJECTS) $(ld4_LDADD) $(LIBS)
829
830 mostlyclean-compile:
831 -rm -f *.$(OBJEXT)
832
833 distclean-compile:
834 -rm -f *.tab.c
835
836 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ffsll.Po@am__quote@
837 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
838 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
839 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-reloc-property.Po@am__quote@
841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64.Po@am__quote@
842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-reloc-property.Po@am__quote@
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm.Po@am__quote@
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attributes.Po@am__quote@
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Po@am__quote@
847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_output.Po@am__quote@
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy-relocs.Po@am__quote@
850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cref.Po@am__quote@
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptors.Po@am__quote@
853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_reader.Po@am__quote@
855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwp.Po@am__quote@
856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehframe.Po@am__quote@
858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expression.Po@am__quote@
860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc.Po@am__quote@
862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb-index.Po@am__quote@
863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
866 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icf.Po@am__quote@
867 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental-dump.Po@am__quote@
868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental.Po@am__quote@
869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_encoding.Po@am__quote@
870 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
871 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
872 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@
873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
874 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips.Po@am__quote@
875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nacl.Po@am__quote@
876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
877 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
878 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
879 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
880 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerpc.Po@am__quote@
882 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
883 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduced_debug_output.Po@am__quote@
884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
885 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390.Po@am__quote@
887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-sections.Po@am__quote@
888 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
893 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Po@am__quote@
894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx.Po@am__quote@
895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue-threads.Po@am__quote@
898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
900 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
901
902 .c.o:
903 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
904 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
905 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
908
909 .c.obj:
910 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
911 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
915
916 .cc.o:
917 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
918 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
919 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
920 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
922
923 .cc.obj:
924 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
925 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
926 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
927 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
929
930 .y.c:
931 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
932
933 # This directory's subdirectories are mostly independent; you can cd
934 # into them and run `make' without going through this Makefile.
935 # To change the values of `make' variables: instead of editing Makefiles,
936 # (1) if the variable is set in `config.status', edit `config.status'
937 # (which will cause the Makefiles to be regenerated when you run `make');
938 # (2) otherwise, pass the desired values on the `make' command line.
939 $(RECURSIVE_TARGETS):
940 @fail= failcom='exit 1'; \
941 for f in x $$MAKEFLAGS; do \
942 case $$f in \
943 *=* | --[!k]*);; \
944 *k*) failcom='fail=yes';; \
945 esac; \
946 done; \
947 dot_seen=no; \
948 target=`echo $@ | sed s/-recursive//`; \
949 list='$(SUBDIRS)'; for subdir in $$list; do \
950 echo "Making $$target in $$subdir"; \
951 if test "$$subdir" = "."; then \
952 dot_seen=yes; \
953 local_target="$$target-am"; \
954 else \
955 local_target="$$target"; \
956 fi; \
957 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
958 || eval $$failcom; \
959 done; \
960 if test "$$dot_seen" = "no"; then \
961 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
962 fi; test -z "$$fail"
963
964 $(RECURSIVE_CLEAN_TARGETS):
965 @fail= failcom='exit 1'; \
966 for f in x $$MAKEFLAGS; do \
967 case $$f in \
968 *=* | --[!k]*);; \
969 *k*) failcom='fail=yes';; \
970 esac; \
971 done; \
972 dot_seen=no; \
973 case "$@" in \
974 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
975 *) list='$(SUBDIRS)' ;; \
976 esac; \
977 rev=''; for subdir in $$list; do \
978 if test "$$subdir" = "."; then :; else \
979 rev="$$subdir $$rev"; \
980 fi; \
981 done; \
982 rev="$$rev ."; \
983 target=`echo $@ | sed s/-recursive//`; \
984 for subdir in $$rev; do \
985 echo "Making $$target in $$subdir"; \
986 if test "$$subdir" = "."; then \
987 local_target="$$target-am"; \
988 else \
989 local_target="$$target"; \
990 fi; \
991 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
992 || eval $$failcom; \
993 done && test -z "$$fail"
994 tags-recursive:
995 list='$(SUBDIRS)'; for subdir in $$list; do \
996 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
997 done
998 ctags-recursive:
999 list='$(SUBDIRS)'; for subdir in $$list; do \
1000 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1001 done
1002
1003 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1004 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1005 unique=`for i in $$list; do \
1006 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1007 done | \
1008 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1009 END { if (nonempty) { for (i in files) print i; }; }'`; \
1010 mkid -fID $$unique
1011 tags: TAGS
1012
1013 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1014 $(TAGS_FILES) $(LISP)
1015 set x; \
1016 here=`pwd`; \
1017 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1018 include_option=--etags-include; \
1019 empty_fix=.; \
1020 else \
1021 include_option=--include; \
1022 empty_fix=; \
1023 fi; \
1024 list='$(SUBDIRS)'; for subdir in $$list; do \
1025 if test "$$subdir" = .; then :; else \
1026 test ! -f $$subdir/TAGS || \
1027 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1028 fi; \
1029 done; \
1030 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1031 unique=`for i in $$list; do \
1032 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1033 done | \
1034 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1035 END { if (nonempty) { for (i in files) print i; }; }'`; \
1036 shift; \
1037 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1038 test -n "$$unique" || unique=$$empty_fix; \
1039 if test $$# -gt 0; then \
1040 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1041 "$$@" $$unique; \
1042 else \
1043 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1044 $$unique; \
1045 fi; \
1046 fi
1047 ctags: CTAGS
1048 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1049 $(TAGS_FILES) $(LISP)
1050 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1051 unique=`for i in $$list; do \
1052 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1053 done | \
1054 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1055 END { if (nonempty) { for (i in files) print i; }; }'`; \
1056 test -z "$(CTAGS_ARGS)$$unique" \
1057 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1058 $$unique
1059
1060 GTAGS:
1061 here=`$(am__cd) $(top_builddir) && pwd` \
1062 && $(am__cd) $(top_srcdir) \
1063 && gtags -i $(GTAGS_ARGS) "$$here"
1064
1065 distclean-tags:
1066 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1067
1068 $(TEST_SUITE_LOG): $(TEST_LOGS)
1069 @$(am__sh_e_setup); \
1070 list='$(TEST_LOGS)'; \
1071 results=`for f in $$list; do \
1072 test -r $$f && read line < $$f && echo "$$line" \
1073 || echo FAIL; \
1074 done`; \
1075 all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*//'`; \
1076 fail=`echo "$$results" | grep -c '^FAIL'`; \
1077 pass=`echo "$$results" | grep -c '^PASS'`; \
1078 skip=`echo "$$results" | grep -c '^SKIP'`; \
1079 xfail=`echo "$$results" | grep -c '^XFAIL'`; \
1080 xpass=`echo "$$results" | grep -c '^XPASS'`; \
1081 failures=`expr $$fail + $$xpass`; \
1082 all=`expr $$all - $$skip`; \
1083 if test "$$all" -eq 1; then tests=test; All=; \
1084 else tests=tests; All="All "; fi; \
1085 case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \
1086 fail=0:xpass=0:xfail=0) \
1087 msg="$$All$$all $$tests passed. "; \
1088 exit=true;; \
1089 fail=0:xpass=0:xfail=*) \
1090 msg="$$All$$all $$tests behaved as expected"; \
1091 if test "$$xfail" -eq 1; then xfailures=failure; \
1092 else xfailures=failures; fi; \
1093 msg="$$msg ($$xfail expected $$xfailures). "; \
1094 exit=true;; \
1095 fail=*:xpass=0:xfail=*) \
1096 msg="$$fail of $$all $$tests failed. "; \
1097 exit=false;; \
1098 fail=*:xpass=*:xfail=*) \
1099 msg="$$failures of $$all $$tests did not behave as expected"; \
1100 if test "$$xpass" -eq 1; then xpasses=pass; \
1101 else xpasses=passes; fi; \
1102 msg="$$msg ($$xpass unexpected $$xpasses). "; \
1103 exit=false;; \
1104 *) \
1105 echo >&2 "incorrect case"; exit 4;; \
1106 esac; \
1107 if test "$$skip" -ne 0; then \
1108 if test "$$skip" -eq 1; then \
1109 msg="$$msg($$skip test was not run). "; \
1110 else \
1111 msg="$$msg($$skip tests were not run). "; \
1112 fi; \
1113 fi; \
1114 { \
1115 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1116 $(am__rst_title); \
1117 echo "$$msg"; \
1118 echo; \
1119 echo ".. contents:: :depth: 2"; \
1120 echo; \
1121 for f in $$list; do \
1122 test -r $$f && read line < $$f || line=; \
1123 case $$line in \
1124 PASS:*|XFAIL:*);; \
1125 *) echo; cat $$f;; \
1126 esac; \
1127 done; \
1128 } >$(TEST_SUITE_LOG).tmp; \
1129 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1130 if test "$$failures" -ne 0; then \
1131 msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \
1132 if test -n "$(PACKAGE_BUGREPORT)"; then \
1133 msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \
1134 fi; \
1135 fi; \
1136 test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \
1137 $(am__tty_colors); \
1138 if $$exit; then \
1139 col="$$grn"; \
1140 else \
1141 col="$$red"; \
1142 fi; \
1143 echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std"; \
1144 $$exit || exit 1
1145
1146 check-TESTS recheck:
1147 @if test $@ != recheck; then \
1148 list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
1149 fi
1150 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1151 @list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
1152 test .log = $$f && continue; \
1153 if test $@ = recheck; then \
1154 test -f $$f || continue; \
1155 if test -r $$f && read line < $$f; then \
1156 case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
1157 fi; \
1158 fi; \
1159 if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
1160 done; \
1161 if test $@ = recheck && test -n "$$list"; then \
1162 $(am__make_dryrun) || rm -f $$list || exit 1; \
1163 fi; \
1164 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1165 recheck: $(check_PROGRAMS)
1166
1167 am--mostlyclean-test-html:
1168 list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
1169 rm -f $(TEST_SUITE_HTML)
1170
1171 .log.html:
1172 @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \
1173 for r2h in $$list; do \
1174 if ($$r2h --version) >/dev/null 2>&1; then \
1175 R2H=$$r2h; \
1176 fi; \
1177 done; \
1178 if test -z "$$R2H"; then \
1179 echo >&2 "cannot find rst2html, cannot create $@"; \
1180 exit 2; \
1181 fi; \
1182 $$R2H $< >$@.tmp
1183 @mv $@.tmp $@
1184
1185 # Be sure to run check first, and then to convert the result.
1186 # Beware of concurrent executions. Run "check" not "check-TESTS", as
1187 # check-SCRIPTS and other dependencies are rebuilt by the former only.
1188 # And expect check to fail.
1189 check-html recheck-html:
1190 @target=`echo $@ | sed 's/-html$$//'`; \
1191 rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1192 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1193 exit $$rv
1194 bootstrap-test.log: bootstrap-test
1195 @p='bootstrap-test'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1196 bootstrap-test-r.log: bootstrap-test-r
1197 @p='bootstrap-test-r'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1198 bootstrap-test-treehash-chunksize.log: bootstrap-test-treehash-chunksize
1199 @p='bootstrap-test-treehash-chunksize'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1200 .test.log:
1201 @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1202 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1203 @am__EXEEXT_TRUE@ @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1204 check-am: all-am
1205 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1206 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1207 check: check-recursive
1208 all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
1209 installdirs: installdirs-recursive
1210 installdirs-am:
1211 for dir in "$(DESTDIR)$(bindir)"; do \
1212 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1213 done
1214 install: install-recursive
1215 install-exec: install-exec-recursive
1216 install-data: install-data-recursive
1217 uninstall: uninstall-recursive
1218
1219 install-am: all-am
1220 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1221
1222 installcheck: installcheck-recursive
1223 install-strip:
1224 if test -z '$(STRIP)'; then \
1225 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1226 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1227 install; \
1228 else \
1229 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1230 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1231 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1232 fi
1233 mostlyclean-generic:
1234 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1235 -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1236 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1237
1238 clean-generic:
1239
1240 distclean-generic:
1241 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1242 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1243
1244 maintainer-clean-generic:
1245 @echo "This command is intended for maintainers to use"
1246 @echo "it deletes files that may require special tools to rebuild."
1247 -rm -f yyscript.c
1248 -rm -f yyscript.h
1249 clean: clean-recursive
1250
1251 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1252 clean-noinstLIBRARIES clean-noinstPROGRAMS mostlyclean-am
1253
1254 distclean: distclean-recursive
1255 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1256 -rm -rf $(DEPDIR) ./$(DEPDIR)
1257 -rm -f Makefile
1258 distclean-am: clean-am distclean-compile distclean-generic \
1259 distclean-hdr distclean-tags
1260
1261 dvi: dvi-recursive
1262
1263 dvi-am:
1264
1265 html: html-recursive
1266
1267 html-am:
1268
1269 info: info-recursive
1270
1271 info-am:
1272
1273 install-data-am: install-data-local
1274
1275 install-dvi: install-dvi-recursive
1276
1277 install-dvi-am:
1278
1279 install-exec-am: install-binPROGRAMS install-exec-local
1280
1281 install-html: install-html-recursive
1282
1283 install-html-am:
1284
1285 install-info: install-info-recursive
1286
1287 install-info-am:
1288
1289 install-man:
1290
1291 install-pdf: install-pdf-recursive
1292
1293 install-pdf-am:
1294
1295 install-ps: install-ps-recursive
1296
1297 install-ps-am:
1298
1299 installcheck-am:
1300
1301 maintainer-clean: maintainer-clean-recursive
1302 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1303 -rm -rf $(top_srcdir)/autom4te.cache
1304 -rm -rf $(DEPDIR) ./$(DEPDIR)
1305 -rm -f Makefile
1306 maintainer-clean-am: distclean-am maintainer-clean-generic
1307
1308 mostlyclean: mostlyclean-recursive
1309
1310 mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1311 mostlyclean-generic
1312
1313 pdf: pdf-recursive
1314
1315 pdf-am:
1316
1317 ps: ps-recursive
1318
1319 ps-am:
1320
1321 uninstall-am: uninstall-binPROGRAMS
1322
1323 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
1324 check-html ctags-recursive install-am install-strip \
1325 recheck-html tags-recursive
1326
1327 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1328 all all-am am--mostlyclean-test-html am--refresh check \
1329 check-TESTS check-am check-html clean clean-binPROGRAMS \
1330 clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
1331 clean-noinstPROGRAMS ctags ctags-recursive distclean \
1332 distclean-compile distclean-generic distclean-hdr \
1333 distclean-tags dvi dvi-am html html-am info info-am install \
1334 install-am install-binPROGRAMS install-data install-data-am \
1335 install-data-local install-dvi install-dvi-am install-exec \
1336 install-exec-am install-exec-local install-html \
1337 install-html-am install-info install-info-am install-man \
1338 install-pdf install-pdf-am install-ps install-ps-am \
1339 install-strip installcheck installcheck-am installdirs \
1340 installdirs-am maintainer-clean maintainer-clean-generic \
1341 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1342 ps ps-am recheck recheck-html tags tags-recursive uninstall \
1343 uninstall-am uninstall-binPROGRAMS
1344
1345
1346 diststuff: $(EXTRA_DIST)
1347
1348 # Use an explicit dependency for the bison generated header file.
1349 expression.$(OBJEXT): yyscript.h
1350 script-sections.$(OBJEXT): yyscript.h
1351 script.$(OBJEXT): yyscript.h
1352
1353 # We have to build libgold.a before we run the tests.
1354 check: libgold.a
1355
1356 .PHONY: install-exec-local
1357
1358 install-exec-local: ld-new$(EXEEXT)
1359 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
1360 n=`echo $(installed_linker) | sed '$(transform)'`; \
1361 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) \
1362 ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
1363 if test "$(bindir)" != "$(tooldir)/bin"; then \
1364 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
1365 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \
1366 || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
1367 fi; \
1368 if test "x$(install_as_default)" = "xyes"; then \
1369 ld=`echo ld | sed '$(transform)'`; \
1370 rm -f $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \
1371 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT) >/dev/null 2>/dev/null \
1372 || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \
1373 if test "$(bindir)" != "$(tooldir)/bin"; then \
1374 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1375 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1376 || $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1377 fi; \
1378 fi
1379
1380 # We want install to imply install-info as per GNU standards, despite
1381 # the cygnus option.
1382 install-data-local: install-info
1383
1384 po/POTFILES.in: @MAINT@ Makefile
1385 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1386 && mv tmp $(srcdir)/po/POTFILES.in
1387
1388 # Bootstrap test support. We use ld-new to build ld1, then use ld1 to
1389 # build ld2. ld1 and ld2 should be identical. ld-new need not be
1390 # identical to ld1, since it was linked with the host linker.
1391
1392 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld: ld-new
1393 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir1 || mkdir -p gcctestdir1
1394 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir1/ld
1395 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir1 && $(LN_S) ../ld-new ld)
1396
1397 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2/ld: ld1
1398 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2 || mkdir -p gcctestdir2
1399 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2/ld
1400 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2 && $(LN_S) ../ld1 ld)
1401
1402 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test: ld2
1403 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1404 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1405 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1 ld2" >> $@
1406 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1407
1408 @GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-1-r.o: gcctestdir1/ld libgold.a
1409 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir1/ld -o $@ -r --whole-archive libgold.a
1410
1411 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2-r/ld: ld1-r
1412 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2-r || mkdir -p gcctestdir2-r
1413 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2-r/ld
1414 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2-r && $(LN_S) ../ld1-r ld)
1415
1416 @GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-2-r.o: gcctestdir2-r/ld libgold.a
1417 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
1418
1419 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r
1420 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1421 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1422 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" >> $@
1423 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1424
1425 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir3/ld: ld-new
1426 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir3 || mkdir -p gcctestdir3
1427 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir3/ld
1428 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir3 && $(LN_S) ../ld-new ld)
1429
1430 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir4/ld: ld-new
1431 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir4 || mkdir -p gcctestdir4
1432 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir4/ld
1433 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir4 && $(LN_S) ../ld-new ld)
1434
1435 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@bootstrap-test-treehash: ld1 ld3
1436 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@ rm -f $@
1437 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@ echo "#!/bin/sh" > $@
1438 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@ echo "cmp ld1 ld3" >> $@
1439 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@ chmod +x $@
1440
1441 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-treehash-chunksize: ld1 ld4
1442 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1443 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1444 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1 ld4 | grep ." >> $@
1445 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1446
1447 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1448 # Otherwise a system limit (for SysV at least) may be exceeded.
1449 .NOEXPORT:
This page took 0.111977 seconds and 4 git commands to generate.