OSDN Git Service

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