gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / lib / gcc50 / libstdcxx / components / libconv_2011 / Makefile.src
1 # verbatim from libstdc++/src/c++11/Makefile.in
2
3 extra_string_inst_sources = \
4         cow-fstream-inst.cc \
5         cow-sstream-inst.cc \
6         cow-string-inst.cc \
7         cow-wstring-inst.cc \
8         cxx11-locale-inst.cc \
9         cxx11-wlocale-inst.cc
10
11 inst_sources = \
12         $(extra_string_inst_sources) \
13         ext11-inst.cc \
14         fstream-inst.cc \
15         ios-inst.cc \
16         iostream-inst.cc \
17         istream-inst.cc \
18         locale-inst.cc \
19         ostream-inst.cc \
20         sstream-inst.cc \
21         streambuf-inst.cc \
22         string-inst.cc \
23         wlocale-inst.cc \
24         wstring-inst.cc
25
26 cxx11_abi_sources = \
27         cow-locale_init.cc \
28         cow-shim_facets.cc \
29         cxx11-hash_tr1.cc \
30         cxx11-ios_failure.cc \
31         cxx11-shim_facets.cc \
32         cxx11-stdexcept.cc
33
34 host_sources = \
35         ctype_configure_char.cc \
36         ctype_members.cc
37
38 sources = \
39         chrono.cc \
40         codecvt.cc \
41         condition_variable.cc \
42         cow-stdexcept.cc \
43         ctype.cc \
44         debug.cc \
45         functexcept.cc \
46         functional.cc \
47         futex.cc \
48         future.cc \
49         hash_c++0x.cc \
50         hashtable_c++0x.cc \
51         ios.cc \
52         limits.cc \
53         mutex.cc \
54         placeholders.cc \
55         random.cc \
56         regex.cc  \
57         shared_ptr.cc \
58         snprintf_lite.cc \
59         system_error.cc \
60         thread.cc \
61         ${cxx11_abi_sources} \
62         ${host_sources}
63
64 libc__11convenience_la_SOURCES = $(sources) $(inst_sources)