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