1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
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.
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
17 # Process this file with automake to generate Makefile.in
21 top_srcdir = @top_srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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)
40 build_triplet = @build@
42 target_triplet = @target@
43 noinst_PROGRAMS = ld-new$(EXEEXT)
44 @GCC_TRUE@@NATIVE_LINKER_TRUE@check_PROGRAMS = ld1$(EXEEXT) \
45 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2$(EXEEXT)
46 DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
47 $(srcdir)/../config.sub $(srcdir)/../depcomp \
48 $(srcdir)/../install-sh $(srcdir)/../missing \
49 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
50 $(srcdir)/Makefile.in $(srcdir)/config.in \
51 $(top_srcdir)/configure $(top_srcdir)/po/Make-in pread.c \
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
56 $(top_srcdir)/../config/lead-dot.m4 \
57 $(top_srcdir)/../config/progtest.m4 \
58 $(top_srcdir)/../config/po.m4 $(top_srcdir)/../config/nls.m4 \
59 $(top_srcdir)/../config/gettext-sister.m4 \
60 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno configure.status.lineno
65 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = po/Makefile.in
68 LIBRARIES = $(noinst_LIBRARIES)
71 libgold_a_AR = $(AR) $(ARFLAGS)
73 am__objects_1 = archive.$(OBJEXT) common.$(OBJEXT) defstd.$(OBJEXT) \
74 dirsearch.$(OBJEXT) dynobj.$(OBJEXT) ehframe.$(OBJEXT) \
75 fileread.$(OBJEXT) gold.$(OBJEXT) gold-threads.$(OBJEXT) \
76 layout.$(OBJEXT) merge.$(OBJEXT) object.$(OBJEXT) \
77 options.$(OBJEXT) output.$(OBJEXT) parameters.$(OBJEXT) \
78 readsyms.$(OBJEXT) reloc.$(OBJEXT) resolve.$(OBJEXT) \
79 script.$(OBJEXT) symtab.$(OBJEXT) stringpool.$(OBJEXT) \
80 target-select.$(OBJEXT) version.$(OBJEXT) workqueue.$(OBJEXT)
82 am__objects_3 = yyscript.$(OBJEXT)
83 am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
85 libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
86 PROGRAMS = $(noinst_PROGRAMS)
87 am__objects_4 = main.$(OBJEXT)
88 am_ld_new_OBJECTS = $(am__objects_4)
89 ld_new_OBJECTS = $(am_ld_new_OBJECTS)
91 am__DEPENDENCIES_2 = ../libiberty/libiberty.a
92 am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) libgold.a \
93 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
94 am__DEPENDENCIES_4 = @LIBOBJS@
95 am__ld1_SOURCES_DIST = main.cc
96 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_OBJECTS = $(am__objects_4)
97 ld1_OBJECTS = $(am_ld1_OBJECTS)
98 am__ld2_SOURCES_DIST = main.cc
99 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_OBJECTS = $(am__objects_4)
100 ld2_OBJECTS = $(am_ld2_OBJECTS)
101 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
102 depcomp = $(SHELL) $(top_srcdir)/../depcomp
103 am__depfiles_maybe = depfiles
104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
109 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
113 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
114 SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES) \
115 $(EXTRA_ld_new_SOURCES) $(ld1_SOURCES) $(ld2_SOURCES)
116 DIST_SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES) \
117 $(EXTRA_ld_new_SOURCES) $(am__ld1_SOURCES_DIST) \
118 $(am__ld2_SOURCES_DIST)
119 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
120 html-recursive info-recursive install-data-recursive \
121 install-exec-recursive install-info-recursive \
122 install-recursive installcheck-recursive installdirs-recursive \
123 pdf-recursive ps-recursive uninstall-info-recursive \
127 DIST_SUBDIRS = $(SUBDIRS)
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 distdir = $(PACKAGE)-$(VERSION)
130 top_distdir = $(distdir)
131 am__remove_distdir = \
132 { test ! -d $(distdir) \
133 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
134 && rm -fr $(distdir); }; }
135 DIST_ARCHIVES = $(distdir).tar.gz
137 distuninstallcheck_listfiles = find . -type f -print
138 distcleancheck_listfiles = find . -type f -print
140 AMDEP_FALSE = @AMDEP_FALSE@
141 AMDEP_TRUE = @AMDEP_TRUE@
143 AUTOCONF = @AUTOCONF@
144 AUTOHEADER = @AUTOHEADER@
145 AUTOMAKE = @AUTOMAKE@
147 CATALOGS = @CATALOGS@
148 CATOBJEXT = @CATOBJEXT@
150 CCDEPMODE = @CCDEPMODE@
152 CPPFLAGS = @CPPFLAGS@
155 CXXDEPMODE = @CXXDEPMODE@
156 CXXFLAGS = @CXXFLAGS@
157 CYGPATH_W = @CYGPATH_W@
158 DATADIRNAME = @DATADIRNAME@
166 FN_PTRS_IN_SO_WITHOUT_PIC_FALSE = @FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@
167 FN_PTRS_IN_SO_WITHOUT_PIC_TRUE = @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@
168 GCC_FALSE = @GCC_FALSE@
169 GCC_TRUE = @GCC_TRUE@
173 INSTALL_DATA = @INSTALL_DATA@
174 INSTALL_PROGRAM = @INSTALL_PROGRAM@
175 INSTALL_SCRIPT = @INSTALL_SCRIPT@
176 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177 INSTOBJEXT = @INSTOBJEXT@
179 LFS_CXXFLAGS = @LFS_CXXFLAGS@
181 LIBINTL_DEP = @LIBINTL_DEP@
185 LTLIBOBJS = @LTLIBOBJS@
187 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
188 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
189 MAKEINFO = @MAKEINFO@
190 MKINSTALLDIRS = @MKINSTALLDIRS@
192 MSGMERGE = @MSGMERGE@
193 NATIVE_LINKER_FALSE = @NATIVE_LINKER_FALSE@
194 NATIVE_LINKER_TRUE = @NATIVE_LINKER_TRUE@
195 NO_WERROR = @NO_WERROR@
198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199 PACKAGE_NAME = @PACKAGE_NAME@
200 PACKAGE_STRING = @PACKAGE_STRING@
201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
202 PACKAGE_VERSION = @PACKAGE_VERSION@
203 PATH_SEPARATOR = @PATH_SEPARATOR@
206 SET_MAKE = @SET_MAKE@
208 STATIC_TLS_FALSE = @STATIC_TLS_FALSE@
209 STATIC_TLS_TRUE = @STATIC_TLS_TRUE@
211 TARGETOBJS = @TARGETOBJS@
212 TLS_FALSE = @TLS_FALSE@
213 TLS_TRUE = @TLS_TRUE@
216 WARN_CFLAGS = @WARN_CFLAGS@
217 WARN_CXXFLAGS = @WARN_CXXFLAGS@
218 XGETTEXT = @XGETTEXT@
220 ac_ct_CC = @ac_ct_CC@
221 ac_ct_CXX = @ac_ct_CXX@
222 ac_ct_RANLIB = @ac_ct_RANLIB@
223 ac_ct_STRIP = @ac_ct_STRIP@
224 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
225 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
226 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
227 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
228 am__include = @am__include@
229 am__leading_dot = @am__leading_dot@
230 am__quote = @am__quote@
232 am__untar = @am__untar@
235 build_alias = @build_alias@
236 build_cpu = @build_cpu@
237 build_os = @build_os@
238 build_vendor = @build_vendor@
240 exec_prefix = @exec_prefix@
242 host_alias = @host_alias@
243 host_cpu = @host_cpu@
245 host_vendor = @host_vendor@
246 includedir = @includedir@
248 install_sh = @install_sh@
250 libexecdir = @libexecdir@
251 localstatedir = @localstatedir@
254 oldincludedir = @oldincludedir@
256 program_transform_name = @program_transform_name@
258 sharedstatedir = @sharedstatedir@
259 sysconfdir = @sysconfdir@
261 target_alias = @target_alias@
262 target_cpu = @target_cpu@
263 target_os = @target_os@
264 target_vendor = @target_vendor@
266 SUBDIRS = po testsuite
267 tooldir = $(exec_prefix)/$(target_alias)
268 ACLOCAL_AMFLAGS = -I ../bfd -I ../config
269 AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS)
270 INCLUDES = -D_GNU_SOURCE \
271 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
272 -DLOCALEDIR="\"$(datadir)/locale\"" \
273 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
276 LIBIBERTY = ../libiberty/libiberty.a
278 noinst_LIBRARIES = libgold.a
337 EXTRA_DIST = yyscript.c yyscript.h
342 i386.$(OBJEXT) x86_64.$(OBJEXT)
344 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
345 sources_var = main.cc
346 deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
347 ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL)
348 ld_new_SOURCES = $(sources_var)
349 ld_new_DEPENDENCIES = $(deps_var) $(LIBOBJS)
350 ld_new_LDADD = $(ldadd_var) $(LIBOBJS)
351 EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
352 POTFILES = $(CCFILES) $(HFILES) $(TARGETSOURCES)
353 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_SOURCES = $(sources_var)
354 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
355 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDADD = $(ldadd_var)
356 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDFLAGS = -Bgcctestdir1/
357 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_SOURCES = $(sources_var)
358 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
359 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDADD = $(ldadd_var)
360 @GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDFLAGS = -Bgcctestdir2/
361 @GCC_TRUE@@NATIVE_LINKER_TRUE@TESTS = bootstrap-test
363 $(MAKE) $(AM_MAKEFLAGS) all-recursive
366 .SUFFIXES: .c .cc .o .obj .y
369 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
371 case '$(am__configure_deps)' in \
373 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
374 cd $(srcdir) && $(AUTOMAKE) --foreign \
379 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
380 cd $(top_srcdir) && \
381 $(AUTOMAKE) --foreign Makefile
383 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386 echo ' $(SHELL) ./config.status'; \
387 $(SHELL) ./config.status;; \
389 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
390 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394 $(SHELL) ./config.status --recheck
396 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
397 cd $(srcdir) && $(AUTOCONF)
398 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
399 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
402 @if test ! -f $@; then \
407 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
409 cd $(top_builddir) && $(SHELL) ./config.status config.h
410 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
411 cd $(top_srcdir) && $(AUTOHEADER)
416 -rm -f config.h stamp-h1
417 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
418 cd $(top_builddir) && $(SHELL) ./config.status $@
420 clean-noinstLIBRARIES:
421 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
422 yyscript.h: yyscript.c
423 @if test ! -f $@; then \
425 $(MAKE) yyscript.c; \
427 libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES)
429 $(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
433 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
435 clean-noinstPROGRAMS:
436 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
437 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
438 @rm -f ld-new$(EXEEXT)
439 $(CXXLINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
440 ld1$(EXEEXT): $(ld1_OBJECTS) $(ld1_DEPENDENCIES)
442 $(CXXLINK) $(ld1_LDFLAGS) $(ld1_OBJECTS) $(ld1_LDADD) $(LIBS)
443 ld2$(EXEEXT): $(ld2_OBJECTS) $(ld2_DEPENDENCIES)
445 $(CXXLINK) $(ld2_LDFLAGS) $(ld2_OBJECTS) $(ld2_LDADD) $(LIBS)
453 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehframe.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
484 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
485 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
491 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
492 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
498 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
499 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
505 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
506 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
513 if test -f y.tab.h; then \
514 to=`echo "$*_H" | sed \
515 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
516 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
517 sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
520 if cmp -s $*.ht $*.h; then \
526 if test -f y.output; then \
527 mv y.output $*.output; \
529 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
533 # This directory's subdirectories are mostly independent; you can cd
534 # into them and run `make' without going through this Makefile.
535 # To change the values of `make' variables: instead of editing Makefiles,
536 # (1) if the variable is set in `config.status', edit `config.status'
537 # (which will cause the Makefiles to be regenerated when you run `make');
538 # (2) otherwise, pass the desired values on the `make' command line.
539 $(RECURSIVE_TARGETS):
541 for f in x $$MAKEFLAGS; do \
544 *k*) failcom='fail=yes';; \
548 target=`echo $@ | sed s/-recursive//`; \
549 list='$(SUBDIRS)'; for subdir in $$list; do \
550 echo "Making $$target in $$subdir"; \
551 if test "$$subdir" = "."; then \
553 local_target="$$target-am"; \
555 local_target="$$target"; \
557 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
560 if test "$$dot_seen" = "no"; then \
561 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
564 mostlyclean-recursive clean-recursive distclean-recursive \
565 maintainer-clean-recursive:
567 for f in x $$MAKEFLAGS; do \
570 *k*) failcom='fail=yes';; \
575 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
576 *) list='$(SUBDIRS)' ;; \
578 rev=''; for subdir in $$list; do \
579 if test "$$subdir" = "."; then :; else \
580 rev="$$subdir $$rev"; \
584 target=`echo $@ | sed s/-recursive//`; \
585 for subdir in $$rev; do \
586 echo "Making $$target in $$subdir"; \
587 if test "$$subdir" = "."; then \
588 local_target="$$target-am"; \
590 local_target="$$target"; \
592 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
594 done && test -z "$$fail"
596 list='$(SUBDIRS)'; for subdir in $$list; do \
597 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
600 list='$(SUBDIRS)'; for subdir in $$list; do \
601 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
604 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
605 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
606 unique=`for i in $$list; do \
607 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609 $(AWK) ' { files[$$0] = 1; } \
610 END { for (i in files) print i; }'`; \
614 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
615 $(TAGS_FILES) $(LISP)
618 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
619 include_option=--etags-include; \
622 include_option=--include; \
625 list='$(SUBDIRS)'; for subdir in $$list; do \
626 if test "$$subdir" = .; then :; else \
627 test ! -f $$subdir/TAGS || \
628 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
631 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
632 unique=`for i in $$list; do \
633 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
635 $(AWK) ' { files[$$0] = 1; } \
636 END { for (i in files) print i; }'`; \
637 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
638 test -n "$$unique" || unique=$$empty_fix; \
639 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
644 $(TAGS_FILES) $(LISP)
647 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
648 unique=`for i in $$list; do \
649 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
651 $(AWK) ' { files[$$0] = 1; } \
652 END { for (i in files) print i; }'`; \
653 test -z "$(CTAGS_ARGS)$$tags$$unique" \
654 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658 here=`$(am__cd) $(top_builddir) && pwd` \
659 && cd $(top_srcdir) \
660 && gtags -i $(GTAGS_ARGS) $$here
663 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
665 check-TESTS: $(TESTS)
666 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
667 srcdir=$(srcdir); export srcdir; \
669 if test -n "$$list"; then \
670 for tst in $$list; do \
671 if test -f ./$$tst; then dir=./; \
672 elif test -f $$tst; then dir=; \
673 else dir="$(srcdir)/"; fi; \
674 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
675 all=`expr $$all + 1`; \
676 case " $(XFAIL_TESTS) " in \
678 xpass=`expr $$xpass + 1`; \
679 failed=`expr $$failed + 1`; \
680 echo "XPASS: $$tst"; \
683 echo "PASS: $$tst"; \
686 elif test $$? -ne 77; then \
687 all=`expr $$all + 1`; \
688 case " $(XFAIL_TESTS) " in \
690 xfail=`expr $$xfail + 1`; \
691 echo "XFAIL: $$tst"; \
694 failed=`expr $$failed + 1`; \
695 echo "FAIL: $$tst"; \
699 skip=`expr $$skip + 1`; \
700 echo "SKIP: $$tst"; \
703 if test "$$failed" -eq 0; then \
704 if test "$$xfail" -eq 0; then \
705 banner="All $$all tests passed"; \
707 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
710 if test "$$xpass" -eq 0; then \
711 banner="$$failed of $$all tests failed"; \
713 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
718 if test "$$skip" -ne 0; then \
719 skipped="($$skip tests were not run)"; \
720 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
721 dashes="$$skipped"; \
724 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
725 report="Please report to $(PACKAGE_BUGREPORT)"; \
726 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
729 dashes=`echo "$$dashes" | sed s/./=/g`; \
732 test -z "$$skipped" || echo "$$skipped"; \
733 test -z "$$report" || echo "$$report"; \
735 test "$$failed" -eq 0; \
738 distdir: $(DISTFILES)
739 $(am__remove_distdir)
741 $(mkdir_p) $(distdir)/.. $(distdir)/../bfd $(distdir)/../config $(distdir)/po
742 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
743 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
744 list='$(DISTFILES)'; for file in $$list; do \
746 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
747 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
749 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
750 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
751 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
753 $(mkdir_p) "$(distdir)$$dir"; \
757 if test -d $$d/$$file; then \
758 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
759 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
761 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
763 test -f $(distdir)/$$file \
764 || cp -p $$d/$$file $(distdir)/$$file \
768 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
769 if test "$$subdir" = .; then :; else \
770 test -d "$(distdir)/$$subdir" \
771 || $(mkdir_p) "$(distdir)/$$subdir" \
773 distdir=`$(am__cd) $(distdir) && pwd`; \
774 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
776 $(MAKE) $(AM_MAKEFLAGS) \
777 top_distdir="$$top_distdir" \
778 distdir="$$distdir/$$subdir" \
783 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
784 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
785 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
786 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
787 || chmod -R a+r $(distdir)
789 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
790 $(am__remove_distdir)
793 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
794 $(am__remove_distdir)
797 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
798 $(am__remove_distdir)
801 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
802 $(am__remove_distdir)
805 -rm -f $(distdir).zip
806 zip -rq $(distdir).zip $(distdir)
807 $(am__remove_distdir)
809 dist dist-all: distdir
810 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
811 $(am__remove_distdir)
813 # This target untars the dist file and tries a VPATH configuration. Then
814 # it guarantees that the distribution is self-contained by making another
817 case '$(DIST_ARCHIVES)' in \
819 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
821 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
823 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
825 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
827 unzip $(distdir).zip ;;\
829 chmod -R a-w $(distdir); chmod a+w $(distdir)
830 mkdir $(distdir)/_build
831 mkdir $(distdir)/_inst
833 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
834 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
835 && cd $(distdir)/_build \
836 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
837 $(DISTCHECK_CONFIGURE_FLAGS) \
838 && $(MAKE) $(AM_MAKEFLAGS) \
839 && $(MAKE) $(AM_MAKEFLAGS) dvi \
840 && $(MAKE) $(AM_MAKEFLAGS) check \
841 && $(MAKE) $(AM_MAKEFLAGS) install \
842 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
843 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
844 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
846 && chmod -R a-w "$$dc_install_base" \
848 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
849 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
850 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
851 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
852 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
853 } || { rm -rf "$$dc_destdir"; exit 1; }) \
854 && rm -rf "$$dc_destdir" \
855 && $(MAKE) $(AM_MAKEFLAGS) dist \
856 && rm -rf $(DIST_ARCHIVES) \
857 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
858 $(am__remove_distdir)
859 @(echo "$(distdir) archives ready for distribution: "; \
860 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
861 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
863 @cd $(distuninstallcheck_dir) \
864 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
865 || { echo "ERROR: files left after uninstall:" ; \
866 if test -n "$(DESTDIR)"; then \
867 echo " (check DESTDIR support)"; \
869 $(distuninstallcheck_listfiles) ; \
871 distcleancheck: distclean
872 @if test '$(srcdir)' = . ; then \
873 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
876 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
877 || { echo "ERROR: files left in build directory after distclean:" ; \
878 $(distcleancheck_listfiles) ; \
881 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
882 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
883 check: check-recursive
884 all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
885 installdirs: installdirs-recursive
887 install: install-recursive
888 install-exec: install-exec-recursive
889 install-data: install-data-recursive
890 uninstall: uninstall-recursive
893 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
895 installcheck: installcheck-recursive
897 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
898 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
899 `test -z '$(STRIP)' || \
900 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
906 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
908 maintainer-clean-generic:
909 @echo "This command is intended for maintainers to use"
910 @echo "it deletes files that may require special tools to rebuild."
913 clean: clean-recursive
915 clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
916 clean-noinstPROGRAMS mostlyclean-am
918 distclean: distclean-recursive
919 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
920 -rm -rf $(DEPDIR) ./$(DEPDIR)
922 distclean-am: clean-am distclean-compile distclean-generic \
923 distclean-hdr distclean-tags
935 install-data-am: install-data-local
937 install-exec-am: install-exec-local
939 install-info: install-info-recursive
945 maintainer-clean: maintainer-clean-recursive
946 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
947 -rm -rf $(top_srcdir)/autom4te.cache
948 -rm -rf $(DEPDIR) ./$(DEPDIR)
950 maintainer-clean-am: distclean-am maintainer-clean-generic
952 mostlyclean: mostlyclean-recursive
954 mostlyclean-am: mostlyclean-compile mostlyclean-generic
964 uninstall-am: uninstall-info-am
966 uninstall-info: uninstall-info-recursive
968 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
969 check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
970 clean-noinstLIBRARIES clean-noinstPROGRAMS clean-recursive \
971 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
972 dist-shar dist-tarZ dist-zip distcheck distclean \
973 distclean-compile distclean-generic distclean-hdr \
974 distclean-recursive distclean-tags distcleancheck distdir \
975 distuninstallcheck dvi dvi-am html html-am info info-am \
976 install install-am install-data install-data-am \
977 install-data-local install-exec install-exec-am \
978 install-exec-local install-info install-info-am install-man \
979 install-strip installcheck installcheck-am installdirs \
980 installdirs-am maintainer-clean maintainer-clean-generic \
981 maintainer-clean-recursive mostlyclean mostlyclean-compile \
982 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
983 tags tags-recursive uninstall uninstall-am uninstall-info-am
986 # Use an explicit dependency for the bison generated header file.
987 script.$(OBJEXT): yyscript.h
989 # We have to build libgold.a before we run the tests.
992 .PHONY: install-exec-local
994 install-exec-local: ld-new$(EXEEXT)
995 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
996 n=`echo ld | sed '$(transform)'; \
997 $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
998 if test "$(bindir)" != "$(tooldir)/bin"; then \
999 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1000 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1001 || $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1004 # We want install to imply install-info as per GNU standards, despite
1005 # the cygnus option.
1006 install-data-local: install-info
1008 po/POTFILES.in: @MAINT@ Makefile
1009 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
1010 && mv tmp $(srcdir)/po/POTFILES.in
1012 # Bootstrap test support. We use ld-new to build ld1, then use ld1 to
1013 # build ld2. ld1 and ld2 should be identical. ld-new need not be
1014 # identical to ld1, since it was linked with the host linker.
1016 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld: ld-new
1017 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir1 || mkdir -p gcctestdir1
1018 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir1/ld
1019 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir1 && $(LN_S) ../ld-new ld)
1021 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2/ld: ld1
1022 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2 || mkdir -p gcctestdir2
1023 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2/ld
1024 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2 && $(LN_S) ../ld1 ld)
1026 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test: ld2
1027 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1028 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1029 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1 ld2" > $@
1030 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1031 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1032 # Otherwise a system limit (for SysV at least) may be exceeded.