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