1 |
742 |
jeremybenn |
# 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 |
|
|
VPATH = @srcdir@
|
19 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
20 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
21 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
22 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
23 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
24 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
25 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
26 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
27 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
28 |
|
|
transform = $(program_transform_name)
|
29 |
|
|
NORMAL_INSTALL = :
|
30 |
|
|
PRE_INSTALL = :
|
31 |
|
|
POST_INSTALL = :
|
32 |
|
|
NORMAL_UNINSTALL = :
|
33 |
|
|
PRE_UNINSTALL = :
|
34 |
|
|
POST_UNINSTALL = :
|
35 |
|
|
build_triplet = @build@
|
36 |
|
|
host_triplet = @host@
|
37 |
|
|
target_triplet = @target@
|
38 |
|
|
DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
|
39 |
|
|
$(srcdir)/Makefile.am
|
40 |
|
|
subdir = src
|
41 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
42 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
43 |
|
|
$(top_srcdir)/../config/enable.m4 \
|
44 |
|
|
$(top_srcdir)/../config/futex.m4 \
|
45 |
|
|
$(top_srcdir)/../config/iconv.m4 \
|
46 |
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
47 |
|
|
$(top_srcdir)/../config/lib-ld.m4 \
|
48 |
|
|
$(top_srcdir)/../config/lib-link.m4 \
|
49 |
|
|
$(top_srcdir)/../config/lib-prefix.m4 \
|
50 |
|
|
$(top_srcdir)/../config/lthostflags.m4 \
|
51 |
|
|
$(top_srcdir)/../config/multi.m4 \
|
52 |
|
|
$(top_srcdir)/../config/no-executables.m4 \
|
53 |
|
|
$(top_srcdir)/../config/override.m4 \
|
54 |
|
|
$(top_srcdir)/../config/stdint.m4 \
|
55 |
|
|
$(top_srcdir)/../config/unwind_ipinfo.m4 \
|
56 |
|
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
|
57 |
|
|
$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
|
58 |
|
|
$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
|
59 |
|
|
$(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
|
60 |
|
|
$(top_srcdir)/../config/gc++filt.m4 \
|
61 |
|
|
$(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
|
62 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
63 |
|
|
$(ACLOCAL_M4)
|
64 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
65 |
|
|
CONFIG_CLEAN_FILES =
|
66 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
67 |
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
68 |
|
|
am__vpath_adj = case $$p in \
|
69 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
70 |
|
|
*) f=$$p;; \
|
71 |
|
|
esac;
|
72 |
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
73 |
|
|
am__install_max = 40
|
74 |
|
|
am__nobase_strip_setup = \
|
75 |
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
76 |
|
|
am__nobase_strip = \
|
77 |
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
78 |
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
79 |
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
80 |
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
81 |
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
82 |
|
|
if (++n[$$2] == $(am__install_max)) \
|
83 |
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
84 |
|
|
END { for (dir in files) print dir, files[dir] }'
|
85 |
|
|
am__base_list = \
|
86 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
87 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
88 |
|
|
am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
|
89 |
|
|
LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
|
90 |
|
|
am__DEPENDENCIES_1 =
|
91 |
|
|
am_libstdc___la_OBJECTS =
|
92 |
|
|
libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS)
|
93 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
94 |
|
|
depcomp =
|
95 |
|
|
am__depfiles_maybe =
|
96 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
97 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
98 |
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
99 |
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
100 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
101 |
|
|
CCLD = $(CC)
|
102 |
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
103 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
104 |
|
|
$(LDFLAGS) -o $@
|
105 |
|
|
SOURCES = $(libstdc___la_SOURCES)
|
106 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
107 |
|
|
html-recursive info-recursive install-data-recursive \
|
108 |
|
|
install-dvi-recursive install-exec-recursive \
|
109 |
|
|
install-html-recursive install-info-recursive \
|
110 |
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
111 |
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
112 |
|
|
ps-recursive uninstall-recursive
|
113 |
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
114 |
|
|
distclean-recursive maintainer-clean-recursive
|
115 |
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
116 |
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
|
117 |
|
|
ETAGS = etags
|
118 |
|
|
CTAGS = ctags
|
119 |
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
120 |
|
|
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
|
121 |
|
|
ACLOCAL = @ACLOCAL@
|
122 |
|
|
ALLOCATOR_H = @ALLOCATOR_H@
|
123 |
|
|
ALLOCATOR_NAME = @ALLOCATOR_NAME@
|
124 |
|
|
AMTAR = @AMTAR@
|
125 |
|
|
AR = @AR@
|
126 |
|
|
AS = @AS@
|
127 |
|
|
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
|
128 |
|
|
ATOMIC_FLAGS = @ATOMIC_FLAGS@
|
129 |
|
|
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
|
130 |
|
|
AUTOCONF = @AUTOCONF@
|
131 |
|
|
AUTOHEADER = @AUTOHEADER@
|
132 |
|
|
AUTOMAKE = @AUTOMAKE@
|
133 |
|
|
AWK = @AWK@
|
134 |
|
|
BASIC_FILE_CC = @BASIC_FILE_CC@
|
135 |
|
|
BASIC_FILE_H = @BASIC_FILE_H@
|
136 |
|
|
CC = @CC@
|
137 |
|
|
CCODECVT_CC = @CCODECVT_CC@
|
138 |
|
|
CCOLLATE_CC = @CCOLLATE_CC@
|
139 |
|
|
CCTYPE_CC = @CCTYPE_CC@
|
140 |
|
|
CFLAGS = @CFLAGS@
|
141 |
|
|
CLOCALE_CC = @CLOCALE_CC@
|
142 |
|
|
CLOCALE_H = @CLOCALE_H@
|
143 |
|
|
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
|
144 |
|
|
CMESSAGES_CC = @CMESSAGES_CC@
|
145 |
|
|
CMESSAGES_H = @CMESSAGES_H@
|
146 |
|
|
CMONEY_CC = @CMONEY_CC@
|
147 |
|
|
CNUMERIC_CC = @CNUMERIC_CC@
|
148 |
|
|
CPP = @CPP@
|
149 |
|
|
CPPFLAGS = @CPPFLAGS@
|
150 |
|
|
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
|
151 |
|
|
CSTDIO_H = @CSTDIO_H@
|
152 |
|
|
CTIME_CC = @CTIME_CC@
|
153 |
|
|
CTIME_H = @CTIME_H@
|
154 |
|
|
CXX = @CXX@
|
155 |
|
|
CXXCPP = @CXXCPP@
|
156 |
|
|
CXXFILT = @CXXFILT@
|
157 |
|
|
CXXFLAGS = @CXXFLAGS@
|
158 |
|
|
CYGPATH_W = @CYGPATH_W@
|
159 |
|
|
C_INCLUDE_DIR = @C_INCLUDE_DIR@
|
160 |
|
|
DBLATEX = @DBLATEX@
|
161 |
|
|
DEBUG_FLAGS = @DEBUG_FLAGS@
|
162 |
|
|
DEFS = @DEFS@
|
163 |
|
|
DOT = @DOT@
|
164 |
|
|
DOXYGEN = @DOXYGEN@
|
165 |
|
|
DSYMUTIL = @DSYMUTIL@
|
166 |
|
|
DUMPBIN = @DUMPBIN@
|
167 |
|
|
ECHO_C = @ECHO_C@
|
168 |
|
|
ECHO_N = @ECHO_N@
|
169 |
|
|
ECHO_T = @ECHO_T@
|
170 |
|
|
EGREP = @EGREP@
|
171 |
|
|
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
|
172 |
|
|
EXEEXT = @EXEEXT@
|
173 |
|
|
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
174 |
|
|
FGREP = @FGREP@
|
175 |
|
|
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
|
176 |
|
|
GLIBCXX_LIBS = @GLIBCXX_LIBS@
|
177 |
|
|
GREP = @GREP@
|
178 |
|
|
INSTALL = @INSTALL@
|
179 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
180 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
181 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
182 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
183 |
|
|
LD = @LD@
|
184 |
|
|
LDFLAGS = @LDFLAGS@
|
185 |
|
|
LIBICONV = @LIBICONV@
|
186 |
|
|
LIBOBJS = @LIBOBJS@
|
187 |
|
|
LIBS = @LIBS@
|
188 |
|
|
LIBTOOL = @LIBTOOL@
|
189 |
|
|
LIPO = @LIPO@
|
190 |
|
|
LN_S = @LN_S@
|
191 |
|
|
LTLIBICONV = @LTLIBICONV@
|
192 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
193 |
|
|
MAINT = @MAINT@
|
194 |
|
|
MAKEINFO = @MAKEINFO@
|
195 |
|
|
MKDIR_P = @MKDIR_P@
|
196 |
|
|
NM = @NM@
|
197 |
|
|
NMEDIT = @NMEDIT@
|
198 |
|
|
OBJDUMP = @OBJDUMP@
|
199 |
|
|
OBJEXT = @OBJEXT@
|
200 |
|
|
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
201 |
|
|
OPT_LDFLAGS = @OPT_LDFLAGS@
|
202 |
|
|
OS_INC_SRCDIR = @OS_INC_SRCDIR@
|
203 |
|
|
OTOOL = @OTOOL@
|
204 |
|
|
OTOOL64 = @OTOOL64@
|
205 |
|
|
PACKAGE = @PACKAGE@
|
206 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
207 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
208 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
209 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
210 |
|
|
PACKAGE_URL = @PACKAGE_URL@
|
211 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
212 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
213 |
|
|
PDFLATEX = @PDFLATEX@
|
214 |
|
|
PIC_CXXFLAGS = @PIC_CXXFLAGS@
|
215 |
|
|
RANLIB = @RANLIB@
|
216 |
|
|
SECTION_FLAGS = @SECTION_FLAGS@
|
217 |
|
|
SECTION_LDFLAGS = @SECTION_LDFLAGS@
|
218 |
|
|
SED = @SED@
|
219 |
|
|
SET_MAKE = @SET_MAKE@
|
220 |
|
|
SHELL = @SHELL@
|
221 |
|
|
STRIP = @STRIP@
|
222 |
|
|
SYMVER_FILE = @SYMVER_FILE@
|
223 |
|
|
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
|
224 |
|
|
USE_NLS = @USE_NLS@
|
225 |
|
|
VERSION = @VERSION@
|
226 |
|
|
WARN_FLAGS = @WARN_FLAGS@
|
227 |
|
|
WERROR = @WERROR@
|
228 |
|
|
XMLLINT = @XMLLINT@
|
229 |
|
|
XSLTPROC = @XSLTPROC@
|
230 |
|
|
XSL_STYLE_DIR = @XSL_STYLE_DIR@
|
231 |
|
|
abs_builddir = @abs_builddir@
|
232 |
|
|
abs_srcdir = @abs_srcdir@
|
233 |
|
|
abs_top_builddir = @abs_top_builddir@
|
234 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
235 |
|
|
ac_ct_CC = @ac_ct_CC@
|
236 |
|
|
ac_ct_CXX = @ac_ct_CXX@
|
237 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
238 |
|
|
am__leading_dot = @am__leading_dot@
|
239 |
|
|
am__tar = @am__tar@
|
240 |
|
|
am__untar = @am__untar@
|
241 |
|
|
baseline_dir = @baseline_dir@
|
242 |
|
|
baseline_subdir_switch = @baseline_subdir_switch@
|
243 |
|
|
bindir = @bindir@
|
244 |
|
|
build = @build@
|
245 |
|
|
build_alias = @build_alias@
|
246 |
|
|
build_cpu = @build_cpu@
|
247 |
|
|
build_os = @build_os@
|
248 |
|
|
build_vendor = @build_vendor@
|
249 |
|
|
builddir = @builddir@
|
250 |
|
|
check_msgfmt = @check_msgfmt@
|
251 |
|
|
datadir = @datadir@
|
252 |
|
|
datarootdir = @datarootdir@
|
253 |
|
|
docdir = @docdir@
|
254 |
|
|
dvidir = @dvidir@
|
255 |
|
|
enable_shared = @enable_shared@
|
256 |
|
|
enable_static = @enable_static@
|
257 |
|
|
exec_prefix = @exec_prefix@
|
258 |
|
|
glibcxx_MOFILES = @glibcxx_MOFILES@
|
259 |
|
|
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
|
260 |
|
|
glibcxx_POFILES = @glibcxx_POFILES@
|
261 |
|
|
glibcxx_builddir = @glibcxx_builddir@
|
262 |
|
|
glibcxx_localedir = @glibcxx_localedir@
|
263 |
|
|
glibcxx_prefixdir = @glibcxx_prefixdir@
|
264 |
|
|
glibcxx_srcdir = @glibcxx_srcdir@
|
265 |
|
|
glibcxx_toolexecdir = @glibcxx_toolexecdir@
|
266 |
|
|
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
|
267 |
|
|
gxx_include_dir = @gxx_include_dir@
|
268 |
|
|
host = @host@
|
269 |
|
|
host_alias = @host_alias@
|
270 |
|
|
host_cpu = @host_cpu@
|
271 |
|
|
host_os = @host_os@
|
272 |
|
|
host_vendor = @host_vendor@
|
273 |
|
|
htmldir = @htmldir@
|
274 |
|
|
includedir = @includedir@
|
275 |
|
|
infodir = @infodir@
|
276 |
|
|
install_sh = @install_sh@
|
277 |
|
|
libdir = @libdir@
|
278 |
|
|
libexecdir = @libexecdir@
|
279 |
|
|
libtool_VERSION = @libtool_VERSION@
|
280 |
|
|
localedir = @localedir@
|
281 |
|
|
localstatedir = @localstatedir@
|
282 |
|
|
lt_host_flags = @lt_host_flags@
|
283 |
|
|
mandir = @mandir@
|
284 |
|
|
mkdir_p = @mkdir_p@
|
285 |
|
|
multi_basedir = @multi_basedir@
|
286 |
|
|
oldincludedir = @oldincludedir@
|
287 |
|
|
pdfdir = @pdfdir@
|
288 |
|
|
port_specific_symbol_files = @port_specific_symbol_files@
|
289 |
|
|
prefix = @prefix@
|
290 |
|
|
program_transform_name = @program_transform_name@
|
291 |
|
|
psdir = @psdir@
|
292 |
|
|
python_mod_dir = @python_mod_dir@
|
293 |
|
|
sbindir = @sbindir@
|
294 |
|
|
sharedstatedir = @sharedstatedir@
|
295 |
|
|
srcdir = @srcdir@
|
296 |
|
|
sysconfdir = @sysconfdir@
|
297 |
|
|
target = @target@
|
298 |
|
|
target_alias = @target_alias@
|
299 |
|
|
target_cpu = @target_cpu@
|
300 |
|
|
target_os = @target_os@
|
301 |
|
|
target_vendor = @target_vendor@
|
302 |
|
|
top_build_prefix = @top_build_prefix@
|
303 |
|
|
top_builddir = @top_builddir@
|
304 |
|
|
top_srcdir = @top_srcdir@
|
305 |
|
|
toplevel_builddir = @toplevel_builddir@
|
306 |
|
|
toplevel_srcdir = @toplevel_srcdir@
|
307 |
|
|
|
308 |
|
|
# May be used by various substitution variables.
|
309 |
|
|
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
310 |
|
|
MAINT_CHARSET = latin1
|
311 |
|
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
312 |
|
|
PWD_COMMAND = $${PWDCMD-pwd}
|
313 |
|
|
STAMP = echo timestamp >
|
314 |
|
|
toolexecdir = $(glibcxx_toolexecdir)
|
315 |
|
|
toolexeclibdir = $(glibcxx_toolexeclibdir)
|
316 |
|
|
@ENABLE_WERROR_FALSE@WERROR_FLAG =
|
317 |
|
|
@ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR)
|
318 |
|
|
|
319 |
|
|
# These bits are all figured out from configure. Look in acinclude.m4
|
320 |
|
|
# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
|
321 |
|
|
CONFIG_CXXFLAGS = \
|
322 |
|
|
$(SECTION_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
|
323 |
|
|
|
324 |
|
|
WARN_CXXFLAGS = \
|
325 |
|
|
$(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
|
326 |
|
|
|
327 |
|
|
|
328 |
|
|
# -I/-D flags to pass when compiling.
|
329 |
|
|
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
330 |
|
|
SUBDIRS = c++98 c++11
|
331 |
|
|
|
332 |
|
|
# Cross compiler support.
|
333 |
|
|
toolexeclib_LTLIBRARIES = libstdc++.la
|
334 |
|
|
libstdc___la_SOURCES =
|
335 |
|
|
libstdc___la_LIBADD = \
|
336 |
|
|
$(GLIBCXX_LIBS) \
|
337 |
|
|
$(top_builddir)/libsupc++/libsupc++convenience.la \
|
338 |
|
|
$(top_builddir)/src/c++98/libc++98convenience.la \
|
339 |
|
|
$(top_builddir)/src/c++11/libc++11convenience.la
|
340 |
|
|
|
341 |
|
|
libstdc___la_DEPENDENCIES = \
|
342 |
|
|
${version_dep} \
|
343 |
|
|
$(top_builddir)/libsupc++/libsupc++convenience.la \
|
344 |
|
|
$(top_builddir)/src/c++98/libc++98convenience.la \
|
345 |
|
|
$(top_builddir)/src/c++11/libc++11convenience.la
|
346 |
|
|
|
347 |
|
|
libstdc___la_LDFLAGS = \
|
348 |
|
|
-version-info $(libtool_VERSION) ${version_arg} -lm
|
349 |
|
|
|
350 |
|
|
libstdc___la_LINK = $(CXXLINK) $(libstdc___la_LDFLAGS)
|
351 |
|
|
|
352 |
|
|
# AM_CXXFLAGS needs to be in each subdirectory so that it can be
|
353 |
|
|
# modified in a per-library or per-sub-library way. Need to manually
|
354 |
|
|
# set this option because CONFIG_CXXFLAGS has to be after
|
355 |
|
|
# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
|
356 |
|
|
# as the occasion calls for it.
|
357 |
|
|
AM_CXXFLAGS = \
|
358 |
|
|
$(XTEMPLATE_FLAGS) \
|
359 |
|
|
$(WARN_CXXFLAGS) \
|
360 |
|
|
$(OPTIMIZE_CXXFLAGS) \
|
361 |
|
|
$(CONFIG_CXXFLAGS)
|
362 |
|
|
|
363 |
|
|
|
364 |
|
|
# libstdc++ libtool notes
|
365 |
|
|
|
366 |
|
|
# 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
|
367 |
|
|
# last. (That way, things like -O2 passed down from the toplevel can
|
368 |
|
|
# be overridden by --enable-debug.)
|
369 |
|
|
|
370 |
|
|
# 2) In general, libtool expects an argument such as `--tag=CXX' when
|
371 |
|
|
# using the C++ compiler, because that will enable the settings
|
372 |
|
|
# detected when C++ support was being configured. However, when no
|
373 |
|
|
# such flag is given in the command line, libtool attempts to figure
|
374 |
|
|
# it out by matching the compiler name in each configuration section
|
375 |
|
|
# against a prefix of the command line. The problem is that, if the
|
376 |
|
|
# compiler name and its initial flags stored in the libtool
|
377 |
|
|
# configuration file don't match those in the command line, libtool
|
378 |
|
|
# can't decide which configuration to use, and it gives up. The
|
379 |
|
|
# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
|
380 |
|
|
# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
|
381 |
|
|
# attempt to infer which configuration to use
|
382 |
|
|
LTCXXCOMPILE = $(LIBTOOL) --tag CXX \
|
383 |
|
|
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \
|
384 |
|
|
$(CXX) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
385 |
|
|
$(AM_CXXFLAGS) $(CXXFLAGS)
|
386 |
|
|
|
387 |
|
|
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
388 |
|
|
|
389 |
|
|
# 3) We'd have a problem when building the shared libstdc++ object if
|
390 |
|
|
# the rules automake generates would be used. We cannot allow g++ to
|
391 |
|
|
# be used since this would add -lstdc++ to the link line which of
|
392 |
|
|
# course is problematic at this point. So, we get the top-level
|
393 |
|
|
# directory to configure libstdc++-v3 to use gcc as the C++
|
394 |
|
|
# compilation driver.
|
395 |
|
|
CXXLINK = $(LIBTOOL) --tag CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
396 |
|
|
$(CXX) $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
|
397 |
|
|
|
398 |
|
|
@ENABLE_SYMVERS_TRUE@CLEANFILES = libstdc++-symbols.ver $(version_dep)
|
399 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist
|
400 |
|
|
@ENABLE_SYMVERS_FALSE@version_arg =
|
401 |
|
|
@ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
|
402 |
|
|
@ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
|
403 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-M,libstdc++-symbols.ver-sun
|
404 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.explist
|
405 |
|
|
@ENABLE_SYMVERS_FALSE@version_dep =
|
406 |
|
|
@ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
|
407 |
|
|
@ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
|
408 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver-sun
|
409 |
|
|
@GLIBCXX_BUILD_DEBUG_FALSE@STAMP_DEBUG =
|
410 |
|
|
|
411 |
|
|
# Added rules.
|
412 |
|
|
# 1 debug library
|
413 |
|
|
# 2 supra-convenience library
|
414 |
|
|
@GLIBCXX_BUILD_DEBUG_TRUE@STAMP_DEBUG = build-debug
|
415 |
|
|
@GLIBCXX_BUILD_DEBUG_FALSE@STAMP_INSTALL_DEBUG =
|
416 |
|
|
@GLIBCXX_BUILD_DEBUG_TRUE@STAMP_INSTALL_DEBUG = install-debug
|
417 |
|
|
@GLIBCXX_BUILD_DEBUG_FALSE@CLEAN_DEBUG =
|
418 |
|
|
@GLIBCXX_BUILD_DEBUG_TRUE@CLEAN_DEBUG = debug
|
419 |
|
|
|
420 |
|
|
# Build a debug variant.
|
421 |
|
|
# Take care to fix all possibly-relative paths.
|
422 |
|
|
debugdir = ${glibcxx_builddir}/src/debug
|
423 |
|
|
all: all-recursive
|
424 |
|
|
|
425 |
|
|
.SUFFIXES:
|
426 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
|
427 |
|
|
@for dep in $?; do \
|
428 |
|
|
case '$(am__configure_deps)' in \
|
429 |
|
|
*$$dep*) \
|
430 |
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
431 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
432 |
|
|
exit 1;; \
|
433 |
|
|
esac; \
|
434 |
|
|
done; \
|
435 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/Makefile'; \
|
436 |
|
|
$(am__cd) $(top_srcdir) && \
|
437 |
|
|
$(AUTOMAKE) --foreign --ignore-deps src/Makefile
|
438 |
|
|
.PRECIOUS: Makefile
|
439 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
440 |
|
|
@case '$?' in \
|
441 |
|
|
*config.status*) \
|
442 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
443 |
|
|
*) \
|
444 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
445 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
446 |
|
|
esac;
|
447 |
|
|
|
448 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
449 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
450 |
|
|
|
451 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
452 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
453 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
454 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
455 |
|
|
$(am__aclocal_m4_deps):
|
456 |
|
|
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
|
457 |
|
|
@$(NORMAL_INSTALL)
|
458 |
|
|
test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
|
459 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
460 |
|
|
list2=; for p in $$list; do \
|
461 |
|
|
if test -f $$p; then \
|
462 |
|
|
list2="$$list2 $$p"; \
|
463 |
|
|
else :; fi; \
|
464 |
|
|
done; \
|
465 |
|
|
test -z "$$list2" || { \
|
466 |
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
|
467 |
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
|
468 |
|
|
}
|
469 |
|
|
|
470 |
|
|
uninstall-toolexeclibLTLIBRARIES:
|
471 |
|
|
@$(NORMAL_UNINSTALL)
|
472 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
473 |
|
|
for p in $$list; do \
|
474 |
|
|
$(am__strip_dir) \
|
475 |
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
|
476 |
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
|
477 |
|
|
done
|
478 |
|
|
|
479 |
|
|
clean-toolexeclibLTLIBRARIES:
|
480 |
|
|
-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
|
481 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
482 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
483 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
484 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
485 |
|
|
rm -f "$${dir}/so_locations"; \
|
486 |
|
|
done
|
487 |
|
|
libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
|
488 |
|
|
$(libstdc___la_LINK) -rpath $(toolexeclibdir) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
|
489 |
|
|
|
490 |
|
|
mostlyclean-compile:
|
491 |
|
|
-rm -f *.$(OBJEXT)
|
492 |
|
|
|
493 |
|
|
distclean-compile:
|
494 |
|
|
-rm -f *.tab.c
|
495 |
|
|
|
496 |
|
|
mostlyclean-libtool:
|
497 |
|
|
-rm -f *.lo
|
498 |
|
|
|
499 |
|
|
clean-libtool:
|
500 |
|
|
-rm -rf .libs _libs
|
501 |
|
|
|
502 |
|
|
# This directory's subdirectories are mostly independent; you can cd
|
503 |
|
|
# into them and run `make' without going through this Makefile.
|
504 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
505 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
506 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
507 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
508 |
|
|
$(RECURSIVE_TARGETS):
|
509 |
|
|
@fail= failcom='exit 1'; \
|
510 |
|
|
for f in x $$MAKEFLAGS; do \
|
511 |
|
|
case $$f in \
|
512 |
|
|
*=* | --[!k]*);; \
|
513 |
|
|
*k*) failcom='fail=yes';; \
|
514 |
|
|
esac; \
|
515 |
|
|
done; \
|
516 |
|
|
dot_seen=no; \
|
517 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
518 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
519 |
|
|
echo "Making $$target in $$subdir"; \
|
520 |
|
|
if test "$$subdir" = "."; then \
|
521 |
|
|
dot_seen=yes; \
|
522 |
|
|
local_target="$$target-am"; \
|
523 |
|
|
else \
|
524 |
|
|
local_target="$$target"; \
|
525 |
|
|
fi; \
|
526 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
527 |
|
|
|| eval $$failcom; \
|
528 |
|
|
done; \
|
529 |
|
|
if test "$$dot_seen" = "no"; then \
|
530 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
531 |
|
|
fi; test -z "$$fail"
|
532 |
|
|
|
533 |
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
534 |
|
|
@fail= failcom='exit 1'; \
|
535 |
|
|
for f in x $$MAKEFLAGS; do \
|
536 |
|
|
case $$f in \
|
537 |
|
|
*=* | --[!k]*);; \
|
538 |
|
|
*k*) failcom='fail=yes';; \
|
539 |
|
|
esac; \
|
540 |
|
|
done; \
|
541 |
|
|
dot_seen=no; \
|
542 |
|
|
case "$@" in \
|
543 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
544 |
|
|
*) list='$(SUBDIRS)' ;; \
|
545 |
|
|
esac; \
|
546 |
|
|
rev=''; for subdir in $$list; do \
|
547 |
|
|
if test "$$subdir" = "."; then :; else \
|
548 |
|
|
rev="$$subdir $$rev"; \
|
549 |
|
|
fi; \
|
550 |
|
|
done; \
|
551 |
|
|
rev="$$rev ."; \
|
552 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
553 |
|
|
for subdir in $$rev; do \
|
554 |
|
|
echo "Making $$target in $$subdir"; \
|
555 |
|
|
if test "$$subdir" = "."; then \
|
556 |
|
|
local_target="$$target-am"; \
|
557 |
|
|
else \
|
558 |
|
|
local_target="$$target"; \
|
559 |
|
|
fi; \
|
560 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
561 |
|
|
|| eval $$failcom; \
|
562 |
|
|
done && test -z "$$fail"
|
563 |
|
|
tags-recursive:
|
564 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
565 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
566 |
|
|
done
|
567 |
|
|
ctags-recursive:
|
568 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
569 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
570 |
|
|
done
|
571 |
|
|
|
572 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
573 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
574 |
|
|
unique=`for i in $$list; do \
|
575 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
576 |
|
|
done | \
|
577 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
578 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
579 |
|
|
mkid -fID $$unique
|
580 |
|
|
tags: TAGS
|
581 |
|
|
|
582 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
583 |
|
|
$(TAGS_FILES) $(LISP)
|
584 |
|
|
set x; \
|
585 |
|
|
here=`pwd`; \
|
586 |
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
587 |
|
|
include_option=--etags-include; \
|
588 |
|
|
empty_fix=.; \
|
589 |
|
|
else \
|
590 |
|
|
include_option=--include; \
|
591 |
|
|
empty_fix=; \
|
592 |
|
|
fi; \
|
593 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
594 |
|
|
if test "$$subdir" = .; then :; else \
|
595 |
|
|
test ! -f $$subdir/TAGS || \
|
596 |
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
597 |
|
|
fi; \
|
598 |
|
|
done; \
|
599 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
600 |
|
|
unique=`for i in $$list; do \
|
601 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
602 |
|
|
done | \
|
603 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
604 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
605 |
|
|
shift; \
|
606 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
607 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
608 |
|
|
if test $$# -gt 0; then \
|
609 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
610 |
|
|
"$$@" $$unique; \
|
611 |
|
|
else \
|
612 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
613 |
|
|
$$unique; \
|
614 |
|
|
fi; \
|
615 |
|
|
fi
|
616 |
|
|
ctags: CTAGS
|
617 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
618 |
|
|
$(TAGS_FILES) $(LISP)
|
619 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
620 |
|
|
unique=`for i in $$list; do \
|
621 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
622 |
|
|
done | \
|
623 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
624 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
625 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
626 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
627 |
|
|
$$unique
|
628 |
|
|
|
629 |
|
|
GTAGS:
|
630 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
631 |
|
|
&& $(am__cd) $(top_srcdir) \
|
632 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
633 |
|
|
|
634 |
|
|
distclean-tags:
|
635 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
636 |
|
|
check-am: all-am
|
637 |
|
|
check: check-recursive
|
638 |
|
|
all-am: Makefile $(LTLIBRARIES) all-local
|
639 |
|
|
installdirs: installdirs-recursive
|
640 |
|
|
installdirs-am:
|
641 |
|
|
for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
|
642 |
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
643 |
|
|
done
|
644 |
|
|
install: install-recursive
|
645 |
|
|
install-exec: install-exec-recursive
|
646 |
|
|
install-data: install-data-recursive
|
647 |
|
|
uninstall: uninstall-recursive
|
648 |
|
|
|
649 |
|
|
install-am: all-am
|
650 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
651 |
|
|
|
652 |
|
|
installcheck: installcheck-recursive
|
653 |
|
|
install-strip:
|
654 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
655 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
656 |
|
|
`test -z '$(STRIP)' || \
|
657 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
658 |
|
|
mostlyclean-generic:
|
659 |
|
|
|
660 |
|
|
clean-generic:
|
661 |
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
662 |
|
|
|
663 |
|
|
distclean-generic:
|
664 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
665 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
666 |
|
|
|
667 |
|
|
maintainer-clean-generic:
|
668 |
|
|
@echo "This command is intended for maintainers to use"
|
669 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
670 |
|
|
clean: clean-recursive
|
671 |
|
|
|
672 |
|
|
clean-am: clean-generic clean-libtool clean-local \
|
673 |
|
|
clean-toolexeclibLTLIBRARIES mostlyclean-am
|
674 |
|
|
|
675 |
|
|
distclean: distclean-recursive
|
676 |
|
|
-rm -f Makefile
|
677 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
678 |
|
|
distclean-tags
|
679 |
|
|
|
680 |
|
|
dvi: dvi-recursive
|
681 |
|
|
|
682 |
|
|
dvi-am:
|
683 |
|
|
|
684 |
|
|
html: html-recursive
|
685 |
|
|
|
686 |
|
|
html-am:
|
687 |
|
|
|
688 |
|
|
info: info-recursive
|
689 |
|
|
|
690 |
|
|
info-am:
|
691 |
|
|
|
692 |
|
|
install-data-am: install-data-local
|
693 |
|
|
|
694 |
|
|
install-dvi: install-dvi-recursive
|
695 |
|
|
|
696 |
|
|
install-dvi-am:
|
697 |
|
|
|
698 |
|
|
install-exec-am: install-toolexeclibLTLIBRARIES
|
699 |
|
|
|
700 |
|
|
install-html: install-html-recursive
|
701 |
|
|
|
702 |
|
|
install-html-am:
|
703 |
|
|
|
704 |
|
|
install-info: install-info-recursive
|
705 |
|
|
|
706 |
|
|
install-info-am:
|
707 |
|
|
|
708 |
|
|
install-man:
|
709 |
|
|
|
710 |
|
|
install-pdf: install-pdf-recursive
|
711 |
|
|
|
712 |
|
|
install-pdf-am:
|
713 |
|
|
|
714 |
|
|
install-ps: install-ps-recursive
|
715 |
|
|
|
716 |
|
|
install-ps-am:
|
717 |
|
|
|
718 |
|
|
installcheck-am:
|
719 |
|
|
|
720 |
|
|
maintainer-clean: maintainer-clean-recursive
|
721 |
|
|
-rm -f Makefile
|
722 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
723 |
|
|
|
724 |
|
|
mostlyclean: mostlyclean-recursive
|
725 |
|
|
|
726 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
727 |
|
|
mostlyclean-libtool
|
728 |
|
|
|
729 |
|
|
pdf: pdf-recursive
|
730 |
|
|
|
731 |
|
|
pdf-am:
|
732 |
|
|
|
733 |
|
|
ps: ps-recursive
|
734 |
|
|
|
735 |
|
|
ps-am:
|
736 |
|
|
|
737 |
|
|
uninstall-am: uninstall-toolexeclibLTLIBRARIES
|
738 |
|
|
|
739 |
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
|
740 |
|
|
install-am install-strip tags-recursive
|
741 |
|
|
|
742 |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
743 |
|
|
all all-am all-local check check-am clean clean-generic \
|
744 |
|
|
clean-libtool clean-local clean-toolexeclibLTLIBRARIES ctags \
|
745 |
|
|
ctags-recursive distclean distclean-compile distclean-generic \
|
746 |
|
|
distclean-libtool distclean-tags dvi dvi-am html html-am info \
|
747 |
|
|
info-am install install-am install-data install-data-am \
|
748 |
|
|
install-data-local install-dvi install-dvi-am install-exec \
|
749 |
|
|
install-exec-am install-html install-html-am install-info \
|
750 |
|
|
install-info-am install-man install-pdf install-pdf-am \
|
751 |
|
|
install-ps install-ps-am install-strip \
|
752 |
|
|
install-toolexeclibLTLIBRARIES installcheck installcheck-am \
|
753 |
|
|
installdirs installdirs-am maintainer-clean \
|
754 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
755 |
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
756 |
|
|
tags tags-recursive uninstall uninstall-am \
|
757 |
|
|
uninstall-toolexeclibLTLIBRARIES
|
758 |
|
|
|
759 |
|
|
|
760 |
|
|
vpath % $(top_srcdir)/src
|
761 |
|
|
vpath % $(top_srcdir)
|
762 |
|
|
|
763 |
|
|
# Symbol versioning for shared libraries.
|
764 |
|
|
@ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
765 |
|
|
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files)
|
766 |
|
|
@ENABLE_SYMVERS_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_FILE) $@.tmp
|
767 |
|
|
@ENABLE_SYMVERS_TRUE@ chmod +w $@.tmp
|
768 |
|
|
@ENABLE_SYMVERS_TRUE@ if test "x$(port_specific_symbol_files)" != x; then \
|
769 |
|
|
@ENABLE_SYMVERS_TRUE@ if grep '^# Appended to version file.' \
|
770 |
|
|
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
|
771 |
|
|
@ENABLE_SYMVERS_TRUE@ cat $(port_specific_symbol_files) >> $@.tmp; \
|
772 |
|
|
@ENABLE_SYMVERS_TRUE@ else \
|
773 |
|
|
@ENABLE_SYMVERS_TRUE@ sed -n '1,/DO NOT DELETE/p' $@.tmp > tmp.top; \
|
774 |
|
|
@ENABLE_SYMVERS_TRUE@ sed -n '/DO NOT DELETE/,$$p' $@.tmp > tmp.bottom; \
|
775 |
|
|
@ENABLE_SYMVERS_TRUE@ cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@.tmp; \
|
776 |
|
|
@ENABLE_SYMVERS_TRUE@ rm tmp.top tmp.bottom; \
|
777 |
|
|
@ENABLE_SYMVERS_TRUE@ fi; \
|
778 |
|
|
@ENABLE_SYMVERS_TRUE@ fi
|
779 |
|
|
@ENABLE_SYMVERS_TRUE@ $(EGREP) -v '^[ ]*#(#| |$$)' $@.tmp | \
|
780 |
|
|
@ENABLE_SYMVERS_TRUE@ $(COMPILE) -E -P -include config.h - > $@ || (rm -f $@ ; exit 1)
|
781 |
|
|
@ENABLE_SYMVERS_TRUE@ rm -f $@.tmp
|
782 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver-sun : libstdc++-symbols.ver \
|
783 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ $(toplevel_srcdir)/contrib/make_sunver.pl \
|
784 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
|
785 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ CXXFILT="$(CXXFILT)"; export CXXFILT; \
|
786 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ perl $(toplevel_srcdir)/contrib/make_sunver.pl \
|
787 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ libstdc++-symbols.ver \
|
788 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
|
789 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ `echo $(libstdc___la_LIBADD) | \
|
790 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
|
791 |
|
|
@ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@ > $@ || (rm -f $@ ; exit 1)
|
792 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.explist : libstdc++-symbols.ver \
|
793 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ ${glibcxx_srcdir}/scripts/make_exports.pl \
|
794 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
|
795 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ perl ${glibcxx_srcdir}/scripts/make_exports.pl \
|
796 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ libstdc++-symbols.ver \
|
797 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
|
798 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ `echo $(libstdc___la_LIBADD) | \
|
799 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
|
800 |
|
|
@ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@ > $@ || (rm -f $@ ; exit 1)
|
801 |
|
|
|
802 |
|
|
# Control additional build primary rules.
|
803 |
|
|
# EXTRA_LTLIBRARIES =
|
804 |
|
|
all-once: libstdc++convenience.la $(STAMP_DEBUG)
|
805 |
|
|
install-data-once: $(STAMP_INSTALL_DEBUG)
|
806 |
|
|
|
807 |
|
|
all-local: all-once
|
808 |
|
|
install-data-local: install-data-once
|
809 |
|
|
clean-local:
|
810 |
|
|
rm -rf libstdc++convenience.la stamp* $(CLEAN_DEBUG)
|
811 |
|
|
|
812 |
|
|
# Make a non-installed convenience library, so that --disable-static
|
813 |
|
|
# may work.
|
814 |
|
|
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
815 |
|
|
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
816 |
|
|
if test ! -f .libs/libstdc++.a; then \
|
817 |
|
|
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
818 |
|
|
fi; \
|
819 |
|
|
echo `date` > stamp-libstdc++convenience;
|
820 |
|
|
stamp-debug:
|
821 |
|
|
if test ! -d ${debugdir}; then \
|
822 |
|
|
mkdir -p ${debugdir}; \
|
823 |
|
|
for d in $(SUBDIRS); do mkdir -p ${debugdir}/$$d; done; \
|
824 |
|
|
(cd ${debugdir}; \
|
825 |
|
|
sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
|
826 |
|
|
-e 's/top_build_prefix = \.\./top_build_prefix = ..\/../' \
|
827 |
|
|
-e 's/srcdir = \.\./srcdir = ..\/../' \
|
828 |
|
|
-e 's/VPATH = \.\./VPATH = ..\/../' \
|
829 |
|
|
-e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
|
830 |
|
|
-e 's/MKDIR_P = \.\./MKDIR_P = ..\/../' \
|
831 |
|
|
< ../Makefile > Makefile ; \
|
832 |
|
|
for d in . $(SUBDIRS); do \
|
833 |
|
|
sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
|
834 |
|
|
-e 's/top_build_prefix = \.\./top_build_prefix = ..\/../' \
|
835 |
|
|
-e 's/srcdir = \.\./srcdir = ..\/../' \
|
836 |
|
|
-e 's/VPATH = \.\./VPATH = ..\/../' \
|
837 |
|
|
-e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
|
838 |
|
|
-e 's/MKDIR_P = \.\./MKDIR_P = ..\/../' \
|
839 |
|
|
< ../$$d/Makefile > $$d/Makefile ; \
|
840 |
|
|
done) ; \
|
841 |
|
|
fi; \
|
842 |
|
|
echo `date` > stamp-debug;
|
843 |
|
|
|
844 |
|
|
build-debug: stamp-debug
|
845 |
|
|
(cd ${debugdir}; \
|
846 |
|
|
mv Makefile Makefile.tmp; \
|
847 |
|
|
sed -e 's,all-local: all-once,all-local:,' \
|
848 |
|
|
-e 's,install-data-local: install-data-once,install-data-local:,' \
|
849 |
|
|
-e 's,src/c,src/debug/c,' \
|
850 |
|
|
< Makefile.tmp > Makefile ; \
|
851 |
|
|
$(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
|
852 |
|
|
toolexeclibdir=$(glibcxx_toolexeclibdir)/debug all) ;
|
853 |
|
|
|
854 |
|
|
# Install debug library.
|
855 |
|
|
install-debug: build-debug
|
856 |
|
|
(cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
|
857 |
|
|
toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install) ;
|
858 |
|
|
|
859 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
860 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
861 |
|
|
.NOEXPORT:
|