gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / lib / gcc50 / libstdcxx / product / Makefile.src
1 # verbatim from libstdc++/src/Makefile.in
2
3 ldbl_compat_sources = 
4 cxx98_sources = \
5         compatibility.cc \
6         compatibility-debug_list.cc \
7         compatibility-debug_list-2.cc \
8         ${ldbl_compat_sources} 
9 cxx11_sources = \
10         compatibility-c++0x.cc \
11         compatibility-atomic-c++0x.cc \
12         compatibility-thread-c++0x.cc \
13         compatibility-chrono.cc \
14         compatibility-condvar.cc
15
16 libstdc___la_SOURCES = $(cxx98_sources) $(cxx11_sources)