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