OSDN Git Service

2008-03-18 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41         $(top_srcdir)/fragment.am
42 subdir = src
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
45         $(top_srcdir)/../config/futex.m4 \
46         $(top_srcdir)/../config/iconv.m4 \
47         $(top_srcdir)/../config/lead-dot.m4 \
48         $(top_srcdir)/../config/lib-ld.m4 \
49         $(top_srcdir)/../config/lib-link.m4 \
50         $(top_srcdir)/../config/lib-prefix.m4 \
51         $(top_srcdir)/../config/multi.m4 \
52         $(top_srcdir)/../config/no-executables.m4 \
53         $(top_srcdir)/../config/unwind_ipinfo.m4 \
54         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
55         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
56         $(top_srcdir)/crossconfig.m4 $(top_srcdir)/linkage.m4 \
57         $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/tls.m4 \
58         $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES =
63 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64 am__vpath_adj = case $$p in \
65     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66     *) f=$$p;; \
67   esac;
68 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
69 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
70 toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
71 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
72 am__libstdc___la_SOURCES_DIST = bitmap_allocator.cc pool_allocator.cc \
73         mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \
74         ctype.cc date_time.cc debug.cc functexcept.cc hash.cc \
75         hash_c++0x.cc globals_io.cc hashtable.cc hashtable_c++0x.cc \
76         ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \
77         list.cc debug_list.cc locale.cc locale_init.cc \
78         locale_facets.cc localename.cc stdexcept.cc strstream.cc \
79         system_error.cc tree.cc allocator-inst.cc concept-inst.cc \
80         fstream-inst.cc ext-inst.cc ios-inst.cc iostream-inst.cc \
81         istream-inst.cc istream.cc locale-inst.cc misc-inst.cc \
82         ostream-inst.cc sstream-inst.cc streambuf-inst.cc streambuf.cc \
83         string-inst.cc valarray-inst.cc wlocale-inst.cc \
84         wstring-inst.cc atomicity.cc codecvt_members.cc \
85         collate_members.cc ctype_members.cc messages_members.cc \
86         monetary_members.cc numeric_members.cc time_members.cc \
87         basic_file.cc c++locale.cc compatibility-ldbl.cc \
88         parallel_list.cc parallel_settings.cc
89 am__objects_1 = atomicity.lo codecvt_members.lo collate_members.lo \
90         ctype_members.lo messages_members.lo monetary_members.lo \
91         numeric_members.lo time_members.lo
92 @GLIBCXX_LDBL_COMPAT_TRUE@am__objects_2 = compatibility-ldbl.lo
93 @ENABLE_PARALLEL_TRUE@am__objects_3 = parallel_list.lo \
94 @ENABLE_PARALLEL_TRUE@  parallel_settings.lo
95 am__objects_4 = basic_file.lo c++locale.lo $(am__objects_2) \
96         $(am__objects_3)
97 am__objects_5 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \
98         codecvt.lo compatibility.lo complex_io.lo ctype.lo \
99         date_time.lo debug.lo functexcept.lo hash.lo hash_c++0x.lo \
100         globals_io.lo hashtable.lo hashtable_c++0x.lo ios.lo \
101         ios_failure.lo ios_init.lo ios_locale.lo limits.lo list.lo \
102         debug_list.lo locale.lo locale_init.lo locale_facets.lo \
103         localename.lo stdexcept.lo strstream.lo system_error.lo \
104         tree.lo allocator-inst.lo concept-inst.lo fstream-inst.lo \
105         ext-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo \
106         istream.lo locale-inst.lo misc-inst.lo ostream-inst.lo \
107         sstream-inst.lo streambuf-inst.lo streambuf.lo string-inst.lo \
108         valarray-inst.lo wlocale-inst.lo wstring-inst.lo \
109         $(am__objects_1) $(am__objects_4)
110 am_libstdc___la_OBJECTS = $(am__objects_5)
111 libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS)
112 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
113 depcomp =
114 am__depfiles_maybe =
115 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
116         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117 CXXLD = $(CXX)
118 SOURCES = $(libstdc___la_SOURCES)
119 DIST_SOURCES = $(am__libstdc___la_SOURCES_DIST)
120 ETAGS = etags
121 CTAGS = ctags
122 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
124 ACLOCAL = @ACLOCAL@
125 ALLOCATOR_H = @ALLOCATOR_H@
126 ALLOCATOR_NAME = @ALLOCATOR_NAME@
127 AMTAR = @AMTAR@
128 AR = @AR@
129 AS = @AS@
130 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
131 ATOMIC_FLAGS = @ATOMIC_FLAGS@
132 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
133 AUTOCONF = @AUTOCONF@
134 AUTOHEADER = @AUTOHEADER@
135 AUTOMAKE = @AUTOMAKE@
136 AWK = @AWK@
137 BASIC_FILE_CC = @BASIC_FILE_CC@
138 BASIC_FILE_H = @BASIC_FILE_H@
139 CC = @CC@
140 CCODECVT_CC = @CCODECVT_CC@
141 CCOLLATE_CC = @CCOLLATE_CC@
142 CCTYPE_CC = @CCTYPE_CC@
143 CFLAGS = @CFLAGS@
144 CLOCALE_CC = @CLOCALE_CC@
145 CLOCALE_H = @CLOCALE_H@
146 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
147 CMESSAGES_CC = @CMESSAGES_CC@
148 CMESSAGES_H = @CMESSAGES_H@
149 CMONEY_CC = @CMONEY_CC@
150 CNUMERIC_CC = @CNUMERIC_CC@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
154 CSTDIO_H = @CSTDIO_H@
155 CTIME_CC = @CTIME_CC@
156 CTIME_H = @CTIME_H@
157 CXX = @CXX@
158 CXXCPP = @CXXCPP@
159 CXXFLAGS = @CXXFLAGS@
160 CYGPATH_W = @CYGPATH_W@
161 C_INCLUDE_DIR = @C_INCLUDE_DIR@
162 DEBUG_FLAGS = @DEBUG_FLAGS@
163 DEFS = @DEFS@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 ENABLE_PARALLEL_FALSE = @ENABLE_PARALLEL_FALSE@
170 ENABLE_PARALLEL_TRUE = @ENABLE_PARALLEL_TRUE@
171 ENABLE_SYMVERS_DARWIN_FALSE = @ENABLE_SYMVERS_DARWIN_FALSE@
172 ENABLE_SYMVERS_DARWIN_TRUE = @ENABLE_SYMVERS_DARWIN_TRUE@
173 ENABLE_SYMVERS_FALSE = @ENABLE_SYMVERS_FALSE@
174 ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
175 ENABLE_SYMVERS_GNU_NAMESPACE_FALSE = @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@
176 ENABLE_SYMVERS_GNU_NAMESPACE_TRUE = @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@
177 ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
178 ENABLE_SYMVERS_TRUE = @ENABLE_SYMVERS_TRUE@
179 ENABLE_VISIBILITY_FALSE = @ENABLE_VISIBILITY_FALSE@
180 ENABLE_VISIBILITY_TRUE = @ENABLE_VISIBILITY_TRUE@
181 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
182 EXEEXT = @EXEEXT@
183 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
184 FGREP = @FGREP@
185 GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
186 GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
187 GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
188 GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
189 GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
190 GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
191 GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
192 GLIBCXX_C_HEADERS_C_GLOBAL_FALSE = @GLIBCXX_C_HEADERS_C_GLOBAL_FALSE@
193 GLIBCXX_C_HEADERS_C_GLOBAL_TRUE = @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@
194 GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
195 GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
196 GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
197 GLIBCXX_C_HEADERS_EXTRA_FALSE = @GLIBCXX_C_HEADERS_EXTRA_FALSE@
198 GLIBCXX_C_HEADERS_EXTRA_TRUE = @GLIBCXX_C_HEADERS_EXTRA_TRUE@
199 GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
200 GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
201 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
202 GLIBCXX_LDBL_COMPAT_FALSE = @GLIBCXX_LDBL_COMPAT_FALSE@
203 GLIBCXX_LDBL_COMPAT_TRUE = @GLIBCXX_LDBL_COMPAT_TRUE@
204 GREP = @GREP@
205 INSTALL_DATA = @INSTALL_DATA@
206 INSTALL_PROGRAM = @INSTALL_PROGRAM@
207 INSTALL_SCRIPT = @INSTALL_SCRIPT@
208 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209 LD = @LD@
210 LDFLAGS = @LDFLAGS@
211 LIBICONV = @LIBICONV@
212 LIBMATHOBJS = @LIBMATHOBJS@
213 LIBOBJS = @LIBOBJS@
214 LIBS = @LIBS@
215 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
216 LIBTOOL = @LIBTOOL@
217 LN_S = @LN_S@
218 LTLIBICONV = @LTLIBICONV@
219 LTLIBOBJS = @LTLIBOBJS@
220 MAINT = @MAINT@
221 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
222 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
223 MAKEINFO = @MAKEINFO@
224 NM = @NM@
225 OBJEXT = @OBJEXT@
226 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
227 OPT_LDFLAGS = @OPT_LDFLAGS@
228 OS_INC_SRCDIR = @OS_INC_SRCDIR@
229 PACKAGE = @PACKAGE@
230 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
231 PACKAGE_NAME = @PACKAGE_NAME@
232 PACKAGE_STRING = @PACKAGE_STRING@
233 PACKAGE_TARNAME = @PACKAGE_TARNAME@
234 PACKAGE_VERSION = @PACKAGE_VERSION@
235 PATH_SEPARATOR = @PATH_SEPARATOR@
236 RANLIB = @RANLIB@
237 SECTION_FLAGS = @SECTION_FLAGS@
238 SECTION_LDFLAGS = @SECTION_LDFLAGS@
239 SED = @SED@
240 SET_MAKE = @SET_MAKE@
241 SHELL = @SHELL@
242 STRIP = @STRIP@
243 SYMVER_FILE = @SYMVER_FILE@
244 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
245 USE_NLS = @USE_NLS@
246 VERSION = @VERSION@
247 WARN_FLAGS = @WARN_FLAGS@
248 WERROR = @WERROR@
249 ac_ct_AR = @ac_ct_AR@
250 ac_ct_AS = @ac_ct_AS@
251 ac_ct_CC = @ac_ct_CC@
252 ac_ct_CXX = @ac_ct_CXX@
253 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254 ac_ct_RANLIB = @ac_ct_RANLIB@
255 ac_ct_STRIP = @ac_ct_STRIP@
256 am__leading_dot = @am__leading_dot@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 baseline_dir = @baseline_dir@
260 bindir = @bindir@
261 build = @build@
262 build_alias = @build_alias@
263 build_cpu = @build_cpu@
264 build_os = @build_os@
265 build_vendor = @build_vendor@
266 check_msgfmt = @check_msgfmt@
267 datadir = @datadir@
268 enable_shared = @enable_shared@
269 enable_static = @enable_static@
270 exec_prefix = @exec_prefix@
271 glibcxx_MOFILES = @glibcxx_MOFILES@
272 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
273 glibcxx_POFILES = @glibcxx_POFILES@
274 glibcxx_builddir = @glibcxx_builddir@
275 glibcxx_localedir = @glibcxx_localedir@
276 glibcxx_prefixdir = @glibcxx_prefixdir@
277 glibcxx_srcdir = @glibcxx_srcdir@
278 glibcxx_thread_h = @glibcxx_thread_h@
279 glibcxx_toolexecdir = @glibcxx_toolexecdir@
280 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
281 gxx_include_dir = @gxx_include_dir@
282 host = @host@
283 host_alias = @host_alias@
284 host_cpu = @host_cpu@
285 host_os = @host_os@
286 host_vendor = @host_vendor@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 libtool_VERSION = @libtool_VERSION@
293 localstatedir = @localstatedir@
294 lt_ECHO = @lt_ECHO@
295 mandir = @mandir@
296 mkdir_p = @mkdir_p@
297 multi_basedir = @multi_basedir@
298 oldincludedir = @oldincludedir@
299 port_specific_symbol_files = @port_specific_symbol_files@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 sysconfdir = @sysconfdir@
305 target = @target@
306 target_alias = @target_alias@
307 target_cpu = @target_cpu@
308 target_os = @target_os@
309 target_vendor = @target_vendor@
310 toplevel_srcdir = @toplevel_srcdir@
311
312 # May be used by various substitution variables.
313 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
314 MAINT_CHARSET = latin1
315 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
316 PWD_COMMAND = $${PWDCMD-pwd}
317 STAMP = echo timestamp >
318 toolexecdir = $(glibcxx_toolexecdir)
319 toolexeclibdir = $(glibcxx_toolexeclibdir)
320
321 # These bits are all figured out from configure.  Look in acinclude.m4
322 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
323 CONFIG_CXXFLAGS = \
324         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
325
326 WARN_CXXFLAGS = \
327         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
328
329
330 # -I/-D flags to pass when compiling.
331 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
332
333 # Cross compiler support.
334 toolexeclib_LTLIBRARIES = libstdc++.la
335 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist
336 @ENABLE_SYMVERS_FALSE@version_arg = 
337 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
338 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
339 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.explist
340 @ENABLE_SYMVERS_FALSE@version_dep = 
341 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
342 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
343
344 # Source files linked in via configuration/make substitution for a
345 # particular host.
346 host_sources = \
347         atomicity.cc \
348         codecvt_members.cc \
349         collate_members.cc \
350         ctype_members.cc \
351         messages_members.cc \
352         monetary_members.cc \
353         numeric_members.cc \
354         time_members.cc 
355
356 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
357
358 # Source files linked in via configuration/make substitution for a
359 # particular host, but with ad hoc naming rules.
360 host_sources_extra = \
361         basic_file.cc c++locale.cc ${ldbl_compat_sources} ${parallel_sources}
362
363 @ENABLE_PARALLEL_FALSE@parallel_sources = 
364 @ENABLE_PARALLEL_TRUE@parallel_sources = parallel_list.cc parallel_settings.cc
365 @GLIBCXX_LDBL_COMPAT_FALSE@ldbl_compat_sources = 
366 @GLIBCXX_LDBL_COMPAT_TRUE@ldbl_compat_sources = compatibility-ldbl.cc
367
368 # Sources present in the src directory.
369 sources = \
370         bitmap_allocator.cc \
371         pool_allocator.cc \
372         mt_allocator.cc \
373         codecvt.cc \
374         compatibility.cc \
375         complex_io.cc \
376         ctype.cc \
377         date_time.cc \
378         debug.cc \
379         functexcept.cc \
380         hash.cc \
381         hash_c++0x.cc \
382         globals_io.cc \
383         hashtable.cc \
384         hashtable_c++0x.cc \
385         ios.cc \
386         ios_failure.cc \
387         ios_init.cc \
388         ios_locale.cc \
389         limits.cc \
390         list.cc \
391         debug_list.cc \
392         locale.cc \
393         locale_init.cc \
394         locale_facets.cc \
395         localename.cc \
396         stdexcept.cc \
397         strstream.cc \
398         system_error.cc \
399         tree.cc \
400         allocator-inst.cc \
401         concept-inst.cc \
402         fstream-inst.cc \
403         ext-inst.cc \
404         ios-inst.cc \
405         iostream-inst.cc \
406         istream-inst.cc \
407         istream.cc \
408         locale-inst.cc \
409         misc-inst.cc \
410         ostream-inst.cc \
411         sstream-inst.cc \
412         streambuf-inst.cc \
413         streambuf.cc \
414         string-inst.cc \
415         valarray-inst.cc \
416         wlocale-inst.cc \
417         wstring-inst.cc \
418         ${host_sources} \
419         ${host_sources_extra} 
420
421 libstdc___la_SOURCES = $(sources)
422 libstdc___la_LIBADD = \
423         $(top_builddir)/libmath/libmath.la \
424         $(top_builddir)/libsupc++/libsupc++convenience.la
425
426 libstdc___la_DEPENDENCIES = ${version_dep} $(libstdc___la_LIBADD)
427 libstdc___la_LDFLAGS = \
428         -version-info $(libtool_VERSION) ${version_arg} -lm 
429
430
431 # Use special rules for the deprecated source files so that they find
432 # deprecated include files.
433 GLIBCXX_INCLUDE_DIR = $(glibcxx_builddir)/include
434
435 # Use special rules for parallel mode compilation.
436 PARALLEL_FLAGS = -fopenmp -D_GLIBCXX_PARALLEL -I$(glibcxx_builddir)/../libgomp
437
438 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
439 # modified in a per-library or per-sub-library way.  Need to manually
440 # set this option because CONFIG_CXXFLAGS has to be after
441 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
442 # as the occasion calls for it.
443 AM_CXXFLAGS = \
444         -fno-implicit-templates \
445         $(WARN_CXXFLAGS) \
446         $(OPTIMIZE_CXXFLAGS) \
447         $(CONFIG_CXXFLAGS)
448
449
450 # libstdc++ libtool notes
451
452 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
453 # last. (That way, things like -O2 passed down from the toplevel can
454 # be overridden by --enable-debug.)
455
456 # 2) In general, libtool expects an argument such as `--tag=CXX' when
457 # using the C++ compiler, because that will enable the settings
458 # detected when C++ support was being configured.  However, when no
459 # such flag is given in the command line, libtool attempts to figure
460 # it out by matching the compiler name in each configuration section
461 # against a prefix of the command line.  The problem is that, if the
462 # compiler name and its initial flags stored in the libtool
463 # configuration file don't match those in the command line, libtool
464 # can't decide which configuration to use, and it gives up.  The
465 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
466 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
467 # attempt to infer which configuration to use
468 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
469                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 
470
471 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
472
473 # 3) We'd have a problem when building the shared libstdc++ object if
474 # the rules automake generates would be used.  We cannot allow g++ to
475 # be used since this would add -lstdc++ to the link line which of
476 # course is problematic at this point.  So, we get the top-level
477 # directory to configure libstdc++-v3 to use gcc as the C++
478 # compilation driver.
479 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
480           $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
481
482 debugdir = debug
483 all: all-am
484
485 .SUFFIXES:
486 .SUFFIXES: .cc .lo .o .obj
487 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
488         @for dep in $?; do \
489           case '$(am__configure_deps)' in \
490             *$$dep*) \
491               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
492                 && exit 0; \
493               exit 1;; \
494           esac; \
495         done; \
496         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps src/Makefile'; \
497         cd $(top_srcdir) && \
498           $(AUTOMAKE) --foreign  --ignore-deps src/Makefile
499 .PRECIOUS: Makefile
500 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
501         @case '$?' in \
502           *config.status*) \
503             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
504           *) \
505             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
506             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
507         esac;
508
509 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
510         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
512 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
513         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
515         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
517         @$(NORMAL_INSTALL)
518         test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
519         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
520           if test -f $$p; then \
521             f=$(am__strip_dir) \
522             echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
523             $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
524           else :; fi; \
525         done
526
527 uninstall-toolexeclibLTLIBRARIES:
528         @$(NORMAL_UNINSTALL)
529         @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
530           p=$(am__strip_dir) \
531           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
532           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
533         done
534
535 clean-toolexeclibLTLIBRARIES:
536         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
537         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
538           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
539           test "$$dir" != "$$p" || dir=.; \
540           echo "rm -f \"$${dir}/so_locations\""; \
541           rm -f "$${dir}/so_locations"; \
542         done
543 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES) 
544         $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
545
546 mostlyclean-compile:
547         -rm -f *.$(OBJEXT)
548
549 distclean-compile:
550         -rm -f *.tab.c
551
552 .cc.o:
553         $(CXXCOMPILE) -c -o $@ $<
554
555 .cc.obj:
556         $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
557
558 .cc.lo:
559         $(LTCXXCOMPILE) -c -o $@ $<
560
561 mostlyclean-libtool:
562         -rm -f *.lo
563
564 clean-libtool:
565         -rm -rf .libs _libs
566
567 distclean-libtool:
568         -rm -f libtool
569 uninstall-info-am:
570
571 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
572         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
573         unique=`for i in $$list; do \
574             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575           done | \
576           $(AWK) '    { files[$$0] = 1; } \
577                END { for (i in files) print i; }'`; \
578         mkid -fID $$unique
579 tags: TAGS
580
581 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
582                 $(TAGS_FILES) $(LISP)
583         tags=; \
584         here=`pwd`; \
585         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
586         unique=`for i in $$list; do \
587             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
588           done | \
589           $(AWK) '    { files[$$0] = 1; } \
590                END { for (i in files) print i; }'`; \
591         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
592           test -n "$$unique" || unique=$$empty_fix; \
593           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594             $$tags $$unique; \
595         fi
596 ctags: CTAGS
597 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
598                 $(TAGS_FILES) $(LISP)
599         tags=; \
600         here=`pwd`; \
601         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
602         unique=`for i in $$list; do \
603             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
604           done | \
605           $(AWK) '    { files[$$0] = 1; } \
606                END { for (i in files) print i; }'`; \
607         test -z "$(CTAGS_ARGS)$$tags$$unique" \
608           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
609              $$tags $$unique
610
611 GTAGS:
612         here=`$(am__cd) $(top_builddir) && pwd` \
613           && cd $(top_srcdir) \
614           && gtags -i $(GTAGS_ARGS) $$here
615
616 distclean-tags:
617         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
618
619 distdir: $(DISTFILES)
620         $(mkdir_p) $(distdir)/..
621         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
622         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
623         list='$(DISTFILES)'; for file in $$list; do \
624           case $$file in \
625             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
626             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
627           esac; \
628           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
630           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
631             dir="/$$dir"; \
632             $(mkdir_p) "$(distdir)$$dir"; \
633           else \
634             dir=''; \
635           fi; \
636           if test -d $$d/$$file; then \
637             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
638               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
639             fi; \
640             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
641           else \
642             test -f $(distdir)/$$file \
643             || cp -p $$d/$$file $(distdir)/$$file \
644             || exit 1; \
645           fi; \
646         done
647 check-am: all-am
648 check: check-am
649 all-am: Makefile $(LTLIBRARIES) all-local
650 installdirs:
651         for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
652           test -z "$$dir" || $(mkdir_p) "$$dir"; \
653         done
654 install: install-am
655 install-exec: install-exec-am
656 install-data: install-data-am
657 uninstall: uninstall-am
658
659 install-am: all-am
660         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661
662 installcheck: installcheck-am
663 install-strip:
664         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666           `test -z '$(STRIP)' || \
667             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
668 mostlyclean-generic:
669
670 clean-generic:
671
672 distclean-generic:
673         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
674
675 maintainer-clean-generic:
676         @echo "This command is intended for maintainers to use"
677         @echo "it deletes files that may require special tools to rebuild."
678 clean: clean-am
679
680 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
681         mostlyclean-am
682
683 distclean: distclean-am
684         -rm -f Makefile
685 distclean-am: clean-am distclean-compile distclean-generic \
686         distclean-libtool distclean-tags
687
688 dvi: dvi-am
689
690 dvi-am:
691
692 html: html-am
693
694 info: info-am
695
696 info-am:
697
698 install-data-am: install-data-local
699
700 install-exec-am: install-toolexeclibLTLIBRARIES
701
702 install-info: install-info-am
703
704 install-man:
705
706 installcheck-am:
707
708 maintainer-clean: maintainer-clean-am
709         -rm -f Makefile
710 maintainer-clean-am: distclean-am maintainer-clean-generic
711
712 mostlyclean: mostlyclean-am
713
714 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
715         mostlyclean-libtool
716
717 pdf: pdf-am
718
719 pdf-am:
720
721 ps: ps-am
722
723 ps-am:
724
725 uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
726
727 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
728         clean-generic clean-libtool clean-toolexeclibLTLIBRARIES ctags \
729         distclean distclean-compile distclean-generic \
730         distclean-libtool distclean-tags distdir dvi dvi-am html \
731         html-am info info-am install install-am install-data \
732         install-data-am install-data-local install-exec \
733         install-exec-am install-info install-info-am install-man \
734         install-strip install-toolexeclibLTLIBRARIES installcheck \
735         installcheck-am installdirs maintainer-clean \
736         maintainer-clean-generic mostlyclean mostlyclean-compile \
737         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
738         tags uninstall uninstall-am uninstall-info-am \
739         uninstall-toolexeclibLTLIBRARIES
740
741
742 # Symbol versioning for shared libraries.
743 @ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver:  ${glibcxx_srcdir}/$(SYMVER_FILE) \
744 @ENABLE_SYMVERS_TRUE@           $(port_specific_symbol_files)
745 @ENABLE_SYMVERS_TRUE@   cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
746 @ENABLE_SYMVERS_TRUE@   chmod +w ./libstdc++-symbols.ver
747 @ENABLE_SYMVERS_TRUE@   if test "x$(port_specific_symbol_files)" != x; then \
748 @ENABLE_SYMVERS_TRUE@     if grep '^# Appended to version file.' \
749 @ENABLE_SYMVERS_TRUE@          $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
750 @ENABLE_SYMVERS_TRUE@       cat $(port_specific_symbol_files) >> $@; \
751 @ENABLE_SYMVERS_TRUE@     else \
752 @ENABLE_SYMVERS_TRUE@       sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
753 @ENABLE_SYMVERS_TRUE@       sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
754 @ENABLE_SYMVERS_TRUE@       cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
755 @ENABLE_SYMVERS_TRUE@       rm tmp.top tmp.bottom; \
756 @ENABLE_SYMVERS_TRUE@     fi; \
757 @ENABLE_SYMVERS_TRUE@   fi
758 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.explist : libstdc++-symbols.ver \
759 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@               ${glibcxx_srcdir}/scripts/make_exports.pl \
760 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@               $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
761 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@       perl ${glibcxx_srcdir}/scripts/make_exports.pl \
762 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@         libstdc++-symbols.ver \
763 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@         $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
764 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@        `echo $(libstdc___la_LIBADD) | \
765 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@           sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
766 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@        > $@ || (rm -f $@ ; exit 1)
767
768 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
769         $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
770
771 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
772         $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
773
774 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
775         $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
776
777 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
778         $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
779
780 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
781         $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
782
783 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
784         $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
785
786 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
787         $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
788 atomicity.cc: ${atomicity_file}
789         $(LN_S) ${atomicity_file} ./atomicity.cc || true
790
791 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
792         $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
793
794 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
795         $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
796
797 vpath % $(top_srcdir)/src
798 vpath % $(top_srcdir)
799 strstream.lo: strstream.cc
800         $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
801 strstream.o: strstream.cc
802         $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
803
804 # Use special rules for the concept-checking instantiations so that all
805 # the generated template functions are also instantiated.  Force the checks
806 # to be on so that the instantiations are actually seen.
807 concept-inst.lo: concept-inst.cc
808         $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
809 concept-inst.o: concept-inst.cc
810         $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
811 parallel_list.lo: parallel_list.cc
812         $(LTCXXCOMPILE) $(PARALLEL_FLAGS) -c $<
813 parallel_list.o: parallel_list.cc
814         $(CXXCOMPILE) $(PARALLEL_FLAGS) -c $<
815
816 parallel_settings.lo: parallel_settings.cc
817         $(LTCXXCOMPILE) $(PARALLEL_FLAGS) -c $<
818 parallel_settings.o: parallel_settings.cc
819         $(CXXCOMPILE) $(PARALLEL_FLAGS) -c $<
820
821 # Use special rules for the C++0x sources so that the proper flags are passed.
822 system_error.lo: system_error.cc
823         $(LTCXXCOMPILE) -std=gnu++0x -c $<
824 system_error.o: system_error.cc
825         $(CXXCOMPILE) -std=gnu++0x -c $<
826
827 hash_c++0x.lo: hash_c++0x.cc
828         $(LTCXXCOMPILE) -std=gnu++0x -c $<
829 hash_c++0x.o: hash_c++0x.cc
830         $(CXXCOMPILE) -std=gnu++0x -c $<
831
832 hashtable_c++0x.lo: hashtable_c++0x.cc
833         $(LTCXXCOMPILE) -std=gnu++0x -c $<
834 hashtable_c++0x.o: hashtable_c++0x.cc
835         $(CXXCOMPILE) -std=gnu++0x -c $<
836
837 date_time.lo: date_time.cc
838         $(LTCXXCOMPILE) -std=gnu++0x -c $<
839 date_time.o: date_time.cc
840         $(CXXCOMPILE) -std=gnu++0x -c $<
841
842 # Use special rules for compatibility-ldbl.cc compilation, as we need to
843 # pass -mlong-double-64.
844 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.lo: compatibility-ldbl.cc
845 @GLIBCXX_LDBL_COMPAT_TRUE@      $(LTCXXCOMPILE) -mlong-double-64 -c $<
846 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.o: compatibility-ldbl.cc
847 @GLIBCXX_LDBL_COMPAT_TRUE@      $(CXXCOMPILE) -mlong-double-64 -c $<
848
849 # Added bits to build debug library.
850 @GLIBCXX_BUILD_DEBUG_TRUE@all-local: build_debug
851 @GLIBCXX_BUILD_DEBUG_TRUE@install-data-local: install_debug
852 @GLIBCXX_BUILD_DEBUG_FALSE@all-local:
853 @GLIBCXX_BUILD_DEBUG_FALSE@install-data-local:
854
855 # Build a set of debug objects here.
856 stamp-debug:
857         if test ! -d ${debugdir}; then \
858           mkdir -p ${debugdir}; \
859           (cd ${debugdir}; \
860           sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
861               -e 's/srcdir = \.\./srcdir = ..\/../' \
862               -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
863               -e 's/all-local: build_debug/all-local:/' \
864               -e 's/install-data-local: install_debug/install-data-local:/' \
865           < ../Makefile > Makefile) ; \
866         fi; \
867         echo `date` > stamp-debug;
868
869 build_debug: stamp-debug
870         (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' all)
871
872 # Install debug library here.
873 install_debug:
874         (cd ${debugdir} && $(MAKE) \
875         toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
876 # Tell versions [3.59,3.63) of GNU make to not export all variables.
877 # Otherwise a system limit (for SysV at least) may be exceeded.
878 .NOEXPORT: