00001 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
00002
00003 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
00004 # This Makefile.in is free software; the Free Software Foundation
00005 # gives unlimited permission to copy and/or distribute it,
00006 # with or without modifications, as long as this notice is preserved.
00007
00008 # This program is distributed in the hope that it will be useful,
00009 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
00010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
00011 # PARTICULAR PURPOSE.
00012
00013
00014 SHELL = @SHELL@
00015
00016 srcdir = @srcdir@
00017 top_srcdir = @top_srcdir@
00018 prefix = @prefix@
00019 exec_prefix = @exec_prefix@
00020
00021 bindir = @bindir@
00022 sbindir = @sbindir@
00023 libexecdir = @libexecdir@
00024 datadir = @datadir@
00025 sysconfdir = @sysconfdir@
00026 sharedstatedir = @sharedstatedir@
00027 localstatedir = @localstatedir@
00028 libdir = @libdir@
00029 infodir = @infodir@
00030 mandir = @mandir@
00031 includedir = @includedir@
00032 oldincludedir = /usr/include
00033
00034 DESTDIR =
00035
00036 pkgdatadir = $(datadir)/@PACKAGE@
00037 pkglibdir = $(libdir)/@PACKAGE@
00038 pkgincludedir = $(includedir)/@PACKAGE@
00039
00040 top_builddir = ..
00041
00042 ACLOCAL = @ACLOCAL@
00043 AUTOCONF = @AUTOCONF@
00044 AUTOMAKE = @AUTOMAKE@
00045 AUTOHEADER = @AUTOHEADER@
00046
00047 INSTALL = @INSTALL@
00048 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
00049 INSTALL_DATA = @INSTALL_DATA@
00050 INSTALL_SCRIPT = @INSTALL_SCRIPT@
00051 transform = @program_transform_name@
00052
00053 NORMAL_INSTALL = :
00054 PRE_INSTALL = :
00055 POST_INSTALL = :
00056 NORMAL_UNINSTALL = :
00057 PRE_UNINSTALL = :
00058 POST_UNINSTALL = :
00059 build_alias = @build_alias@
00060 build_triplet = @build@
00061 host_alias = @host_alias@
00062 host_triplet = @host@
00063 target_alias = @target_alias@
00064 target_triplet = @target@
00065 AR = @AR@
00066 AS = @AS@
00067 ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
00068 AWK = @AWK@
00069 BASIC_FILE_CC = @BASIC_FILE_CC@
00070 BASIC_FILE_H = @BASIC_FILE_H@
00071 CC = @CC@
00072 CCODECVT_C = @CCODECVT_C@
00073 CCODECVT_CC = @CCODECVT_CC@
00074 CCODECVT_H = @CCODECVT_H@
00075 CCOLLATE_CC = @CCOLLATE_CC@
00076 CCTYPE_CC = @CCTYPE_CC@
00077 CLOCALE_CC = @CLOCALE_CC@
00078 CLOCALE_H = @CLOCALE_H@
00079 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
00080 CMESSAGES_CC = @CMESSAGES_CC@
00081 CMESSAGES_H = @CMESSAGES_H@
00082 CMONEY_CC = @CMONEY_CC@
00083 CNUMERIC_CC = @CNUMERIC_CC@
00084 CPP = @CPP@
00085 CSTDIO_H = @CSTDIO_H@
00086 CTIME_CC = @CTIME_CC@
00087 CTIME_H = @CTIME_H@
00088 CXXCPP = @CXXCPP@
00089 C_INCLUDE_DIR = @C_INCLUDE_DIR@
00090 DEBUG_FLAGS = @DEBUG_FLAGS@
00091 DLLTOOL = @DLLTOOL@
00092 EXEEXT = @EXEEXT@
00093 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
00094 GCJ = @GCJ@
00095 GCJFLAGS = @GCJFLAGS@
00096 GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
00097 HAVE_LIB = @HAVE_LIB@
00098 LIB = @LIB@
00099 LIBMATHOBJS = @LIBMATHOBJS@
00100 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
00101 LIBTOOL = @LIBTOOL@
00102 LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
00103 LN_S = @LN_S@
00104 LTLIB = @LTLIB@
00105 MAINT = @MAINT@
00106 MAKEINFO = @MAKEINFO@
00107 OBJDUMP = @OBJDUMP@
00108 OBJEXT = @OBJEXT@
00109 OPT_LDFLAGS = @OPT_LDFLAGS@
00110 OS_INC_SRCDIR = @OS_INC_SRCDIR@
00111 PACKAGE = @PACKAGE@
00112 RANLIB = @RANLIB@
00113 SECTION_FLAGS = @SECTION_FLAGS@
00114 SECTION_LDFLAGS = @SECTION_LDFLAGS@
00115 STRIP = @STRIP@
00116 SYMVER_MAP = @SYMVER_MAP@
00117 USE_NLS = @USE_NLS@
00118 VERSION = @VERSION@
00119 WARN_FLAGS = @WARN_FLAGS@
00120 WERROR = @WERROR@
00121 baseline_dir = @baseline_dir@
00122 check_msgfmt = @check_msgfmt@
00123 enable_shared = @enable_shared@
00124 enable_static = @enable_static@
00125 glibcpp_CXX = @glibcpp_CXX@
00126 glibcpp_MOFILES = @glibcpp_MOFILES@
00127 glibcpp_POFILES = @glibcpp_POFILES@
00128 glibcpp_basedir = @glibcpp_basedir@
00129 glibcpp_localedir = @glibcpp_localedir@
00130 glibcpp_prefixdir = @glibcpp_prefixdir@
00131 glibcpp_thread_h = @glibcpp_thread_h@
00132 glibcpp_toolexecdir = @glibcpp_toolexecdir@
00133 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
00134 gxx_include_dir = @gxx_include_dir@
00135 ifGNUmake = @ifGNUmake@
00136 libio_la = @libio_la@
00137 libtool_VERSION = @libtool_VERSION@
00138 toplevel_srcdir = @toplevel_srcdir@
00139
00140 AUTOMAKE_OPTIONS = 1.3 cygnus
00141 MAINT_CHARSET = latin1
00142
00143 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
00144
00145 # Cross compiler support.
00146 CXX = @glibcpp_CXX@
00147 glibcpp_srcdir = @glibcpp_srcdir@
00148 glibcpp_builddir = @glibcpp_builddir@
00149 toolexecdir = @glibcpp_toolexecdir@
00150 toolexeclibdir = @glibcpp_toolexeclibdir@
00151 toolexeclib_LTLIBRARIES = libstdc++.la
00152 @GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@version_arg = -Wl,--version-script=libstdc++-symbol.ver
00153 @GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE@version_arg =
00154
00155 # Compile flags that should be constant throughout the build, both for
00156 # SUBDIRS and for libstdc++-v3 in general.
00157 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
00158
00159 # These bits are all figured out from configure. Look in acinclude.m4
00160 # or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
00161 CONFIG_CXXFLAGS = @SECTION_FLAGS@ @EXTRA_CXX_FLAGS@
00162
00163
00164 # Warning flags to use.
00165 WARN_CXXFLAGS = @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
00166
00167
00168 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
00169 GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
00170 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
00171 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
00172 LIBIO_INCLUDES = @LIBIO_INCLUDES@
00173 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
00174
00175 INCLUDES = -nostdinc++ $(GLIBCPP_INCLUDES) $(LIBSUPCXX_INCLUDES) $(LIBIO_INCLUDES) $(LIBMATH_INCLUDES) $(TOPLEVEL_INCLUDES)
00176
00177
00178 # Source files linked in via configuration/make substitution for a
00179 # particular target.
00180 target_sources = codecvt_members.cc collate_members.cc ctype_members.cc messages_members.cc monetary_members.cc numeric_members.cc time_members.cc
00181
00182
00183 # Source files linked in via configuration/make substitution for a
00184 # particular target, but with ad hoc naming rules.
00185 target_sources_extra = basic_file.cc c++locale.cc
00186
00187
00188 # Sources present in the src directory.
00189 sources = bitset.cc codecvt.cc complex_io.cc concept-inst.cc ctype.cc ext-inst.cc fstream.cc fstream-inst.cc functexcept.cc globals.cc io-inst.cc ios.cc istream-inst.cc limits.cc locale.cc locale-inst.cc localename.cc misc-inst.cc ostream-inst.cc sstream-inst.cc stdexcept.cc stl-inst.cc streambuf-inst.cc string-inst.cc strstream.cc valarray-inst.cc vterminate.cc wstring-inst.cc ${target_sources} ${target_sources_extra}
00190
00191
00192 VPATH = $(top_srcdir)/src:$(top_srcdir)
00193
00194 libstdc___la_SOURCES = $(sources)
00195
00196 libstdc___la_LIBADD = $(top_builddir)/libmath/libmath.la @libio_la@ $(top_builddir)/libsupc++/libsupc++convenience.la
00197
00198
00199 libstdc___la_DEPENDENCIES = libstdc++-symbol.ver $(libstdc___la_LIBADD)
00200
00201 libstdc___la_LDFLAGS = -version-info @libtool_VERSION@ ${version_arg} -lm @LIBUNWIND_FLAG@
00202
00203
00204 # Use special rules for the deprecated source files so that they find
00205 # deprecated include files.
00206 GLIBCPP_INCLUDE_DIR = @glibcpp_builddir@/include
00207
00208 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
00209 # modified in a per-library or per-sub-library way. Need to manually
00210 # set this option because CONFIG_CXXFLAGS has to be after
00211 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
00212 # as the occasion call for it.
00213 AM_CXXFLAGS = -fno-implicit-templates $(LIBSUPCXX_CXXFLAGS) $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
00214
00215
00216 # libstdc++ libtool notes
00217
00218 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
00219 # last. (That way, things like -O2 passed down from the toplevel can
00220 # be overridden by --enable-debug.)
00221
00222 # 2) In general, libtool expects an argument such as `--tag=CXX' when
00223 # using the C++ compiler, because that will enable the settings
00224 # detected when C++ support was being configured. However, when no
00225 # such flag is given in the command line, libtool attempts to figure
00226 # it out by matching the compiler name in each configuration section
00227 # against a prefix of the command line. The problem is that, if the
00228 # compiler name and its initial flags stored in the libtool
00229 # configuration file don't match those in the command line, libtool
00230 # can't decide which configuration to use, and it gives up. The
00231 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
00232 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
00233 # attempt to infer which configuration to use
00234 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
00235
00236
00237 # 3) We'd have a problem when building the shared libstdc++ object if
00238 # the rules automake generates would be used. We cannot allow g++ to
00239 # be used since this would add -lstdc++ to the link line which of
00240 # course is problematic at this point. So, we get the top-level
00241 # directory to configure libstdc++-v3 to use gcc as the C++
00242 # compilation driver.
00243 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
00244
00245
00246 debugdir = debug
00247 CONFIG_HEADER = ../config.h
00248 CONFIG_CLEAN_FILES =
00249 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
00250
00251
00252 DEFS = @DEFS@ -I. -I$(srcdir) -I..
00253 CPPFLAGS = @CPPFLAGS@
00254 LDFLAGS = @LDFLAGS@
00255 LIBS = @LIBS@
00256 libstdc___la_OBJECTS = bitset.lo codecvt.lo complex_io.lo \
00257 concept-inst.lo ctype.lo ext-inst.lo fstream.lo fstream-inst.lo \
00258 functexcept.lo globals.lo io-inst.lo ios.lo istream-inst.lo limits.lo \
00259 locale.lo locale-inst.lo localename.lo misc-inst.lo ostream-inst.lo \
00260 sstream-inst.lo stdexcept.lo stl-inst.lo streambuf-inst.lo \
00261 string-inst.lo strstream.lo valarray-inst.lo vterminate.lo \
00262 wstring-inst.lo codecvt_members.lo collate_members.lo ctype_members.lo \
00263 messages_members.lo monetary_members.lo numeric_members.lo \
00264 time_members.lo basic_file.lo c++locale.lo
00265 CXXFLAGS = @CXXFLAGS@
00266 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
00267 CXXLD = $(CXX)
00268 DIST_COMMON = Makefile.am Makefile.in
00269
00270
00271 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
00272
00273 TAR = tar
00274 GZIP_ENV = --best
00275 SOURCES = $(libstdc___la_SOURCES)
00276 OBJECTS = $(libstdc___la_OBJECTS)
00277
00278 all: all-redirect
00279 .SUFFIXES:
00280 .SUFFIXES: .S .c .cc .lo .o .obj .s
00281 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
00282 cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
00283
00284 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
00285 cd $(top_builddir) \
00286 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
00287
00288
00289 mostlyclean-toolexeclibLTLIBRARIES:
00290
00291 clean-toolexeclibLTLIBRARIES:
00292 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
00293
00294 distclean-toolexeclibLTLIBRARIES:
00295
00296 maintainer-clean-toolexeclibLTLIBRARIES:
00297
00298 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
00299 @$(NORMAL_INSTALL)
00300 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
00301 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
00302 if test -f $$p; then \
00303 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
00304 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
00305 else :; fi; \
00306 done
00307
00308 uninstall-toolexeclibLTLIBRARIES:
00309 @$(NORMAL_UNINSTALL)
00310 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
00311 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
00312 done
00313
00314 .c.o:
00315 $(COMPILE) -c $<
00316
00317 # FIXME: We should only use cygpath when building on Windows,
00318 # and only if it is available.
00319 .c.obj:
00320 $(COMPILE) -c `cygpath -w $<`
00321
00322 .s.o:
00323 $(COMPILE) -c $<
00324
00325 .S.o:
00326 $(COMPILE) -c $<
00327
00328 mostlyclean-compile:
00329 -rm -f *.o core *.core
00330 -rm -f *.$(OBJEXT)
00331
00332 clean-compile:
00333
00334 distclean-compile:
00335 -rm -f *.tab.c
00336
00337 maintainer-clean-compile:
00338
00339 .c.lo:
00340 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
00341
00342 .s.lo:
00343 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
00344
00345 .S.lo:
00346 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
00347
00348 mostlyclean-libtool:
00349 -rm -f *.lo
00350
00351 clean-libtool:
00352 -rm -rf .libs _libs
00353
00354 distclean-libtool:
00355
00356 maintainer-clean-libtool:
00357
00358 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
00359 $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
00360 .cc.o:
00361 $(CXXCOMPILE) -c $<
00362 .cc.obj:
00363 $(CXXCOMPILE) -c `cygpath -w $<`
00364 .cc.lo:
00365 $(LTCXXCOMPILE) -c $<
00366
00367 tags: TAGS
00368
00369 ID: $(HEADERS) $(SOURCES) $(LISP)
00370 list='$(SOURCES) $(HEADERS)'; \
00371 unique=`for i in $$list; do echo $$i; done | \
00372 awk ' { files[$$0] = 1; } \
00373 END { for (i in files) print i; }'`; \
00374 here=`pwd` && cd $(srcdir) \
00375 && mkid -f$$here/ID $$unique $(LISP)
00376
00377 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
00378 tags=; \
00379 here=`pwd`; \
00380 list='$(SOURCES) $(HEADERS)'; \
00381 unique=`for i in $$list; do echo $$i; done | \
00382 awk ' { files[$$0] = 1; } \
00383 END { for (i in files) print i; }'`; \
00384 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
00385 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
00386
00387 mostlyclean-tags:
00388
00389 clean-tags:
00390
00391 distclean-tags:
00392 -rm -f TAGS ID
00393
00394 maintainer-clean-tags:
00395
00396 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
00397
00398 subdir = src
00399
00400 distdir: $(DISTFILES)
00401 @for file in $(DISTFILES); do \
00402 if test -f $$file; then d=.; else d=$(srcdir); fi; \
00403 if test -d $$d/$$file; then \
00404 cp -pr $$d/$$file $(distdir)/$$file; \
00405 else \
00406 test -f $(distdir)/$$file \
00407 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
00408 || cp -p $$d/$$file $(distdir)/$$file || :; \
00409 fi; \
00410 done
00411 info-am:
00412 info: info-am
00413 dvi-am:
00414 dvi: dvi-am
00415 check-am:
00416 check: check-am
00417 installcheck-am:
00418 installcheck: installcheck-am
00419 install-info-am:
00420 install-info: install-info-am
00421 install-exec-am: install-toolexeclibLTLIBRARIES install-exec-local
00422 install-exec: install-exec-am
00423
00424 install-data-am: install-data-local
00425 install-data: install-data-am
00426
00427 install-am: all-am
00428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
00429 install: install-am
00430 uninstall-am: uninstall-toolexeclibLTLIBRARIES
00431 uninstall: uninstall-am
00432 all-am: Makefile $(LTLIBRARIES) all-local
00433 all-redirect: all-am
00434 install-strip:
00435 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
00436 installdirs:
00437 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
00438
00439
00440 mostlyclean-generic:
00441
00442 clean-generic:
00443
00444 distclean-generic:
00445 -rm -f Makefile $(CONFIG_CLEAN_FILES)
00446 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
00447
00448 maintainer-clean-generic:
00449 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
00450 mostlyclean-libtool mostlyclean-tags \
00451 mostlyclean-generic
00452
00453 mostlyclean: mostlyclean-am
00454
00455 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
00456 clean-tags clean-generic mostlyclean-am
00457
00458 clean: clean-am
00459
00460 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
00461 distclean-libtool distclean-tags distclean-generic \
00462 clean-am
00463 -rm -f libtool
00464
00465 distclean: distclean-am
00466
00467 maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
00468 maintainer-clean-compile maintainer-clean-libtool \
00469 maintainer-clean-tags maintainer-clean-generic \
00470 distclean-am
00471 @echo "This command is intended for maintainers to use;"
00472 @echo "it deletes files that may require special tools to rebuild."
00473
00474 maintainer-clean: maintainer-clean-am
00475
00476 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
00477 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
00478 maintainer-clean-toolexeclibLTLIBRARIES \
00479 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
00480 mostlyclean-compile distclean-compile clean-compile \
00481 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
00482 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
00483 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
00484 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
00485 install-info install-exec-local install-exec-am install-exec \
00486 install-data-local install-data-am install-data install-am install \
00487 uninstall-am uninstall all-local all-redirect all-am all installdirs \
00488 mostlyclean-generic distclean-generic clean-generic \
00489 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
00490
00491 @GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@libstdc++-symbol.ver: ${glibcpp_srcdir}/@SYMVER_MAP@
00492 @GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@ @LN_S@ ${glibcpp_srcdir}/@SYMVER_MAP@ ./libstdc++-symbol.ver || true
00493 @GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE@libstdc++-symbol.ver:
00494
00495 codecvt_members.cc: ${glibcpp_srcdir}/@CCODECVT_CC@
00496 @LN_S@ ${glibcpp_srcdir}/@CCODECVT_CC@ . || true
00497
00498 collate_members.cc: ${glibcpp_srcdir}/@CCOLLATE_CC@
00499 @LN_S@ ${glibcpp_srcdir}/@CCOLLATE_CC@ . || true
00500
00501 ctype_members.cc: ${glibcpp_srcdir}/@CCTYPE_CC@
00502 @LN_S@ ${glibcpp_srcdir}/@CCTYPE_CC@ . || true
00503
00504 messages_members.cc: ${glibcpp_srcdir}/@CMESSAGES_CC@
00505 @LN_S@ ${glibcpp_srcdir}/@CMESSAGES_CC@ . || true
00506
00507 monetary_members.cc: ${glibcpp_srcdir}/@CMONEY_CC@
00508 @LN_S@ ${glibcpp_srcdir}/@CMONEY_CC@ . || true
00509
00510 numeric_members.cc: ${glibcpp_srcdir}/@CNUMERIC_CC@
00511 @LN_S@ ${glibcpp_srcdir}/@CNUMERIC_CC@ . || true
00512
00513 time_members.cc: ${glibcpp_srcdir}/@CTIME_CC@
00514 @LN_S@ ${glibcpp_srcdir}/@CTIME_CC@ . || true
00515
00516 c++locale.cc: ${glibcpp_srcdir}/@CLOCALE_CC@
00517 @LN_S@ ${glibcpp_srcdir}/@CLOCALE_CC@ ./$@ || true
00518
00519 basic_file.cc: ${glibcpp_srcdir}/@BASIC_FILE_CC@
00520 @LN_S@ ${glibcpp_srcdir}/@BASIC_FILE_CC@ ./$@ || true
00521 strstream.lo: strstream.cc
00522 $(LTCXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
00523 strstream.o: strstream.cc
00524 $(CXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
00525
00526 # Use special rules for the concept-checking instantiations so that all
00527 # the generated template functions are also instantiated. Force the checks
00528 # to be on so that the instantiations are actually seen.
00529 concept-inst.lo: concept-inst.cc
00530 $(LTCXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
00531 concept-inst.o: concept-inst.cc
00532 $(CXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
00533
00534 install-exec-local:
00535 $(AR) cru libstdc++_pic.a .libs
00536
00537
00538
00539
00540
00541
00542
00543
00544
00545
00546
00547
00548
00549
00550
00551
00552
00553
00554
00555
00556
00557
00558
00559
00560
00561
00562
00563
00564
00565
00566
00567
00568