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