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