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