diff options
Diffstat (limited to 'libstdc++-v3/src/Makefile.in')
-rw-r--r-- | libstdc++-v3/src/Makefile.in | 60 |
1 files changed, 34 insertions, 26 deletions
diff --git a/libstdc++-v3/src/Makefile.in b/libstdc++-v3/src/Makefile.in index 7a10f855352..40d6f8bc94a 100644 --- a/libstdc++-v3/src/Makefile.in +++ b/libstdc++-v3/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7.8 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -81,8 +81,6 @@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@ -FPOS_H = @FPOS_H@ -FPOS_INC_SRCDIR = @FPOS_INC_SRCDIR@ GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@ GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@ GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@ @@ -250,33 +248,40 @@ host_sources_extra = \ # Sources present in the src directory. sources = \ - allocator-inst.cc \ codecvt.cc \ complex_io.cc \ - concept-inst.cc \ ctype.cc \ demangle.cc \ - ext-inst.cc \ - fstream-inst.cc \ functexcept.cc \ - globals.cc \ - io-inst.cc \ + globals_locale.cc \ + globals_io.cc \ ios.cc \ ios_failure.cc \ - istream-inst.cc \ + ios_init.cc \ + ios_locale.cc \ limits.cc \ locale.cc \ - locale-inst.cc \ + locale_init.cc \ + locale_facets.cc \ localename.cc \ + stdexcept.cc \ + stl_tree.cc \ + strstream.cc \ + allocator-inst.cc \ + concept-inst.cc \ + fstream-inst.cc \ + ext-inst.cc \ + io-inst.cc \ + istream-inst.cc \ + locale-inst.cc \ + locale-misc-inst.cc \ misc-inst.cc \ ostream-inst.cc \ sstream-inst.cc \ - stdexcept.cc \ - stl_tree.cc \ streambuf-inst.cc \ string-inst.cc \ - strstream.cc \ valarray-inst.cc \ + wlocale-inst.cc \ wstring-inst.cc \ ${host_sources} \ ${host_sources_extra} @@ -355,14 +360,16 @@ am__objects_1 = codecvt_members.lo collate_members.lo ctype_members.lo \ messages_members.lo monetary_members.lo numeric_members.lo \ time_members.lo am__objects_2 = basic_file.lo c++locale.lo -am__objects_3 = allocator-inst.lo codecvt.lo complex_io.lo \ - concept-inst.lo ctype.lo demangle.lo ext-inst.lo \ - fstream-inst.lo functexcept.lo globals.lo io-inst.lo ios.lo \ - ios_failure.lo istream-inst.lo limits.lo locale.lo locale-inst.lo \ - localename.lo misc-inst.lo ostream-inst.lo sstream-inst.lo \ - stdexcept.lo stl_tree.lo streambuf-inst.lo string-inst.lo \ - strstream.lo valarray-inst.lo wstring-inst.lo $(am__objects_1) \ - $(am__objects_2) +am__objects_3 = codecvt.lo complex_io.lo ctype.lo demangle.lo \ + functexcept.lo globals_locale.lo globals_io.lo ios.lo \ + ios_failure.lo ios_init.lo ios_locale.lo limits.lo locale.lo \ + locale_init.lo locale_facets.lo localename.lo stdexcept.lo \ + stl_tree.lo strstream.lo allocator-inst.lo concept-inst.lo \ + fstream-inst.lo ext-inst.lo io-inst.lo istream-inst.lo \ + locale-inst.lo locale-misc-inst.lo misc-inst.lo ostream-inst.lo \ + sstream-inst.lo streambuf-inst.lo string-inst.lo \ + valarray-inst.lo wlocale-inst.lo wstring-inst.lo \ + $(am__objects_1) $(am__objects_2) am_libstdc___la_OBJECTS = $(am__objects_3) libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS) @@ -373,7 +380,8 @@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) DIST_SOURCES = $(libstdc___la_SOURCES) -DIST_COMMON = $(top_srcdir)/fragment.am Makefile.am Makefile.in +DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/fragment.am \ + Makefile.am SOURCES = $(libstdc___la_SOURCES) all: all-am @@ -552,7 +560,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -563,7 +571,7 @@ clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ mostlyclean-am distclean: distclean-am - + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-libtool distclean-tags @@ -586,7 +594,7 @@ install-man: installcheck-am: maintainer-clean: maintainer-clean-am - + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am |