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