]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gold/Makefile.in
Use Automake option no-dist in gold.
[thirdparty/binutils-gdb.git] / gold / Makefile.in
1 # Makefile.in generated by automake 1.11 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 noinst_PROGRAMS = ld-new$(EXEEXT) incremental-dump$(EXEEXT)
42 @GCC_TRUE@@NATIVE_LINKER_TRUE@check_PROGRAMS = ld1$(EXEEXT) \
43 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2$(EXEEXT) ld1-r$(EXEEXT) \
44 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2-r$(EXEEXT)
45 subdir = .
46 DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
47 $(srcdir)/Makefile.am $(top_srcdir)/configure \
48 $(am__configure_deps) $(srcdir)/config.in \
49 $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in ffsll.c \
50 ftruncate.c pread.c mremap.c yyscript.h yyscript.c \
51 $(srcdir)/../depcomp $(srcdir)/../ylwrap
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
54 $(top_srcdir)/../config/gettext-sister.m4 \
55 $(top_srcdir)/../config/lead-dot.m4 \
56 $(top_srcdir)/../config/nls.m4 \
57 $(top_srcdir)/../config/override.m4 \
58 $(top_srcdir)/../config/po.m4 \
59 $(top_srcdir)/../config/progtest.m4 \
60 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = po/Makefile.in
68 CONFIG_CLEAN_VPATH_FILES =
69 LIBRARIES = $(noinst_LIBRARIES)
70 AR = ar
71 ARFLAGS = cru
72 libgold_a_AR = $(AR) $(ARFLAGS)
73 libgold_a_DEPENDENCIES = $(LIBOBJS)
74 am__objects_1 = archive.$(OBJEXT) attributes.$(OBJEXT) \
75 binary.$(OBJEXT) common.$(OBJEXT) compressed_output.$(OBJEXT) \
76 copy-relocs.$(OBJEXT) cref.$(OBJEXT) defstd.$(OBJEXT) \
77 descriptors.$(OBJEXT) dirsearch.$(OBJEXT) dynobj.$(OBJEXT) \
78 dwarf_reader.$(OBJEXT) ehframe.$(OBJEXT) errors.$(OBJEXT) \
79 expression.$(OBJEXT) fileread.$(OBJEXT) gc.$(OBJEXT) \
80 gold.$(OBJEXT) gold-threads.$(OBJEXT) icf.$(OBJEXT) \
81 incremental.$(OBJEXT) int_encoding.$(OBJEXT) layout.$(OBJEXT) \
82 mapfile.$(OBJEXT) merge.$(OBJEXT) object.$(OBJEXT) \
83 options.$(OBJEXT) output.$(OBJEXT) parameters.$(OBJEXT) \
84 plugin.$(OBJEXT) readsyms.$(OBJEXT) \
85 reduced_debug_output.$(OBJEXT) reloc.$(OBJEXT) \
86 resolve.$(OBJEXT) script-sections.$(OBJEXT) script.$(OBJEXT) \
87 stringpool.$(OBJEXT) symtab.$(OBJEXT) target.$(OBJEXT) \
88 target-select.$(OBJEXT) timer.$(OBJEXT) version.$(OBJEXT) \
89 workqueue.$(OBJEXT) workqueue-threads.$(OBJEXT)
90 am__objects_2 =
91 am__objects_3 = yyscript.$(OBJEXT)
92 am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
93 $(am__objects_3) $(am__objects_2)
94 libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
95 PROGRAMS = $(noinst_PROGRAMS)
96 am_incremental_dump_OBJECTS = incremental-dump.$(OBJEXT)
97 incremental_dump_OBJECTS = $(am_incremental_dump_OBJECTS)
98 am__DEPENDENCIES_1 =
99 am__objects_4 = main.$(OBJEXT)
100 am_ld_new_OBJECTS = $(am__objects_4)
101 ld_new_OBJECTS = $(am_ld_new_OBJECTS)
102 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libgold.a $(LIBIBERTY) \
103 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
104 $(am__DEPENDENCIES_1)
105 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_OBJECTS = $(am__objects_4)
106 ld1_OBJECTS = $(am_ld1_OBJECTS)
107 ld1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld1_LDFLAGS) \
108 $(LDFLAGS) -o $@
109 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_r_OBJECTS = $(am__objects_4)
110 ld1_r_OBJECTS = $(am_ld1_r_OBJECTS)
111 ld1_r_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld1_r_LDFLAGS) \
112 $(LDFLAGS) -o $@
113 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_OBJECTS = $(am__objects_4)
114 ld2_OBJECTS = $(am_ld2_OBJECTS)
115 ld2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld2_LDFLAGS) \
116 $(LDFLAGS) -o $@
117 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_r_OBJECTS = $(am__objects_4)
118 ld2_r_OBJECTS = $(am_ld2_r_OBJECTS)
119 ld2_r_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(ld2_r_LDFLAGS) \
120 $(LDFLAGS) -o $@
121 DEFAULT_INCLUDES = -I.@am__isrc@
122 depcomp = $(SHELL) $(top_srcdir)/../depcomp
123 am__depfiles_maybe = depfiles
124 am__mv = mv -f
125 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
129 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
130 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131 CXXLD = $(CXX)
132 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
133 -o $@
134 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
135 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
136 YLWRAP = $(top_srcdir)/../ylwrap
137 SOURCES = $(libgold_a_SOURCES) $(incremental_dump_SOURCES) \
138 $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) $(ld1_SOURCES) \
139 $(ld1_r_SOURCES) $(ld2_SOURCES) $(ld2_r_SOURCES)
140 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
141 html-recursive info-recursive install-data-recursive \
142 install-dvi-recursive install-exec-recursive \
143 install-html-recursive install-info-recursive \
144 install-pdf-recursive install-ps-recursive install-recursive \
145 installcheck-recursive installdirs-recursive pdf-recursive \
146 ps-recursive uninstall-recursive
147 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
148 distclean-recursive maintainer-clean-recursive
149 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
150 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
151 ETAGS = etags
152 CTAGS = ctags
153 am__tty_colors = \
154 red=; grn=; lgn=; blu=; std=
155 DIST_SUBDIRS = $(SUBDIRS)
156 ACLOCAL = @ACLOCAL@
157 AMTAR = @AMTAR@
158 AUTOCONF = @AUTOCONF@
159 AUTOHEADER = @AUTOHEADER@
160 AUTOMAKE = @AUTOMAKE@
161 AWK = @AWK@
162 CATALOGS = @CATALOGS@
163 CATOBJEXT = @CATOBJEXT@
164 CC = @CC@
165 CCDEPMODE = @CCDEPMODE@
166 CFLAGS = @CFLAGS@
167 CPP = @CPP@
168 CPPFLAGS = @CPPFLAGS@
169 CXX = @CXX@
170 CXXCPP = @CXXCPP@
171 CXXDEPMODE = @CXXDEPMODE@
172 CXXFLAGS = @CXXFLAGS@
173 CYGPATH_W = @CYGPATH_W@
174 DATADIRNAME = @DATADIRNAME@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 GENCAT = @GENCAT@
183 GMSGFMT = @GMSGFMT@
184 GREP = @GREP@
185 INCINTL = @INCINTL@
186 INSTALL = @INSTALL@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191 INSTOBJEXT = @INSTOBJEXT@
192 LDFLAGS = @LDFLAGS@
193 LFS_CFLAGS = @LFS_CFLAGS@
194 LIBINTL = @LIBINTL@
195 LIBINTL_DEP = @LIBINTL_DEP@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LN_S = @LN_S@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAINT = @MAINT@
201 MAKEINFO = @MAKEINFO@
202 MKDIR_P = @MKDIR_P@
203 MKINSTALLDIRS = @MKINSTALLDIRS@
204 MSGFMT = @MSGFMT@
205 MSGMERGE = @MSGMERGE@
206 NO_WERROR = @NO_WERROR@
207 OBJEXT = @OBJEXT@
208 PACKAGE = @PACKAGE@
209 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210 PACKAGE_NAME = @PACKAGE_NAME@
211 PACKAGE_STRING = @PACKAGE_STRING@
212 PACKAGE_TARNAME = @PACKAGE_TARNAME@
213 PACKAGE_URL = @PACKAGE_URL@
214 PACKAGE_VERSION = @PACKAGE_VERSION@
215 PATH_SEPARATOR = @PATH_SEPARATOR@
216 POSUB = @POSUB@
217 RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
218 RANLIB = @RANLIB@
219 SET_MAKE = @SET_MAKE@
220 SHELL = @SHELL@
221 STRIP = @STRIP@
222 TARGETOBJS = @TARGETOBJS@
223 USE_NLS = @USE_NLS@
224 VERSION = @VERSION@
225 WARN_CFLAGS = @WARN_CFLAGS@
226 WARN_CXXFLAGS = @WARN_CXXFLAGS@
227 XGETTEXT = @XGETTEXT@
228 YACC = @YACC@
229 YFLAGS = @YFLAGS@
230 abs_builddir = @abs_builddir@
231 abs_srcdir = @abs_srcdir@
232 abs_top_builddir = @abs_top_builddir@
233 abs_top_srcdir = @abs_top_srcdir@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_CXX = @ac_ct_CXX@
236 am__include = @am__include@
237 am__leading_dot = @am__leading_dot@
238 am__quote = @am__quote@
239 am__tar = @am__tar@
240 am__untar = @am__untar@
241 bindir = @bindir@
242 build = @build@
243 build_alias = @build_alias@
244 build_cpu = @build_cpu@
245 build_os = @build_os@
246 build_vendor = @build_vendor@
247 builddir = @builddir@
248 datadir = @datadir@
249 datarootdir = @datarootdir@
250 docdir = @docdir@
251 dvidir = @dvidir@
252 exec_prefix = @exec_prefix@
253 host = @host@
254 host_alias = @host_alias@
255 host_cpu = @host_cpu@
256 host_os = @host_os@
257 host_vendor = @host_vendor@
258 htmldir = @htmldir@
259 includedir = @includedir@
260 infodir = @infodir@
261 install_sh = @install_sh@
262 libdir = @libdir@
263 libexecdir = @libexecdir@
264 localedir = @localedir@
265 localstatedir = @localstatedir@
266 mandir = @mandir@
267 mkdir_p = @mkdir_p@
268 oldincludedir = @oldincludedir@
269 pdfdir = @pdfdir@
270 prefix = @prefix@
271 program_transform_name = @program_transform_name@
272 psdir = @psdir@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 srcdir = @srcdir@
276 sysconfdir = @sysconfdir@
277 target = @target@
278 target_alias = @target_alias@
279 target_cpu = @target_cpu@
280 target_os = @target_os@
281 target_vendor = @target_vendor@
282 top_build_prefix = @top_build_prefix@
283 top_builddir = @top_builddir@
284 top_srcdir = @top_srcdir@
285 AUTOMAKE_OPTIONS = foreign
286 SUBDIRS = po testsuite
287 tooldir = $(exec_prefix)/$(target_alias)
288 ACLOCAL_AMFLAGS = -I ../bfd -I ../config
289 AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
290 AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
291 AM_CPPFLAGS = \
292 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
293 -DLOCALEDIR="\"$(datadir)/locale\"" \
294 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
295 @INCINTL@
296
297 LIBIBERTY = ../libiberty/libiberty.a
298 @PLUGINS_TRUE@LIBDL = -ldl
299 @THREADS_TRUE@THREADSLIB = -lpthread
300 AM_YFLAGS = -d
301
302 # Automake 1.10+ disables lex and yacc output file regeneration if
303 # maintainer mode is disabled. Avoid this.
304 am__skiplex =
305 am__skipyacc =
306 noinst_LIBRARIES = libgold.a
307 CCFILES = \
308 archive.cc \
309 attributes.cc \
310 binary.cc \
311 common.cc \
312 compressed_output.cc \
313 copy-relocs.cc \
314 cref.cc \
315 defstd.cc \
316 descriptors.cc \
317 dirsearch.cc \
318 dynobj.cc \
319 dwarf_reader.cc \
320 ehframe.cc \
321 errors.cc \
322 expression.cc \
323 fileread.cc \
324 gc.cc \
325 gold.cc \
326 gold-threads.cc \
327 icf.cc \
328 incremental.cc \
329 int_encoding.cc \
330 layout.cc \
331 mapfile.cc \
332 merge.cc \
333 object.cc \
334 options.cc \
335 output.cc \
336 parameters.cc \
337 plugin.cc \
338 readsyms.cc \
339 reduced_debug_output.cc \
340 reloc.cc \
341 resolve.cc \
342 script-sections.cc \
343 script.cc \
344 stringpool.cc \
345 symtab.cc \
346 target.cc \
347 target-select.cc \
348 timer.cc \
349 version.cc \
350 workqueue.cc \
351 workqueue-threads.cc
352
353 HFILES = \
354 arm-reloc-property.h \
355 archive.h \
356 attributes.h \
357 binary.h \
358 common.h \
359 compressed_output.h \
360 copy-relocs.h \
361 cref.h \
362 defstd.h \
363 dirsearch.h \
364 descriptors.h \
365 dynobj.h \
366 dwarf_reader.h \
367 ehframe.h \
368 errors.h \
369 fileread.h \
370 freebsd.h \
371 gc.h \
372 gold.h \
373 gold-threads.h \
374 icf.h \
375 int_encoding.h \
376 layout.h \
377 mapfile.h \
378 merge.h \
379 object.h \
380 options.h \
381 output.h \
382 parameters.h \
383 plugin.h \
384 readsyms.h \
385 reduced_debug_output.h \
386 reloc.h \
387 reloc-types.h \
388 script-c.h \
389 script-sections.h \
390 script.h \
391 stringpool.h \
392 symtab.h \
393 target.h \
394 target-reloc.h \
395 target-select.h \
396 timer.h \
397 tls.h \
398 token.h \
399 workqueue.h \
400 workqueue-internal.h
401
402 YFILES = \
403 yyscript.y
404
405 DEFFILES = arm-reloc.def
406 EXTRA_DIST = yyscript.c yyscript.h
407 TARGETSOURCES = \
408 i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc
409
410 ALL_TARGETOBJS = \
411 i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
412 arm.$(OBJEXT) arm-reloc-property.$(OBJEXT)
413
414 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES)
415 libgold_a_LIBADD = $(LIBOBJS)
416 sources_var = main.cc
417 deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
418 ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
419 $(THREADSLIB) $(LIBDL)
420
421 ld_new_SOURCES = $(sources_var)
422 ld_new_DEPENDENCIES = $(deps_var)
423 ld_new_LDADD = $(ldadd_var)
424 EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
425 incremental_dump_SOURCES = incremental-dump.cc
426 incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY) \
427 $(LIBINTL_DEP)
428
429 incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
430 $(THREADSLIB) $(LIBDL)
431
432 POTFILES = $(CCFILES) $(HFILES) $(TARGETSOURCES)
433 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_SOURCES = $(sources_var)
434 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
435 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDADD = $(ldadd_var)
436 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDFLAGS = -Bgcctestdir1/
437 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_SOURCES = $(sources_var)
438 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
439 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDADD = $(ldadd_var)
440 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDFLAGS = -Bgcctestdir2/
441 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_SOURCES = $(sources_var)
442 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_DEPENDENCIES = libgold-1-r.o $(deps_var) gcctestdir1/ld
443 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDADD = libgold-1-r.o $(ldadd_var)
444 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDFLAGS = -Bgcctestdir1/
445 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_SOURCES = $(sources_var)
446 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_DEPENDENCIES = libgold-2-r.o $(deps_var) gcctestdir2-r/ld
447 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDADD = libgold-2-r.o $(ldadd_var)
448 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDFLAGS = -Bgcctestdir2-r/
449 @GCC_TRUE@@NATIVE_LINKER_TRUE@TESTS = bootstrap-test bootstrap-test-r
450 all: config.h
451 $(MAKE) $(AM_MAKEFLAGS) all-recursive
452
453 .SUFFIXES:
454 .SUFFIXES: .c .cc .o .obj .y
455 am--refresh:
456 @:
457 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
458 @for dep in $?; do \
459 case '$(am__configure_deps)' in \
460 *$$dep*) \
461 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
462 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
463 && exit 0; \
464 exit 1;; \
465 esac; \
466 done; \
467 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
468 $(am__cd) $(top_srcdir) && \
469 $(AUTOMAKE) --foreign Makefile
470 .PRECIOUS: Makefile
471 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472 @case '$?' in \
473 *config.status*) \
474 echo ' $(SHELL) ./config.status'; \
475 $(SHELL) ./config.status;; \
476 *) \
477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
478 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
479 esac;
480
481 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
482 $(SHELL) ./config.status --recheck
483
484 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
485 $(am__cd) $(srcdir) && $(AUTOCONF)
486 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
487 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
488 $(am__aclocal_m4_deps):
489
490 config.h: stamp-h1
491 @if test ! -f $@; then \
492 rm -f stamp-h1; \
493 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
494 else :; fi
495
496 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
497 @rm -f stamp-h1
498 cd $(top_builddir) && $(SHELL) ./config.status config.h
499 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
500 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
501 rm -f stamp-h1
502 touch $@
503
504 distclean-hdr:
505 -rm -f config.h stamp-h1
506 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
507 cd $(top_builddir) && $(SHELL) ./config.status $@
508
509 clean-noinstLIBRARIES:
510 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
511 yyscript.h: yyscript.c
512 @if test ! -f $@; then \
513 rm -f yyscript.c; \
514 $(MAKE) $(AM_MAKEFLAGS) yyscript.c; \
515 else :; fi
516 libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES)
517 -rm -f libgold.a
518 $(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
519 $(RANLIB) libgold.a
520
521 clean-checkPROGRAMS:
522 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
523
524 clean-noinstPROGRAMS:
525 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
526 incremental-dump$(EXEEXT): $(incremental_dump_OBJECTS) $(incremental_dump_DEPENDENCIES)
527 @rm -f incremental-dump$(EXEEXT)
528 $(CXXLINK) $(incremental_dump_OBJECTS) $(incremental_dump_LDADD) $(LIBS)
529 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
530 @rm -f ld-new$(EXEEXT)
531 $(CXXLINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
532 ld1$(EXEEXT): $(ld1_OBJECTS) $(ld1_DEPENDENCIES)
533 @rm -f ld1$(EXEEXT)
534 $(ld1_LINK) $(ld1_OBJECTS) $(ld1_LDADD) $(LIBS)
535 ld1-r$(EXEEXT): $(ld1_r_OBJECTS) $(ld1_r_DEPENDENCIES)
536 @rm -f ld1-r$(EXEEXT)
537 $(ld1_r_LINK) $(ld1_r_OBJECTS) $(ld1_r_LDADD) $(LIBS)
538 ld2$(EXEEXT): $(ld2_OBJECTS) $(ld2_DEPENDENCIES)
539 @rm -f ld2$(EXEEXT)
540 $(ld2_LINK) $(ld2_OBJECTS) $(ld2_LDADD) $(LIBS)
541 ld2-r$(EXEEXT): $(ld2_r_OBJECTS) $(ld2_r_DEPENDENCIES)
542 @rm -f ld2-r$(EXEEXT)
543 $(ld2_r_LINK) $(ld2_r_OBJECTS) $(ld2_r_LDADD) $(LIBS)
544
545 mostlyclean-compile:
546 -rm -f *.$(OBJEXT)
547
548 distclean-compile:
549 -rm -f *.tab.c
550
551 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ffsll.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-reloc-property.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attributes.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_output.Po@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy-relocs.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cref.Po@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptors.Po@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_reader.Po@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehframe.Po@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expression.Po@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc.Po@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icf.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental-dump.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_encoding.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerpc.Po@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduced_debug_output.Po@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-sections.Po@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Po@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue-threads.Po@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
608
609 .c.o:
610 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
611 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
615
616 .c.obj:
617 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
618 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
622
623 .cc.o:
624 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
625 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
626 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
629
630 .cc.obj:
631 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
632 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
633 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
634 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
636
637 .y.c:
638 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
639
640 # This directory's subdirectories are mostly independent; you can cd
641 # into them and run `make' without going through this Makefile.
642 # To change the values of `make' variables: instead of editing Makefiles,
643 # (1) if the variable is set in `config.status', edit `config.status'
644 # (which will cause the Makefiles to be regenerated when you run `make');
645 # (2) otherwise, pass the desired values on the `make' command line.
646 $(RECURSIVE_TARGETS):
647 @failcom='exit 1'; \
648 for f in x $$MAKEFLAGS; do \
649 case $$f in \
650 *=* | --[!k]*);; \
651 *k*) failcom='fail=yes';; \
652 esac; \
653 done; \
654 dot_seen=no; \
655 target=`echo $@ | sed s/-recursive//`; \
656 list='$(SUBDIRS)'; for subdir in $$list; do \
657 echo "Making $$target in $$subdir"; \
658 if test "$$subdir" = "."; then \
659 dot_seen=yes; \
660 local_target="$$target-am"; \
661 else \
662 local_target="$$target"; \
663 fi; \
664 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
665 || eval $$failcom; \
666 done; \
667 if test "$$dot_seen" = "no"; then \
668 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
669 fi; test -z "$$fail"
670
671 $(RECURSIVE_CLEAN_TARGETS):
672 @failcom='exit 1'; \
673 for f in x $$MAKEFLAGS; do \
674 case $$f in \
675 *=* | --[!k]*);; \
676 *k*) failcom='fail=yes';; \
677 esac; \
678 done; \
679 dot_seen=no; \
680 case "$@" in \
681 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
682 *) list='$(SUBDIRS)' ;; \
683 esac; \
684 rev=''; for subdir in $$list; do \
685 if test "$$subdir" = "."; then :; else \
686 rev="$$subdir $$rev"; \
687 fi; \
688 done; \
689 rev="$$rev ."; \
690 target=`echo $@ | sed s/-recursive//`; \
691 for subdir in $$rev; do \
692 echo "Making $$target in $$subdir"; \
693 if test "$$subdir" = "."; then \
694 local_target="$$target-am"; \
695 else \
696 local_target="$$target"; \
697 fi; \
698 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
699 || eval $$failcom; \
700 done && test -z "$$fail"
701 tags-recursive:
702 list='$(SUBDIRS)'; for subdir in $$list; do \
703 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
704 done
705 ctags-recursive:
706 list='$(SUBDIRS)'; for subdir in $$list; do \
707 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
708 done
709
710 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
711 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
712 unique=`for i in $$list; do \
713 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
714 done | \
715 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
716 END { if (nonempty) { for (i in files) print i; }; }'`; \
717 mkid -fID $$unique
718 tags: TAGS
719
720 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
721 $(TAGS_FILES) $(LISP)
722 set x; \
723 here=`pwd`; \
724 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
725 include_option=--etags-include; \
726 empty_fix=.; \
727 else \
728 include_option=--include; \
729 empty_fix=; \
730 fi; \
731 list='$(SUBDIRS)'; for subdir in $$list; do \
732 if test "$$subdir" = .; then :; else \
733 test ! -f $$subdir/TAGS || \
734 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
735 fi; \
736 done; \
737 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
738 unique=`for i in $$list; do \
739 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
740 done | \
741 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
742 END { if (nonempty) { for (i in files) print i; }; }'`; \
743 shift; \
744 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
745 test -n "$$unique" || unique=$$empty_fix; \
746 if test $$# -gt 0; then \
747 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
748 "$$@" $$unique; \
749 else \
750 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
751 $$unique; \
752 fi; \
753 fi
754 ctags: CTAGS
755 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
756 $(TAGS_FILES) $(LISP)
757 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
758 unique=`for i in $$list; do \
759 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
760 done | \
761 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
762 END { if (nonempty) { for (i in files) print i; }; }'`; \
763 test -z "$(CTAGS_ARGS)$$unique" \
764 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
765 $$unique
766
767 GTAGS:
768 here=`$(am__cd) $(top_builddir) && pwd` \
769 && $(am__cd) $(top_srcdir) \
770 && gtags -i $(GTAGS_ARGS) "$$here"
771
772 distclean-tags:
773 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
774
775 check-TESTS: $(TESTS)
776 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
777 srcdir=$(srcdir); export srcdir; \
778 list=' $(TESTS) '; \
779 $(am__tty_colors); \
780 if test -n "$$list"; then \
781 for tst in $$list; do \
782 if test -f ./$$tst; then dir=./; \
783 elif test -f $$tst; then dir=; \
784 else dir="$(srcdir)/"; fi; \
785 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
786 all=`expr $$all + 1`; \
787 case " $(XFAIL_TESTS) " in \
788 *[\ \ ]$$tst[\ \ ]*) \
789 xpass=`expr $$xpass + 1`; \
790 failed=`expr $$failed + 1`; \
791 col=$$red; res=XPASS; \
792 ;; \
793 *) \
794 col=$$grn; res=PASS; \
795 ;; \
796 esac; \
797 elif test $$? -ne 77; then \
798 all=`expr $$all + 1`; \
799 case " $(XFAIL_TESTS) " in \
800 *[\ \ ]$$tst[\ \ ]*) \
801 xfail=`expr $$xfail + 1`; \
802 col=$$lgn; res=XFAIL; \
803 ;; \
804 *) \
805 failed=`expr $$failed + 1`; \
806 col=$$red; res=FAIL; \
807 ;; \
808 esac; \
809 else \
810 skip=`expr $$skip + 1`; \
811 col=$$blu; res=SKIP; \
812 fi; \
813 echo "$${col}$$res$${std}: $$tst"; \
814 done; \
815 if test "$$all" -eq 1; then \
816 tests="test"; \
817 All=""; \
818 else \
819 tests="tests"; \
820 All="All "; \
821 fi; \
822 if test "$$failed" -eq 0; then \
823 if test "$$xfail" -eq 0; then \
824 banner="$$All$$all $$tests passed"; \
825 else \
826 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
827 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
828 fi; \
829 else \
830 if test "$$xpass" -eq 0; then \
831 banner="$$failed of $$all $$tests failed"; \
832 else \
833 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
834 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
835 fi; \
836 fi; \
837 dashes="$$banner"; \
838 skipped=""; \
839 if test "$$skip" -ne 0; then \
840 if test "$$skip" -eq 1; then \
841 skipped="($$skip test was not run)"; \
842 else \
843 skipped="($$skip tests were not run)"; \
844 fi; \
845 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
846 dashes="$$skipped"; \
847 fi; \
848 report=""; \
849 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
850 report="Please report to $(PACKAGE_BUGREPORT)"; \
851 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
852 dashes="$$report"; \
853 fi; \
854 dashes=`echo "$$dashes" | sed s/./=/g`; \
855 if test "$$failed" -eq 0; then \
856 echo "$$grn$$dashes"; \
857 else \
858 echo "$$red$$dashes"; \
859 fi; \
860 echo "$$banner"; \
861 test -z "$$skipped" || echo "$$skipped"; \
862 test -z "$$report" || echo "$$report"; \
863 echo "$$dashes$$std"; \
864 test "$$failed" -eq 0; \
865 else :; fi
866 check-am: all-am
867 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
868 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
869 check: check-recursive
870 all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
871 installdirs: installdirs-recursive
872 installdirs-am:
873 install: install-recursive
874 install-exec: install-exec-recursive
875 install-data: install-data-recursive
876 uninstall: uninstall-recursive
877
878 install-am: all-am
879 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
880
881 installcheck: installcheck-recursive
882 install-strip:
883 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
884 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
885 `test -z '$(STRIP)' || \
886 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
887 mostlyclean-generic:
888
889 clean-generic:
890
891 distclean-generic:
892 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
893 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
894
895 maintainer-clean-generic:
896 @echo "This command is intended for maintainers to use"
897 @echo "it deletes files that may require special tools to rebuild."
898 -rm -f yyscript.c
899 -rm -f yyscript.h
900 clean: clean-recursive
901
902 clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
903 clean-noinstPROGRAMS mostlyclean-am
904
905 distclean: distclean-recursive
906 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
907 -rm -rf $(DEPDIR) ./$(DEPDIR)
908 -rm -f Makefile
909 distclean-am: clean-am distclean-compile distclean-generic \
910 distclean-hdr distclean-tags
911
912 dvi: dvi-recursive
913
914 dvi-am:
915
916 html: html-recursive
917
918 html-am:
919
920 info: info-recursive
921
922 info-am:
923
924 install-data-am: install-data-local
925
926 install-dvi: install-dvi-recursive
927
928 install-dvi-am:
929
930 install-exec-am: install-exec-local
931
932 install-html: install-html-recursive
933
934 install-html-am:
935
936 install-info: install-info-recursive
937
938 install-info-am:
939
940 install-man:
941
942 install-pdf: install-pdf-recursive
943
944 install-pdf-am:
945
946 install-ps: install-ps-recursive
947
948 install-ps-am:
949
950 installcheck-am:
951
952 maintainer-clean: maintainer-clean-recursive
953 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
954 -rm -rf $(top_srcdir)/autom4te.cache
955 -rm -rf $(DEPDIR) ./$(DEPDIR)
956 -rm -f Makefile
957 maintainer-clean-am: distclean-am maintainer-clean-generic
958
959 mostlyclean: mostlyclean-recursive
960
961 mostlyclean-am: mostlyclean-compile mostlyclean-generic
962
963 pdf: pdf-recursive
964
965 pdf-am:
966
967 ps: ps-recursive
968
969 ps-am:
970
971 uninstall-am:
972
973 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
974 ctags-recursive install-am install-strip tags-recursive
975
976 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
977 all all-am am--refresh check check-TESTS check-am clean \
978 clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
979 clean-noinstPROGRAMS ctags ctags-recursive distclean \
980 distclean-compile distclean-generic distclean-hdr \
981 distclean-tags dvi dvi-am html html-am info info-am install \
982 install-am install-data install-data-am install-data-local \
983 install-dvi install-dvi-am install-exec install-exec-am \
984 install-exec-local install-html install-html-am install-info \
985 install-info-am install-man install-pdf install-pdf-am \
986 install-ps install-ps-am install-strip installcheck \
987 installcheck-am installdirs installdirs-am maintainer-clean \
988 maintainer-clean-generic mostlyclean mostlyclean-compile \
989 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
990 uninstall uninstall-am
991
992
993 # Use an explicit dependency for the bison generated header file.
994 expression.$(OBJEXT): yyscript.h
995 script-sections.$(OBJEXT): yyscript.h
996 script.$(OBJEXT): yyscript.h
997
998 # We have to build libgold.a before we run the tests.
999 check: libgold.a
1000
1001 .PHONY: install-exec-local
1002
1003 install-exec-local: ld-new$(EXEEXT)
1004 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
1005 n=`echo ld | sed '$(transform)'`; \
1006 $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
1007 if test "$(bindir)" != "$(tooldir)/bin"; then \
1008 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1009 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1010 || $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1011 fi
1012
1013 # We want install to imply install-info as per GNU standards, despite
1014 # the cygnus option.
1015 install-data-local: install-info
1016
1017 po/POTFILES.in: @MAINT@ Makefile
1018 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1019 && mv tmp $(srcdir)/po/POTFILES.in
1020
1021 # Bootstrap test support. We use ld-new to build ld1, then use ld1 to
1022 # build ld2. ld1 and ld2 should be identical. ld-new need not be
1023 # identical to ld1, since it was linked with the host linker.
1024
1025 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld: ld-new
1026 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir1 || mkdir -p gcctestdir1
1027 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir1/ld
1028 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir1 && $(LN_S) ../ld-new ld)
1029
1030 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2/ld: ld1
1031 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2 || mkdir -p gcctestdir2
1032 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2/ld
1033 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2 && $(LN_S) ../ld1 ld)
1034
1035 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test: ld2
1036 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1037 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1038 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1 ld2" > $@
1039 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1040
1041 @GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-1-r.o: gcctestdir1/ld libgold.a
1042 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir1/ld -o $@ -r --whole-archive libgold.a
1043
1044 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2-r/ld: ld1-r
1045 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2-r || mkdir -p gcctestdir2-r
1046 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2-r/ld
1047 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2-r && $(LN_S) ../ld1-r ld)
1048
1049 @GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-2-r.o: gcctestdir2-r/ld libgold.a
1050 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
1051
1052 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r
1053 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1054 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1055 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@
1056 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1057
1058 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1059 # Otherwise a system limit (for SysV at least) may be exceeded.
1060 .NOEXPORT: