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