Merge branch 'vendor/OPENSSL'
[dragonfly.git] / gnu / lib / gcc50 / libstdcxx / components / libconv_supc / Makefile.src
1 # verbatim from libstdc++/libsupc++/Makefile.in
2
3 sources = \
4         array_type_info.cc \
5         atexit_arm.cc \
6         atexit_thread.cc \
7         bad_alloc.cc \
8         bad_array_length.cc \
9         bad_array_new.cc \
10         bad_cast.cc \
11         bad_typeid.cc \
12         class_type_info.cc \
13         del_op.cc \
14         del_ops.cc \
15         del_opnt.cc \
16         del_opv.cc \
17         del_opvs.cc \
18         del_opvnt.cc \
19         dyncast.cc \
20         eh_alloc.cc \
21         eh_arm.cc \
22         eh_aux_runtime.cc \
23         eh_call.cc \
24         eh_catch.cc \
25         eh_exception.cc \
26         eh_globals.cc \
27         eh_personality.cc \
28         eh_ptr.cc \
29         eh_term_handler.cc \
30         eh_terminate.cc \
31         eh_tm.cc \
32         eh_throw.cc \
33         eh_type.cc \
34         eh_unex_handler.cc \
35         enum_type_info.cc \
36         function_type_info.cc \
37         fundamental_type_info.cc \
38         guard.cc \
39         guard_error.cc \
40         hash_bytes.cc \
41         nested_exception.cc \
42         new_handler.cc \
43         new_op.cc \
44         new_opnt.cc \
45         new_opv.cc \
46         new_opvnt.cc \
47         pbase_type_info.cc \
48         pmem_type_info.cc \
49         pointer_type_info.cc \
50         pure.cc \
51         si_class_type_info.cc \
52         tinfo.cc \
53         tinfo2.cc \
54         vec.cc \
55         vmi_class_type_info.cc \
56         vterminate.cc
57
58 c_sources = \
59         cp-demangle.c
60
61 vtv_sources=    # empty
62
63 libsupc__convenience_la_SOURCES = $(sources) $(c_sources) $(vtv_sources)