OSDN Git Service

2009-08-10 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / Makefile.in
index 9134f04..eb436c8 100644 (file)
@@ -75,17 +75,17 @@ LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 am__libstdc___la_SOURCES_DIST = atomic.cc bitmap_allocator.cc \
        pool_allocator.cc mt_allocator.cc codecvt.cc compatibility.cc \
-       complex_io.cc ctype.cc debug.cc functexcept.cc hash.cc \
-       hash_c++0x.cc globals_io.cc hashtable.cc hashtable_c++0x.cc \
-       ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \
-       limits_c++0x.cc list.cc debug_list.cc locale.cc locale_init.cc \
-       locale_facets.cc localename.cc math_stubs_float.cc \
-       math_stubs_long_double.cc stdexcept.cc strstream.cc \
-       system_error.cc tree.cc allocator-inst.cc concept-inst.cc \
-       fstream-inst.cc ext-inst.cc ios-inst.cc iostream-inst.cc \
-       istream-inst.cc istream.cc locale-inst.cc misc-inst.cc \
-       ostream-inst.cc sstream-inst.cc streambuf-inst.cc streambuf.cc \
-       string-inst.cc valarray-inst.cc wlocale-inst.cc \
+       complex_io.cc ctype.cc debug.cc functexcept.cc hash_tr1.cc \
+       hash_c++0x.cc globals_io.cc hashtable_tr1.cc \
+       hashtable_c++0x.cc ios.cc ios_failure.cc ios_init.cc \
+       ios_locale.cc limits.cc limits_c++0x.cc list.cc debug_list.cc \
+       locale.cc locale_init.cc locale_facets.cc localename.cc \
+       math_stubs_float.cc math_stubs_long_double.cc stdexcept.cc \
+       strstream.cc system_error.cc tree.cc allocator-inst.cc \
+       concept-inst.cc fstream-inst.cc ext-inst.cc ios-inst.cc \
+       iostream-inst.cc istream-inst.cc istream.cc locale-inst.cc \
+       misc-inst.cc ostream-inst.cc sstream-inst.cc streambuf-inst.cc \
+       streambuf.cc string-inst.cc valarray-inst.cc wlocale-inst.cc \
        wstring-inst.cc mutex.cc condition_variable.cc chrono.cc \
        thread.cc future.cc atomicity.cc codecvt_members.cc \
        collate_members.cc ctype_members.cc messages_members.cc \
@@ -102,8 +102,8 @@ am__objects_4 = basic_file.lo c++locale.lo $(am__objects_2) \
        $(am__objects_3)
 am__objects_5 = atomic.lo bitmap_allocator.lo pool_allocator.lo \
        mt_allocator.lo codecvt.lo compatibility.lo complex_io.lo \
-       ctype.lo debug.lo functexcept.lo hash.lo hash_c++0x.lo \
-       globals_io.lo hashtable.lo hashtable_c++0x.lo ios.lo \
+       ctype.lo debug.lo functexcept.lo hash_tr1.lo hash_c++0x.lo \
+       globals_io.lo hashtable_tr1.lo hashtable_c++0x.lo ios.lo \
        ios_failure.lo ios_init.lo ios_locale.lo limits.lo \
        limits_c++0x.lo list.lo debug_list.lo locale.lo locale_init.lo \
        locale_facets.lo localename.lo math_stubs_float.lo \
@@ -397,10 +397,10 @@ sources = \
        ctype.cc \
        debug.cc \
        functexcept.cc \
-       hash.cc \
+       hash_tr1.cc \
        hash_c++0x.cc \
        globals_io.cc \
-       hashtable.cc \
+       hashtable_tr1.cc \
        hashtable_c++0x.cc \
        ios.cc \
        ios_failure.cc \