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