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