1libgabi++_path := $(call my-dir) 2 3libgabi++_src_files := \ 4 src/array_type_info.cc \ 5 src/auxilary.cc \ 6 src/class_type_info.cc \ 7 src/cxxabi.cc \ 8 src/cxxabi_vec.cc \ 9 src/delete.cc \ 10 src/dwarf_helper.cc \ 11 src/dynamic_cast.cc \ 12 src/enum_type_info.cc \ 13 src/exception.cc \ 14 src/fatal_error.cc \ 15 src/function_type_info.cc \ 16 src/fundamental_type_info.cc \ 17 src/helper_func_internal.cc \ 18 src/new.cc \ 19 src/one_time_construction.cc \ 20 src/pbase_type_info.cc \ 21 src/personality.cc \ 22 src/pointer_type_info.cc \ 23 src/pointer_to_member_type_info.cc \ 24 src/call_unexpected.cc \ 25 src/si_class_type_info.cc \ 26 src/stdexcept.cc \ 27 src/terminate.cc \ 28 src/type_info.cc \ 29 src/vmi_class_type_info.cc 30 31libgabi++_c_includes := $(libgabi++_path)/include 32