OSDN Git Service

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