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