1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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.
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
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)
35 build_triplet = @build@
37 target_triplet = @target@
38 DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
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) \
64 CONFIG_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_VPATH_FILES =
67 LTLIBRARIES = $(noinst_LTLIBRARIES)
68 libc__98convenience_la_LIBADD =
69 am__objects_1 = atomicity.lo codecvt_members.lo collate_members.lo \
70 ctype_configure_char.lo ctype_members.lo messages_members.lo \
71 monetary_members.lo numeric_members.lo time_members.lo
72 @ENABLE_EXTERN_TEMPLATE_TRUE@am__objects_2 = allocator-inst.lo \
73 @ENABLE_EXTERN_TEMPLATE_TRUE@ concept-inst.lo ext-inst.lo \
74 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.lo iostream-inst.lo \
75 @ENABLE_EXTERN_TEMPLATE_TRUE@ istream-inst.lo locale-inst.lo \
76 @ENABLE_EXTERN_TEMPLATE_TRUE@ misc-inst.lo ostream-inst.lo \
77 @ENABLE_EXTERN_TEMPLATE_TRUE@ sstream-inst.lo streambuf-inst.lo \
78 @ENABLE_EXTERN_TEMPLATE_TRUE@ wlocale-inst.lo
79 @GLIBCXX_LDBL_COMPAT_TRUE@am__objects_3 = compatibility-ldbl.lo
80 @ENABLE_PARALLEL_TRUE@am__objects_4 = parallel_settings.lo \
81 @ENABLE_PARALLEL_TRUE@ compatibility-parallel_list.lo \
82 @ENABLE_PARALLEL_TRUE@ compatibility-parallel_list-2.lo
83 am__objects_5 = basic_file.lo c++locale.lo $(am__objects_2) \
84 $(am__objects_3) $(am__objects_4)
85 am__objects_6 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \
86 codecvt.lo compatibility.lo compatibility-debug_list.lo \
87 compatibility-debug_list-2.lo compatibility-list.lo \
88 compatibility-list-2.lo complex_io.lo ctype.lo globals_io.lo \
89 hash_tr1.lo hashtable_tr1.lo ios.lo ios_failure.lo ios_init.lo \
90 ios_locale.lo list.lo locale.lo locale_init.lo \
91 locale_facets.lo localename.lo math_stubs_float.lo \
92 math_stubs_long_double.lo stdexcept.lo strstream.lo tree.lo \
93 istream.lo streambuf.lo valarray.lo $(am__objects_1) \
95 am_libc__98convenience_la_OBJECTS = $(am__objects_6)
96 libc__98convenience_la_OBJECTS = $(am_libc__98convenience_la_OBJECTS)
97 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
101 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
103 SOURCES = $(libc__98convenience_la_SOURCES)
106 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
108 ALLOCATOR_H = @ALLOCATOR_H@
109 ALLOCATOR_NAME = @ALLOCATOR_NAME@
113 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
114 ATOMIC_FLAGS = @ATOMIC_FLAGS@
115 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
120 BASIC_FILE_CC = @BASIC_FILE_CC@
121 BASIC_FILE_H = @BASIC_FILE_H@
123 CCODECVT_CC = @CCODECVT_CC@
124 CCOLLATE_CC = @CCOLLATE_CC@
125 CCTYPE_CC = @CCTYPE_CC@
127 CLOCALE_CC = @CLOCALE_CC@
128 CLOCALE_H = @CLOCALE_H@
129 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
130 CMESSAGES_CC = @CMESSAGES_CC@
131 CMESSAGES_H = @CMESSAGES_H@
132 CMONEY_CC = @CMONEY_CC@
133 CNUMERIC_CC = @CNUMERIC_CC@
135 CPPFLAGS = @CPPFLAGS@
136 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
137 CSTDIO_H = @CSTDIO_H@
138 CTIME_CC = @CTIME_CC@
143 CXXFLAGS = @CXXFLAGS@
144 CYGPATH_W = @CYGPATH_W@
145 C_INCLUDE_DIR = @C_INCLUDE_DIR@
147 DEBUG_FLAGS = @DEBUG_FLAGS@
151 DSYMUTIL = @DSYMUTIL@
157 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
159 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
161 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
162 GLIBCXX_LIBS = @GLIBCXX_LIBS@
165 INSTALL_DATA = @INSTALL_DATA@
166 INSTALL_PROGRAM = @INSTALL_PROGRAM@
167 INSTALL_SCRIPT = @INSTALL_SCRIPT@
168 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 LIBICONV = @LIBICONV@
177 LTLIBICONV = @LTLIBICONV@
178 LTLIBOBJS = @LTLIBOBJS@
180 MAKEINFO = @MAKEINFO@
186 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
187 OPT_LDFLAGS = @OPT_LDFLAGS@
188 OS_INC_SRCDIR = @OS_INC_SRCDIR@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
199 PDFLATEX = @PDFLATEX@
200 PIC_CXXFLAGS = @PIC_CXXFLAGS@
202 SECTION_FLAGS = @SECTION_FLAGS@
203 SECTION_LDFLAGS = @SECTION_LDFLAGS@
205 SET_MAKE = @SET_MAKE@
208 SYMVER_FILE = @SYMVER_FILE@
209 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
212 WARN_FLAGS = @WARN_FLAGS@
215 XSLTPROC = @XSLTPROC@
216 XSL_STYLE_DIR = @XSL_STYLE_DIR@
217 abs_builddir = @abs_builddir@
218 abs_srcdir = @abs_srcdir@
219 abs_top_builddir = @abs_top_builddir@
220 abs_top_srcdir = @abs_top_srcdir@
221 ac_ct_CC = @ac_ct_CC@
222 ac_ct_CXX = @ac_ct_CXX@
223 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224 am__leading_dot = @am__leading_dot@
226 am__untar = @am__untar@
227 baseline_dir = @baseline_dir@
228 baseline_subdir_switch = @baseline_subdir_switch@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 check_msgfmt = @check_msgfmt@
238 datarootdir = @datarootdir@
241 enable_shared = @enable_shared@
242 enable_static = @enable_static@
243 exec_prefix = @exec_prefix@
244 glibcxx_MOFILES = @glibcxx_MOFILES@
245 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
246 glibcxx_POFILES = @glibcxx_POFILES@
247 glibcxx_builddir = @glibcxx_builddir@
248 glibcxx_localedir = @glibcxx_localedir@
249 glibcxx_prefixdir = @glibcxx_prefixdir@
250 glibcxx_srcdir = @glibcxx_srcdir@
251 glibcxx_toolexecdir = @glibcxx_toolexecdir@
252 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
253 gxx_include_dir = @gxx_include_dir@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
258 host_vendor = @host_vendor@
260 includedir = @includedir@
262 install_sh = @install_sh@
264 libexecdir = @libexecdir@
265 libtool_VERSION = @libtool_VERSION@
266 localedir = @localedir@
267 localstatedir = @localstatedir@
268 lt_host_flags = @lt_host_flags@
271 multi_basedir = @multi_basedir@
272 oldincludedir = @oldincludedir@
274 port_specific_symbol_files = @port_specific_symbol_files@
276 program_transform_name = @program_transform_name@
278 python_mod_dir = @python_mod_dir@
280 sharedstatedir = @sharedstatedir@
282 sysconfdir = @sysconfdir@
284 target_alias = @target_alias@
285 target_cpu = @target_cpu@
286 target_os = @target_os@
287 target_vendor = @target_vendor@
288 top_build_prefix = @top_build_prefix@
289 top_builddir = @top_builddir@
290 top_srcdir = @top_srcdir@
291 toplevel_builddir = @toplevel_builddir@
292 toplevel_srcdir = @toplevel_srcdir@
294 # May be used by various substitution variables.
295 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
296 MAINT_CHARSET = latin1
297 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
298 PWD_COMMAND = $${PWDCMD-pwd}
299 STAMP = echo timestamp >
300 toolexecdir = $(glibcxx_toolexecdir)
301 toolexeclibdir = $(glibcxx_toolexeclibdir)
303 # These bits are all figured out from configure. Look in acinclude.m4
304 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
306 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
309 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once -Wabi
312 # -I/-D flags to pass when compiling.
313 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
315 # Convenience library for C++98 runtime.
316 noinst_LTLIBRARIES = libc++98convenience.la
319 # Source files linked in via configuration/make substitution for a
325 ctype_configure_char.cc \
327 messages_members.cc \
328 monetary_members.cc \
332 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
334 # Source files linked in via configuration/make substitution for a
335 # particular host, but with ad hoc naming rules.
336 host_sources_extra = \
337 basic_file.cc c++locale.cc \
338 ${inst_sources} ${ldbl_compat_sources} ${parallel_sources}
340 @ENABLE_PARALLEL_FALSE@parallel_sources =
341 @ENABLE_PARALLEL_TRUE@parallel_sources = parallel_settings.cc \
342 @ENABLE_PARALLEL_TRUE@ compatibility-parallel_list.cc \
343 @ENABLE_PARALLEL_TRUE@ compatibility-parallel_list-2.cc
345 @GLIBCXX_LDBL_COMPAT_FALSE@ldbl_compat_sources =
346 @GLIBCXX_LDBL_COMPAT_TRUE@ldbl_compat_sources = compatibility-ldbl.cc
347 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
348 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
349 @ENABLE_EXTERN_TEMPLATE_FALSE@inst_sources =
350 @ENABLE_EXTERN_TEMPLATE_TRUE@inst_sources = \
351 @ENABLE_EXTERN_TEMPLATE_TRUE@ allocator-inst.cc \
352 @ENABLE_EXTERN_TEMPLATE_TRUE@ concept-inst.cc \
353 @ENABLE_EXTERN_TEMPLATE_TRUE@ ext-inst.cc \
354 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.cc \
355 @ENABLE_EXTERN_TEMPLATE_TRUE@ iostream-inst.cc \
356 @ENABLE_EXTERN_TEMPLATE_TRUE@ istream-inst.cc \
357 @ENABLE_EXTERN_TEMPLATE_TRUE@ locale-inst.cc \
358 @ENABLE_EXTERN_TEMPLATE_TRUE@ misc-inst.cc \
359 @ENABLE_EXTERN_TEMPLATE_TRUE@ ostream-inst.cc \
360 @ENABLE_EXTERN_TEMPLATE_TRUE@ sstream-inst.cc \
361 @ENABLE_EXTERN_TEMPLATE_TRUE@ streambuf-inst.cc \
362 @ENABLE_EXTERN_TEMPLATE_TRUE@ wlocale-inst.cc
365 # Sources present in the src directory, always present.
367 bitmap_allocator.cc \
372 compatibility-debug_list.cc \
373 compatibility-debug_list-2.cc \
374 compatibility-list.cc \
375 compatibility-list-2.cc \
390 math_stubs_float.cc \
391 math_stubs_long_double.cc \
399 ${host_sources_extra}
401 libc__98convenience_la_SOURCES = $(sources)
403 # Use special rules for the deprecated source files so that they find
404 # deprecated include files.
405 GLIBCXX_INCLUDE_DIR = $(glibcxx_builddir)/include
407 # Use special rules for parallel mode compilation.
408 PARALLEL_FLAGS = -fopenmp -D_GLIBCXX_PARALLEL -I$(glibcxx_builddir)/../libgomp
410 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
411 # modified in a per-library or per-sub-library way. Need to manually
412 # set this option because CONFIG_CXXFLAGS has to be after
413 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
414 # as the occasion calls for it.
419 $(OPTIMIZE_CXXFLAGS) \
423 "gxx_include_dir=$(gxx_include_dir)"
428 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
429 # last. (That way, things like -O2 passed down from the toplevel can
430 # be overridden by --enable-debug.)
432 # 2) In general, libtool expects an argument such as `--tag=CXX' when
433 # using the C++ compiler, because that will enable the settings
434 # detected when C++ support was being configured. However, when no
435 # such flag is given in the command line, libtool attempts to figure
436 # it out by matching the compiler name in each configuration section
437 # against a prefix of the command line. The problem is that, if the
438 # compiler name and its initial flags stored in the libtool
439 # configuration file don't match those in the command line, libtool
440 # can't decide which configuration to use, and it gives up. The
441 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
442 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
443 # attempt to infer which configuration to use.
444 # We have to put --tag disable-shared after --tag CXX lest things
445 # CXX undo the affect of disable-shared.
446 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
447 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
448 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
450 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
452 # 3) We'd have a problem when building the shared libstdc++ object if
453 # the rules automake generates would be used. We cannot allow g++ to
454 # be used since this would add -lstdc++ to the link line which of
455 # course is problematic at this point. So, we get the top-level
456 # directory to configure libstdc++-v3 to use gcc as the C++
457 # compilation driver.
458 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
460 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
465 .SUFFIXES: .cc .lo .o .obj
466 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
468 case '$(am__configure_deps)' in \
470 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
471 && { if test -f $@; then exit 0; else break; fi; }; \
475 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/c++98/Makefile'; \
476 $(am__cd) $(top_srcdir) && \
477 $(AUTOMAKE) --foreign --ignore-deps src/c++98/Makefile
479 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
484 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
485 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
488 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
494 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495 $(am__aclocal_m4_deps):
497 clean-noinstLTLIBRARIES:
498 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
499 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
500 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
501 test "$$dir" != "$$p" || dir=.; \
502 echo "rm -f \"$${dir}/so_locations\""; \
503 rm -f "$${dir}/so_locations"; \
505 libc++98convenience.la: $(libc__98convenience_la_OBJECTS) $(libc__98convenience_la_DEPENDENCIES)
506 $(CXXLINK) $(libc__98convenience_la_OBJECTS) $(libc__98convenience_la_LIBADD) $(LIBS)
515 $(CXXCOMPILE) -c -o $@ $<
518 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
521 $(LTCXXCOMPILE) -c -o $@ $<
529 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
530 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
531 unique=`for i in $$list; do \
532 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535 END { if (nonempty) { for (i in files) print i; }; }'`; \
539 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
540 $(TAGS_FILES) $(LISP)
543 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
544 unique=`for i in $$list; do \
545 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548 END { if (nonempty) { for (i in files) print i; }; }'`; \
550 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
551 test -n "$$unique" || unique=$$empty_fix; \
552 if test $$# -gt 0; then \
553 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
562 $(TAGS_FILES) $(LISP)
563 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
564 unique=`for i in $$list; do \
565 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568 END { if (nonempty) { for (i in files) print i; }; }'`; \
569 test -z "$(CTAGS_ARGS)$$unique" \
570 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
574 here=`$(am__cd) $(top_builddir) && pwd` \
575 && $(am__cd) $(top_srcdir) \
576 && gtags -i $(GTAGS_ARGS) "$$here"
579 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582 all-am: Makefile $(LTLIBRARIES)
585 install-exec: install-exec-am
586 install-data: install-data-am
587 uninstall: uninstall-am
590 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592 installcheck: installcheck-am
594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596 `test -z '$(STRIP)' || \
597 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
603 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606 maintainer-clean-generic:
607 @echo "This command is intended for maintainers to use"
608 @echo "it deletes files that may require special tools to rebuild."
611 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
614 distclean: distclean-am
616 distclean-am: clean-am distclean-compile distclean-generic \
633 install-dvi: install-dvi-am
639 install-html: install-html-am
643 install-info: install-info-am
649 install-pdf: install-pdf-am
653 install-ps: install-ps-am
659 maintainer-clean: maintainer-clean-am
661 maintainer-clean-am: distclean-am maintainer-clean-generic
663 mostlyclean: mostlyclean-am
665 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
678 .MAKE: install-am install-strip
680 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
681 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
682 distclean-compile distclean-generic distclean-libtool \
683 distclean-tags dvi dvi-am html html-am info info-am install \
684 install-am install-data install-data-am install-dvi \
685 install-dvi-am install-exec install-exec-am install-html \
686 install-html-am install-info install-info-am install-man \
687 install-pdf install-pdf-am install-ps install-ps-am \
688 install-strip installcheck installcheck-am installdirs \
689 maintainer-clean maintainer-clean-generic mostlyclean \
690 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
691 pdf pdf-am ps ps-am tags uninstall uninstall-am
694 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
695 $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
697 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
698 $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
700 ctype_configure_char.cc: ${glibcxx_srcdir}/$(OS_INC_SRCDIR)/ctype_configure_char.cc
701 $(LN_S) ${glibcxx_srcdir}/$(OS_INC_SRCDIR)/ctype_configure_char.cc . || true
703 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
704 $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
706 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
707 $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
709 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
710 $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
712 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
713 $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
715 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
716 $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
717 atomicity.cc: ${atomicity_file}
718 $(LN_S) ${atomicity_file} ./atomicity.cc || true
720 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
721 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
723 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
724 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
726 vpath % $(top_srcdir)/src/c++98
727 vpath % $(top_srcdir)
728 strstream.lo: strstream.cc
729 $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
730 strstream.o: strstream.cc
731 $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
733 # Use special rules for the concept-checking instantiations so that all
734 # the generated template functions are also instantiated. Force the checks
735 # to be on so that the instantiations are actually seen.
736 concept-inst.lo: concept-inst.cc
737 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
738 concept-inst.o: concept-inst.cc
739 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
740 parallel_settings.lo: parallel_settings.cc
741 $(LTCXXCOMPILE) $(PARALLEL_FLAGS) -c $<
742 parallel_settings.o: parallel_settings.cc
743 $(CXXCOMPILE) $(PARALLEL_FLAGS) -c $<
745 compatibility-parallel_list.lo: compatibility-parallel_list.cc
746 $(LTCXXCOMPILE) -c $<
747 compatibility-parallel_list.o: compatibility-parallel_list.cc
750 compatibility-parallel_list-2.lo: compatibility-parallel_list-2.cc
751 $(LTCXXCOMPILE) -c $<
752 compatibility-parallel_list-2.o: compatibility-parallel_list-2.cc
755 # Use special rules for compatibility-ldbl.cc compilation, as we need to
756 # pass -mlong-double-64.
757 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.lo: compatibility-ldbl.cc
758 @GLIBCXX_LDBL_COMPAT_TRUE@ $(LTCXXCOMPILE) -mlong-double-64 -c $<
759 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.o: compatibility-ldbl.cc
760 @GLIBCXX_LDBL_COMPAT_TRUE@ $(CXXCOMPILE) -mlong-double-64 -c $<
762 # Tell versions [3.59,3.63) of GNU make to not export all variables.
763 # Otherwise a system limit (for SysV at least) may be exceeded.