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