Merge branch 'vendor/DHCPCD'
[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_thread.cc \
6         bad_alloc.cc \
7         bad_array_length.cc \
8         bad_array_new.cc \
9         bad_cast.cc \
10         bad_typeid.cc \
11         class_type_info.cc \
12         del_op.cc \
13         del_ops.cc \
14         del_opnt.cc \
15         del_opv.cc \
16         del_opvs.cc \
17         del_opvnt.cc \
18         dyncast.cc \
19         eh_alloc.cc \
20         eh_aux_runtime.cc \
21         eh_call.cc \
22         eh_catch.cc \
23         eh_exception.cc \
24         eh_globals.cc \
25         eh_personality.cc \
26         eh_ptr.cc \
27         eh_term_handler.cc \
28         eh_terminate.cc \
29         eh_tm.cc \
30         eh_throw.cc \
31         eh_type.cc \
32         eh_unex_handler.cc \
33         enum_type_info.cc \
34         function_type_info.cc \
35         fundamental_type_info.cc \
36         guard.cc \
37         guard_error.cc \
38         hash_bytes.cc \
39         nested_exception.cc \
40         new_handler.cc \
41         new_op.cc \
42         new_opnt.cc \
43         new_opv.cc \
44         new_opvnt.cc \
45         pbase_type_info.cc \
46         pmem_type_info.cc \
47         pointer_type_info.cc \
48         pure.cc \
49         si_class_type_info.cc \
50         tinfo.cc \
51         tinfo2.cc \
52         vec.cc \
53         vmi_class_type_info.cc \
54         vterminate.cc
55
56 # only when __arm__
57 #sources+=      atexit_arm.cc eh_arm.cc
58
59 c_sources = \
60         cp-demangle.c
61
62 vtv_sources=    # empty
63
64 libsupc__convenience_la_SOURCES = $(sources) $(c_sources) $(vtv_sources)