v1
This commit is contained in:
545
cmake-build-debug/CMakeCache.txt
Normal file
545
cmake-build-debug/CMakeCache.txt
Normal file
File diff suppressed because one or more lines are too long
78
cmake-build-debug/CMakeFiles/3.20.2/CMakeCCompiler.cmake
Normal file
78
cmake-build-debug/CMakeFiles/3.20.2/CMakeCCompiler.cmake
Normal file
@@ -0,0 +1,78 @@
|
||||
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "9.3.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "Linux")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-9")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
set(CMAKE_COMPILER_IS_MINGW )
|
||||
set(CMAKE_COMPILER_IS_CYGWIN )
|
||||
if(CMAKE_COMPILER_IS_CYGWIN)
|
||||
set(CYGWIN 1)
|
||||
set(UNIX 1)
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
if(CMAKE_COMPILER_IS_MINGW)
|
||||
set(MINGW 1)
|
||||
endif()
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
91
cmake-build-debug/CMakeFiles/3.20.2/CMakeCXXCompiler.cmake
Normal file
91
cmake-build-debug/CMakeFiles/3.20.2/CMakeCXXCompiler.cmake
Normal file
@@ -0,0 +1,91 @@
|
||||
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "9.3.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-9")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
set(CMAKE_COMPILER_IS_MINGW )
|
||||
set(CMAKE_COMPILER_IS_CYGWIN )
|
||||
if(CMAKE_COMPILER_IS_CYGWIN)
|
||||
set(CYGWIN 1)
|
||||
set(UNIX 1)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
if(CMAKE_COMPILER_IS_MINGW)
|
||||
set(MINGW 1)
|
||||
endif()
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
BIN
cmake-build-debug/CMakeFiles/3.20.2/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
cmake-build-debug/CMakeFiles/3.20.2/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
cmake-build-debug/CMakeFiles/3.20.2/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
cmake-build-debug/CMakeFiles/3.20.2/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
15
cmake-build-debug/CMakeFiles/3.20.2/CMakeSystem.cmake
Normal file
15
cmake-build-debug/CMakeFiles/3.20.2/CMakeSystem.cmake
Normal file
@@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-5.11.0-43-generic")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "5.11.0-43-generic")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-5.11.0-43-generic")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "5.11.0-43-generic")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
||||
@@ -0,0 +1,752 @@
|
||||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a versio is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__)
|
||||
# if (defined(_MSC_VER) && !defined(__clang__)) \
|
||||
|| (defined(__ibmxl__) || defined(__IBMC__))
|
||||
# define C_DIALECT "90"
|
||||
# else
|
||||
# define C_DIALECT
|
||||
# endif
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_DIALECT "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_DIALECT "99"
|
||||
#else
|
||||
# define C_DIALECT "90"
|
||||
#endif
|
||||
const char* info_language_dialect_default =
|
||||
"INFO" ":" "dialect_default[" C_DIALECT "]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
||||
BIN
cmake-build-debug/CMakeFiles/3.20.2/CompilerIdC/a.out
Executable file
BIN
cmake-build-debug/CMakeFiles/3.20.2/CompilerIdC/a.out
Executable file
Binary file not shown.
@@ -0,0 +1,743 @@
|
||||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__COMO__)
|
||||
# define COMPILER_ID "Comeau"
|
||||
/* __COMO_VERSION__ = VRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
||||
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a versio is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
||||
# if defined(__INTEL_CXX11_MODE__)
|
||||
# if defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD 201402L
|
||||
# else
|
||||
# define CXX_STD 201103L
|
||||
# endif
|
||||
# else
|
||||
# define CXX_STD 199711L
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# define CXX_STD _MSVC_LANG
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
|
||||
#if CXX_STD > 202002L
|
||||
"23"
|
||||
#elif CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
BIN
cmake-build-debug/CMakeFiles/3.20.2/CompilerIdCXX/a.out
Executable file
BIN
cmake-build-debug/CMakeFiles/3.20.2/CompilerIdCXX/a.out
Executable file
Binary file not shown.
16
cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ivan/ivan/git/work_drivecast2/SLAM/dso")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
60
cmake-build-debug/CMakeFiles/CMakeError.log
Normal file
60
cmake-build-debug/CMakeFiles/CMakeError.log
Normal file
@@ -0,0 +1,60 @@
|
||||
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
|
||||
Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_2610f/fast && /usr/bin/make -f CMakeFiles/cmTC_2610f.dir/build.make CMakeFiles/cmTC_2610f.dir/build
|
||||
make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_2610f.dir/src.c.o
|
||||
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_2610f.dir/src.c.o -c /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp/src.c
|
||||
Linking C executable cmTC_2610f
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2610f.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -rdynamic CMakeFiles/cmTC_2610f.dir/src.c.o -o cmTC_2610f
|
||||
/usr/bin/ld: CMakeFiles/cmTC_2610f.dir/src.c.o: in function `main':
|
||||
src.c:(.text+0x46): undefined reference to `pthread_create'
|
||||
/usr/bin/ld: src.c:(.text+0x52): undefined reference to `pthread_detach'
|
||||
/usr/bin/ld: src.c:(.text+0x5e): undefined reference to `pthread_cancel'
|
||||
/usr/bin/ld: src.c:(.text+0x6f): undefined reference to `pthread_join'
|
||||
collect2: error: ld returned 1 exit status
|
||||
make[1]: *** [CMakeFiles/cmTC_2610f.dir/build.make:99: cmTC_2610f] Error 1
|
||||
make[1]: Leaving directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
make: *** [Makefile:127: cmTC_2610f/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
#include <pthread.h>
|
||||
|
||||
static void* test_func(void* data)
|
||||
{
|
||||
return data;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
pthread_t thread;
|
||||
pthread_create(&thread, NULL, test_func, NULL);
|
||||
pthread_detach(thread);
|
||||
pthread_cancel(thread);
|
||||
pthread_join(thread, NULL);
|
||||
pthread_atfork(NULL, NULL, NULL);
|
||||
pthread_exit(NULL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
||||
Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_ef6ea/fast && /usr/bin/make -f CMakeFiles/cmTC_ef6ea.dir/build.make CMakeFiles/cmTC_ef6ea.dir/build
|
||||
make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_ef6ea.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ef6ea.dir/CheckFunctionExists.c.o -c /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CheckFunctionExists.c
|
||||
Linking C executable cmTC_ef6ea
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef6ea.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_ef6ea.dir/CheckFunctionExists.c.o -o cmTC_ef6ea -lpthreads
|
||||
/usr/bin/ld: cannot find -lpthreads
|
||||
collect2: error: ld returned 1 exit status
|
||||
make[1]: *** [CMakeFiles/cmTC_ef6ea.dir/build.make:99: cmTC_ef6ea] Error 1
|
||||
make[1]: Leaving directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
make: *** [Makefile:127: cmTC_ef6ea/fast] Error 2
|
||||
|
||||
|
||||
|
||||
471
cmake-build-debug/CMakeFiles/CMakeOutput.log
Normal file
471
cmake-build-debug/CMakeFiles/CMakeOutput.log
Normal file
@@ -0,0 +1,471 @@
|
||||
The system is: Linux - 5.11.0-43-generic - x86_64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /usr/bin/cc
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/3.20.2/CompilerIdC/a.out"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /usr/bin/c++
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/3.20.2/CompilerIdCXX/a.out"
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_c62d8/fast && /usr/bin/make -f CMakeFiles/cmTC_c62d8.dir/build.make CMakeFiles/cmTC_c62d8.dir/build
|
||||
make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o
|
||||
/usr/bin/cc -v -o CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -c /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCCompilerABI.c
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cctBTZNR.s
|
||||
GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/lib/gcc/x86_64-linux-gnu/9/include
|
||||
/usr/local/include
|
||||
/usr/include/x86_64-linux-gnu
|
||||
/usr/include
|
||||
End of search list.
|
||||
GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: bbf13931d8de1abe14040c9909cb6969
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
|
||||
as -v --64 -o CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o /tmp/cctBTZNR.s
|
||||
GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
|
||||
Linking C executable cmTC_c62d8
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c62d8.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -o cmTC_c62d8
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_c62d8' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUZshnm.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_c62d8 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_c62d8' '-mtune=generic' '-march=x86-64'
|
||||
make[1]: Leaving directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/9/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/include/x86_64-linux-gnu]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_c62d8/fast && /usr/bin/make -f CMakeFiles/cmTC_c62d8.dir/build.make CMakeFiles/cmTC_c62d8.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o]
|
||||
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -c /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCCompilerABI.c]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cctBTZNR.s]
|
||||
ignore line: [GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 9.3.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 9.3.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: bbf13931d8de1abe14040c9909cb6969]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o /tmp/cctBTZNR.s]
|
||||
ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [Linking C executable cmTC_c62d8]
|
||||
ignore line: [/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c62d8.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -o cmTC_c62d8 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_c62d8' '-mtune=generic' '-march=x86-64']
|
||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUZshnm.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_c62d8 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccUZshnm.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-export-dynamic] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-znow] ==> ignore
|
||||
arg [-zrelro] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_c62d8] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib]
|
||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..]
|
||||
arg [CMakeFiles/cmTC_c62d8.dir/CMakeCCompilerABI.c.o] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib]
|
||||
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
|
||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_53d5d/fast && /usr/bin/make -f CMakeFiles/cmTC_53d5d.dir/build.make CMakeFiles/cmTC_53d5d.dir/build
|
||||
make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o
|
||||
/usr/bin/c++ -v -o CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -c /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cczXu45R.s
|
||||
GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"
|
||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/include/c++/9
|
||||
/usr/include/x86_64-linux-gnu/c++/9
|
||||
/usr/include/c++/9/backward
|
||||
/usr/lib/gcc/x86_64-linux-gnu/9/include
|
||||
/usr/local/include
|
||||
/usr/include/x86_64-linux-gnu
|
||||
/usr/include
|
||||
End of search list.
|
||||
GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: 466f818abe2f30ba03783f22bd12d815
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
as -v --64 -o CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o /tmp/cczXu45R.s
|
||||
GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
Linking CXX executable cmTC_53d5d
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53d5d.dir/link.txt --verbose=1
|
||||
/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_53d5d
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_53d5d' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvC8s6i.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_53d5d /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_53d5d' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
make[1]: Leaving directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/include/c++/9]
|
||||
add: [/usr/include/x86_64-linux-gnu/c++/9]
|
||||
add: [/usr/include/c++/9/backward]
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/9/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/include/x86_64-linux-gnu]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/include/c++/9] ==> [/usr/include/c++/9]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu/c++/9] ==> [/usr/include/x86_64-linux-gnu/c++/9]
|
||||
collapse include dir [/usr/include/c++/9/backward] ==> [/usr/include/c++/9/backward]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_53d5d/fast && /usr/bin/make -f CMakeFiles/cmTC_53d5d.dir/build.make CMakeFiles/cmTC_53d5d.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building CXX object CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o]
|
||||
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -c /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cczXu45R.s]
|
||||
ignore line: [GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 9.3.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/include/c++/9]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu/c++/9]
|
||||
ignore line: [ /usr/include/c++/9/backward]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 9.3.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: 466f818abe2f30ba03783f22bd12d815]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o /tmp/cczXu45R.s]
|
||||
ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [Linking CXX executable cmTC_53d5d]
|
||||
ignore line: [/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53d5d.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_53d5d ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_53d5d' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvC8s6i.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_53d5d /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccvC8s6i.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-export-dynamic] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-znow] ==> ignore
|
||||
arg [-zrelro] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_53d5d] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib]
|
||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..]
|
||||
arg [CMakeFiles/cmTC_53d5d.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib]
|
||||
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
|
||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Determining if the include file pthread.h exists passed with the following output:
|
||||
Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_7105f/fast && /usr/bin/make -f CMakeFiles/cmTC_7105f.dir/build.make CMakeFiles/cmTC_7105f.dir/build
|
||||
make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_7105f.dir/CheckIncludeFile.c.o
|
||||
/usr/bin/cc -o CMakeFiles/cmTC_7105f.dir/CheckIncludeFile.c.o -c /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp/CheckIncludeFile.c
|
||||
Linking C executable cmTC_7105f
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7105f.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -rdynamic CMakeFiles/cmTC_7105f.dir/CheckIncludeFile.c.o -o cmTC_7105f
|
||||
make[1]: Leaving directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Determining if the function pthread_create exists in the pthread passed with the following output:
|
||||
Change Dir: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_0de57/fast && /usr/bin/make -f CMakeFiles/cmTC_0de57.dir/build.make CMakeFiles/cmTC_0de57.dir/build
|
||||
make[1]: Entering directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_0de57.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_0de57.dir/CheckFunctionExists.c.o -c /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CheckFunctionExists.c
|
||||
Linking C executable cmTC_0de57
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0de57.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_0de57.dir/CheckFunctionExists.c.o -o cmTC_0de57 -lpthread
|
||||
make[1]: Leaving directory '/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
87
cmake-build-debug/CMakeFiles/Makefile.cmake
Normal file
87
cmake-build-debug/CMakeFiles/Makefile.cmake
Normal file
@@ -0,0 +1,87 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/PangolinConfig.cmake"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/PangolinConfigVersion.cmake"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/PangolinTargets.cmake"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/OpenCVConfig-version.cmake"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/OpenCVConfig.cmake"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/OpenCVModules.cmake"
|
||||
"../CMakeLists.txt"
|
||||
"CMakeFiles/3.20.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.20.2/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.20.2/CMakeSystem.cmake"
|
||||
"../cmake/FindEigen3.cmake"
|
||||
"../cmake/FindLibZip.cmake"
|
||||
"../cmake/FindSuiteParse.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCInformation.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCXXInformation.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeFindCodeBlocks.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeFindDependencyMacro.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeGenericSystem.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeLanguageInformation.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CheckCSourceCompiles.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CheckIncludeFile.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/CheckLibraryExists.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Compiler/GNU-C.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Compiler/GNU.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/FindBoost.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/FindPackageMessage.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/FindPkgConfig.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/FindThreads.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Internal/CheckSourceCompiles.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Platform/Linux-GNU-C.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Platform/Linux-GNU-CXX.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Platform/Linux-GNU.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Platform/Linux.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/Platform/UnixPaths.cmake"
|
||||
"/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/ProcessorCount.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfigVersion.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/BoostDetectToolset-1.71.0.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/boost_atomic-config-version.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/boost_atomic-config.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/libboost_atomic-variant-shared.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/libboost_atomic-variant-static.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.71.0/boost_headers-config-version.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.71.0/boost_headers-config.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/boost_system-config-version.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/boost_system-config.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/libboost_system-variant-shared.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/libboost_system-variant-static.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/boost_thread-config-version.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/boost_thread-config.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/libboost_thread-variant-shared.cmake"
|
||||
"/usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/libboost_thread-variant-static.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/dso_dataset.dir/DependInfo.cmake"
|
||||
"CMakeFiles/dso.dir/DependInfo.cmake"
|
||||
)
|
||||
140
cmake-build-debug/CMakeFiles/Makefile2
Normal file
140
cmake-build-debug/CMakeFiles/Makefile2
Normal file
@@ -0,0 +1,140 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/ivan/ivan/git/work_drivecast2/SLAM/dso
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/dso_dataset.dir/all
|
||||
all: CMakeFiles/dso.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/dso_dataset.dir/clean
|
||||
clean: CMakeFiles/dso.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/dso_dataset.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/dso_dataset.dir/all: CMakeFiles/dso.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles --progress-num=24,25 "Built target dso_dataset"
|
||||
.PHONY : CMakeFiles/dso_dataset.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/dso_dataset.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles 25
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/dso_dataset.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/dso_dataset.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
dso_dataset: CMakeFiles/dso_dataset.dir/rule
|
||||
.PHONY : dso_dataset
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/dso_dataset.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/clean
|
||||
.PHONY : CMakeFiles/dso_dataset.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/dso.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/dso.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 "Built target dso"
|
||||
.PHONY : CMakeFiles/dso.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/dso.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles 23
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/dso.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/dso.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
dso: CMakeFiles/dso.dir/rule
|
||||
.PHONY : dso
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/dso.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/clean
|
||||
.PHONY : CMakeFiles/dso.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
4
cmake-build-debug/CMakeFiles/TargetDirectories.txt
Normal file
4
cmake-build-debug/CMakeFiles/TargetDirectories.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/rebuild_cache.dir
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso_dataset.dir
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/edit_cache.dir
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir
|
||||
3
cmake-build-debug/CMakeFiles/clion-environment.txt
Normal file
3
cmake-build-debug/CMakeFiles/clion-environment.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ToolSet: 1.0 (local)Options:
|
||||
|
||||
Options:
|
||||
26
cmake-build-debug/CMakeFiles/clion-log.txt
Normal file
26
cmake-build-debug/CMakeFiles/clion-log.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_DEPENDS_USE_COMPILER=FALSE -G "CodeBlocks - Unix Makefiles" /home/ivan/ivan/git/work_drivecast2/SLAM/dso
|
||||
CMake Deprecation Warning at CMakeLists.txt:4 (CMAKE_MINIMUM_REQUIRED):
|
||||
Compatibility with CMake < 2.8.12 will be removed from a future version of
|
||||
CMake.
|
||||
|
||||
Update the VERSION argument <min> value or use a ...<max> suffix to tell
|
||||
CMake that the project does not need compatibility with older versions.
|
||||
|
||||
|
||||
CMake Warning (dev) at /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
|
||||
The package name passed to `find_package_handle_standard_args` (LIBZIP)
|
||||
does not match the name of the calling package (LibZip). This can lead to
|
||||
problems in calling code that expects `find_package` result variables
|
||||
(e.g., `_FOUND`) to follow a certain pattern.
|
||||
Call Stack (most recent call first):
|
||||
cmake/FindLibZip.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
|
||||
CMakeLists.txt:21 (find_package)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
--- found PANGOLIN, compiling dso_pangolin library.
|
||||
--- found OpenCV, compiling dso_opencv library.
|
||||
--- found ziplib (1.1.1), compiling with zip capability.
|
||||
--- compiling dso_dataset.
|
||||
-- Configuring done
|
||||
-- Generating done
|
||||
-- Build files have been written to: /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug
|
||||
1
cmake-build-debug/CMakeFiles/cmake.check_cache
Normal file
1
cmake-build-debug/CMakeFiles/cmake.check_cache
Normal file
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
3694
cmake-build-debug/CMakeFiles/dso.dir/CXX.includecache
Normal file
3694
cmake-build-debug/CMakeFiles/dso.dir/CXX.includecache
Normal file
File diff suppressed because it is too large
Load Diff
84
cmake-build-debug/CMakeFiles/dso.dir/DependInfo.cmake
Normal file
84
cmake-build-debug/CMakeFiles/dso.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,84 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/CoarseInitializer.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/CoarseInitializer.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/CoarseTracker.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/CoarseTracker.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystem.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/FullSystem.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemDebugStuff.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/FullSystemDebugStuff.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemMarginalize.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/FullSystemMarginalize.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemOptPoint.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/FullSystemOptPoint.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemOptimize.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/HessianBlocks.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/HessianBlocks.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/ImmaturePoint.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/ImmaturePoint.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/PixelSelector2.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/PixelSelector2.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/Residuals.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/FullSystem/Residuals.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/AccumulatedSCHessian.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedSCHessian.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/AccumulatedTopHessian.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedTopHessian.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/EnergyFunctional.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctional.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/EnergyFunctionalStructs.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctionalStructs.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/Undistort.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/util/Undistort.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/globalCalib.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/util/globalCalib.cpp.o"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/settings.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/src/util/settings.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
"ENABLE_SSE"
|
||||
"HAS_ZIPLIB=1"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../src"
|
||||
"../thirdparty/Sophus"
|
||||
"../thirdparty/sse2neon"
|
||||
"/usr/include/eigen3"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"
|
||||
"/usr/include/suitesparse"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
31
cmake-build-debug/CMakeFiles/dso.dir/cmake_clean.cmake
Normal file
31
cmake-build-debug/CMakeFiles/dso.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,31 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/dso.dir/src/FullSystem/CoarseInitializer.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/CoarseTracker.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/FullSystem.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/FullSystemDebugStuff.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/FullSystemMarginalize.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/FullSystemOptPoint.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/HessianBlocks.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/ImmaturePoint.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/PixelSelector2.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/FullSystem/Residuals.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedSCHessian.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedTopHessian.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctional.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctionalStructs.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/util/Undistort.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/util/globalCalib.cpp.o"
|
||||
"CMakeFiles/dso.dir/src/util/settings.cpp.o"
|
||||
"lib/libdso.a"
|
||||
"lib/libdso.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/dso.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"lib/libdso.a"
|
||||
)
|
||||
6835
cmake-build-debug/CMakeFiles/dso.dir/depend.internal
Normal file
6835
cmake-build-debug/CMakeFiles/dso.dir/depend.internal
Normal file
File diff suppressed because it is too large
Load Diff
6835
cmake-build-debug/CMakeFiles/dso.dir/depend.make
Normal file
6835
cmake-build-debug/CMakeFiles/dso.dir/depend.make
Normal file
File diff suppressed because it is too large
Load Diff
10
cmake-build-debug/CMakeFiles/dso.dir/flags.make
Normal file
10
cmake-build-debug/CMakeFiles/dso.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -DENABLE_SSE -DHAS_ZIPLIB=1
|
||||
|
||||
CXX_INCLUDES = -I/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src -I/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/Sophus -I/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/sse2neon -I/usr/include/eigen3 -I"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include" -I"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include" -I/usr/include/suitesparse
|
||||
|
||||
CXX_FLAGS = -O3 -g -std=c++0x -march=native -g
|
||||
|
||||
2
cmake-build-debug/CMakeFiles/dso.dir/link.txt
Normal file
2
cmake-build-debug/CMakeFiles/dso.dir/link.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc lib/libdso.a CMakeFiles/dso.dir/src/FullSystem/FullSystem.cpp.o CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.o CMakeFiles/dso.dir/src/FullSystem/FullSystemOptPoint.cpp.o CMakeFiles/dso.dir/src/FullSystem/FullSystemDebugStuff.cpp.o CMakeFiles/dso.dir/src/FullSystem/FullSystemMarginalize.cpp.o CMakeFiles/dso.dir/src/FullSystem/Residuals.cpp.o CMakeFiles/dso.dir/src/FullSystem/CoarseTracker.cpp.o CMakeFiles/dso.dir/src/FullSystem/CoarseInitializer.cpp.o CMakeFiles/dso.dir/src/FullSystem/ImmaturePoint.cpp.o CMakeFiles/dso.dir/src/FullSystem/HessianBlocks.cpp.o CMakeFiles/dso.dir/src/FullSystem/PixelSelector2.cpp.o CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctional.cpp.o CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedTopHessian.cpp.o CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedSCHessian.cpp.o CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctionalStructs.cpp.o CMakeFiles/dso.dir/src/util/settings.cpp.o CMakeFiles/dso.dir/src/util/Undistort.cpp.o CMakeFiles/dso.dir/src/util/globalCalib.cpp.o CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o CMakeFiles/dso.dir/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o CMakeFiles/dso.dir/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o
|
||||
/usr/bin/ranlib lib/libdso.a
|
||||
24
cmake-build-debug/CMakeFiles/dso.dir/progress.make
Normal file
24
cmake-build-debug/CMakeFiles/dso.dir/progress.make
Normal file
@@ -0,0 +1,24 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 = 4
|
||||
CMAKE_PROGRESS_5 = 5
|
||||
CMAKE_PROGRESS_6 = 6
|
||||
CMAKE_PROGRESS_7 = 7
|
||||
CMAKE_PROGRESS_8 = 8
|
||||
CMAKE_PROGRESS_9 = 9
|
||||
CMAKE_PROGRESS_10 = 10
|
||||
CMAKE_PROGRESS_11 = 11
|
||||
CMAKE_PROGRESS_12 = 12
|
||||
CMAKE_PROGRESS_13 = 13
|
||||
CMAKE_PROGRESS_14 = 14
|
||||
CMAKE_PROGRESS_15 = 15
|
||||
CMAKE_PROGRESS_16 = 16
|
||||
CMAKE_PROGRESS_17 = 17
|
||||
CMAKE_PROGRESS_18 = 18
|
||||
CMAKE_PROGRESS_19 = 19
|
||||
CMAKE_PROGRESS_20 = 20
|
||||
CMAKE_PROGRESS_21 = 21
|
||||
CMAKE_PROGRESS_22 = 22
|
||||
CMAKE_PROGRESS_23 = 23
|
||||
|
||||
3766
cmake-build-debug/CMakeFiles/dso_dataset.dir/CXX.includecache
Normal file
3766
cmake-build-debug/CMakeFiles/dso_dataset.dir/CXX.includecache
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,64 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/main_dso_pangolin.cpp" "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
"ENABLE_SSE"
|
||||
"HAS_ZIPLIB=1"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../src"
|
||||
"../thirdparty/Sophus"
|
||||
"../thirdparty/sse2neon"
|
||||
"/usr/include/suitesparse"
|
||||
"/usr/include/eigen3"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles/dso.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.o"
|
||||
"bin/dso_dataset"
|
||||
"bin/dso_dataset.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/dso_dataset.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
519
cmake-build-debug/CMakeFiles/dso_dataset.dir/depend.internal
Normal file
519
cmake-build-debug/CMakeFiles/dso_dataset.dir/depend.internal
Normal file
@@ -0,0 +1,519 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.o
|
||||
../src/FullSystem/HessianBlocks.h
|
||||
../src/FullSystem/Residuals.h
|
||||
../src/IOWrapper/ImageRW.h
|
||||
../src/OptimizationBackend/EnergyFunctional.h
|
||||
../src/OptimizationBackend/RawResidualJacobian.h
|
||||
../src/util/FrameShell.h
|
||||
../src/util/ImageAndExposure.h
|
||||
../src/util/IndexThreadReduce.h
|
||||
../src/util/MinimalImage.h
|
||||
../src/util/Undistort.h
|
||||
../thirdparty/Sophus/sophus/rxso3.hpp
|
||||
../thirdparty/Sophus/sophus/se3.hpp
|
||||
../thirdparty/Sophus/sophus/sim3.hpp
|
||||
../thirdparty/Sophus/sophus/so3.hpp
|
||||
../thirdparty/Sophus/sophus/sophus.hpp
|
||||
../thirdparty/sse2neon/SSE2NEON.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include/pangolin/config.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/compat/type_traits.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/attach.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/device/display_android.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/display.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/opengl_render_state.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/view.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/viewport.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/widgets/widgets.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/display/window.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/colour.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/compat/gl_es_compat.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/gl.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/gl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glchar.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/gldraw.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glfont.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glformattraits.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glinclude.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glpangoglu.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glpixformat.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glplatform.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glsl.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glstate.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/gltext.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/gl/glvbo.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/handler/handler.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/handler/handler_enums.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/copy.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/image.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/image_io.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/managed_image.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/memcpy.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/pixel_format.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/image/typed_image.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/pangolin.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/platform.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/plot/datalog.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/plot/plotter.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/plot/range.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/assert.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/file_extension.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/file_utils.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/format_string.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/log.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/params.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/picojson.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/simple_math.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/type_convert.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/utils/uri.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/var.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/varextra.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/varstate.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/varvalue.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/varvaluegeneric.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/varvaluet.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/var/varwrapper.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/stream_info.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/video.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/video_exception.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/video_input.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/video_interface.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/video_output.h
|
||||
/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include/pangolin/video/video_output_interface.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/cv_cpu_config.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/cvconfig.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/opencv2/opencv_modules.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv/cxcore.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv2/opencv.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include/opencv2/calib3d.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include/opencv2/calib3d/calib3d.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include/opencv2/calib3d/calib3d_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/affine.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/async.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/base.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/bufferpool.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/check.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/core.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/core_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cuda.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cuda.inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cuda_types.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cv_cpu_dispatch.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cv_cpu_helper.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cvdef.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cvstd.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cvstd.inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/fast_math.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/hal/interface.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/hal/msa_macros.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/mat.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/mat.inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/matx.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/neon_utils.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/operations.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/optim.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/ovx.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/persistence.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/ptr.inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/saturate.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/traits.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/types.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/types_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/utility.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/utils/instrumentation.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/utils/tls.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/version.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/vsx_utils.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/dict.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/dnn.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/dnn.inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/layer.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/utils/inference_engine.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include/opencv2/features2d.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/all_indices.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/allocator.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/any.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/autotuned_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/composite_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/config.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/defines.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/dist.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/dynamic_bitset.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/flann_base.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/general.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/ground_truth.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/heap.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/hierarchical_clustering_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/index_testing.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/kdtree_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/kdtree_single_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/kmeans_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/linear_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/logger.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/lsh_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/lsh_table.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/matrix.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/miniflann.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/nn_index.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/params.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/random.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/result_set.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/sampling.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/saving.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/timer.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include/opencv2/highgui.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include/opencv2/highgui/highgui.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include/opencv2/highgui/highgui_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include/opencv2/imgcodecs.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc/imgproc.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc/imgproc_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc/types_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include/opencv2/ml.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include/opencv2/ml/ml.inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include/opencv2/objdetect.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include/opencv2/objdetect/objdetect_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include/opencv2/photo.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include/opencv2/photo/photo_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/emdL1.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/hist_cost.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/shape_distance.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/shape_transformer.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/blenders.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/camera.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/matchers.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/util.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/util_inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/warpers.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/warpers.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include/opencv2/superres.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include/opencv2/superres/optical_flow.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include/opencv2/video.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include/opencv2/video/background_segm.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include/opencv2/video/tracking.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include/opencv2/video/tracking_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include/opencv2/videoio.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include/opencv2/videoio/videoio_c.h
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/deblurring.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/fast_marching.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/fast_marching_inl.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/frame_source.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/global_motion.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/inpainting.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/log.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/motion_core.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/optical_flow.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/outlier_rejection.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/ring_buffer.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/stabilizer.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/wobble_suppression.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/types.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/viz3d.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/vizcore.hpp
|
||||
/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/widgets.hpp
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystem.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/PixelSelector2.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/ImageDisplay.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Output3DWrapper.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/OutputWrapper/SampleOutputWrapper.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/PangolinDSOViewer.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/MatrixAccumulators.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/main_dso_pangolin.cpp
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/DatasetReader.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/NumType.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/globalCalib.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/globalFuncs.h
|
||||
/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/settings.h
|
||||
/usr/include/eigen3/Eigen/Cholesky
|
||||
/usr/include/eigen3/Eigen/Core
|
||||
/usr/include/eigen3/Eigen/Dense
|
||||
/usr/include/eigen3/Eigen/Eigen
|
||||
/usr/include/eigen3/Eigen/Eigenvalues
|
||||
/usr/include/eigen3/Eigen/Geometry
|
||||
/usr/include/eigen3/Eigen/Householder
|
||||
/usr/include/eigen3/Eigen/IterativeLinearSolvers
|
||||
/usr/include/eigen3/Eigen/Jacobi
|
||||
/usr/include/eigen3/Eigen/LU
|
||||
/usr/include/eigen3/Eigen/OrderingMethods
|
||||
/usr/include/eigen3/Eigen/QR
|
||||
/usr/include/eigen3/Eigen/SVD
|
||||
/usr/include/eigen3/Eigen/Sparse
|
||||
/usr/include/eigen3/Eigen/SparseCholesky
|
||||
/usr/include/eigen3/Eigen/SparseCore
|
||||
/usr/include/eigen3/Eigen/SparseLU
|
||||
/usr/include/eigen3/Eigen/SparseQR
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT.h
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Array.h
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign.h
|
||||
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h
|
||||
/usr/include/eigen3/Eigen/src/Core/BandMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Block.h
|
||||
/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h
|
||||
/usr/include/eigen3/Eigen/src/Core/ConditionEstimator.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreIterators.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseStorage.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Diagonal.h
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Dot.h
|
||||
/usr/include/eigen3/Eigen/src/Core/EigenBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Fuzzy.h
|
||||
/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h
|
||||
/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/IO.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Inverse.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Map.h
|
||||
/usr/include/eigen3/Eigen/src/Core/MapBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Matrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/NestByValue.h
|
||||
/usr/include/eigen3/Eigen/src/Core/NoAlias.h
|
||||
/usr/include/eigen3/Eigen/src/Core/NumTraits.h
|
||||
/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Product.h
|
||||
/usr/include/eigen3/Eigen/src/Core/ProductEvaluators.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Random.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Redux.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Ref.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Replicate.h
|
||||
/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Reverse.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Select.h
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Solve.h
|
||||
/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h
|
||||
/usr/include/eigen3/Eigen/src/Core/SolverBase.h
|
||||
/usr/include/eigen3/Eigen/src/Core/StableNorm.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Stride.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Swap.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpose.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpositions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorBlock.h
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h
|
||||
/usr/include/eigen3/Eigen/src/Core/Visitor.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/Half.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/TypeCasting.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/StlFunctors.h
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Constants.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Macros.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Memory.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Meta.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/NonMPL2.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h
|
||||
/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Scaling.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Transform.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Translation.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h
|
||||
/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
|
||||
/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h
|
||||
/usr/include/eigen3/Eigen/src/Householder/Householder.h
|
||||
/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
|
||||
/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h
|
||||
/usr/include/eigen3/Eigen/src/LU/Determinant.h
|
||||
/usr/include/eigen3/Eigen/src/LU/FullPivLU.h
|
||||
/usr/include/eigen3/Eigen/src/LU/InverseImpl.h
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Amd.h
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Ordering.h
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h
|
||||
/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/SVD/BDCSVD.h
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h
|
||||
/usr/include/eigen3/Eigen/src/SVD/SVDBase.h
|
||||
/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/AmbiVector.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseAssign.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseBlock.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDot.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMap.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseProduct.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRedux.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRef.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseUtil.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseVector.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseView.h
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h
|
||||
/usr/include/eigen3/Eigen/src/SparseQR/SparseQR.h
|
||||
/usr/include/eigen3/Eigen/src/misc/Image.h
|
||||
/usr/include/eigen3/Eigen/src/misc/Kernel.h
|
||||
/usr/include/eigen3/Eigen/src/misc/RealSvd2x2.h
|
||||
/usr/include/eigen3/Eigen/src/misc/blas.h
|
||||
/usr/include/eigen3/Eigen/src/misc/lapacke.h
|
||||
/usr/include/eigen3/Eigen/src/misc/lapacke_mangling.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
|
||||
519
cmake-build-debug/CMakeFiles/dso_dataset.dir/depend.make
Normal file
519
cmake-build-debug/CMakeFiles/dso_dataset.dir/depend.make
Normal file
@@ -0,0 +1,519 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.o: \
|
||||
../src/FullSystem/HessianBlocks.h \
|
||||
../src/FullSystem/Residuals.h \
|
||||
../src/IOWrapper/ImageRW.h \
|
||||
../src/OptimizationBackend/EnergyFunctional.h \
|
||||
../src/OptimizationBackend/RawResidualJacobian.h \
|
||||
../src/util/FrameShell.h \
|
||||
../src/util/ImageAndExposure.h \
|
||||
../src/util/IndexThreadReduce.h \
|
||||
../src/util/MinimalImage.h \
|
||||
../src/util/Undistort.h \
|
||||
../thirdparty/Sophus/sophus/rxso3.hpp \
|
||||
../thirdparty/Sophus/sophus/se3.hpp \
|
||||
../thirdparty/Sophus/sophus/sim3.hpp \
|
||||
../thirdparty/Sophus/sophus/so3.hpp \
|
||||
../thirdparty/Sophus/sophus/sophus.hpp \
|
||||
../thirdparty/sse2neon/SSE2NEON.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/build/src/include/pangolin/config.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/compat/type_traits.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/attach.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/device/display_android.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/display.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/opengl_render_state.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/view.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/viewport.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/widgets/widgets.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/display/window.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/colour.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/compat/gl_es_compat.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/gl.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/gl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glchar.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/gldraw.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glfont.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glformattraits.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glinclude.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glpangoglu.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glpixformat.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glplatform.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glsl.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glstate.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/gltext.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/gl/glvbo.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/handler/handler.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/handler/handler_enums.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/copy.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/image.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/image_io.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/managed_image.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/memcpy.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/pixel_format.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/image/typed_image.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/pangolin.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/platform.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/plot/datalog.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/plot/plotter.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/plot/range.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/assert.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/file_extension.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/file_utils.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/format_string.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/log.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/params.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/picojson.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/simple_math.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/type_convert.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/utils/uri.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/var.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/varextra.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/varstate.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/varvalue.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/varvaluegeneric.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/varvaluet.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/var/varwrapper.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/stream_info.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/video.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/video_exception.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/video_input.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/video_interface.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/video_output.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/Pangolin-0.6/include/pangolin/video/video_output_interface.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/build/cv_cpu_config.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/build/cvconfig.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/build/opencv2/opencv_modules.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/include/opencv/cxcore.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/include/opencv2/opencv.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/calib3d/include/opencv2/calib3d.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/calib3d/include/opencv2/calib3d/calib3d.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/calib3d/include/opencv2/calib3d/calib3d_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/affine.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/async.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/base.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/bufferpool.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/check.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/core.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/core_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cuda.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cuda.inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cuda_types.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cv_cpu_dispatch.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cv_cpu_helper.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cvdef.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cvstd.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/cvstd.inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/fast_math.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/hal/interface.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/hal/msa_macros.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/mat.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/mat.inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/matx.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/neon_utils.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/operations.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/optim.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/ovx.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/persistence.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/ptr.inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/saturate.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/traits.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/types.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/types_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/utility.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/utils/instrumentation.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/utils/tls.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/version.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/core/include/opencv2/core/vsx_utils.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/dict.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/dnn.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/dnn.inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/layer.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/dnn/include/opencv2/dnn/utils/inference_engine.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/features2d/include/opencv2/features2d.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/all_indices.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/allocator.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/any.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/autotuned_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/composite_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/config.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/defines.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/dist.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/dynamic_bitset.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/flann_base.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/general.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/ground_truth.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/heap.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/hierarchical_clustering_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/index_testing.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/kdtree_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/kdtree_single_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/kmeans_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/linear_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/logger.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/lsh_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/lsh_table.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/matrix.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/miniflann.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/nn_index.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/params.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/random.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/result_set.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/sampling.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/saving.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/flann/include/opencv2/flann/timer.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/highgui/include/opencv2/highgui.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/highgui/include/opencv2/highgui/highgui.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/highgui/include/opencv2/highgui/highgui_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/imgcodecs/include/opencv2/imgcodecs.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc/imgproc.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc/imgproc_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/imgproc/include/opencv2/imgproc/types_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/ml/include/opencv2/ml.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/ml/include/opencv2/ml/ml.inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/objdetect/include/opencv2/objdetect.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/objdetect/include/opencv2/objdetect/objdetect_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/photo/include/opencv2/photo.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/photo/include/opencv2/photo/photo_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/emdL1.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/hist_cost.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/shape_distance.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/shape/include/opencv2/shape/shape_transformer.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/blenders.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/camera.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/matchers.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/util.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/util_inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/warpers.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/stitching/include/opencv2/stitching/warpers.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/superres/include/opencv2/superres.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/superres/include/opencv2/superres/optical_flow.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/video/include/opencv2/video.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/video/include/opencv2/video/background_segm.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/video/include/opencv2/video/tracking.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/video/include/opencv2/video/tracking_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videoio/include/opencv2/videoio.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videoio/include/opencv2/videoio/videoio_c.h \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/deblurring.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/fast_marching.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/fast_marching_inl.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/frame_source.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/global_motion.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/inpainting.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/log.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/motion_core.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/optical_flow.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/outlier_rejection.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/ring_buffer.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/stabilizer.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/videostab/include/opencv2/videostab/wobble_suppression.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/types.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/viz3d.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/vizcore.hpp \
|
||||
/home/ivan/ivan/git/Work\ DriveCast/opencv-3.4.15/modules/viz/include/opencv2/viz/widgets.hpp \
|
||||
../src/FullSystem/FullSystem.h \
|
||||
../src/FullSystem/PixelSelector2.h \
|
||||
../src/IOWrapper/ImageDisplay.h \
|
||||
../src/IOWrapper/Output3DWrapper.h \
|
||||
../src/IOWrapper/OutputWrapper/SampleOutputWrapper.h \
|
||||
../src/IOWrapper/Pangolin/PangolinDSOViewer.h \
|
||||
../src/OptimizationBackend/MatrixAccumulators.h \
|
||||
../src/main_dso_pangolin.cpp \
|
||||
../src/util/DatasetReader.h \
|
||||
../src/util/NumType.h \
|
||||
../src/util/globalCalib.h \
|
||||
../src/util/globalFuncs.h \
|
||||
../src/util/settings.h \
|
||||
/usr/include/eigen3/Eigen/Cholesky \
|
||||
/usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/Dense \
|
||||
/usr/include/eigen3/Eigen/Eigen \
|
||||
/usr/include/eigen3/Eigen/Eigenvalues \
|
||||
/usr/include/eigen3/Eigen/Geometry \
|
||||
/usr/include/eigen3/Eigen/Householder \
|
||||
/usr/include/eigen3/Eigen/IterativeLinearSolvers \
|
||||
/usr/include/eigen3/Eigen/Jacobi \
|
||||
/usr/include/eigen3/Eigen/LU \
|
||||
/usr/include/eigen3/Eigen/OrderingMethods \
|
||||
/usr/include/eigen3/Eigen/QR \
|
||||
/usr/include/eigen3/Eigen/SVD \
|
||||
/usr/include/eigen3/Eigen/Sparse \
|
||||
/usr/include/eigen3/Eigen/SparseCholesky \
|
||||
/usr/include/eigen3/Eigen/SparseCore \
|
||||
/usr/include/eigen3/Eigen/SparseLU \
|
||||
/usr/include/eigen3/Eigen/SparseQR \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Array.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BandMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Block.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ConditionEstimator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Diagonal.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Dot.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/EigenBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Fuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IO.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Inverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Map.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MapBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Matrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NestByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NoAlias.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NumTraits.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Product.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ProductEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Random.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Redux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Ref.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Replicate.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Select.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Solve.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StableNorm.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Stride.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Swap.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpose.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpositions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Visitor.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/Half.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/PacketMathHalf.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/CUDA/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/StlFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Constants.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Macros.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Meta.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/NonMPL2.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Scaling.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Transform.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Translation.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/Householder.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h \
|
||||
/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/Determinant.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/FullPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/InverseImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Amd.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Ordering.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/BDCSVD.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/SVDBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/AmbiVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseAssign.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDot.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMap.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRef.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseQR/SparseQR.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/Image.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/Kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/RealSvd2x2.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/blas.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/lapacke.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/lapacke_mangling.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
|
||||
10
cmake-build-debug/CMakeFiles/dso_dataset.dir/flags.make
Normal file
10
cmake-build-debug/CMakeFiles/dso_dataset.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -DENABLE_SSE -DHAS_ZIPLIB=1
|
||||
|
||||
CXX_INCLUDES = -I/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src -I/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/Sophus -I/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/sse2neon -I/usr/include/suitesparse -isystem /usr/include/eigen3 -isystem "/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include" -isystem "/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include" -isystem "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"
|
||||
|
||||
CXX_FLAGS = -O3 -g -std=c++0x -march=native -g
|
||||
|
||||
1
cmake-build-debug/CMakeFiles/dso_dataset.dir/link.txt
Normal file
1
cmake-build-debug/CMakeFiles/dso_dataset.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -g -std=c++0x -march=native -g -rdynamic CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.o -o bin/dso_dataset -Wl,-rpath,"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib:/usr/local/lib:/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src" lib/libdso.a -lboost_system -lcxsparse -lboost_thread /usr/local/lib/libzip.so "/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/libpangolin.so" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_dnn.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_highgui.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_ml.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_objdetect.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_shape.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_stitching.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_superres.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_videostab.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_viz.so.3.4.15" -lrt -lpthread -lOpenGL -lGLX -lGLU -lGLEW -lEGL -lSM -lICE -lX11 -lXext -lrt -lpthread -lOpenGL -lGLX -lGLU -lGLEW -lEGL -lSM -lICE -lX11 -lXext -ldc1394 -lOpenNI -lOpenNI2 -lpng -lz -ljpeg -ltiff -lIlmImf -lzstd -llz4 "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_calib3d.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_features2d.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_flann.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_photo.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_video.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_videoio.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_imgcodecs.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_imgproc.so.3.4.15" "/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build/lib/libopencv_core.so.3.4.15"
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 24
|
||||
CMAKE_PROGRESS_2 = 25
|
||||
|
||||
1
cmake-build-debug/CMakeFiles/progress.marks
Normal file
1
cmake-build-debug/CMakeFiles/progress.marks
Normal file
@@ -0,0 +1 @@
|
||||
25
|
||||
452
cmake-build-debug/DSO.cbp
Normal file
452
cmake-build-debug/DSO.cbp
Normal file
@@ -0,0 +1,452 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6"/>
|
||||
<Project>
|
||||
<Option title="DSO"/>
|
||||
<Option makefile_is_custom="1"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Option virtualFolders="CMake Files\;CMake Files\cmake\;CMake Files\..\;CMake Files\..\..\;CMake Files\..\..\..\;CMake Files\..\..\..\..\;CMake Files\..\..\..\..\..\;CMake Files\..\..\..\..\..\..\;CMake Files\..\..\..\..\..\..\..\;CMake Files\..\..\..\..\..\..\..\usr\;CMake Files\..\..\..\..\..\..\..\usr\lib\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Boost-1.71.0\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_headers-1.71.0\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_system-1.71.0\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_thread-1.71.0\;CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_atomic-1.71.0\;CMake Files\..\..\..\Work DriveCast\;CMake Files\..\..\..\Work DriveCast\Pangolin-0.6\;CMake Files\..\..\..\Work DriveCast\Pangolin-0.6\build\;CMake Files\..\..\..\Work DriveCast\Pangolin-0.6\build\src\;CMake Files\..\..\..\Work DriveCast\opencv-3.4.15\;CMake Files\..\..\..\Work DriveCast\opencv-3.4.15\build\;"/>
|
||||
<Build>
|
||||
<Target title="all">
|
||||
<Option working_dir="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 all"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="rebuild_cache">
|
||||
<Option working_dir="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="dso_dataset">
|
||||
<Option output="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/bin/dso_dataset" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="bin"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="1"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add option="-DENABLE_SSE"/>
|
||||
<Add option="-DHAS_ZIPLIB=1"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/Sophus"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/sse2neon"/>
|
||||
<Add directory="/usr/include/suitesparse"/>
|
||||
<Add directory="/usr/include/eigen3"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"/>
|
||||
<Add directory="/usr/include/c++/9"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu/c++/9"/>
|
||||
<Add directory="/usr/include/c++/9/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/9/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 dso_dataset"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="dso_dataset/fast">
|
||||
<Option output="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/bin/dso_dataset" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="bin"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="1"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add option="-DENABLE_SSE"/>
|
||||
<Add option="-DHAS_ZIPLIB=1"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/Sophus"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/sse2neon"/>
|
||||
<Add directory="/usr/include/suitesparse"/>
|
||||
<Add directory="/usr/include/eigen3"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"/>
|
||||
<Add directory="/usr/include/c++/9"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu/c++/9"/>
|
||||
<Add directory="/usr/include/c++/9/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/9/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 dso_dataset/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="edit_cache">
|
||||
<Option working_dir="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="dso">
|
||||
<Option output="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/lib/libdso.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add option="-DENABLE_SSE"/>
|
||||
<Add option="-DHAS_ZIPLIB=1"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/Sophus"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/sse2neon"/>
|
||||
<Add directory="/usr/include/eigen3"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"/>
|
||||
<Add directory="/usr/include/suitesparse"/>
|
||||
<Add directory="/usr/include/c++/9"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu/c++/9"/>
|
||||
<Add directory="/usr/include/c++/9/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/9/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 dso"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="dso/fast">
|
||||
<Option output="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/lib/libdso.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add option="-DENABLE_SSE"/>
|
||||
<Add option="-DHAS_ZIPLIB=1"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/Sophus"/>
|
||||
<Add directory="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/thirdparty/sse2neon"/>
|
||||
<Add directory="/usr/include/eigen3"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/build/src/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"/>
|
||||
<Add directory="/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"/>
|
||||
<Add directory="/usr/include/suitesparse"/>
|
||||
<Add directory="/usr/include/c++/9"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu/c++/9"/>
|
||||
<Add directory="/usr/include/c++/9/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/9/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/include/x86_64-linux-gnu"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 dso/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j4 -f "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
</Build>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/CoarseInitializer.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/CoarseInitializer.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/CoarseTracker.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/CoarseTracker.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystem.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystem.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemDebugStuff.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemMarginalize.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemOptPoint.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/FullSystemOptimize.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/HessianBlocks.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/HessianBlocks.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/ImmaturePoint.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/ImmaturePoint.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/PixelSelector2.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/PixelSelector2.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/Residuals.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/FullSystem/Residuals.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/KeyFrameDisplay.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/IOWrapper/Pangolin/PangolinDSOViewer.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/AccumulatedSCHessian.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/AccumulatedSCHessian.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/AccumulatedTopHessian.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/AccumulatedTopHessian.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/EnergyFunctional.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/EnergyFunctional.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/EnergyFunctionalStructs.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/OptimizationBackend/EnergyFunctionalStructs.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/main_dso_pangolin.cpp">
|
||||
<Option target="dso_dataset"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/Undistort.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/Undistort.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/globalCalib.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/globalCalib.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/settings.cpp">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/src/util/settings.h">
|
||||
<Option target="dso"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake/FindEigen3.cmake">
|
||||
<Option virtualFolder="CMake Files\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake/FindLibZip.cmake">
|
||||
<Option virtualFolder="CMake Files\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake/FindSuiteParse.cmake">
|
||||
<Option virtualFolder="CMake Files\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/BoostDetectToolset-1.71.0.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Boost-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfigVersion.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Boost-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.71.0/boost_headers-config-version.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_headers-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.71.0/boost_headers-config.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_headers-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/boost_system-config-version.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_system-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/boost_system-config.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_system-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/libboost_system-variant-shared.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_system-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_system-1.71.0/libboost_system-variant-static.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_system-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/boost_thread-config-version.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_thread-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/boost_thread-config.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_thread-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/libboost_thread-variant-shared.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_thread-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_thread-1.71.0/libboost_thread-variant-static.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_thread-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/boost_atomic-config-version.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_atomic-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/boost_atomic-config.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_atomic-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/libboost_atomic-variant-shared.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_atomic-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../../../../../usr/lib/x86_64-linux-gnu/cmake/boost_atomic-1.71.0/libboost_atomic-variant-static.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\boost_atomic-1.71.0\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../Work DriveCast/Pangolin-0.6/build/src/PangolinConfig.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\Work DriveCast\Pangolin-0.6\build\src\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../Work DriveCast/Pangolin-0.6/build/src/PangolinConfigVersion.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\Work DriveCast\Pangolin-0.6\build\src\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../Work DriveCast/Pangolin-0.6/build/src/PangolinTargets.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\Work DriveCast\Pangolin-0.6\build\src\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../Work DriveCast/opencv-3.4.15/build/OpenCVConfig-version.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\Work DriveCast\opencv-3.4.15\build\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../Work DriveCast/opencv-3.4.15/build/OpenCVConfig.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\Work DriveCast\opencv-3.4.15\build\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/ivan/ivan/git/work_drivecast2/SLAM/dso/../../../Work DriveCast/opencv-3.4.15/build/OpenCVModules.cmake">
|
||||
<Option virtualFolder="CMake Files\..\..\..\Work DriveCast\opencv-3.4.15\build\"/>
|
||||
</Unit>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
789
cmake-build-debug/Makefile
Normal file
789
cmake-build-debug/Makefile
Normal file
@@ -0,0 +1,789 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/ivan/ivan/git/work_drivecast2/SLAM/dso
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug//CMakeFiles/progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named dso_dataset
|
||||
|
||||
# Build rule for target.
|
||||
dso_dataset: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dso_dataset
|
||||
.PHONY : dso_dataset
|
||||
|
||||
# fast build rule for target.
|
||||
dso_dataset/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/build
|
||||
.PHONY : dso_dataset/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named dso
|
||||
|
||||
# Build rule for target.
|
||||
dso: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dso
|
||||
.PHONY : dso
|
||||
|
||||
# fast build rule for target.
|
||||
dso/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/build
|
||||
.PHONY : dso/fast
|
||||
|
||||
src/FullSystem/CoarseInitializer.o: src/FullSystem/CoarseInitializer.cpp.o
|
||||
.PHONY : src/FullSystem/CoarseInitializer.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/CoarseInitializer.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/CoarseInitializer.cpp.o
|
||||
.PHONY : src/FullSystem/CoarseInitializer.cpp.o
|
||||
|
||||
src/FullSystem/CoarseInitializer.i: src/FullSystem/CoarseInitializer.cpp.i
|
||||
.PHONY : src/FullSystem/CoarseInitializer.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/CoarseInitializer.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/CoarseInitializer.cpp.i
|
||||
.PHONY : src/FullSystem/CoarseInitializer.cpp.i
|
||||
|
||||
src/FullSystem/CoarseInitializer.s: src/FullSystem/CoarseInitializer.cpp.s
|
||||
.PHONY : src/FullSystem/CoarseInitializer.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/CoarseInitializer.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/CoarseInitializer.cpp.s
|
||||
.PHONY : src/FullSystem/CoarseInitializer.cpp.s
|
||||
|
||||
src/FullSystem/CoarseTracker.o: src/FullSystem/CoarseTracker.cpp.o
|
||||
.PHONY : src/FullSystem/CoarseTracker.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/CoarseTracker.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/CoarseTracker.cpp.o
|
||||
.PHONY : src/FullSystem/CoarseTracker.cpp.o
|
||||
|
||||
src/FullSystem/CoarseTracker.i: src/FullSystem/CoarseTracker.cpp.i
|
||||
.PHONY : src/FullSystem/CoarseTracker.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/CoarseTracker.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/CoarseTracker.cpp.i
|
||||
.PHONY : src/FullSystem/CoarseTracker.cpp.i
|
||||
|
||||
src/FullSystem/CoarseTracker.s: src/FullSystem/CoarseTracker.cpp.s
|
||||
.PHONY : src/FullSystem/CoarseTracker.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/CoarseTracker.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/CoarseTracker.cpp.s
|
||||
.PHONY : src/FullSystem/CoarseTracker.cpp.s
|
||||
|
||||
src/FullSystem/FullSystem.o: src/FullSystem/FullSystem.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystem.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/FullSystem.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystem.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystem.cpp.o
|
||||
|
||||
src/FullSystem/FullSystem.i: src/FullSystem/FullSystem.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystem.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/FullSystem.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystem.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystem.cpp.i
|
||||
|
||||
src/FullSystem/FullSystem.s: src/FullSystem/FullSystem.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystem.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/FullSystem.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystem.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystem.cpp.s
|
||||
|
||||
src/FullSystem/FullSystemDebugStuff.o: src/FullSystem/FullSystemDebugStuff.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemDebugStuff.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/FullSystemDebugStuff.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemDebugStuff.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemDebugStuff.cpp.o
|
||||
|
||||
src/FullSystem/FullSystemDebugStuff.i: src/FullSystem/FullSystemDebugStuff.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemDebugStuff.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/FullSystemDebugStuff.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemDebugStuff.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemDebugStuff.cpp.i
|
||||
|
||||
src/FullSystem/FullSystemDebugStuff.s: src/FullSystem/FullSystemDebugStuff.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemDebugStuff.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/FullSystemDebugStuff.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemDebugStuff.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemDebugStuff.cpp.s
|
||||
|
||||
src/FullSystem/FullSystemMarginalize.o: src/FullSystem/FullSystemMarginalize.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemMarginalize.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/FullSystemMarginalize.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemMarginalize.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemMarginalize.cpp.o
|
||||
|
||||
src/FullSystem/FullSystemMarginalize.i: src/FullSystem/FullSystemMarginalize.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemMarginalize.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/FullSystemMarginalize.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemMarginalize.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemMarginalize.cpp.i
|
||||
|
||||
src/FullSystem/FullSystemMarginalize.s: src/FullSystem/FullSystemMarginalize.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemMarginalize.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/FullSystemMarginalize.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemMarginalize.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemMarginalize.cpp.s
|
||||
|
||||
src/FullSystem/FullSystemOptPoint.o: src/FullSystem/FullSystemOptPoint.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemOptPoint.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/FullSystemOptPoint.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemOptPoint.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemOptPoint.cpp.o
|
||||
|
||||
src/FullSystem/FullSystemOptPoint.i: src/FullSystem/FullSystemOptPoint.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemOptPoint.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/FullSystemOptPoint.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemOptPoint.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemOptPoint.cpp.i
|
||||
|
||||
src/FullSystem/FullSystemOptPoint.s: src/FullSystem/FullSystemOptPoint.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemOptPoint.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/FullSystemOptPoint.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemOptPoint.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemOptPoint.cpp.s
|
||||
|
||||
src/FullSystem/FullSystemOptimize.o: src/FullSystem/FullSystemOptimize.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemOptimize.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/FullSystemOptimize.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.o
|
||||
.PHONY : src/FullSystem/FullSystemOptimize.cpp.o
|
||||
|
||||
src/FullSystem/FullSystemOptimize.i: src/FullSystem/FullSystemOptimize.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemOptimize.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/FullSystemOptimize.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.i
|
||||
.PHONY : src/FullSystem/FullSystemOptimize.cpp.i
|
||||
|
||||
src/FullSystem/FullSystemOptimize.s: src/FullSystem/FullSystemOptimize.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemOptimize.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/FullSystemOptimize.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.s
|
||||
.PHONY : src/FullSystem/FullSystemOptimize.cpp.s
|
||||
|
||||
src/FullSystem/HessianBlocks.o: src/FullSystem/HessianBlocks.cpp.o
|
||||
.PHONY : src/FullSystem/HessianBlocks.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/HessianBlocks.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/HessianBlocks.cpp.o
|
||||
.PHONY : src/FullSystem/HessianBlocks.cpp.o
|
||||
|
||||
src/FullSystem/HessianBlocks.i: src/FullSystem/HessianBlocks.cpp.i
|
||||
.PHONY : src/FullSystem/HessianBlocks.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/HessianBlocks.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/HessianBlocks.cpp.i
|
||||
.PHONY : src/FullSystem/HessianBlocks.cpp.i
|
||||
|
||||
src/FullSystem/HessianBlocks.s: src/FullSystem/HessianBlocks.cpp.s
|
||||
.PHONY : src/FullSystem/HessianBlocks.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/HessianBlocks.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/HessianBlocks.cpp.s
|
||||
.PHONY : src/FullSystem/HessianBlocks.cpp.s
|
||||
|
||||
src/FullSystem/ImmaturePoint.o: src/FullSystem/ImmaturePoint.cpp.o
|
||||
.PHONY : src/FullSystem/ImmaturePoint.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/ImmaturePoint.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/ImmaturePoint.cpp.o
|
||||
.PHONY : src/FullSystem/ImmaturePoint.cpp.o
|
||||
|
||||
src/FullSystem/ImmaturePoint.i: src/FullSystem/ImmaturePoint.cpp.i
|
||||
.PHONY : src/FullSystem/ImmaturePoint.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/ImmaturePoint.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/ImmaturePoint.cpp.i
|
||||
.PHONY : src/FullSystem/ImmaturePoint.cpp.i
|
||||
|
||||
src/FullSystem/ImmaturePoint.s: src/FullSystem/ImmaturePoint.cpp.s
|
||||
.PHONY : src/FullSystem/ImmaturePoint.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/ImmaturePoint.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/ImmaturePoint.cpp.s
|
||||
.PHONY : src/FullSystem/ImmaturePoint.cpp.s
|
||||
|
||||
src/FullSystem/PixelSelector2.o: src/FullSystem/PixelSelector2.cpp.o
|
||||
.PHONY : src/FullSystem/PixelSelector2.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/PixelSelector2.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/PixelSelector2.cpp.o
|
||||
.PHONY : src/FullSystem/PixelSelector2.cpp.o
|
||||
|
||||
src/FullSystem/PixelSelector2.i: src/FullSystem/PixelSelector2.cpp.i
|
||||
.PHONY : src/FullSystem/PixelSelector2.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/PixelSelector2.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/PixelSelector2.cpp.i
|
||||
.PHONY : src/FullSystem/PixelSelector2.cpp.i
|
||||
|
||||
src/FullSystem/PixelSelector2.s: src/FullSystem/PixelSelector2.cpp.s
|
||||
.PHONY : src/FullSystem/PixelSelector2.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/PixelSelector2.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/PixelSelector2.cpp.s
|
||||
.PHONY : src/FullSystem/PixelSelector2.cpp.s
|
||||
|
||||
src/FullSystem/Residuals.o: src/FullSystem/Residuals.cpp.o
|
||||
.PHONY : src/FullSystem/Residuals.o
|
||||
|
||||
# target to build an object file
|
||||
src/FullSystem/Residuals.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/Residuals.cpp.o
|
||||
.PHONY : src/FullSystem/Residuals.cpp.o
|
||||
|
||||
src/FullSystem/Residuals.i: src/FullSystem/Residuals.cpp.i
|
||||
.PHONY : src/FullSystem/Residuals.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/FullSystem/Residuals.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/Residuals.cpp.i
|
||||
.PHONY : src/FullSystem/Residuals.cpp.i
|
||||
|
||||
src/FullSystem/Residuals.s: src/FullSystem/Residuals.cpp.s
|
||||
.PHONY : src/FullSystem/Residuals.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/FullSystem/Residuals.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/FullSystem/Residuals.cpp.s
|
||||
.PHONY : src/FullSystem/Residuals.cpp.s
|
||||
|
||||
src/IOWrapper/OpenCV/ImageDisplay_OpenCV.o: src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageDisplay_OpenCV.o
|
||||
|
||||
# target to build an object file
|
||||
src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.o
|
||||
|
||||
src/IOWrapper/OpenCV/ImageDisplay_OpenCV.i: src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.i
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageDisplay_OpenCV.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.i
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.i
|
||||
|
||||
src/IOWrapper/OpenCV/ImageDisplay_OpenCV.s: src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.s
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageDisplay_OpenCV.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.s
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageDisplay_OpenCV.cpp.s
|
||||
|
||||
src/IOWrapper/OpenCV/ImageRW_OpenCV.o: src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageRW_OpenCV.o
|
||||
|
||||
# target to build an object file
|
||||
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.o
|
||||
|
||||
src/IOWrapper/OpenCV/ImageRW_OpenCV.i: src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.i
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageRW_OpenCV.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.i
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.i
|
||||
|
||||
src/IOWrapper/OpenCV/ImageRW_OpenCV.s: src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.s
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageRW_OpenCV.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.s
|
||||
.PHONY : src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp.s
|
||||
|
||||
src/IOWrapper/Pangolin/KeyFrameDisplay.o: src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o
|
||||
.PHONY : src/IOWrapper/Pangolin/KeyFrameDisplay.o
|
||||
|
||||
# target to build an object file
|
||||
src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o
|
||||
.PHONY : src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.o
|
||||
|
||||
src/IOWrapper/Pangolin/KeyFrameDisplay.i: src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.i
|
||||
.PHONY : src/IOWrapper/Pangolin/KeyFrameDisplay.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.i
|
||||
.PHONY : src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.i
|
||||
|
||||
src/IOWrapper/Pangolin/KeyFrameDisplay.s: src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.s
|
||||
.PHONY : src/IOWrapper/Pangolin/KeyFrameDisplay.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.s
|
||||
.PHONY : src/IOWrapper/Pangolin/KeyFrameDisplay.cpp.s
|
||||
|
||||
src/IOWrapper/Pangolin/PangolinDSOViewer.o: src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o
|
||||
.PHONY : src/IOWrapper/Pangolin/PangolinDSOViewer.o
|
||||
|
||||
# target to build an object file
|
||||
src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o
|
||||
.PHONY : src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.o
|
||||
|
||||
src/IOWrapper/Pangolin/PangolinDSOViewer.i: src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.i
|
||||
.PHONY : src/IOWrapper/Pangolin/PangolinDSOViewer.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.i
|
||||
.PHONY : src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.i
|
||||
|
||||
src/IOWrapper/Pangolin/PangolinDSOViewer.s: src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.s
|
||||
.PHONY : src/IOWrapper/Pangolin/PangolinDSOViewer.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.s
|
||||
.PHONY : src/IOWrapper/Pangolin/PangolinDSOViewer.cpp.s
|
||||
|
||||
src/OptimizationBackend/AccumulatedSCHessian.o: src/OptimizationBackend/AccumulatedSCHessian.cpp.o
|
||||
.PHONY : src/OptimizationBackend/AccumulatedSCHessian.o
|
||||
|
||||
# target to build an object file
|
||||
src/OptimizationBackend/AccumulatedSCHessian.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedSCHessian.cpp.o
|
||||
.PHONY : src/OptimizationBackend/AccumulatedSCHessian.cpp.o
|
||||
|
||||
src/OptimizationBackend/AccumulatedSCHessian.i: src/OptimizationBackend/AccumulatedSCHessian.cpp.i
|
||||
.PHONY : src/OptimizationBackend/AccumulatedSCHessian.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/OptimizationBackend/AccumulatedSCHessian.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedSCHessian.cpp.i
|
||||
.PHONY : src/OptimizationBackend/AccumulatedSCHessian.cpp.i
|
||||
|
||||
src/OptimizationBackend/AccumulatedSCHessian.s: src/OptimizationBackend/AccumulatedSCHessian.cpp.s
|
||||
.PHONY : src/OptimizationBackend/AccumulatedSCHessian.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/OptimizationBackend/AccumulatedSCHessian.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedSCHessian.cpp.s
|
||||
.PHONY : src/OptimizationBackend/AccumulatedSCHessian.cpp.s
|
||||
|
||||
src/OptimizationBackend/AccumulatedTopHessian.o: src/OptimizationBackend/AccumulatedTopHessian.cpp.o
|
||||
.PHONY : src/OptimizationBackend/AccumulatedTopHessian.o
|
||||
|
||||
# target to build an object file
|
||||
src/OptimizationBackend/AccumulatedTopHessian.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedTopHessian.cpp.o
|
||||
.PHONY : src/OptimizationBackend/AccumulatedTopHessian.cpp.o
|
||||
|
||||
src/OptimizationBackend/AccumulatedTopHessian.i: src/OptimizationBackend/AccumulatedTopHessian.cpp.i
|
||||
.PHONY : src/OptimizationBackend/AccumulatedTopHessian.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/OptimizationBackend/AccumulatedTopHessian.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedTopHessian.cpp.i
|
||||
.PHONY : src/OptimizationBackend/AccumulatedTopHessian.cpp.i
|
||||
|
||||
src/OptimizationBackend/AccumulatedTopHessian.s: src/OptimizationBackend/AccumulatedTopHessian.cpp.s
|
||||
.PHONY : src/OptimizationBackend/AccumulatedTopHessian.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/OptimizationBackend/AccumulatedTopHessian.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/AccumulatedTopHessian.cpp.s
|
||||
.PHONY : src/OptimizationBackend/AccumulatedTopHessian.cpp.s
|
||||
|
||||
src/OptimizationBackend/EnergyFunctional.o: src/OptimizationBackend/EnergyFunctional.cpp.o
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctional.o
|
||||
|
||||
# target to build an object file
|
||||
src/OptimizationBackend/EnergyFunctional.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctional.cpp.o
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctional.cpp.o
|
||||
|
||||
src/OptimizationBackend/EnergyFunctional.i: src/OptimizationBackend/EnergyFunctional.cpp.i
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctional.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/OptimizationBackend/EnergyFunctional.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctional.cpp.i
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctional.cpp.i
|
||||
|
||||
src/OptimizationBackend/EnergyFunctional.s: src/OptimizationBackend/EnergyFunctional.cpp.s
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctional.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/OptimizationBackend/EnergyFunctional.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctional.cpp.s
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctional.cpp.s
|
||||
|
||||
src/OptimizationBackend/EnergyFunctionalStructs.o: src/OptimizationBackend/EnergyFunctionalStructs.cpp.o
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctionalStructs.o
|
||||
|
||||
# target to build an object file
|
||||
src/OptimizationBackend/EnergyFunctionalStructs.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctionalStructs.cpp.o
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctionalStructs.cpp.o
|
||||
|
||||
src/OptimizationBackend/EnergyFunctionalStructs.i: src/OptimizationBackend/EnergyFunctionalStructs.cpp.i
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctionalStructs.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/OptimizationBackend/EnergyFunctionalStructs.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctionalStructs.cpp.i
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctionalStructs.cpp.i
|
||||
|
||||
src/OptimizationBackend/EnergyFunctionalStructs.s: src/OptimizationBackend/EnergyFunctionalStructs.cpp.s
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctionalStructs.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/OptimizationBackend/EnergyFunctionalStructs.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/OptimizationBackend/EnergyFunctionalStructs.cpp.s
|
||||
.PHONY : src/OptimizationBackend/EnergyFunctionalStructs.cpp.s
|
||||
|
||||
src/main_dso_pangolin.o: src/main_dso_pangolin.cpp.o
|
||||
.PHONY : src/main_dso_pangolin.o
|
||||
|
||||
# target to build an object file
|
||||
src/main_dso_pangolin.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.o
|
||||
.PHONY : src/main_dso_pangolin.cpp.o
|
||||
|
||||
src/main_dso_pangolin.i: src/main_dso_pangolin.cpp.i
|
||||
.PHONY : src/main_dso_pangolin.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/main_dso_pangolin.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.i
|
||||
.PHONY : src/main_dso_pangolin.cpp.i
|
||||
|
||||
src/main_dso_pangolin.s: src/main_dso_pangolin.cpp.s
|
||||
.PHONY : src/main_dso_pangolin.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/main_dso_pangolin.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso_dataset.dir/build.make CMakeFiles/dso_dataset.dir/src/main_dso_pangolin.cpp.s
|
||||
.PHONY : src/main_dso_pangolin.cpp.s
|
||||
|
||||
src/util/Undistort.o: src/util/Undistort.cpp.o
|
||||
.PHONY : src/util/Undistort.o
|
||||
|
||||
# target to build an object file
|
||||
src/util/Undistort.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/Undistort.cpp.o
|
||||
.PHONY : src/util/Undistort.cpp.o
|
||||
|
||||
src/util/Undistort.i: src/util/Undistort.cpp.i
|
||||
.PHONY : src/util/Undistort.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/util/Undistort.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/Undistort.cpp.i
|
||||
.PHONY : src/util/Undistort.cpp.i
|
||||
|
||||
src/util/Undistort.s: src/util/Undistort.cpp.s
|
||||
.PHONY : src/util/Undistort.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/util/Undistort.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/Undistort.cpp.s
|
||||
.PHONY : src/util/Undistort.cpp.s
|
||||
|
||||
src/util/globalCalib.o: src/util/globalCalib.cpp.o
|
||||
.PHONY : src/util/globalCalib.o
|
||||
|
||||
# target to build an object file
|
||||
src/util/globalCalib.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/globalCalib.cpp.o
|
||||
.PHONY : src/util/globalCalib.cpp.o
|
||||
|
||||
src/util/globalCalib.i: src/util/globalCalib.cpp.i
|
||||
.PHONY : src/util/globalCalib.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/util/globalCalib.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/globalCalib.cpp.i
|
||||
.PHONY : src/util/globalCalib.cpp.i
|
||||
|
||||
src/util/globalCalib.s: src/util/globalCalib.cpp.s
|
||||
.PHONY : src/util/globalCalib.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/util/globalCalib.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/globalCalib.cpp.s
|
||||
.PHONY : src/util/globalCalib.cpp.s
|
||||
|
||||
src/util/settings.o: src/util/settings.cpp.o
|
||||
.PHONY : src/util/settings.o
|
||||
|
||||
# target to build an object file
|
||||
src/util/settings.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/settings.cpp.o
|
||||
.PHONY : src/util/settings.cpp.o
|
||||
|
||||
src/util/settings.i: src/util/settings.cpp.i
|
||||
.PHONY : src/util/settings.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/util/settings.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/settings.cpp.i
|
||||
.PHONY : src/util/settings.cpp.i
|
||||
|
||||
src/util/settings.s: src/util/settings.cpp.s
|
||||
.PHONY : src/util/settings.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/util/settings.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/dso.dir/build.make CMakeFiles/dso.dir/src/util/settings.cpp.s
|
||||
.PHONY : src/util/settings.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... dso"
|
||||
@echo "... dso_dataset"
|
||||
@echo "... src/FullSystem/CoarseInitializer.o"
|
||||
@echo "... src/FullSystem/CoarseInitializer.i"
|
||||
@echo "... src/FullSystem/CoarseInitializer.s"
|
||||
@echo "... src/FullSystem/CoarseTracker.o"
|
||||
@echo "... src/FullSystem/CoarseTracker.i"
|
||||
@echo "... src/FullSystem/CoarseTracker.s"
|
||||
@echo "... src/FullSystem/FullSystem.o"
|
||||
@echo "... src/FullSystem/FullSystem.i"
|
||||
@echo "... src/FullSystem/FullSystem.s"
|
||||
@echo "... src/FullSystem/FullSystemDebugStuff.o"
|
||||
@echo "... src/FullSystem/FullSystemDebugStuff.i"
|
||||
@echo "... src/FullSystem/FullSystemDebugStuff.s"
|
||||
@echo "... src/FullSystem/FullSystemMarginalize.o"
|
||||
@echo "... src/FullSystem/FullSystemMarginalize.i"
|
||||
@echo "... src/FullSystem/FullSystemMarginalize.s"
|
||||
@echo "... src/FullSystem/FullSystemOptPoint.o"
|
||||
@echo "... src/FullSystem/FullSystemOptPoint.i"
|
||||
@echo "... src/FullSystem/FullSystemOptPoint.s"
|
||||
@echo "... src/FullSystem/FullSystemOptimize.o"
|
||||
@echo "... src/FullSystem/FullSystemOptimize.i"
|
||||
@echo "... src/FullSystem/FullSystemOptimize.s"
|
||||
@echo "... src/FullSystem/HessianBlocks.o"
|
||||
@echo "... src/FullSystem/HessianBlocks.i"
|
||||
@echo "... src/FullSystem/HessianBlocks.s"
|
||||
@echo "... src/FullSystem/ImmaturePoint.o"
|
||||
@echo "... src/FullSystem/ImmaturePoint.i"
|
||||
@echo "... src/FullSystem/ImmaturePoint.s"
|
||||
@echo "... src/FullSystem/PixelSelector2.o"
|
||||
@echo "... src/FullSystem/PixelSelector2.i"
|
||||
@echo "... src/FullSystem/PixelSelector2.s"
|
||||
@echo "... src/FullSystem/Residuals.o"
|
||||
@echo "... src/FullSystem/Residuals.i"
|
||||
@echo "... src/FullSystem/Residuals.s"
|
||||
@echo "... src/IOWrapper/OpenCV/ImageDisplay_OpenCV.o"
|
||||
@echo "... src/IOWrapper/OpenCV/ImageDisplay_OpenCV.i"
|
||||
@echo "... src/IOWrapper/OpenCV/ImageDisplay_OpenCV.s"
|
||||
@echo "... src/IOWrapper/OpenCV/ImageRW_OpenCV.o"
|
||||
@echo "... src/IOWrapper/OpenCV/ImageRW_OpenCV.i"
|
||||
@echo "... src/IOWrapper/OpenCV/ImageRW_OpenCV.s"
|
||||
@echo "... src/IOWrapper/Pangolin/KeyFrameDisplay.o"
|
||||
@echo "... src/IOWrapper/Pangolin/KeyFrameDisplay.i"
|
||||
@echo "... src/IOWrapper/Pangolin/KeyFrameDisplay.s"
|
||||
@echo "... src/IOWrapper/Pangolin/PangolinDSOViewer.o"
|
||||
@echo "... src/IOWrapper/Pangolin/PangolinDSOViewer.i"
|
||||
@echo "... src/IOWrapper/Pangolin/PangolinDSOViewer.s"
|
||||
@echo "... src/OptimizationBackend/AccumulatedSCHessian.o"
|
||||
@echo "... src/OptimizationBackend/AccumulatedSCHessian.i"
|
||||
@echo "... src/OptimizationBackend/AccumulatedSCHessian.s"
|
||||
@echo "... src/OptimizationBackend/AccumulatedTopHessian.o"
|
||||
@echo "... src/OptimizationBackend/AccumulatedTopHessian.i"
|
||||
@echo "... src/OptimizationBackend/AccumulatedTopHessian.s"
|
||||
@echo "... src/OptimizationBackend/EnergyFunctional.o"
|
||||
@echo "... src/OptimizationBackend/EnergyFunctional.i"
|
||||
@echo "... src/OptimizationBackend/EnergyFunctional.s"
|
||||
@echo "... src/OptimizationBackend/EnergyFunctionalStructs.o"
|
||||
@echo "... src/OptimizationBackend/EnergyFunctionalStructs.i"
|
||||
@echo "... src/OptimizationBackend/EnergyFunctionalStructs.s"
|
||||
@echo "... src/main_dso_pangolin.o"
|
||||
@echo "... src/main_dso_pangolin.i"
|
||||
@echo "... src/main_dso_pangolin.s"
|
||||
@echo "... src/util/Undistort.o"
|
||||
@echo "... src/util/Undistort.i"
|
||||
@echo "... src/util/Undistort.s"
|
||||
@echo "... src/util/globalCalib.o"
|
||||
@echo "... src/util/globalCalib.i"
|
||||
@echo "... src/util/globalCalib.s"
|
||||
@echo "... src/util/settings.o"
|
||||
@echo "... src/util/settings.i"
|
||||
@echo "... src/util/settings.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
3
cmake-build-debug/Testing/Temporary/LastTest.log
Normal file
3
cmake-build-debug/Testing/Temporary/LastTest.log
Normal file
@@ -0,0 +1,3 @@
|
||||
Start testing: Jun 17 10:03 MSK
|
||||
----------------------------------------------------------
|
||||
End testing: Jun 17 10:03 MSK
|
||||
BIN
cmake-build-debug/bin/dso_dataset
Executable file
BIN
cmake-build-debug/bin/dso_dataset
Executable file
Binary file not shown.
0
cmake-build-debug/bin/result_online.txt
Normal file
0
cmake-build-debug/bin/result_online.txt
Normal file
54
cmake-build-debug/cmake_install.cmake
Normal file
54
cmake-build-debug/cmake_install.cmake
Normal file
@@ -0,0 +1,54 @@
|
||||
# Install script for directory: /home/ivan/ivan/git/work_drivecast2/SLAM/dso
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/ivan/ivan/git/work_drivecast2/SLAM/dso/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
Reference in New Issue
Block a user