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