292 changed files with 124105 additions and 0 deletions
@ -0,0 +1,72 @@ |
|||||||
|
set(CMAKE_C_COMPILER "/usr/bin/cc") |
||||||
|
set(CMAKE_C_COMPILER_ARG1 "") |
||||||
|
set(CMAKE_C_COMPILER_ID "GNU") |
||||||
|
set(CMAKE_C_COMPILER_VERSION "11.4.0") |
||||||
|
set(CMAKE_C_COMPILER_VERSION_INTERNAL "") |
||||||
|
set(CMAKE_C_COMPILER_WRAPPER "") |
||||||
|
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") |
||||||
|
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") |
||||||
|
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;c_std_17;c_std_23") |
||||||
|
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_C17_COMPILE_FEATURES "c_std_17") |
||||||
|
set(CMAKE_C23_COMPILE_FEATURES "c_std_23") |
||||||
|
|
||||||
|
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-11") |
||||||
|
set(CMAKE_RANLIB "/usr/bin/ranlib") |
||||||
|
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") |
||||||
|
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_C_COMPILER_ENV_VAR "CC") |
||||||
|
|
||||||
|
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/11/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/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") |
||||||
|
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
||||||
@ -0,0 +1,70 @@ |
|||||||
|
set(CMAKE_CUDA_COMPILER "/usr/local/cuda/bin/nvcc") |
||||||
|
set(CMAKE_CUDA_HOST_COMPILER "") |
||||||
|
set(CMAKE_CUDA_HOST_LINK_LAUNCHER "/usr/bin/g++") |
||||||
|
set(CMAKE_CUDA_COMPILER_ID "NVIDIA") |
||||||
|
set(CMAKE_CUDA_COMPILER_VERSION "11.8.89") |
||||||
|
set(CMAKE_CUDA_DEVICE_LINKER "/usr/local/cuda/bin/nvlink") |
||||||
|
set(CMAKE_CUDA_FATBINARY "/usr/local/cuda/bin/fatbinary") |
||||||
|
set(CMAKE_CUDA_STANDARD_COMPUTED_DEFAULT "17") |
||||||
|
set(CMAKE_CUDA_EXTENSIONS_COMPUTED_DEFAULT "ON") |
||||||
|
set(CMAKE_CUDA_COMPILE_FEATURES "cuda_std_03;cuda_std_11;cuda_std_14;cuda_std_17") |
||||||
|
set(CMAKE_CUDA03_COMPILE_FEATURES "cuda_std_03") |
||||||
|
set(CMAKE_CUDA11_COMPILE_FEATURES "cuda_std_11") |
||||||
|
set(CMAKE_CUDA14_COMPILE_FEATURES "cuda_std_14") |
||||||
|
set(CMAKE_CUDA17_COMPILE_FEATURES "cuda_std_17") |
||||||
|
set(CMAKE_CUDA20_COMPILE_FEATURES "") |
||||||
|
set(CMAKE_CUDA23_COMPILE_FEATURES "") |
||||||
|
|
||||||
|
set(CMAKE_CUDA_PLATFORM_ID "Linux") |
||||||
|
set(CMAKE_CUDA_SIMULATE_ID "GNU") |
||||||
|
set(CMAKE_CUDA_COMPILER_FRONTEND_VARIANT "") |
||||||
|
set(CMAKE_CUDA_SIMULATE_VERSION "11.4") |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
set(CMAKE_CUDA_COMPILER_ENV_VAR "CUDACXX") |
||||||
|
set(CMAKE_CUDA_HOST_COMPILER_ENV_VAR "CUDAHOSTCXX") |
||||||
|
|
||||||
|
set(CMAKE_CUDA_COMPILER_LOADED 1) |
||||||
|
set(CMAKE_CUDA_COMPILER_ID_RUN 1) |
||||||
|
set(CMAKE_CUDA_SOURCE_FILE_EXTENSIONS cu) |
||||||
|
set(CMAKE_CUDA_LINKER_PREFERENCE 15) |
||||||
|
set(CMAKE_CUDA_LINKER_PREFERENCE_PROPAGATES 1) |
||||||
|
|
||||||
|
set(CMAKE_CUDA_SIZEOF_DATA_PTR "8") |
||||||
|
set(CMAKE_CUDA_COMPILER_ABI "ELF") |
||||||
|
set(CMAKE_CUDA_BYTE_ORDER "LITTLE_ENDIAN") |
||||||
|
set(CMAKE_CUDA_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") |
||||||
|
|
||||||
|
if(CMAKE_CUDA_SIZEOF_DATA_PTR) |
||||||
|
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CUDA_SIZEOF_DATA_PTR}") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(CMAKE_CUDA_COMPILER_ABI) |
||||||
|
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CUDA_COMPILER_ABI}") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(CMAKE_CUDA_LIBRARY_ARCHITECTURE) |
||||||
|
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") |
||||||
|
endif() |
||||||
|
|
||||||
|
set(CMAKE_CUDA_COMPILER_TOOLKIT_ROOT "/usr/local/cuda") |
||||||
|
set(CMAKE_CUDA_COMPILER_TOOLKIT_LIBRARY_ROOT "/usr/local/cuda") |
||||||
|
set(CMAKE_CUDA_COMPILER_LIBRARY_ROOT "/usr/local/cuda") |
||||||
|
|
||||||
|
set(CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES "/usr/local/cuda/targets/x86_64-linux/include") |
||||||
|
|
||||||
|
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_LIBRARIES "") |
||||||
|
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_DIRECTORIES "/usr/local/cuda/targets/x86_64-linux/lib/stubs;/usr/local/cuda/targets/x86_64-linux/lib") |
||||||
|
set(CMAKE_CUDA_HOST_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
||||||
|
|
||||||
|
set(CMAKE_CUDA_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") |
||||||
|
set(CMAKE_CUDA_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") |
||||||
|
set(CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES "/usr/local/cuda/targets/x86_64-linux/lib/stubs;/usr/local/cuda/targets/x86_64-linux/lib;/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") |
||||||
|
set(CMAKE_CUDA_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
||||||
|
|
||||||
|
set(CMAKE_CUDA_RUNTIME_LIBRARY_DEFAULT "STATIC") |
||||||
|
|
||||||
|
set(CMAKE_LINKER "/usr/bin/ld") |
||||||
|
set(CMAKE_AR "/usr/bin/ar") |
||||||
|
set(CMAKE_MT "") |
||||||
@ -0,0 +1,83 @@ |
|||||||
|
set(CMAKE_CXX_COMPILER "/usr/bin/c++") |
||||||
|
set(CMAKE_CXX_COMPILER_ARG1 "") |
||||||
|
set(CMAKE_CXX_COMPILER_ID "GNU") |
||||||
|
set(CMAKE_CXX_COMPILER_VERSION "11.4.0") |
||||||
|
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") |
||||||
|
set(CMAKE_CXX_COMPILER_WRAPPER "") |
||||||
|
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") |
||||||
|
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") |
||||||
|
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;cxx_std_23") |
||||||
|
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 "cxx_std_23") |
||||||
|
|
||||||
|
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-11") |
||||||
|
set(CMAKE_RANLIB "/usr/bin/ranlib") |
||||||
|
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") |
||||||
|
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_CXX_COMPILER_ENV_VAR "CXX") |
||||||
|
|
||||||
|
set(CMAKE_CXX_COMPILER_ID_RUN 1) |
||||||
|
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) |
||||||
|
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++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/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/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") |
||||||
|
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@ |
|||||||
|
set(CMAKE_HOST_SYSTEM "Linux-6.8.0-59-generic") |
||||||
|
set(CMAKE_HOST_SYSTEM_NAME "Linux") |
||||||
|
set(CMAKE_HOST_SYSTEM_VERSION "6.8.0-59-generic") |
||||||
|
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
set(CMAKE_SYSTEM "Linux-6.8.0-59-generic") |
||||||
|
set(CMAKE_SYSTEM_NAME "Linux") |
||||||
|
set(CMAKE_SYSTEM_VERSION "6.8.0-59-generic") |
||||||
|
set(CMAKE_SYSTEM_PROCESSOR "x86_64") |
||||||
|
|
||||||
|
set(CMAKE_CROSSCOMPILING "FALSE") |
||||||
|
|
||||||
|
set(CMAKE_SYSTEM_LOADED 1) |
||||||
@ -0,0 +1,803 @@ |
|||||||
|
#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 |
||||||
|
|
||||||
|
#if !defined(__has_include) |
||||||
|
/* If the compiler does not have __has_include, pretend the answer is
|
||||||
|
always no. */ |
||||||
|
# define __has_include(x) 0 |
||||||
|
#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 version 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(__CLANG_FUJITSU) |
||||||
|
# define COMPILER_ID "FujitsuClang" |
||||||
|
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
||||||
|
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
||||||
|
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
||||||
|
# define COMPILER_VERSION_INTERNAL_STR __clang_version__ |
||||||
|
|
||||||
|
|
||||||
|
#elif defined(__FUJITSU) |
||||||
|
# define COMPILER_ID "Fujitsu" |
||||||
|
# if defined(__FCC_version__) |
||||||
|
# define COMPILER_VERSION __FCC_version__ |
||||||
|
# elif defined(__FCC_major__) |
||||||
|
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
||||||
|
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
||||||
|
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
||||||
|
# endif |
||||||
|
# if defined(__fcc_version) |
||||||
|
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) |
||||||
|
# elif defined(__FCC_VERSION) |
||||||
|
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) |
||||||
|
# endif |
||||||
|
|
||||||
|
|
||||||
|
#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(__MSYS__) |
||||||
|
# define PLATFORM_ID "MSYS" |
||||||
|
|
||||||
|
#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. */ |
||||||
|
#ifdef COMPILER_VERSION |
||||||
|
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; |
||||||
|
|
||||||
|
/* Construct a string literal encoding the version number components. */ |
||||||
|
#elif defined(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'}; |
||||||
|
#elif defined(COMPILER_VERSION_INTERNAL_STR) |
||||||
|
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; |
||||||
|
#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__) && !defined(__clang__) |
||||||
|
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) |
||||||
|
# define C_VERSION "90" |
||||||
|
# else |
||||||
|
# define C_VERSION |
||||||
|
# endif |
||||||
|
#elif __STDC_VERSION__ > 201710L |
||||||
|
# define C_VERSION "23" |
||||||
|
#elif __STDC_VERSION__ >= 201710L |
||||||
|
# define C_VERSION "17" |
||||||
|
#elif __STDC_VERSION__ >= 201000L |
||||||
|
# define C_VERSION "11" |
||||||
|
#elif __STDC_VERSION__ >= 199901L |
||||||
|
# define C_VERSION "99" |
||||||
|
#else |
||||||
|
# define C_VERSION "90" |
||||||
|
#endif |
||||||
|
const char* info_language_standard_default = |
||||||
|
"INFO" ":" "standard_default[" C_VERSION "]"; |
||||||
|
|
||||||
|
const char* info_language_extensions_default = "INFO" ":" "extensions_default[" |
||||||
|
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ |
||||||
|
#if (defined(__clang__) || defined(__GNUC__) || \ |
||||||
|
defined(__TI_COMPILER_VERSION__)) && \ |
||||||
|
!defined(__STRICT_ANSI__) && !defined(_MSC_VER) |
||||||
|
"ON" |
||||||
|
#else |
||||||
|
"OFF" |
||||||
|
#endif |
||||||
|
"]"; |
||||||
|
|
||||||
|
/*--------------------------------------------------------------------------*/ |
||||||
|
|
||||||
|
#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_standard_default[argc]; |
||||||
|
require += info_language_extensions_default[argc]; |
||||||
|
(void)argv; |
||||||
|
return require; |
||||||
|
} |
||||||
|
#endif |
||||||
@ -0,0 +1,436 @@ |
|||||||
|
#ifndef __CUDACC__ |
||||||
|
# error "A C or C++ compiler has been selected for CUDA" |
||||||
|
#endif |
||||||
|
|
||||||
|
|
||||||
|
/* Version number components: V=Version, R=Revision, P=Patch |
||||||
|
Version date components: YYYY=Year, MM=Month, DD=Day */ |
||||||
|
|
||||||
|
#if defined(__NVCC__) |
||||||
|
# define COMPILER_ID "NVIDIA" |
||||||
|
# if defined(_MSC_VER) |
||||||
|
# define SIMULATE_ID "MSVC" |
||||||
|
# elif defined(__clang__) |
||||||
|
# define SIMULATE_ID "Clang" |
||||||
|
# elif defined(__GNUC__) |
||||||
|
# define SIMULATE_ID "GNU" |
||||||
|
# endif |
||||||
|
# if defined(__CUDACC_VER_MAJOR__) |
||||||
|
# define COMPILER_VERSION_MAJOR DEC(__CUDACC_VER_MAJOR__) |
||||||
|
# define COMPILER_VERSION_MINOR DEC(__CUDACC_VER_MINOR__) |
||||||
|
# define COMPILER_VERSION_PATCH DEC(__CUDACC_VER_BUILD__) |
||||||
|
# endif |
||||||
|
# if defined(_MSC_VER) |
||||||
|
/* _MSC_VER = VVRR */ |
||||||
|
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
||||||
|
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
||||||
|
# elif defined(__clang__) |
||||||
|
# define SIMULATE_VERSION_MAJOR DEC(__clang_major__) |
||||||
|
# define SIMULATE_VERSION_MINOR DEC(__clang_minor__) |
||||||
|
# elif defined(__GNUC__) |
||||||
|
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
||||||
|
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
||||||
|
# endif |
||||||
|
|
||||||
|
#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 |
||||||
|
|
||||||
|
|
||||||
|
/* 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 |
||||||
|
|
||||||
|
#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(__MSYS__) |
||||||
|
# define PLATFORM_ID "MSYS" |
||||||
|
|
||||||
|
#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. */ |
||||||
|
#ifdef COMPILER_VERSION |
||||||
|
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; |
||||||
|
|
||||||
|
/* Construct a string literal encoding the version number components. */ |
||||||
|
#elif defined(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'}; |
||||||
|
#elif defined(COMPILER_VERSION_INTERNAL_STR) |
||||||
|
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; |
||||||
|
#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 "]"; |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
const char* info_language_standard_default = "INFO" ":" "standard_default[" |
||||||
|
#if __cplusplus > 202002L |
||||||
|
"23" |
||||||
|
#elif __cplusplus > 201703L |
||||||
|
"20" |
||||||
|
#elif __cplusplus >= 201703L |
||||||
|
"17" |
||||||
|
#elif __cplusplus >= 201402L |
||||||
|
"14" |
||||||
|
#elif __cplusplus >= 201103L |
||||||
|
"11" |
||||||
|
#else |
||||||
|
"03" |
||||||
|
#endif |
||||||
|
"]"; |
||||||
|
|
||||||
|
const char* info_language_extensions_default = "INFO" ":" "extensions_default[" |
||||||
|
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ |
||||||
|
#if (defined(__clang__) || defined(__GNUC__)) && !defined(__STRICT_ANSI__) && \ |
||||||
|
!defined(_MSC_VER) |
||||||
|
"ON" |
||||||
|
#else |
||||||
|
"OFF" |
||||||
|
#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 SIMULATE_ID |
||||||
|
require += info_simulate[argc]; |
||||||
|
#endif |
||||||
|
#ifdef SIMULATE_VERSION_MAJOR |
||||||
|
require += info_simulate_version[argc]; |
||||||
|
#endif |
||||||
|
require += info_language_standard_default[argc]; |
||||||
|
require += info_language_extensions_default[argc]; |
||||||
|
(void)argv; |
||||||
|
return require; |
||||||
|
} |
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,495 @@ |
|||||||
|
typedef char __nv_bool; |
||||||
|
# 533 "/usr/include/c++/11/bits/cpp_type_traits.h" 3 |
||||||
|
struct _ZSt24__is_memcmp_ordered_withISt4byteS0_Lb1EE; |
||||||
|
# 80 "/usr/include/c++/11/bits/stl_pair.h" 3 |
||||||
|
struct _ZSt21piecewise_construct_t; |
||||||
|
# 167 "/usr/include/c++/11/limits" 3 |
||||||
|
enum _ZSt17float_round_style { |
||||||
|
# 169 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt19round_indeterminate = (-1), |
||||||
|
# 170 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt17round_toward_zero, |
||||||
|
# 171 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt16round_to_nearest, |
||||||
|
# 172 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt21round_toward_infinity, |
||||||
|
# 173 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt25round_toward_neg_infinity}; |
||||||
|
# 182 "/usr/include/c++/11/limits" 3 |
||||||
|
enum _ZSt18float_denorm_style { |
||||||
|
# 185 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt20denorm_indeterminate = (-1), |
||||||
|
# 187 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt13denorm_absent, |
||||||
|
# 189 "/usr/include/c++/11/limits" 3 |
||||||
|
_ZSt14denorm_present}; |
||||||
|
# 202 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt21__numeric_limits_base; |
||||||
|
# 384 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIbE; |
||||||
|
# 453 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIcE; |
||||||
|
# 520 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIaE; |
||||||
|
# 590 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIhE; |
||||||
|
# 663 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIwE; |
||||||
|
# 797 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIDsE; |
||||||
|
# 858 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIDiE; |
||||||
|
# 920 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIsE; |
||||||
|
# 987 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsItE; |
||||||
|
# 1060 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIiE; |
||||||
|
# 1127 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIjE; |
||||||
|
# 1199 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIlE; |
||||||
|
# 1266 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsImE; |
||||||
|
# 1339 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIxE; |
||||||
|
# 1409 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIyE; |
||||||
|
# 1635 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsInE; |
||||||
|
# 1635 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIoE; |
||||||
|
# 1668 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIfE; |
||||||
|
# 1743 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIdE; |
||||||
|
# 1818 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIeE; |
||||||
|
# 352 "/usr/include/c++/11/utility" 3 |
||||||
|
struct _ZSt10in_place_t; |
||||||
|
# 209 "/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h" 3 |
||||||
|
typedef unsigned long size_t; |
||||||
|
#include "crt/device_runtime.h" |
||||||
|
# 280 "/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h" 3 |
||||||
|
typedef unsigned long _ZSt6size_t; |
||||||
|
# 533 "/usr/include/c++/11/bits/cpp_type_traits.h" 3 |
||||||
|
struct _ZSt24__is_memcmp_ordered_withISt4byteS0_Lb1EE {}; |
||||||
|
# 80 "/usr/include/c++/11/bits/stl_pair.h" 3 |
||||||
|
struct _ZSt21piecewise_construct_t {}; |
||||||
|
# 202 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt21__numeric_limits_base {}; |
||||||
|
# 384 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIbE {}; |
||||||
|
# 453 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIcE {}; |
||||||
|
# 520 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIaE {}; |
||||||
|
# 590 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIhE {}; |
||||||
|
# 663 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIwE {}; |
||||||
|
# 797 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIDsE {}; |
||||||
|
# 858 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIDiE {}; |
||||||
|
# 920 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIsE {}; |
||||||
|
# 987 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsItE {}; |
||||||
|
# 1060 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIiE {}; |
||||||
|
# 1127 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIjE {}; |
||||||
|
# 1199 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIlE {}; |
||||||
|
# 1266 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsImE {}; |
||||||
|
# 1339 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIxE {}; |
||||||
|
# 1409 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIyE {}; |
||||||
|
# 1635 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsInE {}; |
||||||
|
# 1635 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIoE {}; |
||||||
|
# 1668 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIfE {}; |
||||||
|
# 1743 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIdE {}; |
||||||
|
# 1818 "/usr/include/c++/11/limits" 3 |
||||||
|
struct _ZSt14numeric_limitsIeE {}; |
||||||
|
# 352 "/usr/include/c++/11/utility" 3 |
||||||
|
struct _ZSt10in_place_t {}; |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#include "common_functions.h" |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
|
#if !defined(__CUDABE__) |
||||||
|
#endif |
||||||
@ -0,0 +1,15 @@ |
|||||||
|
#pragma GCC diagnostic push |
||||||
|
#pragma GCC diagnostic ignored "-Wunused-function" |
||||||
|
#pragma GCC diagnostic ignored "-Wcast-qual" |
||||||
|
#define __NV_CUBIN_HANDLE_STORAGE__ static |
||||||
|
#if !defined(__CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__) |
||||||
|
#define __CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__ |
||||||
|
#endif |
||||||
|
#include "crt/host_runtime.h" |
||||||
|
#include "CMakeCUDACompilerId.fatbin.c" |
||||||
|
static void __nv_cudaEntityRegisterCallback(void **); |
||||||
|
static void __sti____cudaRegisterAll(void) __attribute__((__constructor__)); |
||||||
|
static void __nv_cudaEntityRegisterCallback(void **__T0){__nv_dummy_param_ref(__T0);__nv_save_fatbinhandle_for_managed_rt(__T0);} |
||||||
|
static void __sti____cudaRegisterAll(void){__cudaRegisterBinary(__nv_cudaEntityRegisterCallback);} |
||||||
|
|
||||||
|
#pragma GCC diagnostic pop |
||||||
Binary file not shown.
@ -0,0 +1,60 @@ |
|||||||
|
#ifndef __SKIP_INTERNAL_FATBINARY_HEADERS |
||||||
|
#include "fatbinary_section.h" |
||||||
|
#endif |
||||||
|
#define __CUDAFATBINSECTION ".nvFatBinSegment" |
||||||
|
#define __CUDAFATBINDATASECTION ".nv_fatbin" |
||||||
|
asm( |
||||||
|
".section .nv_fatbin, \"a\"\n" |
||||||
|
".align 8\n" |
||||||
|
"fatbinData:\n" |
||||||
|
".quad 0x00100001ba55ed50,0x0000000000000448,0x0000004001010002,0x0000000000000388\n" |
||||||
|
".quad 0x0000000000000000,0x0000003400010007,0x0000000000000000,0x0000000000000011\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x33010102464c457f,0x0000000000000007\n" |
||||||
|
".quad 0x0000007600be0002,0x0000000000000000,0x0000000000000318,0x00000000000001d8\n" |
||||||
|
".quad 0x0038004000340534,0x0001000500400002,0x7472747368732e00,0x747274732e006261\n" |
||||||
|
".quad 0x746d79732e006261,0x746d79732e006261,0x78646e68735f6261,0x666e692e766e2e00\n" |
||||||
|
".quad 0x65722e766e2e006f,0x6e6f697463612e6c,0x72747368732e0000,0x7274732e00626174\n" |
||||||
|
".quad 0x6d79732e00626174,0x6d79732e00626174,0x646e68735f626174,0x6e692e766e2e0078\n" |
||||||
|
".quad 0x722e766e2e006f66,0x6f697463612e6c65,0x000000000000006e,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x0004000300000032,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x000000000000004b,0x222f0a1008020200,0x0000000008000000\n" |
||||||
|
".quad 0x0000000008080000,0x0000000008100000,0x0000000008180000,0x0000000008200000\n" |
||||||
|
".quad 0x0000000008280000,0x0000000008300000,0x0000000008380000,0x0000000008000001\n" |
||||||
|
".quad 0x0000000008080001,0x0000000008100001,0x0000000008180001,0x0000000008200001\n" |
||||||
|
".quad 0x0000000008280001,0x0000000008300001,0x0000000008380001,0x0000000008000002\n" |
||||||
|
".quad 0x0000000008080002,0x0000000008100002,0x0000000008180002,0x0000000008200002\n" |
||||||
|
".quad 0x0000000008280002,0x0000000008300002,0x0000000008380002,0x0000002c14000000\n" |
||||||
|
".quad 0x000000000c000003,0x0000000000000000,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000300000001,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000040,0x0000000000000041,0x0000000000000000,0x0000000000000001\n" |
||||||
|
".quad 0x0000000000000000,0x000000030000000b,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000081,0x0000000000000041,0x0000000000000000,0x0000000000000001\n" |
||||||
|
".quad 0x0000000000000000,0x0000000200000013,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x00000000000000c8,0x0000000000000030,0x0000000200000002,0x0000000000000008\n" |
||||||
|
".quad 0x0000000000000018,0x7000000b00000032,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x00000000000000f8,0x00000000000000e0,0x0000000000000000,0x0000000000000008\n" |
||||||
|
".quad 0x0000000000000008,0x0000000500000006,0x0000000000000318,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000070,0x0000000000000070,0x0000000000000008\n" |
||||||
|
".quad 0x0000000500000001,0x0000000000000318,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000070,0x0000000000000070,0x0000000000000008,0x0000004801010001\n" |
||||||
|
".quad 0x0000000000000038,0x0000004000000036,0x0000003400070008,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000002011,0x0000000000000000,0x0000000000000038,0x0000000000000000\n" |
||||||
|
".quad 0x762e21f000010a13,0x37206e6f69737265,0x677261742e0a382e,0x32355f6d73207465\n" |
||||||
|
".quad 0x7365726464612e0a, 0x3620657a69735f73, 0x0000000a0a0a0a34\n" |
||||||
|
".text\n"); |
||||||
|
#ifdef __cplusplus |
||||||
|
extern "C" { |
||||||
|
#endif |
||||||
|
extern const unsigned long long fatbinData[139]; |
||||||
|
#ifdef __cplusplus |
||||||
|
} |
||||||
|
#endif |
||||||
|
#ifdef __cplusplus |
||||||
|
extern "C" { |
||||||
|
#endif |
||||||
|
static const __fatBinC_Wrapper_t __fatDeviceText __attribute__ ((aligned (8))) __attribute__ ((section (__CUDAFATBINSECTION)))= |
||||||
|
{ 0x466243b1, 1, fatbinData, 0 }; |
||||||
|
#ifdef __cplusplus |
||||||
|
} |
||||||
|
#endif |
||||||
@ -0,0 +1 @@ |
|||||||
|
_9312d7f9_22_CMakeCUDACompilerId_cu_bd57c623 |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
// |
||||||
|
// Generated by NVIDIA NVVM Compiler |
||||||
|
// |
||||||
|
// Compiler Build ID: CL-31833905 |
||||||
|
// Cuda compilation tools, release 11.8, V11.8.89 |
||||||
|
// Based on NVVM 7.0.1 |
||||||
|
// |
||||||
|
|
||||||
|
.version 7.8 |
||||||
|
.target sm_52 |
||||||
|
.address_size 64 |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,61 @@ |
|||||||
|
#ifndef __SKIP_INTERNAL_FATBINARY_HEADERS |
||||||
|
#include "fatbinary_section.h" |
||||||
|
#endif |
||||||
|
#define __CUDAFATBINSECTION ".nvFatBinSegment" |
||||||
|
#define __CUDAFATBINDATASECTION ".nv_fatbin" |
||||||
|
asm( |
||||||
|
".section .nv_fatbin, \"a\"\n" |
||||||
|
".align 8\n" |
||||||
|
"fatbinData:\n" |
||||||
|
".quad 0x00100001ba55ed50,0x0000000000000470,0x0000004001010002,0x0000000000000430\n" |
||||||
|
".quad 0x0000000000000000,0x0000003400010007,0x0000000000000000,0x0000000000000011\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x33010102464c457f,0x0000000000000007\n" |
||||||
|
".quad 0x0000007600be0002,0x0000000000000000,0x00000000000003c0,0x0000000000000240\n" |
||||||
|
".quad 0x0038004000340534,0x0001000600400002,0x7472747368732e00,0x747274732e006261\n" |
||||||
|
".quad 0x746d79732e006261,0x746d79732e006261,0x78646e68735f6261,0x666e692e766e2e00\n" |
||||||
|
".quad 0x61632e766e2e006f,0x0068706172676c6c,0x746f72702e766e2e,0x6e2e00657079746f\n" |
||||||
|
".quad 0x63612e6c65722e76,0x732e00006e6f6974,0x0062617472747368,0x006261747274732e\n" |
||||||
|
".quad 0x006261746d79732e,0x5f6261746d79732e,0x6e2e0078646e6873,0x2e006f666e692e76\n" |
||||||
|
".quad 0x676c6c61632e766e,0x766e2e0068706172,0x79746f746f72702e,0x722e766e2e006570\n" |
||||||
|
".quad 0x6f697463612e6c65,0x000000000000006e,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0004000300000032,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x000500030000004e,0x0000000000000000,0x0000000000000000,0xffffffff00000000\n" |
||||||
|
".quad 0xfffffffe00000000,0xfffffffd00000000,0x000000000000004b,0x222f0a1008020200\n" |
||||||
|
".quad 0x0000000008000000,0x0000000008080000,0x0000000008100000,0x0000000008180000\n" |
||||||
|
".quad 0x0000000008200000,0x0000000008280000,0x0000000008300000,0x0000000008380000\n" |
||||||
|
".quad 0x0000000008000001,0x0000000008080001,0x0000000008100001,0x0000000008180001\n" |
||||||
|
".quad 0x0000000008200001,0x0000000008280001,0x0000000008300001,0x0000000008380001\n" |
||||||
|
".quad 0x0000000008000002,0x0000000008080002,0x0000000008100002,0x0000000008180002\n" |
||||||
|
".quad 0x0000000008200002,0x0000000008280002,0x0000000008300002,0x0000000008380002\n" |
||||||
|
".quad 0x0000002c14000000,0x000000000c000003,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x0000000000000000,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x0000000300000001,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000040,0x000000000000005d,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000001,0x0000000000000000,0x000000030000000b,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x000000000000009d,0x000000000000005d,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000001,0x0000000000000000,0x0000000200000013,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000100,0x0000000000000048,0x0000000300000002\n" |
||||||
|
".quad 0x0000000000000008,0x0000000000000018,0x7000000100000032,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000148,0x0000000000000018,0x0000000000000003\n" |
||||||
|
".quad 0x0000000000000004,0x0000000000000008,0x7000000b0000004e,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000160,0x00000000000000e0,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000008,0x0000000000000008,0x0000000500000006,0x00000000000003c0\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000000,0x0000000000000070,0x0000000000000070\n" |
||||||
|
".quad 0x0000000000000008,0x0000000500000001,0x00000000000003c0,0x0000000000000000\n" |
||||||
|
".quad 0x0000000000000000,0x0000000000000070,0x0000000000000070,0x0000000000000008\n" |
||||||
|
".text\n"); |
||||||
|
#ifdef __cplusplus |
||||||
|
extern "C" { |
||||||
|
#endif |
||||||
|
extern const unsigned long long fatbinData[144]; |
||||||
|
#ifdef __cplusplus |
||||||
|
} |
||||||
|
#endif |
||||||
|
#ifdef __cplusplus |
||||||
|
extern "C" { |
||||||
|
#endif |
||||||
|
static const __fatBinC_Wrapper_t __fatDeviceText __attribute__ ((aligned (8))) __attribute__ ((section (__CUDAFATBINSECTION)))= |
||||||
|
{ 0x466243b1, 2, fatbinData, (void**)__cudaPrelinkedFatbins }; |
||||||
|
#ifdef __cplusplus |
||||||
|
} |
||||||
|
#endif |
||||||
@ -0,0 +1 @@ |
|||||||
|
#define NUM_PRELINKED_OBJECTS 0 |
||||||
Binary file not shown.
@ -0,0 +1,791 @@ |
|||||||
|
/* 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 |
||||||
|
|
||||||
|
#if !defined(__has_include) |
||||||
|
/* If the compiler does not have __has_include, pretend the answer is
|
||||||
|
always no. */ |
||||||
|
# define __has_include(x) 0 |
||||||
|
#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 version 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(__CLANG_FUJITSU) |
||||||
|
# define COMPILER_ID "FujitsuClang" |
||||||
|
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
||||||
|
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
||||||
|
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
||||||
|
# define COMPILER_VERSION_INTERNAL_STR __clang_version__ |
||||||
|
|
||||||
|
|
||||||
|
#elif defined(__FUJITSU) |
||||||
|
# define COMPILER_ID "Fujitsu" |
||||||
|
# if defined(__FCC_version__) |
||||||
|
# define COMPILER_VERSION __FCC_version__ |
||||||
|
# elif defined(__FCC_major__) |
||||||
|
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
||||||
|
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
||||||
|
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
||||||
|
# endif |
||||||
|
# if defined(__fcc_version) |
||||||
|
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) |
||||||
|
# elif defined(__FCC_VERSION) |
||||||
|
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) |
||||||
|
# endif |
||||||
|
|
||||||
|
|
||||||
|
#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(__MSYS__) |
||||||
|
# define PLATFORM_ID "MSYS" |
||||||
|
|
||||||
|
#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. */ |
||||||
|
#ifdef COMPILER_VERSION |
||||||
|
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; |
||||||
|
|
||||||
|
/* Construct a string literal encoding the version number components. */ |
||||||
|
#elif defined(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'}; |
||||||
|
#elif defined(COMPILER_VERSION_INTERNAL_STR) |
||||||
|
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; |
||||||
|
#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_standard_default = "INFO" ":" "standard_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 |
||||||
|
"]"; |
||||||
|
|
||||||
|
const char* info_language_extensions_default = "INFO" ":" "extensions_default[" |
||||||
|
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ |
||||||
|
#if (defined(__clang__) || defined(__GNUC__) || \ |
||||||
|
defined(__TI_COMPILER_VERSION__)) && \ |
||||||
|
!defined(__STRICT_ANSI__) && !defined(_MSC_VER) |
||||||
|
"ON" |
||||||
|
#else |
||||||
|
"OFF" |
||||||
|
#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_standard_default[argc]; |
||||||
|
require += info_language_extensions_default[argc]; |
||||||
|
(void)argv; |
||||||
|
return require; |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Relative path conversion top directories. |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/algo/Documents/openMVS/openMVS") |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/algo/Documents/openMVS/openMVS/build") |
||||||
|
|
||||||
|
# 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}) |
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@ |
|||||||
|
# Hashes of file build rules. |
||||||
|
0fa401e980390380e05cf0d9557417b6 CMakeFiles/uninstall |
||||||
@ -0,0 +1,148 @@ |
|||||||
|
#---------------------------------------------------------------- |
||||||
|
# Generated CMake target import file. |
||||||
|
#---------------------------------------------------------------- |
||||||
|
|
||||||
|
# Commands may need to know the format version. |
||||||
|
set(CMAKE_IMPORT_FILE_VERSION 1) |
||||||
|
|
||||||
|
# Import target "OpenMVS::Common" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::Common APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::Common PROPERTIES |
||||||
|
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/OpenMVS/libCommon.a" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::Common ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::Common "/usr/local/lib/OpenMVS/libCommon.a" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::Math" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::Math APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::Math PROPERTIES |
||||||
|
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/OpenMVS/libMath.a" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::Math ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::Math "/usr/local/lib/OpenMVS/libMath.a" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::IO" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::IO APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::IO PROPERTIES |
||||||
|
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/OpenMVS/libIO.a" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::IO ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::IO "/usr/local/lib/OpenMVS/libIO.a" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::MVS" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::MVS APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::MVS PROPERTIES |
||||||
|
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CUDA;CXX" |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/OpenMVS/libMVS.a" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::MVS ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::MVS "/usr/local/lib/OpenMVS/libMVS.a" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::InterfaceCOLMAP" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::InterfaceCOLMAP APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::InterfaceCOLMAP PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/InterfaceCOLMAP" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::InterfaceCOLMAP ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::InterfaceCOLMAP "/usr/local/bin/OpenMVS/InterfaceCOLMAP" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::InterfaceMetashape" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::InterfaceMetashape APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::InterfaceMetashape PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/InterfaceMetashape" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::InterfaceMetashape ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::InterfaceMetashape "/usr/local/bin/OpenMVS/InterfaceMetashape" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::InterfaceMVSNet" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::InterfaceMVSNet APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::InterfaceMVSNet PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/InterfaceMVSNet" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::InterfaceMVSNet ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::InterfaceMVSNet "/usr/local/bin/OpenMVS/InterfaceMVSNet" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::InterfacePolycam" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::InterfacePolycam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::InterfacePolycam PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/InterfacePolycam" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::InterfacePolycam ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::InterfacePolycam "/usr/local/bin/OpenMVS/InterfacePolycam" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::DensifyPointCloud" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::DensifyPointCloud APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::DensifyPointCloud PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/DensifyPointCloud" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::DensifyPointCloud ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::DensifyPointCloud "/usr/local/bin/OpenMVS/DensifyPointCloud" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::ReconstructMesh" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::ReconstructMesh APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::ReconstructMesh PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/ReconstructMesh" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::ReconstructMesh ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::ReconstructMesh "/usr/local/bin/OpenMVS/ReconstructMesh" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::RefineMesh" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::RefineMesh APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::RefineMesh PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/RefineMesh" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::RefineMesh ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::RefineMesh "/usr/local/bin/OpenMVS/RefineMesh" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::TextureMesh" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::TextureMesh APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::TextureMesh PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/TextureMesh" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::TextureMesh ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::TextureMesh "/usr/local/bin/OpenMVS/TextureMesh" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::TransformScene" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::TransformScene APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::TransformScene PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/TransformScene" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::TransformScene ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::TransformScene "/usr/local/bin/OpenMVS/TransformScene" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::Viewer" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::Viewer APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::Viewer PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/Viewer" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::Viewer ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::Viewer "/usr/local/bin/OpenMVS/Viewer" ) |
||||||
|
|
||||||
|
# Import target "OpenMVS::Tests" for configuration "" |
||||||
|
set_property(TARGET OpenMVS::Tests APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) |
||||||
|
set_target_properties(OpenMVS::Tests PROPERTIES |
||||||
|
IMPORTED_LOCATION_NOCONFIG "/usr/local/bin/OpenMVS/Tests" |
||||||
|
) |
||||||
|
|
||||||
|
list(APPEND _IMPORT_CHECK_TARGETS OpenMVS::Tests ) |
||||||
|
list(APPEND _IMPORT_CHECK_FILES_FOR_OpenMVS::Tests "/usr/local/bin/OpenMVS/Tests" ) |
||||||
|
|
||||||
|
# Commands beyond this point should not need to know the version. |
||||||
|
set(CMAKE_IMPORT_FILE_VERSION) |
||||||
@ -0,0 +1,146 @@ |
|||||||
|
# Generated by CMake |
||||||
|
|
||||||
|
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) |
||||||
|
message(FATAL_ERROR "CMake >= 2.6.0 required") |
||||||
|
endif() |
||||||
|
cmake_policy(PUSH) |
||||||
|
cmake_policy(VERSION 2.6...3.20) |
||||||
|
#---------------------------------------------------------------- |
||||||
|
# Generated CMake target import file. |
||||||
|
#---------------------------------------------------------------- |
||||||
|
|
||||||
|
# Commands may need to know the format version. |
||||||
|
set(CMAKE_IMPORT_FILE_VERSION 1) |
||||||
|
|
||||||
|
# Protect against multiple inclusion, which would fail when already imported targets are added once more. |
||||||
|
set(_targetsDefined) |
||||||
|
set(_targetsNotDefined) |
||||||
|
set(_expectedTargets) |
||||||
|
foreach(_expectedTarget OpenMVS::Common OpenMVS::Math OpenMVS::IO OpenMVS::MVS OpenMVS::InterfaceCOLMAP OpenMVS::InterfaceMetashape OpenMVS::InterfaceMVSNet OpenMVS::InterfacePolycam OpenMVS::DensifyPointCloud OpenMVS::ReconstructMesh OpenMVS::RefineMesh OpenMVS::TextureMesh OpenMVS::TransformScene OpenMVS::Viewer OpenMVS::Tests) |
||||||
|
list(APPEND _expectedTargets ${_expectedTarget}) |
||||||
|
if(NOT TARGET ${_expectedTarget}) |
||||||
|
list(APPEND _targetsNotDefined ${_expectedTarget}) |
||||||
|
endif() |
||||||
|
if(TARGET ${_expectedTarget}) |
||||||
|
list(APPEND _targetsDefined ${_expectedTarget}) |
||||||
|
endif() |
||||||
|
endforeach() |
||||||
|
if("${_targetsDefined}" STREQUAL "${_expectedTargets}") |
||||||
|
unset(_targetsDefined) |
||||||
|
unset(_targetsNotDefined) |
||||||
|
unset(_expectedTargets) |
||||||
|
set(CMAKE_IMPORT_FILE_VERSION) |
||||||
|
cmake_policy(POP) |
||||||
|
return() |
||||||
|
endif() |
||||||
|
if(NOT "${_targetsDefined}" STREQUAL "") |
||||||
|
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") |
||||||
|
endif() |
||||||
|
unset(_targetsDefined) |
||||||
|
unset(_targetsNotDefined) |
||||||
|
unset(_expectedTargets) |
||||||
|
|
||||||
|
|
||||||
|
# The installation prefix configured by this project. |
||||||
|
set(_IMPORT_PREFIX "/usr/local") |
||||||
|
|
||||||
|
# Create imported target OpenMVS::Common |
||||||
|
add_library(OpenMVS::Common STATIC IMPORTED) |
||||||
|
|
||||||
|
set_target_properties(OpenMVS::Common PROPERTIES |
||||||
|
INTERFACE_LINK_LIBRARIES "Boost::iostreams;Boost::program_options;Boost::system;Boost::serialization;Boost::python;opencv_calib3d;opencv_core;opencv_dnn;opencv_features2d;opencv_flann;opencv_highgui;opencv_imgcodecs;opencv_imgproc;opencv_ml;opencv_objdetect;opencv_photo;opencv_stitching;opencv_video;opencv_videoio;opencv_alphamat;opencv_aruco;opencv_barcode;opencv_bgsegm;opencv_bioinspired;opencv_ccalib;opencv_datasets;opencv_dnn_objdetect;opencv_dnn_superres;opencv_dpm;opencv_face;opencv_freetype;opencv_fuzzy;opencv_hdf;opencv_hfs;opencv_img_hash;opencv_intensity_transform;opencv_line_descriptor;opencv_mcc;opencv_optflow;opencv_phase_unwrapping;opencv_plot;opencv_quality;opencv_rapid;opencv_reg;opencv_rgbd;opencv_saliency;opencv_shape;opencv_stereo;opencv_structured_light;opencv_superres;opencv_surface_matching;opencv_text;opencv_tracking;opencv_videostab;opencv_viz;opencv_wechat_qrcode;opencv_ximgproc;opencv_xobjdetect;opencv_xphoto" |
||||||
|
) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::Math |
||||||
|
add_library(OpenMVS::Math STATIC IMPORTED) |
||||||
|
|
||||||
|
set_target_properties(OpenMVS::Math PROPERTIES |
||||||
|
INTERFACE_LINK_LIBRARIES "OpenMVS::Common" |
||||||
|
) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::IO |
||||||
|
add_library(OpenMVS::IO STATIC IMPORTED) |
||||||
|
|
||||||
|
set_target_properties(OpenMVS::IO PROPERTIES |
||||||
|
INTERFACE_LINK_LIBRARIES "OpenMVS::Common;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libjpeg.so;/usr/lib/x86_64-linux-gnu/libtiff.so" |
||||||
|
) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::MVS |
||||||
|
add_library(OpenMVS::MVS STATIC IMPORTED) |
||||||
|
|
||||||
|
set_target_properties(OpenMVS::MVS PROPERTIES |
||||||
|
INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:OpenMVS::Common>;\$<LINK_ONLY:OpenMVS::Math>;\$<LINK_ONLY:OpenMVS::IO>;\$<LINK_ONLY:CGAL>;/usr/lib/x86_64-linux-gnu/libcuda.so" |
||||||
|
) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::InterfaceCOLMAP |
||||||
|
add_executable(OpenMVS::InterfaceCOLMAP IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::InterfaceMetashape |
||||||
|
add_executable(OpenMVS::InterfaceMetashape IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::InterfaceMVSNet |
||||||
|
add_executable(OpenMVS::InterfaceMVSNet IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::InterfacePolycam |
||||||
|
add_executable(OpenMVS::InterfacePolycam IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::DensifyPointCloud |
||||||
|
add_executable(OpenMVS::DensifyPointCloud IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::ReconstructMesh |
||||||
|
add_executable(OpenMVS::ReconstructMesh IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::RefineMesh |
||||||
|
add_executable(OpenMVS::RefineMesh IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::TextureMesh |
||||||
|
add_executable(OpenMVS::TextureMesh IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::TransformScene |
||||||
|
add_executable(OpenMVS::TransformScene IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::Viewer |
||||||
|
add_executable(OpenMVS::Viewer IMPORTED) |
||||||
|
|
||||||
|
# Create imported target OpenMVS::Tests |
||||||
|
add_executable(OpenMVS::Tests IMPORTED) |
||||||
|
|
||||||
|
if(CMAKE_VERSION VERSION_LESS 2.8.12) |
||||||
|
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") |
||||||
|
endif() |
||||||
|
|
||||||
|
# Load information for each installed configuration. |
||||||
|
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) |
||||||
|
file(GLOB CONFIG_FILES "${_DIR}/OpenMVSTargets-*.cmake") |
||||||
|
foreach(f ${CONFIG_FILES}) |
||||||
|
include(${f}) |
||||||
|
endforeach() |
||||||
|
|
||||||
|
# Cleanup temporary variables. |
||||||
|
set(_IMPORT_PREFIX) |
||||||
|
|
||||||
|
# Loop over all imported files and verify that they actually exist |
||||||
|
foreach(target ${_IMPORT_CHECK_TARGETS} ) |
||||||
|
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) |
||||||
|
if(NOT EXISTS "${file}" ) |
||||||
|
message(FATAL_ERROR "The imported target \"${target}\" references the file |
||||||
|
\"${file}\" |
||||||
|
but this file does not exist. Possible reasons include: |
||||||
|
* The file was deleted, renamed, or moved to another location. |
||||||
|
* An install or uninstall procedure did not complete successfully. |
||||||
|
* The installation package was faulty and contained |
||||||
|
\"${CMAKE_CURRENT_LIST_FILE}\" |
||||||
|
but not all the files it references. |
||||||
|
") |
||||||
|
endif() |
||||||
|
endforeach() |
||||||
|
unset(_IMPORT_CHECK_FILES_FOR_${target}) |
||||||
|
endforeach() |
||||||
|
unset(_IMPORT_CHECK_TARGETS) |
||||||
|
|
||||||
|
# This file does not depend on other imported targets which have |
||||||
|
# been exported from the same project but in a separate export set. |
||||||
|
|
||||||
|
# Commands beyond this point should not need to know the version. |
||||||
|
set(CMAKE_IMPORT_FILE_VERSION) |
||||||
|
cmake_policy(POP) |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
|
||||||
|
#include <stdio.h> |
||||||
|
#include <omp.h> |
||||||
|
const char ompver_str[] = { 'I', 'N', 'F', 'O', ':', 'O', 'p', 'e', 'n', 'M', |
||||||
|
'P', '-', 'd', 'a', 't', 'e', '[', |
||||||
|
('0' + ((_OPENMP/100000)%10)), |
||||||
|
('0' + ((_OPENMP/10000)%10)), |
||||||
|
('0' + ((_OPENMP/1000)%10)), |
||||||
|
('0' + ((_OPENMP/100)%10)), |
||||||
|
('0' + ((_OPENMP/10)%10)), |
||||||
|
('0' + ((_OPENMP/1)%10)), |
||||||
|
']', '\0' }; |
||||||
|
int main(void) |
||||||
|
{ |
||||||
|
puts(ompver_str); |
||||||
|
return 0; |
||||||
|
} |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
|
||||||
|
#include <stdio.h> |
||||||
|
#include <omp.h> |
||||||
|
const char ompver_str[] = { 'I', 'N', 'F', 'O', ':', 'O', 'p', 'e', 'n', 'M', |
||||||
|
'P', '-', 'd', 'a', 't', 'e', '[', |
||||||
|
('0' + ((_OPENMP/100000)%10)), |
||||||
|
('0' + ((_OPENMP/10000)%10)), |
||||||
|
('0' + ((_OPENMP/1000)%10)), |
||||||
|
('0' + ((_OPENMP/100)%10)), |
||||||
|
('0' + ((_OPENMP/10)%10)), |
||||||
|
('0' + ((_OPENMP/1)%10)), |
||||||
|
']', '\0' }; |
||||||
|
int main(void) |
||||||
|
{ |
||||||
|
puts(ompver_str); |
||||||
|
return 0; |
||||||
|
} |
||||||
@ -0,0 +1,12 @@ |
|||||||
|
|
||||||
|
#include <omp.h> |
||||||
|
int main(void) { |
||||||
|
#ifdef _OPENMP |
||||||
|
omp_get_max_threads(); |
||||||
|
return 0; |
||||||
|
#elif defined(__HIP_DEVICE_COMPILE__) |
||||||
|
return 0; |
||||||
|
#else |
||||||
|
breaks_on_purpose |
||||||
|
#endif |
||||||
|
} |
||||||
@ -0,0 +1,12 @@ |
|||||||
|
|
||||||
|
#include <omp.h> |
||||||
|
int main(void) { |
||||||
|
#ifdef _OPENMP |
||||||
|
omp_get_max_threads(); |
||||||
|
return 0; |
||||||
|
#elif defined(__HIP_DEVICE_COMPILE__) |
||||||
|
return 0; |
||||||
|
#else |
||||||
|
breaks_on_purpose |
||||||
|
#endif |
||||||
|
} |
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,199 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# 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" |
||||||
|
"../CMakeLists.txt" |
||||||
|
"../apps/CMakeLists.txt" |
||||||
|
"../apps/DensifyPointCloud/CMakeLists.txt" |
||||||
|
"../apps/InterfaceCOLMAP/CMakeLists.txt" |
||||||
|
"../apps/InterfaceMVSNet/CMakeLists.txt" |
||||||
|
"../apps/InterfaceMetashape/CMakeLists.txt" |
||||||
|
"../apps/InterfacePolycam/CMakeLists.txt" |
||||||
|
"../apps/ReconstructMesh/CMakeLists.txt" |
||||||
|
"../apps/RefineMesh/CMakeLists.txt" |
||||||
|
"../apps/Tests/CMakeLists.txt" |
||||||
|
"../apps/TextureMesh/CMakeLists.txt" |
||||||
|
"../apps/TransformScene/CMakeLists.txt" |
||||||
|
"../apps/Viewer/CMakeLists.txt" |
||||||
|
"CMakeFiles/3.22.1/CMakeCCompiler.cmake" |
||||||
|
"CMakeFiles/3.22.1/CMakeCUDACompiler.cmake" |
||||||
|
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" |
||||||
|
"CMakeFiles/3.22.1/CMakeSystem.cmake" |
||||||
|
"Modules/FindBREAKPAD.cmake" |
||||||
|
"Modules/FindEigen3.cmake" |
||||||
|
"Modules/FindVCG.cmake" |
||||||
|
"Templates/ConfigLocal.h.in" |
||||||
|
"Templates/OpenMVSConfig.cmake.in" |
||||||
|
"Templates/cmake_uninstall.cmake.in" |
||||||
|
"Utils.cmake" |
||||||
|
"../docs/CMakeLists.txt" |
||||||
|
"../libs/CMakeLists.txt" |
||||||
|
"../libs/Common/CMakeLists.txt" |
||||||
|
"../libs/IO/CMakeLists.txt" |
||||||
|
"../libs/MVS/CMakeLists.txt" |
||||||
|
"../libs/Math/CMakeLists.txt" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfigVersion.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/BoostDetectToolset-1.74.0.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0/boost_headers-config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_iostreams-1.74.0/boost_iostreams-config-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_iostreams-1.74.0/boost_iostreams-config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_iostreams-1.74.0/libboost_iostreams-variant-shared.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_iostreams-1.74.0/libboost_iostreams-variant-static.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_options-config-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/boost_program_options-config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/libboost_program_options-variant-shared.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_program_options-1.74.0/libboost_program_options-variant-static.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_python-1.74.0/boost_python-config-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_python-1.74.0/boost_python-config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_python-1.74.0/libboost_python-variant-shared-py3.10.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_python-1.74.0/libboost_python-variant-static-py3.10.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_serialization-1.74.0/boost_serialization-config-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_serialization-1.74.0/boost_serialization-config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_serialization-1.74.0/libboost_serialization-variant-shared.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_serialization-1.74.0/libboost_serialization-variant-static.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/boost_system-config-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/boost_system-config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/libboost_system-variant-shared.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/boost_system-1.74.0/libboost_system-variant-static.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/glfw3/glfw3Config.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/glfw3/glfw3ConfigVersion.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/glfw3/glfw3Targets-none.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/glfw3/glfw3Targets.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/opencv4/OpenCVConfig-version.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/opencv4/OpenCVConfig.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/opencv4/OpenCVModules-release.cmake" |
||||||
|
"/usr/lib/x86_64-linux-gnu/cmake/opencv4/OpenCVModules.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGALConfig.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGALConfigBuildVersion.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGALConfigVersion.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGALHelpers.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_Common.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_CreateSingleSourceCGALProgram.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_GeneratorSpecificSettings.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_Macros.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_SCM.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_SetupBoost.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_SetupCGALDependencies.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_SetupGMP.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_TweakFindBoost.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_VersionUtils.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_add_test.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_enable_end_of_configuration_hook.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_setup_target_dependencies.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/CGAL_target_use_TBB.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/FindGMP.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/FindGMPXX.cmake" |
||||||
|
"/usr/local/lib/cmake/CGAL/FindMPFR.cmake" |
||||||
|
"/usr/local/share/eigen3/cmake/Eigen3Config.cmake" |
||||||
|
"/usr/local/share/eigen3/cmake/Eigen3ConfigVersion.cmake" |
||||||
|
"/usr/local/share/eigen3/cmake/Eigen3Targets.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeCUDAInformation.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeCXXInformation.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakePackageConfigHelpers.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeParseArguments.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CheckCXXCompilerFlag.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CheckCXXSourceCompiles.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CheckIncludeFile.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/CheckLibraryExists.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Compiler/GNU-C.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Compiler/GNU.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Compiler/NVIDIA-CUDA.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindBoost.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindCUDA.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindCUDA/select_compute_arch.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindGLEW.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindJPEG.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindOpenGL.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindOpenMP.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindPNG.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindPython/Support.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindPython3.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindTIFF.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindThreads.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/FindZLIB.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Internal/CheckCompilerFlag.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-C.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-CXX.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Platform/Linux-GNU.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Platform/Linux.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/Platform/UnixPaths.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/SelectLibraryConfigurations.cmake" |
||||||
|
"/usr/share/cmake-3.22/Modules/WriteBasicConfigVersionFile.cmake" |
||||||
|
) |
||||||
|
|
||||||
|
# The corresponding makefile is: |
||||||
|
set(CMAKE_MAKEFILE_OUTPUTS |
||||||
|
"Makefile" |
||||||
|
"CMakeFiles/cmake.check_cache" |
||||||
|
) |
||||||
|
|
||||||
|
# Byproducts of CMake generate step: |
||||||
|
set(CMAKE_MAKEFILE_PRODUCTS |
||||||
|
"ConfigLocal.h" |
||||||
|
"OpenMVSConfigVersion.cmake" |
||||||
|
"OpenMVSConfig.cmake" |
||||||
|
"cmake_uninstall.cmake" |
||||||
|
"CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"libs/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"libs/Common/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"libs/Math/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"libs/IO/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"libs/MVS/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/InterfaceCOLMAP/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/InterfaceMetashape/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/InterfaceMVSNet/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/InterfacePolycam/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/DensifyPointCloud/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/ReconstructMesh/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/RefineMesh/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/TextureMesh/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/TransformScene/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/Viewer/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"apps/Tests/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
"docs/CMakeFiles/CMakeDirectoryInformation.cmake" |
||||||
|
) |
||||||
|
|
||||||
|
# Dependency information for all targets: |
||||||
|
set(CMAKE_DEPEND_INFO_FILES |
||||||
|
"CMakeFiles/uninstall.dir/DependInfo.cmake" |
||||||
|
"libs/Common/CMakeFiles/Common.dir/DependInfo.cmake" |
||||||
|
"libs/Math/CMakeFiles/Math.dir/DependInfo.cmake" |
||||||
|
"libs/IO/CMakeFiles/IO.dir/DependInfo.cmake" |
||||||
|
"libs/MVS/CMakeFiles/MVS.dir/DependInfo.cmake" |
||||||
|
"libs/MVS/CMakeFiles/pyOpenMVS.dir/DependInfo.cmake" |
||||||
|
"apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/DependInfo.cmake" |
||||||
|
"apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/DependInfo.cmake" |
||||||
|
"apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/DependInfo.cmake" |
||||||
|
"apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/DependInfo.cmake" |
||||||
|
"apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DependInfo.cmake" |
||||||
|
"apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/DependInfo.cmake" |
||||||
|
"apps/RefineMesh/CMakeFiles/RefineMesh.dir/DependInfo.cmake" |
||||||
|
"apps/TextureMesh/CMakeFiles/TextureMesh.dir/DependInfo.cmake" |
||||||
|
"apps/TransformScene/CMakeFiles/TransformScene.dir/DependInfo.cmake" |
||||||
|
"apps/Viewer/CMakeFiles/Viewer.dir/DependInfo.cmake" |
||||||
|
"apps/Tests/CMakeFiles/Tests.dir/DependInfo.cmake" |
||||||
|
) |
||||||
@ -0,0 +1,884 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file. |
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters. |
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run. |
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run. |
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for the build root directory |
||||||
|
|
||||||
|
# The main recursive "all" target. |
||||||
|
all: libs/all |
||||||
|
all: apps/all |
||||||
|
all: docs/all |
||||||
|
.PHONY : all |
||||||
|
|
||||||
|
# The main recursive "preinstall" target. |
||||||
|
preinstall: libs/preinstall |
||||||
|
preinstall: apps/preinstall |
||||||
|
preinstall: docs/preinstall |
||||||
|
.PHONY : preinstall |
||||||
|
|
||||||
|
# The main recursive "clean" target. |
||||||
|
clean: CMakeFiles/uninstall.dir/clean |
||||||
|
clean: libs/clean |
||||||
|
clean: apps/clean |
||||||
|
clean: docs/clean |
||||||
|
.PHONY : clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/all: apps/InterfaceCOLMAP/all |
||||||
|
apps/all: apps/InterfaceMetashape/all |
||||||
|
apps/all: apps/InterfaceMVSNet/all |
||||||
|
apps/all: apps/InterfacePolycam/all |
||||||
|
apps/all: apps/DensifyPointCloud/all |
||||||
|
apps/all: apps/ReconstructMesh/all |
||||||
|
apps/all: apps/RefineMesh/all |
||||||
|
apps/all: apps/TextureMesh/all |
||||||
|
apps/all: apps/TransformScene/all |
||||||
|
apps/all: apps/Viewer/all |
||||||
|
apps/all: apps/Tests/all |
||||||
|
.PHONY : apps/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/preinstall: apps/InterfaceCOLMAP/preinstall |
||||||
|
apps/preinstall: apps/InterfaceMetashape/preinstall |
||||||
|
apps/preinstall: apps/InterfaceMVSNet/preinstall |
||||||
|
apps/preinstall: apps/InterfacePolycam/preinstall |
||||||
|
apps/preinstall: apps/DensifyPointCloud/preinstall |
||||||
|
apps/preinstall: apps/ReconstructMesh/preinstall |
||||||
|
apps/preinstall: apps/RefineMesh/preinstall |
||||||
|
apps/preinstall: apps/TextureMesh/preinstall |
||||||
|
apps/preinstall: apps/TransformScene/preinstall |
||||||
|
apps/preinstall: apps/Viewer/preinstall |
||||||
|
apps/preinstall: apps/Tests/preinstall |
||||||
|
.PHONY : apps/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/clean: apps/InterfaceCOLMAP/clean |
||||||
|
apps/clean: apps/InterfaceMetashape/clean |
||||||
|
apps/clean: apps/InterfaceMVSNet/clean |
||||||
|
apps/clean: apps/InterfacePolycam/clean |
||||||
|
apps/clean: apps/DensifyPointCloud/clean |
||||||
|
apps/clean: apps/ReconstructMesh/clean |
||||||
|
apps/clean: apps/RefineMesh/clean |
||||||
|
apps/clean: apps/TextureMesh/clean |
||||||
|
apps/clean: apps/TransformScene/clean |
||||||
|
apps/clean: apps/Viewer/clean |
||||||
|
apps/clean: apps/Tests/clean |
||||||
|
.PHONY : apps/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/DensifyPointCloud |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/DensifyPointCloud/all: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all |
||||||
|
.PHONY : apps/DensifyPointCloud/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/DensifyPointCloud/preinstall: |
||||||
|
.PHONY : apps/DensifyPointCloud/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/DensifyPointCloud/clean: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/clean |
||||||
|
.PHONY : apps/DensifyPointCloud/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/InterfaceCOLMAP |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/InterfaceCOLMAP/all: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all |
||||||
|
.PHONY : apps/InterfaceCOLMAP/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/InterfaceCOLMAP/preinstall: |
||||||
|
.PHONY : apps/InterfaceCOLMAP/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/InterfaceCOLMAP/clean: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/clean |
||||||
|
.PHONY : apps/InterfaceCOLMAP/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/InterfaceMVSNet |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/InterfaceMVSNet/all: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all |
||||||
|
.PHONY : apps/InterfaceMVSNet/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/InterfaceMVSNet/preinstall: |
||||||
|
.PHONY : apps/InterfaceMVSNet/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/InterfaceMVSNet/clean: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/clean |
||||||
|
.PHONY : apps/InterfaceMVSNet/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/InterfaceMetashape |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/InterfaceMetashape/all: apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all |
||||||
|
.PHONY : apps/InterfaceMetashape/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/InterfaceMetashape/preinstall: |
||||||
|
.PHONY : apps/InterfaceMetashape/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/InterfaceMetashape/clean: apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/clean |
||||||
|
.PHONY : apps/InterfaceMetashape/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/InterfacePolycam |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/InterfacePolycam/all: apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all |
||||||
|
.PHONY : apps/InterfacePolycam/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/InterfacePolycam/preinstall: |
||||||
|
.PHONY : apps/InterfacePolycam/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/InterfacePolycam/clean: apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/clean |
||||||
|
.PHONY : apps/InterfacePolycam/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/ReconstructMesh |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/ReconstructMesh/all: apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all |
||||||
|
.PHONY : apps/ReconstructMesh/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/ReconstructMesh/preinstall: |
||||||
|
.PHONY : apps/ReconstructMesh/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/ReconstructMesh/clean: apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/clean |
||||||
|
.PHONY : apps/ReconstructMesh/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/RefineMesh |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/RefineMesh/all: apps/RefineMesh/CMakeFiles/RefineMesh.dir/all |
||||||
|
.PHONY : apps/RefineMesh/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/RefineMesh/preinstall: |
||||||
|
.PHONY : apps/RefineMesh/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/RefineMesh/clean: apps/RefineMesh/CMakeFiles/RefineMesh.dir/clean |
||||||
|
.PHONY : apps/RefineMesh/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/Tests |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/Tests/all: apps/Tests/CMakeFiles/Tests.dir/all |
||||||
|
.PHONY : apps/Tests/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/Tests/preinstall: |
||||||
|
.PHONY : apps/Tests/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/Tests/clean: apps/Tests/CMakeFiles/Tests.dir/clean |
||||||
|
.PHONY : apps/Tests/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/TextureMesh |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/TextureMesh/all: apps/TextureMesh/CMakeFiles/TextureMesh.dir/all |
||||||
|
.PHONY : apps/TextureMesh/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/TextureMesh/preinstall: |
||||||
|
.PHONY : apps/TextureMesh/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/TextureMesh/clean: apps/TextureMesh/CMakeFiles/TextureMesh.dir/clean |
||||||
|
.PHONY : apps/TextureMesh/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/TransformScene |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/TransformScene/all: apps/TransformScene/CMakeFiles/TransformScene.dir/all |
||||||
|
.PHONY : apps/TransformScene/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/TransformScene/preinstall: |
||||||
|
.PHONY : apps/TransformScene/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/TransformScene/clean: apps/TransformScene/CMakeFiles/TransformScene.dir/clean |
||||||
|
.PHONY : apps/TransformScene/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory apps/Viewer |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
apps/Viewer/all: apps/Viewer/CMakeFiles/Viewer.dir/all |
||||||
|
.PHONY : apps/Viewer/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
apps/Viewer/preinstall: |
||||||
|
.PHONY : apps/Viewer/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
apps/Viewer/clean: apps/Viewer/CMakeFiles/Viewer.dir/clean |
||||||
|
.PHONY : apps/Viewer/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory docs |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
docs/all: |
||||||
|
.PHONY : docs/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
docs/preinstall: |
||||||
|
.PHONY : docs/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
docs/clean: |
||||||
|
.PHONY : docs/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory libs |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
libs/all: libs/Common/all |
||||||
|
libs/all: libs/Math/all |
||||||
|
libs/all: libs/IO/all |
||||||
|
libs/all: libs/MVS/all |
||||||
|
.PHONY : libs/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
libs/preinstall: libs/Common/preinstall |
||||||
|
libs/preinstall: libs/Math/preinstall |
||||||
|
libs/preinstall: libs/IO/preinstall |
||||||
|
libs/preinstall: libs/MVS/preinstall |
||||||
|
.PHONY : libs/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
libs/clean: libs/Common/clean |
||||||
|
libs/clean: libs/Math/clean |
||||||
|
libs/clean: libs/IO/clean |
||||||
|
libs/clean: libs/MVS/clean |
||||||
|
.PHONY : libs/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory libs/Common |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
libs/Common/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
.PHONY : libs/Common/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
libs/Common/preinstall: |
||||||
|
.PHONY : libs/Common/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
libs/Common/clean: libs/Common/CMakeFiles/Common.dir/clean |
||||||
|
.PHONY : libs/Common/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory libs/IO |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
libs/IO/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
.PHONY : libs/IO/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
libs/IO/preinstall: |
||||||
|
.PHONY : libs/IO/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
libs/IO/clean: libs/IO/CMakeFiles/IO.dir/clean |
||||||
|
.PHONY : libs/IO/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory libs/MVS |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
libs/MVS/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
libs/MVS/all: libs/MVS/CMakeFiles/pyOpenMVS.dir/all |
||||||
|
.PHONY : libs/MVS/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
libs/MVS/preinstall: |
||||||
|
.PHONY : libs/MVS/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
libs/MVS/clean: libs/MVS/CMakeFiles/MVS.dir/clean |
||||||
|
libs/MVS/clean: libs/MVS/CMakeFiles/pyOpenMVS.dir/clean |
||||||
|
.PHONY : libs/MVS/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Directory level rules for directory libs/Math |
||||||
|
|
||||||
|
# Recursive "all" directory target. |
||||||
|
libs/Math/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
.PHONY : libs/Math/all |
||||||
|
|
||||||
|
# Recursive "preinstall" directory target. |
||||||
|
libs/Math/preinstall: |
||||||
|
.PHONY : libs/Math/preinstall |
||||||
|
|
||||||
|
# Recursive "clean" directory target. |
||||||
|
libs/Math/clean: libs/Math/CMakeFiles/Math.dir/clean |
||||||
|
.PHONY : libs/Math/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target CMakeFiles/uninstall.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
CMakeFiles/uninstall.dir/all: |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num= "Built target uninstall" |
||||||
|
.PHONY : CMakeFiles/uninstall.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
CMakeFiles/uninstall.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : CMakeFiles/uninstall.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
uninstall: CMakeFiles/uninstall.dir/rule |
||||||
|
.PHONY : uninstall |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
CMakeFiles/uninstall.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean |
||||||
|
.PHONY : CMakeFiles/uninstall.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target libs/Common/CMakeFiles/Common.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
libs/Common/CMakeFiles/Common.dir/all: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Common/CMakeFiles/Common.dir/build.make libs/Common/CMakeFiles/Common.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Common/CMakeFiles/Common.dir/build.make libs/Common/CMakeFiles/Common.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11 "Built target Common" |
||||||
|
.PHONY : libs/Common/CMakeFiles/Common.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
libs/Common/CMakeFiles/Common.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 11 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/Common/CMakeFiles/Common.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : libs/Common/CMakeFiles/Common.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
Common: libs/Common/CMakeFiles/Common.dir/rule |
||||||
|
.PHONY : Common |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
libs/Common/CMakeFiles/Common.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Common/CMakeFiles/Common.dir/build.make libs/Common/CMakeFiles/Common.dir/clean |
||||||
|
.PHONY : libs/Common/CMakeFiles/Common.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target libs/Math/CMakeFiles/Math.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
libs/Math/CMakeFiles/Math.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Math/CMakeFiles/Math.dir/build.make libs/Math/CMakeFiles/Math.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Math/CMakeFiles/Math.dir/build.make libs/Math/CMakeFiles/Math.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=55,56,57,58,59,60 "Built target Math" |
||||||
|
.PHONY : libs/Math/CMakeFiles/Math.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
libs/Math/CMakeFiles/Math.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 17 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/Math/CMakeFiles/Math.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : libs/Math/CMakeFiles/Math.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
Math: libs/Math/CMakeFiles/Math.dir/rule |
||||||
|
.PHONY : Math |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
libs/Math/CMakeFiles/Math.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Math/CMakeFiles/Math.dir/build.make libs/Math/CMakeFiles/Math.dir/clean |
||||||
|
.PHONY : libs/Math/CMakeFiles/Math.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target libs/IO/CMakeFiles/IO.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
libs/IO/CMakeFiles/IO.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/IO/CMakeFiles/IO.dir/build.make libs/IO/CMakeFiles/IO.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/IO/CMakeFiles/IO.dir/build.make libs/IO/CMakeFiles/IO.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=14,15,16,17,18,19,20,21,22,23,24,25,26,27 "Built target IO" |
||||||
|
.PHONY : libs/IO/CMakeFiles/IO.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
libs/IO/CMakeFiles/IO.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 25 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/IO/CMakeFiles/IO.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : libs/IO/CMakeFiles/IO.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
IO: libs/IO/CMakeFiles/IO.dir/rule |
||||||
|
.PHONY : IO |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
libs/IO/CMakeFiles/IO.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/IO/CMakeFiles/IO.dir/build.make libs/IO/CMakeFiles/IO.dir/clean |
||||||
|
.PHONY : libs/IO/CMakeFiles/IO.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target libs/MVS/CMakeFiles/MVS.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
libs/MVS/CMakeFiles/MVS.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
libs/MVS/CMakeFiles/MVS.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
libs/MVS/CMakeFiles/MVS.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/MVS.dir/build.make libs/MVS/CMakeFiles/MVS.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/MVS.dir/build.make libs/MVS/CMakeFiles/MVS.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54 "Built target MVS" |
||||||
|
.PHONY : libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
libs/MVS/CMakeFiles/MVS.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 50 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : libs/MVS/CMakeFiles/MVS.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
MVS: libs/MVS/CMakeFiles/MVS.dir/rule |
||||||
|
.PHONY : MVS |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
libs/MVS/CMakeFiles/MVS.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/MVS.dir/build.make libs/MVS/CMakeFiles/MVS.dir/clean |
||||||
|
.PHONY : libs/MVS/CMakeFiles/MVS.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target libs/MVS/CMakeFiles/pyOpenMVS.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
libs/MVS/CMakeFiles/pyOpenMVS.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
libs/MVS/CMakeFiles/pyOpenMVS.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
libs/MVS/CMakeFiles/pyOpenMVS.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
libs/MVS/CMakeFiles/pyOpenMVS.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/pyOpenMVS.dir/build.make libs/MVS/CMakeFiles/pyOpenMVS.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/pyOpenMVS.dir/build.make libs/MVS/CMakeFiles/pyOpenMVS.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=79,80 "Built target pyOpenMVS" |
||||||
|
.PHONY : libs/MVS/CMakeFiles/pyOpenMVS.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
libs/MVS/CMakeFiles/pyOpenMVS.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/MVS/CMakeFiles/pyOpenMVS.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : libs/MVS/CMakeFiles/pyOpenMVS.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
pyOpenMVS: libs/MVS/CMakeFiles/pyOpenMVS.dir/rule |
||||||
|
.PHONY : pyOpenMVS |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
libs/MVS/CMakeFiles/pyOpenMVS.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/pyOpenMVS.dir/build.make libs/MVS/CMakeFiles/pyOpenMVS.dir/clean |
||||||
|
.PHONY : libs/MVS/CMakeFiles/pyOpenMVS.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=28,29 "Built target InterfaceCOLMAP" |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
InterfaceCOLMAP: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule |
||||||
|
.PHONY : InterfaceCOLMAP |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/clean |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/build.make apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/build.make apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=32,33 "Built target InterfaceMetashape" |
||||||
|
.PHONY : apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
InterfaceMetashape: apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/rule |
||||||
|
.PHONY : InterfaceMetashape |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/build.make apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/clean |
||||||
|
.PHONY : apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=30,31 "Built target InterfaceMVSNet" |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
InterfaceMVSNet: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule |
||||||
|
.PHONY : InterfaceMVSNet |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/clean |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/build.make apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/build.make apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=34,35 "Built target InterfacePolycam" |
||||||
|
.PHONY : apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
InterfacePolycam: apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/rule |
||||||
|
.PHONY : InterfacePolycam |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/build.make apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/clean |
||||||
|
.PHONY : apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=12,13 "Built target DensifyPointCloud" |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
DensifyPointCloud: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule |
||||||
|
.PHONY : DensifyPointCloud |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/clean |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/build.make apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/build.make apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=61,62 "Built target ReconstructMesh" |
||||||
|
.PHONY : apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
ReconstructMesh: apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/rule |
||||||
|
.PHONY : ReconstructMesh |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/build.make apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/clean |
||||||
|
.PHONY : apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/RefineMesh/CMakeFiles/RefineMesh.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/RefineMesh/CMakeFiles/RefineMesh.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/RefineMesh/CMakeFiles/RefineMesh.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/RefineMesh/CMakeFiles/RefineMesh.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/RefineMesh/CMakeFiles/RefineMesh.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/RefineMesh/CMakeFiles/RefineMesh.dir/build.make apps/RefineMesh/CMakeFiles/RefineMesh.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/RefineMesh/CMakeFiles/RefineMesh.dir/build.make apps/RefineMesh/CMakeFiles/RefineMesh.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=63,64 "Built target RefineMesh" |
||||||
|
.PHONY : apps/RefineMesh/CMakeFiles/RefineMesh.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/RefineMesh/CMakeFiles/RefineMesh.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/RefineMesh/CMakeFiles/RefineMesh.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/RefineMesh/CMakeFiles/RefineMesh.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
RefineMesh: apps/RefineMesh/CMakeFiles/RefineMesh.dir/rule |
||||||
|
.PHONY : RefineMesh |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/RefineMesh/CMakeFiles/RefineMesh.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/RefineMesh/CMakeFiles/RefineMesh.dir/build.make apps/RefineMesh/CMakeFiles/RefineMesh.dir/clean |
||||||
|
.PHONY : apps/RefineMesh/CMakeFiles/RefineMesh.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/TextureMesh/CMakeFiles/TextureMesh.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/TextureMesh/CMakeFiles/TextureMesh.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/TextureMesh/CMakeFiles/TextureMesh.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/TextureMesh/CMakeFiles/TextureMesh.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/TextureMesh/CMakeFiles/TextureMesh.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TextureMesh/CMakeFiles/TextureMesh.dir/build.make apps/TextureMesh/CMakeFiles/TextureMesh.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TextureMesh/CMakeFiles/TextureMesh.dir/build.make apps/TextureMesh/CMakeFiles/TextureMesh.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=67,68 "Built target TextureMesh" |
||||||
|
.PHONY : apps/TextureMesh/CMakeFiles/TextureMesh.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/TextureMesh/CMakeFiles/TextureMesh.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/TextureMesh/CMakeFiles/TextureMesh.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/TextureMesh/CMakeFiles/TextureMesh.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
TextureMesh: apps/TextureMesh/CMakeFiles/TextureMesh.dir/rule |
||||||
|
.PHONY : TextureMesh |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/TextureMesh/CMakeFiles/TextureMesh.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TextureMesh/CMakeFiles/TextureMesh.dir/build.make apps/TextureMesh/CMakeFiles/TextureMesh.dir/clean |
||||||
|
.PHONY : apps/TextureMesh/CMakeFiles/TextureMesh.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/TransformScene/CMakeFiles/TransformScene.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/TransformScene/CMakeFiles/TransformScene.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/TransformScene/CMakeFiles/TransformScene.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/TransformScene/CMakeFiles/TransformScene.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/TransformScene/CMakeFiles/TransformScene.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TransformScene/CMakeFiles/TransformScene.dir/build.make apps/TransformScene/CMakeFiles/TransformScene.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TransformScene/CMakeFiles/TransformScene.dir/build.make apps/TransformScene/CMakeFiles/TransformScene.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=69,70 "Built target TransformScene" |
||||||
|
.PHONY : apps/TransformScene/CMakeFiles/TransformScene.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/TransformScene/CMakeFiles/TransformScene.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/TransformScene/CMakeFiles/TransformScene.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/TransformScene/CMakeFiles/TransformScene.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
TransformScene: apps/TransformScene/CMakeFiles/TransformScene.dir/rule |
||||||
|
.PHONY : TransformScene |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/TransformScene/CMakeFiles/TransformScene.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TransformScene/CMakeFiles/TransformScene.dir/build.make apps/TransformScene/CMakeFiles/TransformScene.dir/clean |
||||||
|
.PHONY : apps/TransformScene/CMakeFiles/TransformScene.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/Viewer/CMakeFiles/Viewer.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/Viewer/CMakeFiles/Viewer.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/Viewer/CMakeFiles/Viewer.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/Viewer/CMakeFiles/Viewer.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/Viewer/CMakeFiles/Viewer.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Viewer/CMakeFiles/Viewer.dir/build.make apps/Viewer/CMakeFiles/Viewer.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Viewer/CMakeFiles/Viewer.dir/build.make apps/Viewer/CMakeFiles/Viewer.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=71,72,73,74,75,76,77,78 "Built target Viewer" |
||||||
|
.PHONY : apps/Viewer/CMakeFiles/Viewer.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/Viewer/CMakeFiles/Viewer.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 58 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/Viewer/CMakeFiles/Viewer.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/Viewer/CMakeFiles/Viewer.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
Viewer: apps/Viewer/CMakeFiles/Viewer.dir/rule |
||||||
|
.PHONY : Viewer |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/Viewer/CMakeFiles/Viewer.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Viewer/CMakeFiles/Viewer.dir/build.make apps/Viewer/CMakeFiles/Viewer.dir/clean |
||||||
|
.PHONY : apps/Viewer/CMakeFiles/Viewer.dir/clean |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# Target rules for target apps/Tests/CMakeFiles/Tests.dir |
||||||
|
|
||||||
|
# All Build rule for target. |
||||||
|
apps/Tests/CMakeFiles/Tests.dir/all: libs/Common/CMakeFiles/Common.dir/all |
||||||
|
apps/Tests/CMakeFiles/Tests.dir/all: libs/Math/CMakeFiles/Math.dir/all |
||||||
|
apps/Tests/CMakeFiles/Tests.dir/all: libs/IO/CMakeFiles/IO.dir/all |
||||||
|
apps/Tests/CMakeFiles/Tests.dir/all: libs/MVS/CMakeFiles/MVS.dir/all |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Tests/CMakeFiles/Tests.dir/build.make apps/Tests/CMakeFiles/Tests.dir/depend |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Tests/CMakeFiles/Tests.dir/build.make apps/Tests/CMakeFiles/Tests.dir/build |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=65,66 "Built target Tests" |
||||||
|
.PHONY : apps/Tests/CMakeFiles/Tests.dir/all |
||||||
|
|
||||||
|
# Build rule for subdir invocation for target. |
||||||
|
apps/Tests/CMakeFiles/Tests.dir/rule: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 52 |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/Tests/CMakeFiles/Tests.dir/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : apps/Tests/CMakeFiles/Tests.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target. |
||||||
|
Tests: apps/Tests/CMakeFiles/Tests.dir/rule |
||||||
|
.PHONY : Tests |
||||||
|
|
||||||
|
# clean rule for target. |
||||||
|
apps/Tests/CMakeFiles/Tests.dir/clean: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Tests/CMakeFiles/Tests.dir/build.make apps/Tests/CMakeFiles/Tests.dir/clean |
||||||
|
.PHONY : apps/Tests/CMakeFiles/Tests.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 |
||||||
|
|
||||||
@ -0,0 +1,150 @@ |
|||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/uninstall.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/Common.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/Math.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/IO.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/MVS.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/pyOpenMVS.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMetashape/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/InterfacePolycam/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/ReconstructMesh/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/RefineMesh.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/RefineMesh/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/TextureMesh.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TextureMesh/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/TransformScene.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/TransformScene/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/Viewer.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Viewer/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/Tests.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/apps/Tests/CMakeFiles/install/strip.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/test.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/edit_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/rebuild_cache.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/list_install_components.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/install.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/install/local.dir |
||||||
|
/home/algo/Documents/openMVS/openMVS/build/docs/CMakeFiles/install/strip.dir |
||||||
@ -0,0 +1 @@ |
|||||||
|
# This file is generated by cmake for dependency checking of the CMakeCache.txt file |
||||||
@ -0,0 +1,18 @@ |
|||||||
|
|
||||||
|
# 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 |
||||||
|
) |
||||||
|
|
||||||
|
# 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 "") |
||||||
@ -0,0 +1,87 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Delete rule output on recipe failure. |
||||||
|
.DELETE_ON_ERROR: |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file. |
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters. |
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run. |
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run. |
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
# Utility rule file for uninstall. |
||||||
|
|
||||||
|
# Include any custom commands dependencies for this target. |
||||||
|
include CMakeFiles/uninstall.dir/compiler_depend.make |
||||||
|
|
||||||
|
# Include the progress variables for this target. |
||||||
|
include CMakeFiles/uninstall.dir/progress.make |
||||||
|
|
||||||
|
CMakeFiles/uninstall: |
||||||
|
/usr/bin/cmake -P /home/algo/Documents/openMVS/openMVS/build/cmake_uninstall.cmake |
||||||
|
|
||||||
|
uninstall: CMakeFiles/uninstall |
||||||
|
uninstall: CMakeFiles/uninstall.dir/build.make |
||||||
|
.PHONY : uninstall |
||||||
|
|
||||||
|
# Rule to build all files generated by this target. |
||||||
|
CMakeFiles/uninstall.dir/build: uninstall |
||||||
|
.PHONY : CMakeFiles/uninstall.dir/build |
||||||
|
|
||||||
|
CMakeFiles/uninstall.dir/clean: |
||||||
|
$(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake |
||||||
|
.PHONY : CMakeFiles/uninstall.dir/clean |
||||||
|
|
||||||
|
CMakeFiles/uninstall.dir/depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/algo/Documents/openMVS/openMVS /home/algo/Documents/openMVS/openMVS /home/algo/Documents/openMVS/openMVS/build /home/algo/Documents/openMVS/openMVS/build /home/algo/Documents/openMVS/openMVS/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) |
||||||
|
.PHONY : CMakeFiles/uninstall.dir/depend |
||||||
|
|
||||||
@ -0,0 +1,8 @@ |
|||||||
|
file(REMOVE_RECURSE |
||||||
|
"CMakeFiles/uninstall" |
||||||
|
) |
||||||
|
|
||||||
|
# Per-language clean rules from dependency scanning. |
||||||
|
foreach(lang ) |
||||||
|
include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) |
||||||
|
endforeach() |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty custom commands generated dependencies file for uninstall. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Timestamp file for custom commands dependencies management for uninstall. |
||||||
@ -0,0 +1,13 @@ |
|||||||
|
# CMake generated Testfile for |
||||||
|
# Source directory: /home/algo/Documents/openMVS/openMVS |
||||||
|
# Build directory: /home/algo/Documents/openMVS/openMVS/build |
||||||
|
# |
||||||
|
# This file includes the relevant testing commands required for |
||||||
|
# testing this directory and lists subdirectories to be tested as well. |
||||||
|
add_test(UnitTests "/home/algo/Documents/openMVS/openMVS/build/bin/Tests" "0") |
||||||
|
set_tests_properties(UnitTests PROPERTIES _BACKTRACE_TRIPLES "/home/algo/Documents/openMVS/openMVS/CMakeLists.txt;263;ADD_TEST;/home/algo/Documents/openMVS/openMVS/CMakeLists.txt;0;") |
||||||
|
add_test(PipelineTest "/home/algo/Documents/openMVS/openMVS/build/bin/Tests" "1") |
||||||
|
set_tests_properties(PipelineTest PROPERTIES _BACKTRACE_TRIPLES "/home/algo/Documents/openMVS/openMVS/CMakeLists.txt;264;ADD_TEST;/home/algo/Documents/openMVS/openMVS/CMakeLists.txt;0;") |
||||||
|
subdirs("libs") |
||||||
|
subdirs("apps") |
||||||
|
subdirs("docs") |
||||||
@ -0,0 +1,66 @@ |
|||||||
|
// OpenMVS version
|
||||||
|
#define OpenMVS_MAJOR_VERSION 2 |
||||||
|
#define OpenMVS_MINOR_VERSION 3 |
||||||
|
#define OpenMVS_PATCH_VERSION 0 |
||||||
|
|
||||||
|
// OpenMVS compiled as static or dynamic libs
|
||||||
|
/* #undef BUILD_SHARED_LIBS */ |
||||||
|
|
||||||
|
// Define to 1 if you have the <inttypes.h> header file
|
||||||
|
#define HAVE_INTTYPES_H 1 |
||||||
|
|
||||||
|
// Define to 1 if exceptions are enabled
|
||||||
|
#define _HAS_EXCEPTIONS 1 |
||||||
|
|
||||||
|
// Define to 1 if RTTI is enabled
|
||||||
|
#define _HAS_RTTI 1 |
||||||
|
|
||||||
|
// OpenMP support
|
||||||
|
#define _USE_OPENMP |
||||||
|
|
||||||
|
// BREAKPAD support
|
||||||
|
/* #undef _USE_BREAKPAD */ |
||||||
|
|
||||||
|
// Boost support
|
||||||
|
#define _USE_BOOST |
||||||
|
|
||||||
|
// Boost with Python support
|
||||||
|
#define _USE_BOOST_PYTHON |
||||||
|
|
||||||
|
// Eigen Matrix & Linear Algebra Library
|
||||||
|
#define _USE_EIGEN |
||||||
|
|
||||||
|
// CERES optimization library
|
||||||
|
/* #undef _USE_CERES */ |
||||||
|
|
||||||
|
// JPEG codec
|
||||||
|
#define _USE_JPG |
||||||
|
|
||||||
|
// PNG codec
|
||||||
|
#define _USE_PNG |
||||||
|
|
||||||
|
// TIFF codec
|
||||||
|
#define _USE_TIFF |
||||||
|
|
||||||
|
// OpenGL support
|
||||||
|
#define _USE_OPENGL |
||||||
|
|
||||||
|
// OpenCL support
|
||||||
|
/* #undef _USE_OPENCL */ |
||||||
|
/* #undef _USE_OPENCL_STATIC */ |
||||||
|
/* #undef _USE_OPENCL_SVM */ |
||||||
|
|
||||||
|
// NVidia Cuda Runtime API
|
||||||
|
#define _USE_CUDA |
||||||
|
|
||||||
|
// Fast float to int support
|
||||||
|
/* #undef _USE_FAST_FLOAT2INT */ |
||||||
|
|
||||||
|
// Fast INVSQRT support
|
||||||
|
/* #undef _USE_FAST_INVSQRT */ |
||||||
|
|
||||||
|
// Fast CBRT support
|
||||||
|
/* #undef _USE_FAST_CBRT */ |
||||||
|
|
||||||
|
// SSE support
|
||||||
|
#define _USE_SSE |
||||||
@ -0,0 +1,438 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT!
|
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||||
|
|
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file.
|
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters.
|
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run.
|
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run.
|
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Targets provided globally by CMake.
|
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
||||||
|
/usr/bin/ctest --force-new-ctest-process $(ARGS) |
||||||
|
.PHONY : test |
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test/fast: test |
||||||
|
.PHONY : test/fast |
||||||
|
|
||||||
|
# Special rule for the target edit_cache
|
||||||
|
edit_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
||||||
|
/usr/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 |
||||||
|
|
||||||
|
# Special rule for the target rebuild_cache
|
||||||
|
rebuild_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
||||||
|
/usr/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 list_install_components
|
||||||
|
list_install_components: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"bin\"" |
||||||
|
.PHONY : list_install_components |
||||||
|
|
||||||
|
# Special rule for the target list_install_components
|
||||||
|
list_install_components/fast: list_install_components |
||||||
|
.PHONY : list_install_components/fast |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install/fast |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local/fast |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip/fast |
||||||
|
|
||||||
|
# The main all target
|
||||||
|
all: cmake_check_build_system |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles /home/algo/Documents/openMVS/openMVS/build//CMakeFiles/progress.marks |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/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 uninstall
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
uninstall: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall |
||||||
|
.PHONY : uninstall |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
uninstall/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build |
||||||
|
.PHONY : uninstall/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named Common
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
Common: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Common |
||||||
|
.PHONY : Common |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
Common/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Common/CMakeFiles/Common.dir/build.make libs/Common/CMakeFiles/Common.dir/build |
||||||
|
.PHONY : Common/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named Math
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
Math: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Math |
||||||
|
.PHONY : Math |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
Math/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/Math/CMakeFiles/Math.dir/build.make libs/Math/CMakeFiles/Math.dir/build |
||||||
|
.PHONY : Math/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named IO
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
IO: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 IO |
||||||
|
.PHONY : IO |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
IO/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/IO/CMakeFiles/IO.dir/build.make libs/IO/CMakeFiles/IO.dir/build |
||||||
|
.PHONY : IO/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named MVS
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
MVS: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MVS |
||||||
|
.PHONY : MVS |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
MVS/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/MVS.dir/build.make libs/MVS/CMakeFiles/MVS.dir/build |
||||||
|
.PHONY : MVS/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named pyOpenMVS
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
pyOpenMVS: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pyOpenMVS |
||||||
|
.PHONY : pyOpenMVS |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
pyOpenMVS/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f libs/MVS/CMakeFiles/pyOpenMVS.dir/build.make libs/MVS/CMakeFiles/pyOpenMVS.dir/build |
||||||
|
.PHONY : pyOpenMVS/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named InterfaceCOLMAP
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
InterfaceCOLMAP: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 InterfaceCOLMAP |
||||||
|
.PHONY : InterfaceCOLMAP |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
InterfaceCOLMAP/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build |
||||||
|
.PHONY : InterfaceCOLMAP/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named InterfaceMetashape
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
InterfaceMetashape: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 InterfaceMetashape |
||||||
|
.PHONY : InterfaceMetashape |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
InterfaceMetashape/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/build.make apps/InterfaceMetashape/CMakeFiles/InterfaceMetashape.dir/build |
||||||
|
.PHONY : InterfaceMetashape/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named InterfaceMVSNet
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
InterfaceMVSNet: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 InterfaceMVSNet |
||||||
|
.PHONY : InterfaceMVSNet |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
InterfaceMVSNet/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build |
||||||
|
.PHONY : InterfaceMVSNet/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named InterfacePolycam
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
InterfacePolycam: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 InterfacePolycam |
||||||
|
.PHONY : InterfacePolycam |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
InterfacePolycam/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/build.make apps/InterfacePolycam/CMakeFiles/InterfacePolycam.dir/build |
||||||
|
.PHONY : InterfacePolycam/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named DensifyPointCloud
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
DensifyPointCloud: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DensifyPointCloud |
||||||
|
.PHONY : DensifyPointCloud |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
DensifyPointCloud/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build |
||||||
|
.PHONY : DensifyPointCloud/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named ReconstructMesh
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
ReconstructMesh: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ReconstructMesh |
||||||
|
.PHONY : ReconstructMesh |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
ReconstructMesh/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/build.make apps/ReconstructMesh/CMakeFiles/ReconstructMesh.dir/build |
||||||
|
.PHONY : ReconstructMesh/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named RefineMesh
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
RefineMesh: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RefineMesh |
||||||
|
.PHONY : RefineMesh |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
RefineMesh/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/RefineMesh/CMakeFiles/RefineMesh.dir/build.make apps/RefineMesh/CMakeFiles/RefineMesh.dir/build |
||||||
|
.PHONY : RefineMesh/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named TextureMesh
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
TextureMesh: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TextureMesh |
||||||
|
.PHONY : TextureMesh |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
TextureMesh/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TextureMesh/CMakeFiles/TextureMesh.dir/build.make apps/TextureMesh/CMakeFiles/TextureMesh.dir/build |
||||||
|
.PHONY : TextureMesh/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named TransformScene
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
TransformScene: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TransformScene |
||||||
|
.PHONY : TransformScene |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
TransformScene/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/TransformScene/CMakeFiles/TransformScene.dir/build.make apps/TransformScene/CMakeFiles/TransformScene.dir/build |
||||||
|
.PHONY : TransformScene/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named Viewer
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
Viewer: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Viewer |
||||||
|
.PHONY : Viewer |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
Viewer/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Viewer/CMakeFiles/Viewer.dir/build.make apps/Viewer/CMakeFiles/Viewer.dir/build |
||||||
|
.PHONY : Viewer/fast |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Target rules for targets named Tests
|
||||||
|
|
||||||
|
# Build rule for target.
|
||||||
|
Tests: cmake_check_build_system |
||||||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests |
||||||
|
.PHONY : Tests |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
Tests/fast: |
||||||
|
$(MAKE) $(MAKESILENT) -f apps/Tests/CMakeFiles/Tests.dir/build.make apps/Tests/CMakeFiles/Tests.dir/build |
||||||
|
.PHONY : Tests/fast |
||||||
|
|
||||||
|
# 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 "... install" |
||||||
|
@echo "... install/local" |
||||||
|
@echo "... install/strip" |
||||||
|
@echo "... list_install_components" |
||||||
|
@echo "... rebuild_cache" |
||||||
|
@echo "... test" |
||||||
|
@echo "... uninstall" |
||||||
|
@echo "... Common" |
||||||
|
@echo "... DensifyPointCloud" |
||||||
|
@echo "... IO" |
||||||
|
@echo "... InterfaceCOLMAP" |
||||||
|
@echo "... InterfaceMVSNet" |
||||||
|
@echo "... InterfaceMetashape" |
||||||
|
@echo "... InterfacePolycam" |
||||||
|
@echo "... MVS" |
||||||
|
@echo "... Math" |
||||||
|
@echo "... ReconstructMesh" |
||||||
|
@echo "... RefineMesh" |
||||||
|
@echo "... Tests" |
||||||
|
@echo "... TextureMesh" |
||||||
|
@echo "... TransformScene" |
||||||
|
@echo "... Viewer" |
||||||
|
@echo "... pyOpenMVS" |
||||||
|
.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 |
||||||
|
|
||||||
@ -0,0 +1,88 @@ |
|||||||
|
########################################################### |
||||||
|
# Find BREAKPAD Library |
||||||
|
#---------------------------------------------------------- |
||||||
|
# |
||||||
|
## 1: Setup: |
||||||
|
# The following variables are optionally searched for defaults |
||||||
|
# BREAKPAD_DIR: Base directory of OpenCv tree to use. |
||||||
|
# |
||||||
|
## 2: Variable |
||||||
|
# The following are set after configuration is done: |
||||||
|
# |
||||||
|
# BREAKPAD_FOUND |
||||||
|
# BREAKPAD_INCLUDE_DIRS |
||||||
|
# BREAKPAD_LIBS |
||||||
|
# BREAKPAD_DEFINITIONS |
||||||
|
# |
||||||
|
#---------------------------------------------------------- |
||||||
|
|
||||||
|
find_path(BREAKPAD_DIR "include/breakpad/client/minidump_file_writer.h" |
||||||
|
HINTS "${BREAKPAD_ROOT}" "$ENV{BREAKPAD_ROOT}" "$ENV{BREAKPAD_DIR}" |
||||||
|
PATHS "$ENV{PROGRAMFILES}" "$ENV{PROGRAMW6432}" "/usr" "/usr/local" "/usr/share" "/usr/local/share" "/usr/lib/cmake" "/usr/local/lib/cmake" "/usr/lib/x86_64-linux-gnu/cmake" |
||||||
|
PATH_SUFFIXES "BreakPad" "include" |
||||||
|
DOC "Root directory of BREAKPAD library") |
||||||
|
|
||||||
|
##==================================================== |
||||||
|
## Find BREAKPAD libraries |
||||||
|
##---------------------------------------------------- |
||||||
|
if(EXISTS "${BREAKPAD_DIR}") |
||||||
|
|
||||||
|
## Initiate the variable before the loop |
||||||
|
set(BREAKPAD_LIBS "") |
||||||
|
set(BREAKPAD_FOUND TRUE) |
||||||
|
|
||||||
|
## Set all BREAKPAD component and their account into variables |
||||||
|
set(BREAKPAD_LIB_COMPONENTS common crash_generation_client crash_generation_server exception_handler) |
||||||
|
|
||||||
|
## Loop over each internal component and find its library file |
||||||
|
foreach(LIBCOMP ${BREAKPAD_LIB_COMPONENTS}) |
||||||
|
|
||||||
|
find_library(BREAKPAD_${LIBCOMP}_LIBRARY_DEBUG NAMES "${LIBCOMP}" PATHS "${BREAKPAD_DIR}/lib${PACKAGE_LIB_SUFFIX_DBG}" NO_DEFAULT_PATH) |
||||||
|
find_library(BREAKPAD_${LIBCOMP}_LIBRARY_RELEASE NAMES "${LIBCOMP}" PATHS "${BREAKPAD_DIR}/lib${PACKAGE_LIB_SUFFIX_REL}" NO_DEFAULT_PATH) |
||||||
|
find_library(BREAKPAD_${LIBCOMP}_LIBRARY_ALL NAMES "${LIBCOMP}" PATH_SUFFIXES "breakpad") |
||||||
|
|
||||||
|
#Remove the cache value |
||||||
|
set(BREAKPAD_${LIBCOMP}_LIBRARY "" CACHE STRING "" FORCE) |
||||||
|
|
||||||
|
#both debug/release |
||||||
|
if(BREAKPAD_${LIBCOMP}_LIBRARY_DEBUG AND BREAKPAD_${LIBCOMP}_LIBRARY_RELEASE) |
||||||
|
set(BREAKPAD_${LIBCOMP}_LIBRARY debug ${BREAKPAD_${LIBCOMP}_LIBRARY_DEBUG} optimized ${BREAKPAD_${LIBCOMP}_LIBRARY_RELEASE} CACHE STRING "" FORCE) |
||||||
|
#only debug |
||||||
|
elseif(BREAKPAD_${LIBCOMP}_LIBRARY_DEBUG) |
||||||
|
set(BREAKPAD_${LIBCOMP}_LIBRARY ${BREAKPAD_${LIBCOMP}_LIBRARY_DEBUG} CACHE STRING "" FORCE) |
||||||
|
#only release |
||||||
|
elseif(BREAKPAD_${LIBCOMP}_LIBRARY_RELEASE) |
||||||
|
set(BREAKPAD_${LIBCOMP}_LIBRARY ${BREAKPAD_${LIBCOMP}_LIBRARY_RELEASE} CACHE STRING "" FORCE) |
||||||
|
#both debug/release |
||||||
|
elseif(BREAKPAD_${LIBCOMP}_LIBRARY_ALL) |
||||||
|
set(BREAKPAD_${LIBCOMP}_LIBRARY ${BREAKPAD_${LIBCOMP}_LIBRARY_ALL} CACHE STRING "" FORCE) |
||||||
|
#no library found |
||||||
|
else() |
||||||
|
message("BREAKPAD component NOT found: ${LIBCOMP}") |
||||||
|
set(BREAKPAD_FOUND FALSE) |
||||||
|
endif() |
||||||
|
|
||||||
|
#Add to the general list |
||||||
|
if(BREAKPAD_${LIBCOMP}_LIBRARY) |
||||||
|
set(BREAKPAD_LIBS ${BREAKPAD_LIBS} ${BREAKPAD_${LIBCOMP}_LIBRARY}) |
||||||
|
endif() |
||||||
|
|
||||||
|
endforeach() |
||||||
|
|
||||||
|
set(BREAKPAD_INCLUDE_DIRS "${BREAKPAD_DIR}/include" "${BREAKPAD_DIR}/include/breakpad") |
||||||
|
message(STATUS "BREAKPAD found (include: ${BREAKPAD_INCLUDE_DIRS})") |
||||||
|
|
||||||
|
else() |
||||||
|
|
||||||
|
package_report_not_found(BREAKPAD "Please specify BREAKPAD directory using BREAKPAD_ROOT env. variable") |
||||||
|
|
||||||
|
endif() |
||||||
|
##==================================================== |
||||||
|
|
||||||
|
|
||||||
|
##==================================================== |
||||||
|
if(BREAKPAD_FOUND) |
||||||
|
set(BREAKPAD_DIR "${BREAKPAD_DIR}" CACHE PATH "" FORCE) |
||||||
|
mark_as_advanced(BREAKPAD_DIR) |
||||||
|
endif() |
||||||
|
##==================================================== |
||||||
@ -0,0 +1,107 @@ |
|||||||
|
# - Try to find Eigen3 lib |
||||||
|
# |
||||||
|
# This module supports requiring a minimum version, e.g. you can do |
||||||
|
# find_package(Eigen3 3.1.2) |
||||||
|
# to require version 3.1.2 or newer of Eigen3. |
||||||
|
# |
||||||
|
# Once done this will define |
||||||
|
# |
||||||
|
# EIGEN3_FOUND - system has eigen lib with correct version |
||||||
|
# EIGEN3_INCLUDE_DIR - the eigen include directory |
||||||
|
# EIGEN3_VERSION - eigen version |
||||||
|
# |
||||||
|
# and the following imported target: |
||||||
|
# |
||||||
|
# Eigen3::Eigen - The header-only Eigen library |
||||||
|
# |
||||||
|
# This module reads hints about search locations from |
||||||
|
# the following environment variables: |
||||||
|
# |
||||||
|
# EIGEN3_ROOT |
||||||
|
# EIGEN3_ROOT_DIR |
||||||
|
|
||||||
|
# Copyright (c) 2006, 2007 Montel Laurent, <montel@kde.org> |
||||||
|
# Copyright (c) 2008, 2009 Gael Guennebaud, <g.gael@free.fr> |
||||||
|
# Copyright (c) 2009 Benoit Jacob <jacob.benoit.1@gmail.com> |
||||||
|
# Redistribution and use is allowed according to the terms of the 2-clause BSD license. |
||||||
|
|
||||||
|
if(NOT Eigen3_FIND_VERSION) |
||||||
|
if(NOT Eigen3_FIND_VERSION_MAJOR) |
||||||
|
set(Eigen3_FIND_VERSION_MAJOR 2) |
||||||
|
endif() |
||||||
|
if(NOT Eigen3_FIND_VERSION_MINOR) |
||||||
|
set(Eigen3_FIND_VERSION_MINOR 91) |
||||||
|
endif() |
||||||
|
if(NOT Eigen3_FIND_VERSION_PATCH) |
||||||
|
set(Eigen3_FIND_VERSION_PATCH 0) |
||||||
|
endif() |
||||||
|
|
||||||
|
set(Eigen3_FIND_VERSION "${Eigen3_FIND_VERSION_MAJOR}.${Eigen3_FIND_VERSION_MINOR}.${Eigen3_FIND_VERSION_PATCH}") |
||||||
|
endif() |
||||||
|
|
||||||
|
macro(_eigen3_check_version) |
||||||
|
file(READ "${EIGEN3_INCLUDE_DIR}/Eigen/src/Core/util/Macros.h" _eigen3_version_header) |
||||||
|
|
||||||
|
string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen3_world_version_match "${_eigen3_version_header}") |
||||||
|
set(EIGEN3_WORLD_VERSION "${CMAKE_MATCH_1}") |
||||||
|
string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen3_major_version_match "${_eigen3_version_header}") |
||||||
|
set(EIGEN3_MAJOR_VERSION "${CMAKE_MATCH_1}") |
||||||
|
string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen3_minor_version_match "${_eigen3_version_header}") |
||||||
|
set(EIGEN3_MINOR_VERSION "${CMAKE_MATCH_1}") |
||||||
|
|
||||||
|
set(EIGEN3_VERSION ${EIGEN3_WORLD_VERSION}.${EIGEN3_MAJOR_VERSION}.${EIGEN3_MINOR_VERSION}) |
||||||
|
if(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION}) |
||||||
|
set(EIGEN3_VERSION_OK FALSE) |
||||||
|
else() |
||||||
|
set(EIGEN3_VERSION_OK TRUE) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(NOT EIGEN3_VERSION_OK) |
||||||
|
|
||||||
|
message(STATUS "Eigen3 version ${EIGEN3_VERSION} found in ${EIGEN3_INCLUDE_DIR}, " |
||||||
|
"but at least version ${Eigen3_FIND_VERSION} is required") |
||||||
|
endif() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
if (EIGEN3_INCLUDE_DIR) |
||||||
|
|
||||||
|
# in cache already |
||||||
|
_eigen3_check_version() |
||||||
|
set(EIGEN3_FOUND ${EIGEN3_VERSION_OK}) |
||||||
|
set(Eigen3_FOUND ${EIGEN3_VERSION_OK}) |
||||||
|
|
||||||
|
else () |
||||||
|
|
||||||
|
# search first if an Eigen3Config.cmake is available in the system, |
||||||
|
# if successful this would set EIGEN3_INCLUDE_DIR and the rest of |
||||||
|
# the script will work as usual |
||||||
|
find_package(Eigen3 ${Eigen3_FIND_VERSION} NO_MODULE QUIET) |
||||||
|
|
||||||
|
if(NOT EIGEN3_INCLUDE_DIR) |
||||||
|
find_path(EIGEN3_INCLUDE_DIR NAMES signature_of_eigen3_matrix_library |
||||||
|
HINTS |
||||||
|
ENV EIGEN3_ROOT |
||||||
|
ENV EIGEN3_ROOT_DIR |
||||||
|
PATHS |
||||||
|
${CMAKE_INSTALL_PREFIX}/include |
||||||
|
${KDE4_INCLUDE_DIR} |
||||||
|
PATH_SUFFIXES eigen3 eigen |
||||||
|
) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(EIGEN3_INCLUDE_DIR) |
||||||
|
_eigen3_check_version() |
||||||
|
endif() |
||||||
|
|
||||||
|
include(FindPackageHandleStandardArgs) |
||||||
|
find_package_handle_standard_args(Eigen3 DEFAULT_MSG EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK) |
||||||
|
|
||||||
|
mark_as_advanced(EIGEN3_INCLUDE_DIR) |
||||||
|
|
||||||
|
endif() |
||||||
|
|
||||||
|
if(EIGEN3_FOUND AND NOT TARGET Eigen3::Eigen) |
||||||
|
add_library(Eigen3::Eigen INTERFACE IMPORTED) |
||||||
|
set_target_properties(Eigen3::Eigen PROPERTIES |
||||||
|
INTERFACE_INCLUDE_DIRECTORIES "${EIGEN3_INCLUDE_DIR}") |
||||||
|
endif() |
||||||
@ -0,0 +1,25 @@ |
|||||||
|
########################################################### |
||||||
|
# Find VCG Library |
||||||
|
#---------------------------------------------------------- |
||||||
|
|
||||||
|
find_path(VCG_DIR "vcg/complex/complex.h" |
||||||
|
HINTS "${VCG_ROOT}" "$ENV{VCG_ROOT}" |
||||||
|
PATHS "$ENV{PROGRAMFILES}" "$ENV{PROGRAMW6432}" "/usr" "/usr/local" "/usr/share" "/usr/local/share" "/usr/lib/x86_64-linux-gnu/cmake" |
||||||
|
PATH_SUFFIXES "vcg" "include" |
||||||
|
DOC "Root directory of VCG library") |
||||||
|
|
||||||
|
##==================================================== |
||||||
|
## Include VCG library |
||||||
|
##---------------------------------------------------- |
||||||
|
if(EXISTS "${VCG_DIR}" AND NOT "${VCG_DIR}" STREQUAL "") |
||||||
|
set(VCG_FOUND TRUE) |
||||||
|
set(VCG_INCLUDE_DIRS ${VCG_DIR}) |
||||||
|
set(VCG_DIR "${VCG_DIR}" CACHE PATH "" FORCE) |
||||||
|
mark_as_advanced(VCG_DIR) |
||||||
|
set(VCG_INCLUDE_DIR ${VCG_DIR}) |
||||||
|
|
||||||
|
message(STATUS "VCG ${VCG_VERSION} found (include: ${VCG_INCLUDE_DIRS})") |
||||||
|
else() |
||||||
|
package_report_not_found(VCG "Please specify VCG directory using VCG_ROOT env. variable") |
||||||
|
endif() |
||||||
|
##==================================================== |
||||||
@ -0,0 +1,40 @@ |
|||||||
|
# Configure file for the OpenMVS package, defining the following variables: |
||||||
|
# OpenMVS_INCLUDE_DIRS - include directories |
||||||
|
# OpenMVS_DEFINITIONS - definitions to be used |
||||||
|
# OpenMVS_LIBRARIES - libraries to link against |
||||||
|
# OpenMVS_BINARIES - binaries |
||||||
|
|
||||||
|
|
||||||
|
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### |
||||||
|
####### Any changes to this file will be overwritten by the next CMake run #### |
||||||
|
####### The input file was OpenMVSConfig.cmake.in ######## |
||||||
|
|
||||||
|
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../../../../usr/local" ABSOLUTE) |
||||||
|
|
||||||
|
macro(check_required_components _NAME) |
||||||
|
foreach(comp ${${_NAME}_FIND_COMPONENTS}) |
||||||
|
if(NOT ${_NAME}_${comp}_FOUND) |
||||||
|
if(${_NAME}_FIND_REQUIRED_${comp}) |
||||||
|
set(${_NAME}_FOUND FALSE) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endforeach() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
#################################################################################### |
||||||
|
|
||||||
|
set(OpenMVS_VERSION "2.3.0") |
||||||
|
|
||||||
|
# Compute paths |
||||||
|
set(OpenMVS_PREFIX "/usr/local") |
||||||
|
set(OpenMVS_CMAKE_DIR "/usr/local/lib/cmake") |
||||||
|
set(OpenMVS_INCLUDE_DIRS "/usr/local/include;/usr/include/python3.10;/usr/include;/usr/local/include/eigen3;/usr/include/opencv4") |
||||||
|
|
||||||
|
set(OpenMVS_DEFINITIONS "") |
||||||
|
|
||||||
|
# These are IMPORTED targets created by OpenMVSTargets.cmake |
||||||
|
set(OpenMVS_LIBRARIES MVS) |
||||||
|
set(OpenMVS_BINARIES InterfaceCOLMAP DensifyPointCloud ReconstructMesh RefineMesh TextureMesh) |
||||||
|
|
||||||
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenMVSTargets.cmake") |
||||||
|
check_required_components("OpenMVS") |
||||||
@ -0,0 +1,48 @@ |
|||||||
|
# This is a basic version file for the Config-mode of find_package(). |
||||||
|
# It is used by write_basic_package_version_file() as input file for configure_file() |
||||||
|
# to create a version-file which can be installed along a config.cmake file. |
||||||
|
# |
||||||
|
# The created file sets PACKAGE_VERSION_EXACT if the current version string and |
||||||
|
# the requested version string are exactly the same and it sets |
||||||
|
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. |
||||||
|
# The variable CVF_VERSION must be set before calling configure_file(). |
||||||
|
|
||||||
|
set(PACKAGE_VERSION "2.3.0") |
||||||
|
|
||||||
|
if (PACKAGE_FIND_VERSION_RANGE) |
||||||
|
# Package version must be in the requested version range |
||||||
|
if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN) |
||||||
|
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX) |
||||||
|
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX))) |
||||||
|
set(PACKAGE_VERSION_COMPATIBLE FALSE) |
||||||
|
else() |
||||||
|
set(PACKAGE_VERSION_COMPATIBLE TRUE) |
||||||
|
endif() |
||||||
|
else() |
||||||
|
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) |
||||||
|
set(PACKAGE_VERSION_COMPATIBLE FALSE) |
||||||
|
else() |
||||||
|
set(PACKAGE_VERSION_COMPATIBLE TRUE) |
||||||
|
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) |
||||||
|
set(PACKAGE_VERSION_EXACT TRUE) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
|
||||||
|
# if the installed project requested no architecture check, don't perform the check |
||||||
|
if("FALSE") |
||||||
|
return() |
||||||
|
endif() |
||||||
|
|
||||||
|
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: |
||||||
|
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") |
||||||
|
return() |
||||||
|
endif() |
||||||
|
|
||||||
|
# check that the installed version has the same 32/64bit-ness as the one which is currently searching: |
||||||
|
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") |
||||||
|
math(EXPR installedBits "8 * 8") |
||||||
|
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") |
||||||
|
set(PACKAGE_VERSION_UNSUITABLE TRUE) |
||||||
|
endif() |
||||||
@ -0,0 +1,66 @@ |
|||||||
|
// OpenMVS version
|
||||||
|
#define OpenMVS_MAJOR_VERSION ${OpenMVS_MAJOR_VERSION} |
||||||
|
#define OpenMVS_MINOR_VERSION ${OpenMVS_MINOR_VERSION} |
||||||
|
#define OpenMVS_PATCH_VERSION ${OpenMVS_PATCH_VERSION} |
||||||
|
|
||||||
|
// OpenMVS compiled as static or dynamic libs
|
||||||
|
#cmakedefine BUILD_SHARED_LIBS |
||||||
|
|
||||||
|
// Define to 1 if you have the <inttypes.h> header file
|
||||||
|
#cmakedefine01 HAVE_INTTYPES_H |
||||||
|
|
||||||
|
// Define to 1 if exceptions are enabled
|
||||||
|
#cmakedefine01 _HAS_EXCEPTIONS |
||||||
|
|
||||||
|
// Define to 1 if RTTI is enabled
|
||||||
|
#cmakedefine01 _HAS_RTTI |
||||||
|
|
||||||
|
// OpenMP support
|
||||||
|
#cmakedefine _USE_OPENMP |
||||||
|
|
||||||
|
// BREAKPAD support
|
||||||
|
#cmakedefine _USE_BREAKPAD |
||||||
|
|
||||||
|
// Boost support
|
||||||
|
#cmakedefine _USE_BOOST |
||||||
|
|
||||||
|
// Boost with Python support
|
||||||
|
#cmakedefine _USE_BOOST_PYTHON |
||||||
|
|
||||||
|
// Eigen Matrix & Linear Algebra Library
|
||||||
|
#cmakedefine _USE_EIGEN |
||||||
|
|
||||||
|
// CERES optimization library
|
||||||
|
#cmakedefine _USE_CERES |
||||||
|
|
||||||
|
// JPEG codec
|
||||||
|
#cmakedefine _USE_JPG |
||||||
|
|
||||||
|
// PNG codec
|
||||||
|
#cmakedefine _USE_PNG |
||||||
|
|
||||||
|
// TIFF codec
|
||||||
|
#cmakedefine _USE_TIFF |
||||||
|
|
||||||
|
// OpenGL support
|
||||||
|
#cmakedefine _USE_OPENGL |
||||||
|
|
||||||
|
// OpenCL support
|
||||||
|
#cmakedefine _USE_OPENCL |
||||||
|
#cmakedefine _USE_OPENCL_STATIC |
||||||
|
#cmakedefine _USE_OPENCL_SVM |
||||||
|
|
||||||
|
// NVidia Cuda Runtime API
|
||||||
|
#cmakedefine _USE_CUDA |
||||||
|
|
||||||
|
// Fast float to int support
|
||||||
|
#cmakedefine _USE_FAST_FLOAT2INT |
||||||
|
|
||||||
|
// Fast INVSQRT support
|
||||||
|
#cmakedefine _USE_FAST_INVSQRT |
||||||
|
|
||||||
|
// Fast CBRT support
|
||||||
|
#cmakedefine _USE_FAST_CBRT |
||||||
|
|
||||||
|
// SSE support
|
||||||
|
#cmakedefine _USE_SSE |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
# Configure file for the OpenMVS package, defining the following variables: |
||||||
|
# OpenMVS_INCLUDE_DIRS - include directories |
||||||
|
# OpenMVS_DEFINITIONS - definitions to be used |
||||||
|
# OpenMVS_LIBRARIES - libraries to link against |
||||||
|
# OpenMVS_BINARIES - binaries |
||||||
|
|
||||||
|
@PACKAGE_INIT@ |
||||||
|
|
||||||
|
set(OpenMVS_VERSION "@OpenMVS_VERSION@") |
||||||
|
|
||||||
|
# Compute paths |
||||||
|
set(OpenMVS_PREFIX "@CMAKE_INSTALL_PREFIX@") |
||||||
|
set(OpenMVS_CMAKE_DIR "@INSTALL_CMAKE_DIR_IN@") |
||||||
|
set(OpenMVS_INCLUDE_DIRS "@INSTALL_INCLUDE_DIR_IN@") |
||||||
|
|
||||||
|
set(OpenMVS_DEFINITIONS "@OpenMVS_DEFINITIONS@") |
||||||
|
|
||||||
|
# These are IMPORTED targets created by OpenMVSTargets.cmake |
||||||
|
set(OpenMVS_LIBRARIES MVS) |
||||||
|
set(OpenMVS_BINARIES InterfaceCOLMAP DensifyPointCloud ReconstructMesh RefineMesh TextureMesh) |
||||||
|
|
||||||
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenMVSTargets.cmake") |
||||||
|
check_required_components("OpenMVS") |
||||||
@ -0,0 +1,21 @@ |
|||||||
|
if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") |
||||||
|
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") |
||||||
|
endif(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") |
||||||
|
|
||||||
|
file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files) |
||||||
|
string(REGEX REPLACE "\n" ";" files "${files}") |
||||||
|
foreach(file ${files}) |
||||||
|
message(STATUS "Uninstalling $ENV{DESTDIR}${file}") |
||||||
|
if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") |
||||||
|
exec_program( |
||||||
|
"@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" |
||||||
|
OUTPUT_VARIABLE rm_out |
||||||
|
RETURN_VALUE rm_retval |
||||||
|
) |
||||||
|
if(NOT "${rm_retval}" STREQUAL 0) |
||||||
|
message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}") |
||||||
|
endif(NOT "${rm_retval}" STREQUAL 0) |
||||||
|
else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") |
||||||
|
message(STATUS "File $ENV{DESTDIR}${file} does not exist.") |
||||||
|
endif(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") |
||||||
|
endforeach(file) |
||||||
@ -0,0 +1,868 @@ |
|||||||
|
# Defines functions and macros useful for building the application. |
||||||
|
# |
||||||
|
# Note: |
||||||
|
# |
||||||
|
# - This file can be run multiple times, therefore it shouldn't |
||||||
|
# have any side effects other than defining the functions and macros. |
||||||
|
|
||||||
|
INCLUDE(CheckCXXCompilerFlag) |
||||||
|
INCLUDE(CheckIncludeFile) |
||||||
|
|
||||||
|
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to |
||||||
|
# make it prominent in the GUI. |
||||||
|
OPTION(BUILD_SHARED_LIBS "Build shared libraries (DLLs)" OFF) |
||||||
|
OPTION(BUILD_SHARED_LIBS_FULL "Expose all functionality when built as shared libraries (DLLs)" OFF) |
||||||
|
OPTION(BUILD_EXCEPTIONS_ENABLED "Enable support for exceptions" ON) |
||||||
|
OPTION(BUILD_RTTI_ENABLED "Enable support run-time type information" ON) |
||||||
|
OPTION(BUILD_STATIC_RUNTIME "Link staticaly the run-time library" OFF) |
||||||
|
OPTION(CMAKE_SUPPRESS_REGENERATION "This will cause CMake to not put in the rules that re-run CMake. This might be useful if you want to use the generated build files on another machine" OFF) |
||||||
|
OPTION(CMAKE_USE_RELATIVE_PATHS "Try to use relative paths in generated projects" OFF) |
||||||
|
|
||||||
|
# Organize projects into folders |
||||||
|
SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON) |
||||||
|
SET_PROPERTY(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMakeTargets") |
||||||
|
SET(COTIRE_TARGETS_FOLDER "CMakeTargets") |
||||||
|
|
||||||
|
|
||||||
|
# GetOperatingSystemArchitectureBitness(<var-prefix>) |
||||||
|
# is used to extract information associated with the current platform. |
||||||
|
# |
||||||
|
# The macro defines the following variables: |
||||||
|
# <var-prefix>_BITNESS - bitness of the platform: 32 or 64 |
||||||
|
# <var-prefix>_OS - which is on the this value: linux, macosx, win |
||||||
|
# <var-prefix>_ARCHITECTURE - which is on the this value: i386, amd64, ppc |
||||||
|
|
||||||
|
set(OS_NAME_LINUX "linux") |
||||||
|
set(OS_NAME_MAC "macosx") |
||||||
|
set(OS_NAME_WIN "win") |
||||||
|
|
||||||
|
macro(GetOperatingSystemArchitectureBitness) |
||||||
|
set(MY_VAR_PREFIX "${ARGN}") |
||||||
|
|
||||||
|
# Sanity checks |
||||||
|
if("${MY_VAR_PREFIX}" STREQUAL "") |
||||||
|
message(FATAL_ERROR "error: VAR_PREFIX should be specified !") |
||||||
|
endif() |
||||||
|
|
||||||
|
set(${MY_VAR_PREFIX}_ARCHITECTURE "") |
||||||
|
|
||||||
|
set(${MY_VAR_PREFIX}_ARCHITECTURE i386) |
||||||
|
set(${MY_VAR_PREFIX}_BITNESS 32) |
||||||
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8) |
||||||
|
set(${MY_VAR_PREFIX}_BITNESS 64) |
||||||
|
set(${MY_VAR_PREFIX}_ARCHITECTURE amd64) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(CMAKE_SYSTEM_NAME STREQUAL "Windows") |
||||||
|
set(${MY_VAR_PREFIX}_OS "${OS_NAME_WIN}") |
||||||
|
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") |
||||||
|
set(${MY_VAR_PREFIX}_OS "${OS_NAME_LINUX}") |
||||||
|
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin") |
||||||
|
set(${MY_VAR_PREFIX}_OS "${OS_NAME_MAC}") |
||||||
|
if(CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc") |
||||||
|
set(${MY_VAR_PREFIX}_ARCHITECTURE "ppc") |
||||||
|
endif() |
||||||
|
#elseif(CMAKE_SYSTEM_NAME STREQUAL "Solaris") |
||||||
|
#set(${MY_VAR_PREFIX}_BUILD "solaris8") # What about solaris9 and solaris10 ? |
||||||
|
endif() |
||||||
|
|
||||||
|
# Detect Microsoft compiler: |
||||||
|
set(MSVC64 0) |
||||||
|
if(CMAKE_CL_64) |
||||||
|
set(MSVC64 1) |
||||||
|
endif() |
||||||
|
|
||||||
|
set(CLANG 0) |
||||||
|
if(CMAKE_C_COMPILER_ID MATCHES "^(Apple)?Clang$") |
||||||
|
set(CLANG 1) |
||||||
|
if(NOT APPLE) |
||||||
|
set(CMAKE_COMPILER_IS_GNUCC 1) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
if(CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$") |
||||||
|
math(EXPR CLANG "${CLANG}+2") |
||||||
|
if(NOT APPLE) |
||||||
|
set(CMAKE_COMPILER_IS_GNUCXX 1) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
# Detect Intel ICC compiler -- for -fPIC in 3rdparty ( UNIX ONLY ): |
||||||
|
# the system needs to determine if the '-fPIC' option needs to be added |
||||||
|
# for the 3rdparty static libs being compiled; use the FLG_ICC definition |
||||||
|
# being set here to determine if the -fPIC flag should be used |
||||||
|
if(UNIX) |
||||||
|
if (__ICL) |
||||||
|
set(FLG_ICC __ICL) |
||||||
|
elseif(__ICC) |
||||||
|
set(FLG_ICC __ICC) |
||||||
|
elseif(__ECL) |
||||||
|
set(FLG_ICC __ECL) |
||||||
|
elseif(__ECC) |
||||||
|
set(FLG_ICC __ECC) |
||||||
|
elseif(__INTEL_COMPILER) |
||||||
|
set(FLG_ICC __INTEL_COMPILER) |
||||||
|
elseif(CMAKE_C_COMPILER MATCHES "icc") |
||||||
|
set(FLG_ICC __ICC_C_COMPILER) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
if(MSVC AND CMAKE_C_COMPILER MATCHES "icc") |
||||||
|
set(FLG_ICC __INTEL_COMPILER_FOR_WINDOWS) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(CMAKE_COMPILER_IS_GNUCXX OR ${CLANG} GREATER 1 OR (UNIX AND FLG_ICC)) |
||||||
|
set(FLG_COMPILER_IS_GNU TRUE) |
||||||
|
else() |
||||||
|
set(FLG_COMPILER_IS_GNU FALSE) |
||||||
|
endif() |
||||||
|
|
||||||
|
# Detect GNU version: |
||||||
|
set(CMAKE_FLG_GCC_VERSION_NUM 0) |
||||||
|
if(CMAKE_COMPILER_IS_GNUCXX) |
||||||
|
execute_process(COMMAND ${CMAKE_CXX_COMPILER} --version |
||||||
|
OUTPUT_VARIABLE CMAKE_FLG_GCC_VERSION_FULL |
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE) |
||||||
|
if(CMAKE_FLG_GCC_VERSION_FULL STREQUAL "") |
||||||
|
execute_process(COMMAND ${CMAKE_CXX_COMPILER} -v |
||||||
|
ERROR_VARIABLE CMAKE_FLG_GCC_VERSION_FULL |
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE) |
||||||
|
endif() |
||||||
|
|
||||||
|
# Typical output in CMAKE_FLG_GCC_VERSION_FULL: "c+//0 (whatever) 4.2.3 (...)" |
||||||
|
# Look for the version number |
||||||
|
string(REGEX MATCH "[0-9]+.[0-9]+.[0-9]+" CMAKE_GCC_REGEX_VERSION "${CMAKE_FLG_GCC_VERSION_FULL}") |
||||||
|
if(NOT CMAKE_GCC_REGEX_VERSION) |
||||||
|
string(REGEX MATCH "[0-9]+.[0-9]+" CMAKE_GCC_REGEX_VERSION "${CMAKE_FLG_GCC_VERSION_FULL}") |
||||||
|
endif() |
||||||
|
|
||||||
|
# Split the three parts: |
||||||
|
string(REGEX MATCHALL "[0-9]+" CMAKE_FLG_GCC_VERSIONS "${CMAKE_GCC_REGEX_VERSION}") |
||||||
|
|
||||||
|
list(GET CMAKE_FLG_GCC_VERSIONS 0 CMAKE_FLG_GCC_VERSION_MAJOR) |
||||||
|
list(GET CMAKE_FLG_GCC_VERSIONS 1 CMAKE_FLG_GCC_VERSION_MINOR) |
||||||
|
|
||||||
|
set(CMAKE_FLG_GCC_VERSION ${CMAKE_FLG_GCC_VERSION_MAJOR}${CMAKE_FLG_GCC_VERSION_MINOR}) |
||||||
|
math(EXPR CMAKE_FLG_GCC_VERSION_NUM "${CMAKE_FLG_GCC_VERSION_MAJOR}*100 + ${CMAKE_FLG_GCC_VERSION_MINOR}") |
||||||
|
message(STATUS "Detected version of GNU GCC: ${CMAKE_FLG_GCC_VERSION} (${CMAKE_FLG_GCC_VERSION_NUM})") |
||||||
|
|
||||||
|
if(WIN32) |
||||||
|
execute_process(COMMAND ${CMAKE_CXX_COMPILER} -dumpmachine |
||||||
|
OUTPUT_VARIABLE CMAKE_FLG_GCC_TARGET_MACHINE |
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE) |
||||||
|
if(CMAKE_FLG_GCC_TARGET_MACHINE MATCHES "64") |
||||||
|
set(MINGW64 1) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
if(CMAKE_SYSTEM_PROCESSOR MATCHES amd64.*|x86_64.* OR CMAKE_GENERATOR MATCHES "Visual Studio.*Win64") |
||||||
|
set(X86_64 1) |
||||||
|
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES i686.*|i386.*|x86.*) |
||||||
|
set(X86 1) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(NOT ${MY_VAR_PREFIX}_PACKAGE_REQUIRED) |
||||||
|
set(${MY_VAR_PREFIX}_PACKAGE_REQUIRED "REQUIRED") |
||||||
|
endif() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
|
||||||
|
# Call this macro in order to create the suffix |
||||||
|
# needed when searching the libraries of the linked packages. |
||||||
|
macro(ComposePackageLibSuffix) |
||||||
|
set(PACKAGE_LIB_SUFFIX "") |
||||||
|
set(PACKAGE_LIB_SUFFIX_DBG "") |
||||||
|
set(PACKAGE_LIB_SUFFIX_REL "") |
||||||
|
if(MSVC) |
||||||
|
if("${MSVC_VERSION}" STRGREATER "1929") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc17") |
||||||
|
elseif("${MSVC_VERSION}" STRGREATER "1916") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc16") |
||||||
|
elseif("${MSVC_VERSION}" STRGREATER "1900") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc15") |
||||||
|
elseif("${MSVC_VERSION}" STREQUAL "1900") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc14") |
||||||
|
elseif("${MSVC_VERSION}" STREQUAL "1800") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc12") |
||||||
|
elseif("${MSVC_VERSION}" STREQUAL "1700") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc11") |
||||||
|
elseif("${MSVC_VERSION}" STREQUAL "1600") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc10") |
||||||
|
elseif("${MSVC_VERSION}" STREQUAL "1500") |
||||||
|
set(PACKAGE_LIB_SUFFIX "/vc9") |
||||||
|
endif() |
||||||
|
if("${SYSTEM_BITNESS}" STREQUAL "64") |
||||||
|
set(PACKAGE_LIB_SUFFIX "${PACKAGE_LIB_SUFFIX}/x64") |
||||||
|
else() |
||||||
|
set(PACKAGE_LIB_SUFFIX "${PACKAGE_LIB_SUFFIX}/x86") |
||||||
|
endif() |
||||||
|
set(PACKAGE_LIB_SUFFIX_DBG "${PACKAGE_LIB_SUFFIX}/Debug") |
||||||
|
set(PACKAGE_LIB_SUFFIX_REL "${PACKAGE_LIB_SUFFIX}/Release") |
||||||
|
endif() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
|
||||||
|
# Call this macro in order to disable SAFESEH in Visual Studio. |
||||||
|
macro(DisableSAFESEH) |
||||||
|
if(MSVC) |
||||||
|
if("${MSVC_VERSION}" STRGREATER "1600") |
||||||
|
if(NOT "${SYSTEM_BITNESS}" STREQUAL "64") |
||||||
|
SET (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO") |
||||||
|
SET (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /SAFESEH:NO") |
||||||
|
SET (CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} /SAFESEH:NO") |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
ENDIF() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
|
||||||
|
# Call this whenever there was an error in finding a package |
||||||
|
# handle the QUIETLY and REQUIRED arguments and set xxx_FOUND to FALSE |
||||||
|
macro(package_report_not_found NAME MSG) |
||||||
|
# make FIND_PACKAGE friendly |
||||||
|
if(NOT ${NAME}_FIND_QUIETLY) |
||||||
|
if(${NAME}_FIND_REQUIRED) |
||||||
|
message(FATAL_ERROR "${NAME} required, but not found: ${MSG}") |
||||||
|
else() |
||||||
|
message(STATUS "WARNING: ${NAME} was not found: ${MSG}") |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
set(${NAME}_FOUND FALSE) |
||||||
|
endmacro() |
||||||
|
|
||||||
|
|
||||||
|
# Provides an option that the user can optionally select. |
||||||
|
# Can accept condition to control when option is available for user. |
||||||
|
# Usage: |
||||||
|
# option(<option_variable> "help string describing the option" <initial value or boolean expression> [IF <condition>]) |
||||||
|
macro(add_option variable description value) |
||||||
|
set(__value ${value}) |
||||||
|
set(__condition "") |
||||||
|
set(__varname "__value") |
||||||
|
foreach(arg ${ARGN}) |
||||||
|
if(arg STREQUAL "IF" OR arg STREQUAL "if") |
||||||
|
set(__varname "__condition") |
||||||
|
else() |
||||||
|
list(APPEND ${__varname} ${arg}) |
||||||
|
endif() |
||||||
|
endforeach() |
||||||
|
unset(__varname) |
||||||
|
if(__condition STREQUAL "") |
||||||
|
set(__condition 2 GREATER 1) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(${__condition}) |
||||||
|
if("${__value}" MATCHES ";") |
||||||
|
if(${__value}) |
||||||
|
option(${variable} "${description}" ON) |
||||||
|
else() |
||||||
|
option(${variable} "${description}" OFF) |
||||||
|
endif() |
||||||
|
elseif(DEFINED ${__value}) |
||||||
|
if(${__value}) |
||||||
|
option(${variable} "${description}" ON) |
||||||
|
else() |
||||||
|
option(${variable} "${description}" OFF) |
||||||
|
endif() |
||||||
|
else() |
||||||
|
option(${variable} "${description}" ${__value}) |
||||||
|
endif() |
||||||
|
else() |
||||||
|
unset(${variable} CACHE) |
||||||
|
endif() |
||||||
|
unset(__condition) |
||||||
|
unset(__value) |
||||||
|
endmacro() |
||||||
|
|
||||||
|
|
||||||
|
# Optimize compiler settings |
||||||
|
|
||||||
|
set(STATIC_COMPILER_FAIL_REGEX |
||||||
|
"command line option .* is valid for .* but not for C\\+\\+" # GNU |
||||||
|
"command line option .* is valid for .* but not for C" # GNU |
||||||
|
"unrecognized .*option" # GNU |
||||||
|
"unknown .*option" # Clang |
||||||
|
"ignoring unknown option" # MSVC |
||||||
|
"warning D9002" # MSVC, any lang |
||||||
|
"option .*not supported" # Intel |
||||||
|
"[Uu]nknown option" # HP |
||||||
|
"[Ww]arning: [Oo]ption" # SunPro |
||||||
|
"command option .* is not recognized" # XL |
||||||
|
"not supported in this configuration; ignored" # AIX |
||||||
|
"File with unknown suffix passed to linker" # PGI |
||||||
|
"WARNING: unknown flag:" # Open64 |
||||||
|
) |
||||||
|
|
||||||
|
MACRO(_check_compiler_flag LANG FLAG RESULT) |
||||||
|
if(NOT DEFINED ${RESULT}) |
||||||
|
if("_${LANG}_" MATCHES "_CXX_") |
||||||
|
set(_fname "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/src.cxx") |
||||||
|
if("${CMAKE_CXX_FLAGS} ${FLAG} " MATCHES "-Werror " OR "${CMAKE_CXX_FLAGS} ${FLAG} " MATCHES "-Werror=unknown-pragmas ") |
||||||
|
FILE(WRITE "${_fname}" "int main() { return 0; }\n") |
||||||
|
else() |
||||||
|
FILE(WRITE "${_fname}" "#pragma\nint main() { return 0; }\n") |
||||||
|
endif() |
||||||
|
elseif("_${LANG}_" MATCHES "_C_") |
||||||
|
set(_fname "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/src.c") |
||||||
|
if("${CMAKE_C_FLAGS} ${FLAG} " MATCHES "-Werror " OR "${CMAKE_C_FLAGS} ${FLAG} " MATCHES "-Werror=unknown-pragmas ") |
||||||
|
FILE(WRITE "${_fname}" "int main(void) { return 0; }\n") |
||||||
|
else() |
||||||
|
FILE(WRITE "${_fname}" "#pragma\nint main(void) { return 0; }\n") |
||||||
|
endif() |
||||||
|
else() |
||||||
|
unset(_fname) |
||||||
|
endif() |
||||||
|
if(_fname) |
||||||
|
MESSAGE(STATUS "Performing Test ${RESULT}") |
||||||
|
TRY_COMPILE(${RESULT} |
||||||
|
${CMAKE_BINARY_DIR} |
||||||
|
"${_fname}" |
||||||
|
COMPILE_DEFINITIONS "${FLAG}" |
||||||
|
OUTPUT_VARIABLE OUTPUT) |
||||||
|
|
||||||
|
FOREACH(_regex ${STATIC_COMPILER_FAIL_REGEX}) |
||||||
|
IF("${OUTPUT}" MATCHES "${_regex}") |
||||||
|
SET(${RESULT} 0) |
||||||
|
break() |
||||||
|
ENDIF() |
||||||
|
ENDFOREACH() |
||||||
|
|
||||||
|
IF(${RESULT}) |
||||||
|
SET(${RESULT} 1 CACHE INTERNAL "Test ${RESULT}") |
||||||
|
MESSAGE(STATUS "Performing Test ${RESULT} - Success") |
||||||
|
ELSE(${RESULT}) |
||||||
|
MESSAGE(STATUS "Performing Test ${RESULT} - Failed") |
||||||
|
SET(${RESULT} "" CACHE INTERNAL "Test ${RESULT}") |
||||||
|
ENDIF(${RESULT}) |
||||||
|
else() |
||||||
|
SET(${RESULT} 0) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
ENDMACRO() |
||||||
|
|
||||||
|
macro(_check_flag_support lang flag varname) |
||||||
|
if("_${lang}_" MATCHES "_CXX_") |
||||||
|
set(_lang CXX) |
||||||
|
elseif("_${lang}_" MATCHES "_C_") |
||||||
|
set(_lang C) |
||||||
|
else() |
||||||
|
set(_lang ${lang}) |
||||||
|
endif() |
||||||
|
|
||||||
|
string(TOUPPER "${flag}" ${varname}) |
||||||
|
string(REGEX REPLACE "^(/|-)" "HAVE_${_lang}_" ${varname} "${${varname}}") |
||||||
|
string(REGEX REPLACE " -|-|=| |\\." "_" ${varname} "${${varname}}") |
||||||
|
|
||||||
|
_check_compiler_flag("${_lang}" "${ARGN} ${flag}" ${${varname}}) |
||||||
|
endmacro() |
||||||
|
|
||||||
|
macro(add_extra_compiler_option option) |
||||||
|
if(CMAKE_BUILD_TYPE) |
||||||
|
set(CMAKE_TRY_COMPILE_CONFIGURATION ${CMAKE_BUILD_TYPE}) |
||||||
|
endif() |
||||||
|
_check_flag_support(CXX "${option}" _varname "${BUILD_EXTRA_CXX_FLAGS} ${ARGN}") |
||||||
|
if(${_varname}) |
||||||
|
set(BUILD_EXTRA_CXX_FLAGS "${BUILD_EXTRA_CXX_FLAGS} ${option}") |
||||||
|
endif() |
||||||
|
|
||||||
|
_check_flag_support(C "${option}" _varname "${BUILD_EXTRA_C_FLAGS} ${ARGN}") |
||||||
|
if(${_varname}) |
||||||
|
set(BUILD_EXTRA_C_FLAGS "${BUILD_EXTRA_C_FLAGS} ${option}") |
||||||
|
endif() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
macro(optimize_default_compiler_settings) |
||||||
|
# build options |
||||||
|
# =================================================== |
||||||
|
add_option(ENABLE_PRECOMPILED_HEADERS "Use precompiled headers" ON IF (NOT IOS) ) |
||||||
|
add_option(ENABLE_PROFILING "Enable profiling in the GCC compiler (Add flags: -g -pg)" OFF IF CMAKE_COMPILER_IS_GNUCXX ) |
||||||
|
add_option(ENABLE_OMIT_FRAME_POINTER "Enable -fomit-frame-pointer for GCC" ON IF CMAKE_COMPILER_IS_GNUCXX ) |
||||||
|
add_option(ENABLE_POWERPC "Enable PowerPC for GCC" ON IF (CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_PROCESSOR MATCHES powerpc.*) ) |
||||||
|
add_option(ENABLE_FAST_MATH "Enable -ffast-math (not recommended for GCC 4.6.x)" OFF IF (CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_SSE "Enable SSE instructions" ON IF (MSVC OR CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_SSE2 "Enable SSE2 instructions" ON IF (MSVC OR CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_SSE3 "Enable SSE3 instructions" ON IF (MSVC OR FLG_ICC OR CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_SSSE3 "Enable SSSE3 instructions" ON IF (CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_SSE41 "Enable SSE4.1 instructions" ON IF (FLG_ICC OR CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_SSE42 "Enable SSE4.2 instructions" ON IF (CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_AVX "Enable AVX instructions" OFF ) |
||||||
|
add_option(ENABLE_AVX2 "Enable AVX2 instructions" OFF IF (CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64)) ) |
||||||
|
add_option(ENABLE_EXTRA_WARNINGS "Show extra warnings (usually not critical)" OFF ) |
||||||
|
add_option(ENABLE_NOISY_WARNINGS "Show all warnings even if they are too noisy" OFF ) |
||||||
|
add_option(ENABLE_WARNINGS_AS_ERRORS "Treat warnings as errors" OFF ) |
||||||
|
|
||||||
|
set(BUILD_EXTRA_FLAGS "") |
||||||
|
set(BUILD_EXTRA_C_FLAGS "") |
||||||
|
set(BUILD_EXTRA_CXX_FLAGS "") |
||||||
|
set(BUILD_EXTRA_FLAGS_RELEASE "") |
||||||
|
set(BUILD_EXTRA_FLAGS_DEBUG "") |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS "") |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS_RELEASE "") |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS_DEBUG "") |
||||||
|
|
||||||
|
# try to enable C++14/C++11 support |
||||||
|
if(CMAKE_VERSION VERSION_LESS "3.8.2") |
||||||
|
if (MSVC) |
||||||
|
set(CXX_CHECK_PREFIX "/std:") |
||||||
|
else() |
||||||
|
set(CXX_CHECK_PREFIX "--std=") |
||||||
|
endif() |
||||||
|
check_cxx_compiler_flag("${CXX_CHECK_PREFIX}c++20" SUPPORTS_STD_CXX20) |
||||||
|
check_cxx_compiler_flag("${CXX_CHECK_PREFIX}c++17" SUPPORTS_STD_CXX17) |
||||||
|
check_cxx_compiler_flag("${CXX_CHECK_PREFIX}c++14" SUPPORTS_STD_CXX14) |
||||||
|
check_cxx_compiler_flag("${CXX_CHECK_PREFIX}c++11" SUPPORTS_STD_CXX11) |
||||||
|
if(SUPPORTS_STD_CXX20) |
||||||
|
set(CMAKE_CXX_STANDARD 20) |
||||||
|
elseif(SUPPORTS_STD_CXX17) |
||||||
|
set(CMAKE_CXX_STANDARD 17) |
||||||
|
elseif(SUPPORTS_STD_CXX14) |
||||||
|
set(CMAKE_CXX_STANDARD 14) |
||||||
|
elseif(SUPPORTS_STD_CXX11) |
||||||
|
set(CMAKE_CXX_STANDARD 11) |
||||||
|
endif() |
||||||
|
else() |
||||||
|
list(FIND CMAKE_CXX_COMPILE_FEATURES "cxx_std_20" CXX_STD_INDEX) |
||||||
|
if(${CXX_STD_INDEX} GREATER -1) |
||||||
|
set(CMAKE_CXX_STANDARD 20) |
||||||
|
else() |
||||||
|
list(FIND CMAKE_CXX_COMPILE_FEATURES "cxx_std_17" CXX_STD_INDEX) |
||||||
|
if(${CXX_STD_INDEX} GREATER -1) |
||||||
|
set(CMAKE_CXX_STANDARD 17) |
||||||
|
else() |
||||||
|
list(FIND CMAKE_CXX_COMPILE_FEATURES "cxx_std_14" CXX_STD_INDEX) |
||||||
|
if(${CXX_STD_INDEX} GREATER -1) |
||||||
|
set(CMAKE_CXX_STANDARD 14) |
||||||
|
else() |
||||||
|
list(FIND CMAKE_CXX_COMPILE_FEATURES "cxx_std_11" CXX_STD_INDEX) |
||||||
|
if(${CXX_STD_INDEX} GREATER -1) |
||||||
|
set(CMAKE_CXX_STANDARD 11) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
if(CLANG AND (CMAKE_CXX_STANDARD EQUAL 11 OR CMAKE_CXX_STANDARD EQUAL 14 OR CMAKE_CXX_STANDARD EQUAL 17 OR CMAKE_CXX_STANDARD EQUAL 20)) |
||||||
|
set(CMAKE_EXE_LINKER_FLAGS "-stdlib=libc++") |
||||||
|
add_extra_compiler_option(-stdlib=libc++) |
||||||
|
endif() |
||||||
|
set(CMAKE_CXX_STANDARD_REQUIRED ON) |
||||||
|
set(CMAKE_CXX_EXTENSIONS OFF) |
||||||
|
message("Compiling with C++${CMAKE_CXX_STANDARD}") |
||||||
|
|
||||||
|
if(FLG_COMPILER_IS_GNU) |
||||||
|
# High level of warnings. |
||||||
|
add_extra_compiler_option(-W) |
||||||
|
add_extra_compiler_option(-Wall) |
||||||
|
#add_extra_compiler_option(-Werror=return-type) |
||||||
|
#add_extra_compiler_option(-Werror=non-virtual-dtor) |
||||||
|
add_extra_compiler_option(-Werror=address) |
||||||
|
add_extra_compiler_option(-Werror=sequence-point) |
||||||
|
add_extra_compiler_option(-Wformat) |
||||||
|
add_extra_compiler_option(-Werror=format-security -Wformat) |
||||||
|
add_extra_compiler_option(-Winit-self) |
||||||
|
add_extra_compiler_option(-Wsign-promo) |
||||||
|
add_extra_compiler_option(-Wreorder) |
||||||
|
|
||||||
|
if(ENABLE_NOISY_WARNINGS) |
||||||
|
add_extra_compiler_option(-Wshadow) |
||||||
|
add_extra_compiler_option(-Wextra) |
||||||
|
add_extra_compiler_option(-Wcast-align) |
||||||
|
add_extra_compiler_option(-Wstrict-aliasing=2) |
||||||
|
add_extra_compiler_option(-Wmissing-declarations) |
||||||
|
add_extra_compiler_option(-Wmissing-prototypes) |
||||||
|
add_extra_compiler_option(-Wpointer-arith) |
||||||
|
add_extra_compiler_option(-Wundef) |
||||||
|
add_extra_compiler_option(-Wswitch) |
||||||
|
add_extra_compiler_option(-Wswitch-enum) |
||||||
|
add_extra_compiler_option(-Wswitch-default) |
||||||
|
else() |
||||||
|
add_extra_compiler_option(-Wno-undef) |
||||||
|
add_extra_compiler_option(-Wno-switch) |
||||||
|
add_extra_compiler_option(-Wno-switch-enum) |
||||||
|
add_extra_compiler_option(-Wno-switch-default) |
||||||
|
add_extra_compiler_option(-Wno-implicit-fallthrough) |
||||||
|
add_extra_compiler_option(-Wno-comment) |
||||||
|
add_extra_compiler_option(-Wno-narrowing) |
||||||
|
add_extra_compiler_option(-Wno-attributes) |
||||||
|
add_extra_compiler_option(-Wno-ignored-attributes) |
||||||
|
add_extra_compiler_option(-Wno-maybe-uninitialized) |
||||||
|
add_extra_compiler_option(-Wno-enum-compare) |
||||||
|
add_extra_compiler_option(-Wno-misleading-indentation) |
||||||
|
add_extra_compiler_option(-Wno-missing-field-initializers) |
||||||
|
add_extra_compiler_option(-Wno-unused-result) |
||||||
|
add_extra_compiler_option(-Wno-unused-function) |
||||||
|
add_extra_compiler_option(-Wno-unused-parameter) |
||||||
|
add_extra_compiler_option(-Wno-delete-incomplete) |
||||||
|
add_extra_compiler_option(-Wno-unnamed-type-template-args) |
||||||
|
add_extra_compiler_option(-Wno-int-in-bool-context) |
||||||
|
add_extra_compiler_option(-Wno-deprecated-declarations) |
||||||
|
endif() |
||||||
|
add_extra_compiler_option(-fdiagnostics-show-option) |
||||||
|
add_extra_compiler_option(-ftemplate-backtrace-limit=0) |
||||||
|
|
||||||
|
# The -Wno-long-long is required in 64bit systems when including system headers. |
||||||
|
if(X86_64) |
||||||
|
add_extra_compiler_option(-Wno-long-long) |
||||||
|
endif() |
||||||
|
|
||||||
|
# We need pthread's |
||||||
|
if(UNIX AND NOT ANDROID) |
||||||
|
add_extra_compiler_option(-pthread) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(ENABLE_WARNINGS_AS_ERRORS) |
||||||
|
add_extra_compiler_option(-Werror) |
||||||
|
endif() |
||||||
|
|
||||||
|
# Other optimizations |
||||||
|
if(ENABLE_OMIT_FRAME_POINTER) |
||||||
|
add_extra_compiler_option(-fomit-frame-pointer) |
||||||
|
else() |
||||||
|
add_extra_compiler_option(-fno-omit-frame-pointer) |
||||||
|
endif() |
||||||
|
if(NOT CLANG) |
||||||
|
if(ENABLE_FAST_MATH) |
||||||
|
add_extra_compiler_option(-ffast-math) |
||||||
|
else() |
||||||
|
add_extra_compiler_option(-frounding-math) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
if(ENABLE_POWERPC) |
||||||
|
add_extra_compiler_option("-mcpu=G3 -mtune=G5") |
||||||
|
endif() |
||||||
|
if(ENABLE_SSE) |
||||||
|
add_extra_compiler_option(-msse) |
||||||
|
endif() |
||||||
|
if(ENABLE_SSE2) |
||||||
|
add_extra_compiler_option(-msse2) |
||||||
|
endif() |
||||||
|
|
||||||
|
# SSE3 and further should be disabled under MingW because it generates compiler errors |
||||||
|
if(NOT MINGW) |
||||||
|
if(ENABLE_SSE3) |
||||||
|
add_extra_compiler_option(-msse3) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(${CMAKE_FLG_GCC_VERSION_NUM} GREATER 402 OR CLANG) |
||||||
|
set(HAVE_GCC43_OR_NEWER 1) |
||||||
|
endif() |
||||||
|
if(${CMAKE_FLG_GCC_VERSION_NUM} GREATER 401 OR CLANG) |
||||||
|
set(HAVE_GCC42_OR_NEWER 1) |
||||||
|
endif() |
||||||
|
|
||||||
|
if(HAVE_GCC42_OR_NEWER OR APPLE) |
||||||
|
if(ENABLE_SSSE3) |
||||||
|
add_extra_compiler_option(-mssse3) |
||||||
|
endif() |
||||||
|
if(HAVE_GCC43_OR_NEWER) |
||||||
|
if(ENABLE_SSE41) |
||||||
|
add_extra_compiler_option(-msse4.1) |
||||||
|
endif() |
||||||
|
if(ENABLE_SSE42) |
||||||
|
add_extra_compiler_option(-msse4.2) |
||||||
|
endif() |
||||||
|
if(ENABLE_AVX) |
||||||
|
add_extra_compiler_option(-mavx) |
||||||
|
endif() |
||||||
|
if(ENABLE_AVX2) |
||||||
|
add_extra_compiler_option(-mavx2) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif(NOT MINGW) |
||||||
|
|
||||||
|
if(X86 OR X86_64) |
||||||
|
if(NOT APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 4) |
||||||
|
if(ENABLE_SSE2) |
||||||
|
add_extra_compiler_option(-mfpmath=sse)# !! important - be on the same wave with x64 compilers |
||||||
|
else() |
||||||
|
add_extra_compiler_option(-mfpmath=387) |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
# Profiling? |
||||||
|
if(ENABLE_PROFILING) |
||||||
|
add_extra_compiler_option("-pg -g") |
||||||
|
# turn off incompatible options |
||||||
|
foreach(flags CMAKE_CXX_FLAGS CMAKE_C_FLAGS CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_CXX_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG |
||||||
|
BUILD_EXTRA_FLAGS_RELEASE BUILD_EXTRA_FLAGS_DEBUG BUILD_EXTRA_C_FLAGS BUILD_EXTRA_CXX_FLAGS) |
||||||
|
string(REPLACE "-fomit-frame-pointer" "" ${flags} "${${flags}}") |
||||||
|
string(REPLACE "-ffunction-sections" "" ${flags} "${${flags}}") |
||||||
|
endforeach() |
||||||
|
elseif(NOT APPLE AND NOT ANDROID) |
||||||
|
# Remove unreferenced functions: function level linking |
||||||
|
add_extra_compiler_option(-ffunction-sections) |
||||||
|
endif() |
||||||
|
|
||||||
|
set(BUILD_EXTRA_FLAGS_RELEASE "${BUILD_EXTRA_FLAGS_RELEASE} -DNDEBUG") |
||||||
|
set(BUILD_EXTRA_FLAGS_DEBUG "${BUILD_EXTRA_FLAGS_DEBUG} -O0 -D_DEBUG") |
||||||
|
if(BUILD_WITH_DEBUG_INFO) |
||||||
|
set(BUILD_EXTRA_FLAGS_DEBUG "${BUILD_EXTRA_FLAGS_DEBUG} -ggdb3") |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
if(MSVC) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS") |
||||||
|
# 64-bit portability warnings, in MSVC80 |
||||||
|
if(MSVC80) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /Wp64") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(BUILD_WITH_DEBUG_INFO) |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS_RELEASE "${BUILD_EXTRA_EXE_LINKER_FLAGS_RELEASE} /debug") |
||||||
|
endif() |
||||||
|
|
||||||
|
# Remove unreferenced functions: function level linking |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /Gy") |
||||||
|
if(NOT MSVC_VERSION LESS 1400) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /bigobj") |
||||||
|
endif() |
||||||
|
if(BUILD_WITH_DEBUG_INFO) |
||||||
|
set(BUILD_EXTRA_FLAGS_RELEASE "${BUILD_EXTRA_FLAGS_RELEASE} /Zi") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(NOT MSVC64) |
||||||
|
# 64-bit MSVC compiler uses SSE/SSE2 by default |
||||||
|
if(ENABLE_SSE) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /arch:SSE") |
||||||
|
endif() |
||||||
|
if(ENABLE_SSE2) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /arch:SSE2") |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
if(ENABLE_AVX) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /arch:AVX") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(ENABLE_SSE OR ENABLE_SSE2 OR ENABLE_SSE3 OR ENABLE_SSE4_1) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /Oi") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(X86 OR X86_64) |
||||||
|
if(CMAKE_SIZEOF_VOID_P EQUAL 4 AND ENABLE_SSE2) |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /fp:fast")# !! important - be on the same wave with x64 compilers |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
|
# fix virtual memory range for PCH exceeded error |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /Zm170") |
||||||
|
|
||||||
|
# enable __cplusplus |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS} /Zc:__cplusplus") |
||||||
|
endif() |
||||||
|
|
||||||
|
# Extra link libs if the user selects building static libs: |
||||||
|
# Android does not need these settings because they are already set by toolchain file |
||||||
|
if(CMAKE_COMPILER_IS_GNUCXX AND NOT ANDROID AND NOT BUILD_SHARED_LIBS) |
||||||
|
set(BUILD_EXTRA_LINKER_LIBS "${BUILD_EXTRA_LINKER_LIBS} stdc++") |
||||||
|
endif() |
||||||
|
|
||||||
|
# Add user supplied extra options (optimization, etc...) |
||||||
|
# ========================================================== |
||||||
|
set(BUILD_EXTRA_FLAGS "${BUILD_EXTRA_FLAGS}" CACHE INTERNAL "Extra compiler options") |
||||||
|
set(BUILD_EXTRA_C_FLAGS "${BUILD_EXTRA_C_FLAGS}" CACHE INTERNAL "Extra compiler options for C sources") |
||||||
|
set(BUILD_EXTRA_CXX_FLAGS "${BUILD_EXTRA_CXX_FLAGS}" CACHE INTERNAL "Extra compiler options for C++ sources") |
||||||
|
set(BUILD_EXTRA_FLAGS_RELEASE "${BUILD_EXTRA_FLAGS_RELEASE}" CACHE INTERNAL "Extra compiler options for Release build") |
||||||
|
set(BUILD_EXTRA_FLAGS_DEBUG "${BUILD_EXTRA_FLAGS_DEBUG}" CACHE INTERNAL "Extra compiler options for Debug build") |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS "${BUILD_EXTRA_EXE_LINKER_FLAGS}" CACHE INTERNAL "Extra linker flags") |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS_RELEASE "${BUILD_EXTRA_EXE_LINKER_FLAGS_RELEASE}" CACHE INTERNAL "Extra linker flags for Release build") |
||||||
|
set(BUILD_EXTRA_EXE_LINKER_FLAGS_DEBUG "${BUILD_EXTRA_EXE_LINKER_FLAGS_DEBUG}" CACHE INTERNAL "Extra linker flags for Debug build") |
||||||
|
|
||||||
|
#combine all "extra" options |
||||||
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${BUILD_EXTRA_FLAGS} ${BUILD_EXTRA_C_FLAGS}") |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${BUILD_EXTRA_FLAGS} ${BUILD_EXTRA_CXX_FLAGS}") |
||||||
|
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} ${BUILD_EXTRA_FLAGS_RELEASE}") |
||||||
|
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} ${BUILD_EXTRA_FLAGS_RELEASE}") |
||||||
|
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} ${BUILD_EXTRA_FLAGS_DEBUG}") |
||||||
|
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} ${BUILD_EXTRA_FLAGS_DEBUG}") |
||||||
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${BUILD_EXTRA_EXE_LINKER_FLAGS}") |
||||||
|
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} ${BUILD_EXTRA_EXE_LINKER_FLAGS_RELEASE}") |
||||||
|
set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} ${BUILD_EXTRA_EXE_LINKER_FLAGS_DEBUG}") |
||||||
|
|
||||||
|
if(MSVC) |
||||||
|
# avoid warnings from MSVC about overriding the /W* option |
||||||
|
# we replace /W3 with /W4 only for C++ files, |
||||||
|
if(ENABLE_EXTRA_WARNINGS) |
||||||
|
string(REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") |
||||||
|
string(REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}") |
||||||
|
string(REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}") |
||||||
|
endif() |
||||||
|
|
||||||
|
if(NOT ENABLE_NOISY_WARNINGS AND MSVC_VERSION GREATER 1300) |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4231") # disable warnings on extern before template instantiation |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4251") # disable warnings on needs to have dll-interface to be used by clients of class ... |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4308") # for negative integral constant converted to unsigned type |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4396") # for ignored inlines |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4503") # for decorated name length exceeded, name was truncated |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4661") # disable warnings on no suitable definition provided for explicit template instantiation request |
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4996") # for deprecated functions |
||||||
|
endif() |
||||||
|
|
||||||
|
foreach(flags CMAKE_C_FLAGS CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_DEBUG) |
||||||
|
string(REPLACE "/Zm1000" "" ${flags} "${${flags}}") |
||||||
|
endforeach() |
||||||
|
endif() |
||||||
|
CHECK_INCLUDE_FILE("inttypes.h" HAVE_INTTYPES_H) |
||||||
|
endmacro() |
||||||
|
|
||||||
|
|
||||||
|
# Tweaks CMake's default compiler/linker settings to suit application's needs. |
||||||
|
# |
||||||
|
# This must be a macro(), as inside a function string() can only |
||||||
|
# update variables in the function scope. |
||||||
|
macro(fix_default_compiler_settings) |
||||||
|
if (MSVC) |
||||||
|
if (BUILD_STATIC_RUNTIME) |
||||||
|
# For MSVC, CMake sets certain flags to defaults we want to override. |
||||||
|
# This replacement code is taken from sample in the CMake Wiki at |
||||||
|
# http://www.cmake.org/Wiki/CMake_FAQ#Dynamic_Replace. |
||||||
|
foreach (flag_var |
||||||
|
CMAKE_C_FLAGS CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE |
||||||
|
CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_RELWITHDEBINFO |
||||||
|
CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE |
||||||
|
CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO) |
||||||
|
# When the application is built as a shared library, it should also use |
||||||
|
# shared runtime libraries. Otherwise, it may end up with multiple |
||||||
|
# copies of runtime library data in different modules, resulting in |
||||||
|
# hard-to-find crashes. When it is built as a static library, it is |
||||||
|
# preferable to use CRT as static libraries, as we don't have to rely |
||||||
|
# on CRT DLLs being available. CMake always defaults to using shared |
||||||
|
# CRT libraries, so we override that default here. |
||||||
|
string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}") |
||||||
|
endforeach() |
||||||
|
endif() |
||||||
|
# Set WholeProgramOptimization flags for release |
||||||
|
SET(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /GL") |
||||||
|
SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /GL") |
||||||
|
SET(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /LTCG") |
||||||
|
SET(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} /LTCG") |
||||||
|
endif() |
||||||
|
# Save libs and executables in the same place |
||||||
|
SET(LIBRARY_OUTPUT_PATH "${CMAKE_BINARY_DIR}/lib${PACKAGE_LIB_SUFFIX}" CACHE PATH "Output directory for libraries") |
||||||
|
SET(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin${PACKAGE_LIB_SUFFIX}" CACHE PATH "Output directory for executables") |
||||||
|
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin${PACKAGE_LIB_SUFFIX}" CACHE PATH "Output directory for applications") |
||||||
|
endmacro() |
||||||
|
|
||||||
|
# Defines the compiler/linker flags used to build the application. |
||||||
|
# You can tweak these definitions to suit your needs. A |
||||||
|
# variable's value is empty before it's explicitly assigned to. |
||||||
|
macro(ConfigCompilerAndLinker) |
||||||
|
optimize_default_compiler_settings() |
||||||
|
fix_default_compiler_settings() |
||||||
|
if (MSVC) |
||||||
|
set(cxx_base_flags "-DWIN32 -D_WIN32") |
||||||
|
set(cxx_exception_flags "-EHsc -D_HAS_EXCEPTIONS=1") |
||||||
|
set(cxx_no_exception_flags "-D_HAS_EXCEPTIONS=0") |
||||||
|
set(cxx_no_rtti_flags "-GR-") |
||||||
|
elseif (CMAKE_COMPILER_IS_GNUCXX) |
||||||
|
set(cxx_base_flags "-Wall") |
||||||
|
set(cxx_exception_flags "-fexceptions") |
||||||
|
set(cxx_no_exception_flags "-fno-exceptions") |
||||||
|
# Until version 4.3.2, GCC doesn't define a macro to indicate |
||||||
|
# whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI |
||||||
|
# explicitly. |
||||||
|
set(cxx_no_rtti_flags "-fno-rtti -DGTEST_HAS_RTTI=0") |
||||||
|
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "SunPro") |
||||||
|
set(cxx_exception_flags "-features=except") |
||||||
|
# Sun Pro doesn't provide macros to indicate whether exceptions and |
||||||
|
# RTTI are enabled, so we define GTEST_HAS_* explicitly. |
||||||
|
set(cxx_no_exception_flags "-features=no%except -DGTEST_HAS_EXCEPTIONS=0") |
||||||
|
set(cxx_no_rtti_flags "-features=no%rtti -DGTEST_HAS_RTTI=0") |
||||||
|
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "VisualAge" OR |
||||||
|
CMAKE_CXX_COMPILER_ID STREQUAL "XL") |
||||||
|
# CMake 2.8 changes Visual Age's compiler ID to "XL". |
||||||
|
set(cxx_exception_flags "-qeh") |
||||||
|
set(cxx_no_exception_flags "-qnoeh") |
||||||
|
# Until version 9.0, Visual Age doesn't define a macro to indicate |
||||||
|
# whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI |
||||||
|
# explicitly. |
||||||
|
set(cxx_no_rtti_flags "-qnortti -DGTEST_HAS_RTTI=0") |
||||||
|
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "HP") |
||||||
|
set(cxx_base_flags "-AA -mt") |
||||||
|
set(cxx_exception_flags "-DGTEST_HAS_EXCEPTIONS=1") |
||||||
|
set(cxx_no_exception_flags "+noeh -DGTEST_HAS_EXCEPTIONS=0") |
||||||
|
# RTTI can not be disabled in HP aCC compiler. |
||||||
|
set(cxx_no_rtti_flags "") |
||||||
|
endif() |
||||||
|
|
||||||
|
if (BUILD_EXCEPTIONS_ENABLED) |
||||||
|
set(cxx_exception_support "${CMAKE_CXX_FLAGS} ${cxx_base_flags} ${cxx_exception_flags}") |
||||||
|
set(_HAS_EXCEPTIONS TRUE) |
||||||
|
else() |
||||||
|
set(cxx_exception_support "${CMAKE_CXX_FLAGS} ${cxx_base_flags} ${cxx_no_exception_flags}") |
||||||
|
endif() |
||||||
|
|
||||||
|
if (BUILD_RTTI_ENABLED) |
||||||
|
set(cxx_rtti_support "") |
||||||
|
set(_HAS_RTTI TRUE) |
||||||
|
else() |
||||||
|
set(cxx_rtti_support "${cxx_no_rtti_flags}") |
||||||
|
endif() |
||||||
|
|
||||||
|
SET(cxx_default "${cxx_exception_support} ${cxx_rtti_support}" CACHE PATH "Common compile CXX flags") |
||||||
|
SET(c_default "${CMAKE_C_FLAGS} ${cxx_base_flags}" CACHE PATH "Common compile C flags") |
||||||
|
endmacro() |
||||||
|
|
||||||
|
# Initialize variables needed for a library type project. |
||||||
|
macro(ConfigLibrary) |
||||||
|
# Offer the user the choice of overriding the installation directories |
||||||
|
set(INSTALL_LIB_DIR "lib" CACHE PATH "Installation directory for libraries") |
||||||
|
set(INSTALL_BIN_DIR "bin" CACHE PATH "Installation directory for executables") |
||||||
|
set(INSTALL_INCLUDE_DIR "include" CACHE PATH "Installation directory for header files") |
||||||
|
if(WIN32 AND NOT CYGWIN) |
||||||
|
set(DEF_INSTALL_CMAKE_DIR "CMake") |
||||||
|
else() |
||||||
|
set(DEF_INSTALL_CMAKE_DIR "lib/cmake") |
||||||
|
endif() |
||||||
|
set(INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files") |
||||||
|
# Make relative paths absolute (needed later on) |
||||||
|
foreach(p LIB BIN INCLUDE CMAKE) |
||||||
|
set(var INSTALL_${p}_DIR) |
||||||
|
set(varp INSTALL_${p}_DIR_PREFIX) |
||||||
|
if(IS_ABSOLUTE "${${varp}}") |
||||||
|
set(${varp} "${${varp}}") |
||||||
|
else() |
||||||
|
set(${varp} "${CMAKE_INSTALL_PREFIX}/${${var}}") |
||||||
|
endif() |
||||||
|
set(${var} "${${varp}}/${PROJECT_NAME}") |
||||||
|
endforeach() |
||||||
|
endmacro() |
||||||
|
|
||||||
|
# Defines the main libraries. User tests should link |
||||||
|
# with one of them. |
||||||
|
function(cxx_library_with_type name folder type cxx_flags) |
||||||
|
# type can be either STATIC or SHARED to denote a static or shared library. |
||||||
|
# ARGN refers to additional arguments after 'cxx_flags'. |
||||||
|
add_library("${name}" ${type} ${ARGN}) |
||||||
|
#set_target_properties("${name}" PROPERTIES COMPILE_FLAGS "${cxx_flags}") |
||||||
|
if ((BUILD_SHARED_LIBS AND NOT type STREQUAL "STATIC") OR type STREQUAL "SHARED") |
||||||
|
set_target_properties("${name}" PROPERTIES COMPILE_DEFINITIONS "_USRDLL") |
||||||
|
else() |
||||||
|
set_target_properties("${name}" PROPERTIES COMPILE_DEFINITIONS "_LIB") |
||||||
|
endif() |
||||||
|
# Set project folder |
||||||
|
set_target_properties("${name}" PROPERTIES FOLDER "${folder}") |
||||||
|
if(BUILD_SHARED_LIBS OR PARTIAL_BUILD_SHARED_LIBS) |
||||||
|
set_target_properties("${name}" PROPERTIES POSITION_INDEPENDENT_CODE ON) |
||||||
|
endif() |
||||||
|
endfunction() |
||||||
|
|
||||||
|
# cxx_executable_with_flags(name cxx_flags libs srcs...) |
||||||
|
# |
||||||
|
# creates a named C++ executable that depends on the given libraries and |
||||||
|
# is built from the given source files with the given compiler flags. |
||||||
|
function(cxx_executable_with_flags name folder cxx_flags libs) |
||||||
|
add_executable("${name}" ${ARGN}) |
||||||
|
if (cxx_flags) |
||||||
|
set_target_properties("${name}" PROPERTIES COMPILE_FLAGS "${cxx_flags}") |
||||||
|
endif() |
||||||
|
# To support mixing linking in static and dynamic libraries, link each |
||||||
|
# library in with an extra call to target_link_libraries. |
||||||
|
foreach (lib "${libs}") |
||||||
|
target_link_libraries("${name}" ${lib}) |
||||||
|
endforeach() |
||||||
|
# Set project folder |
||||||
|
set_target_properties("${name}" PROPERTIES FOLDER "${folder}") |
||||||
|
endfunction() |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Relative path conversion top directories. |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/algo/Documents/openMVS/openMVS") |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/algo/Documents/openMVS/openMVS/build") |
||||||
|
|
||||||
|
# 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}) |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Relative path conversion top directories. |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/algo/Documents/openMVS/openMVS") |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/algo/Documents/openMVS/openMVS/build") |
||||||
|
|
||||||
|
# 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}) |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
|
||||||
|
# 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 |
||||||
|
) |
||||||
|
|
||||||
|
# The set of dependency files which are needed: |
||||||
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES |
||||||
|
"/home/algo/Documents/openMVS/openMVS/apps/DensifyPointCloud/DensifyPointCloud.cpp" "apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o" "gcc" "apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o.d" |
||||||
|
) |
||||||
|
|
||||||
|
# Targets to which this target links. |
||||||
|
set(CMAKE_TARGET_LINKED_INFO_FILES |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/MVS.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/Math.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/IO.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/Common.dir/DependInfo.cmake" |
||||||
|
) |
||||||
|
|
||||||
|
# Fortran module output directory. |
||||||
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
||||||
@ -0,0 +1,182 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Delete rule output on recipe failure. |
||||||
|
.DELETE_ON_ERROR: |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file. |
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters. |
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run. |
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run. |
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
# Include any dependencies generated for this target. |
||||||
|
include apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/depend.make |
||||||
|
# Include any dependencies generated by the compiler for this target. |
||||||
|
include apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/compiler_depend.make |
||||||
|
|
||||||
|
# Include the progress variables for this target. |
||||||
|
include apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/progress.make |
||||||
|
|
||||||
|
# Include the compile flags for this target's objects. |
||||||
|
include apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/flags.make |
||||||
|
|
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/flags.make |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o: ../apps/DensifyPointCloud/DensifyPointCloud.cpp |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/compiler_depend.ts |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o -MF CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o.d -o CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o -c /home/algo/Documents/openMVS/openMVS/apps/DensifyPointCloud/DensifyPointCloud.cpp |
||||||
|
|
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.i: cmake_force |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.i" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/algo/Documents/openMVS/openMVS/apps/DensifyPointCloud/DensifyPointCloud.cpp > CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.i |
||||||
|
|
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.s: cmake_force |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.s" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/algo/Documents/openMVS/openMVS/apps/DensifyPointCloud/DensifyPointCloud.cpp -o CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.s |
||||||
|
|
||||||
|
# Object files for target DensifyPointCloud |
||||||
|
DensifyPointCloud_OBJECTS = \ |
||||||
|
"CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o" |
||||||
|
|
||||||
|
# External object files for target DensifyPointCloud |
||||||
|
DensifyPointCloud_EXTERNAL_OBJECTS = |
||||||
|
|
||||||
|
bin/DensifyPointCloud: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o |
||||||
|
bin/DensifyPointCloud: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make |
||||||
|
bin/DensifyPointCloud: lib/libMVS.a |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libpython3.10.so |
||||||
|
bin/DensifyPointCloud: lib/libMath.a |
||||||
|
bin/DensifyPointCloud: lib/libIO.a |
||||||
|
bin/DensifyPointCloud: lib/libCommon.a |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0 |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libboost_python310.so.1.74.0 |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libpng.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libz.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libjpeg.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libtiff.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libgmpxx.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libmpfr.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libgmp.so |
||||||
|
bin/DensifyPointCloud: /usr/lib/x86_64-linux-gnu/libcuda.so |
||||||
|
bin/DensifyPointCloud: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/link.txt |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../../bin/DensifyPointCloud" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/DensifyPointCloud.dir/link.txt --verbose=$(VERBOSE) |
||||||
|
|
||||||
|
# Rule to build all files generated by this target. |
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build: bin/DensifyPointCloud |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build |
||||||
|
|
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/clean: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud && $(CMAKE_COMMAND) -P CMakeFiles/DensifyPointCloud.dir/cmake_clean.cmake |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/clean |
||||||
|
|
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/algo/Documents/openMVS/openMVS /home/algo/Documents/openMVS/openMVS/apps/DensifyPointCloud /home/algo/Documents/openMVS/openMVS/build /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DependInfo.cmake --color=$(COLOR) |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/depend |
||||||
|
|
||||||
@ -0,0 +1,11 @@ |
|||||||
|
file(REMOVE_RECURSE |
||||||
|
"../../bin/DensifyPointCloud" |
||||||
|
"../../bin/DensifyPointCloud.pdb" |
||||||
|
"CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o" |
||||||
|
"CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o.d" |
||||||
|
) |
||||||
|
|
||||||
|
# Per-language clean rules from dependency scanning. |
||||||
|
foreach(lang CXX) |
||||||
|
include(CMakeFiles/DensifyPointCloud.dir/cmake_clean_${lang}.cmake OPTIONAL) |
||||||
|
endforeach() |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty compiler generated dependencies file for DensifyPointCloud. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Timestamp file for compiler generated dependencies management for DensifyPointCloud. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty dependencies file for DensifyPointCloud. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# compile CXX with /usr/bin/c++ |
||||||
|
CXX_DEFINES = |
||||||
|
|
||||||
|
CXX_INCLUDES = -I/usr/local/cuda/include -I/usr/include/python3.10 -I/usr/local/include/eigen3 -I/usr/include/opencv4 -I/home/algo/Documents/openMVS/openMVS -I/home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
CXX_FLAGS = -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -fopenmp -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -Wall -fexceptions -std=c++20 |
||||||
|
|
||||||
@ -0,0 +1 @@ |
|||||||
|
/usr/bin/c++ -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -fopenmp CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o -o ../../bin/DensifyPointCloud -L/usr/local/cuda/targets/x86_64-linux/lib/stubs -L/usr/local/cuda/targets/x86_64-linux/lib ../../lib/libMVS.a /usr/lib/x86_64-linux-gnu/libpython3.10.so ../../lib/libMath.a ../../lib/libIO.a ../../lib/libCommon.a /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_python310.so.1.74.0 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libtiff.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libmpfr.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libcuda.so -lcudadevrt -lcudart_static -lrt -lpthread -ldl |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
CMAKE_PROGRESS_1 = 12 |
||||||
|
CMAKE_PROGRESS_2 = 13 |
||||||
|
|
||||||
@ -0,0 +1,242 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT!
|
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||||
|
|
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file.
|
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters.
|
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run.
|
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run.
|
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Targets provided globally by CMake.
|
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
||||||
|
/usr/bin/ctest --force-new-ctest-process $(ARGS) |
||||||
|
.PHONY : test |
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test/fast: test |
||||||
|
.PHONY : test/fast |
||||||
|
|
||||||
|
# Special rule for the target edit_cache
|
||||||
|
edit_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
||||||
|
/usr/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 |
||||||
|
|
||||||
|
# Special rule for the target rebuild_cache
|
||||||
|
rebuild_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
||||||
|
/usr/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 list_install_components
|
||||||
|
list_install_components: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"bin\"" |
||||||
|
.PHONY : list_install_components |
||||||
|
|
||||||
|
# Special rule for the target list_install_components
|
||||||
|
list_install_components/fast: list_install_components |
||||||
|
.PHONY : list_install_components/fast |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install/fast |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local/fast |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip/fast |
||||||
|
|
||||||
|
# The main all target
|
||||||
|
all: cmake_check_build_system |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles /home/algo/Documents/openMVS/openMVS/build/apps/DensifyPointCloud//CMakeFiles/progress.marks |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/DensifyPointCloud/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : all |
||||||
|
|
||||||
|
# The main clean target
|
||||||
|
clean: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/DensifyPointCloud/clean |
||||||
|
.PHONY : clean |
||||||
|
|
||||||
|
# The main clean target
|
||||||
|
clean/fast: clean |
||||||
|
.PHONY : clean/fast |
||||||
|
|
||||||
|
# Prepare targets for installation.
|
||||||
|
preinstall: all |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/DensifyPointCloud/preinstall |
||||||
|
.PHONY : preinstall |
||||||
|
|
||||||
|
# Prepare targets for installation.
|
||||||
|
preinstall/fast: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/DensifyPointCloud/preinstall |
||||||
|
.PHONY : preinstall/fast |
||||||
|
|
||||||
|
# clear depends
|
||||||
|
depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
||||||
|
.PHONY : depend |
||||||
|
|
||||||
|
# Convenience name for target.
|
||||||
|
apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule |
||||||
|
.PHONY : apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target.
|
||||||
|
DensifyPointCloud: apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/rule |
||||||
|
.PHONY : DensifyPointCloud |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
DensifyPointCloud/fast: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build |
||||||
|
.PHONY : DensifyPointCloud/fast |
||||||
|
|
||||||
|
DensifyPointCloud.o: DensifyPointCloud.cpp.o |
||||||
|
.PHONY : DensifyPointCloud.o |
||||||
|
|
||||||
|
# target to build an object file
|
||||||
|
DensifyPointCloud.cpp.o: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.o |
||||||
|
.PHONY : DensifyPointCloud.cpp.o |
||||||
|
|
||||||
|
DensifyPointCloud.i: DensifyPointCloud.cpp.i |
||||||
|
.PHONY : DensifyPointCloud.i |
||||||
|
|
||||||
|
# target to preprocess a source file
|
||||||
|
DensifyPointCloud.cpp.i: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.i |
||||||
|
.PHONY : DensifyPointCloud.cpp.i |
||||||
|
|
||||||
|
DensifyPointCloud.s: DensifyPointCloud.cpp.s |
||||||
|
.PHONY : DensifyPointCloud.s |
||||||
|
|
||||||
|
# target to generate assembly for a file
|
||||||
|
DensifyPointCloud.cpp.s: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/build.make apps/DensifyPointCloud/CMakeFiles/DensifyPointCloud.dir/DensifyPointCloud.cpp.s |
||||||
|
.PHONY : DensifyPointCloud.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 "... install" |
||||||
|
@echo "... install/local" |
||||||
|
@echo "... install/strip" |
||||||
|
@echo "... list_install_components" |
||||||
|
@echo "... rebuild_cache" |
||||||
|
@echo "... test" |
||||||
|
@echo "... DensifyPointCloud" |
||||||
|
@echo "... DensifyPointCloud.o" |
||||||
|
@echo "... DensifyPointCloud.i" |
||||||
|
@echo "... DensifyPointCloud.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: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
||||||
|
.PHONY : cmake_check_build_system |
||||||
|
|
||||||
@ -0,0 +1,68 @@ |
|||||||
|
# Install script for directory: /home/algo/Documents/openMVS/openMVS/apps/DensifyPointCloud |
||||||
|
|
||||||
|
# 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 "") |
||||||
|
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("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xbinx" OR NOT CMAKE_INSTALL_COMPONENT) |
||||||
|
if(EXISTS "$ENV{DESTDIR}/usr/local/bin/OpenMVS/DensifyPointCloud" AND |
||||||
|
NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/bin/OpenMVS/DensifyPointCloud") |
||||||
|
file(RPATH_CHECK |
||||||
|
FILE "$ENV{DESTDIR}/usr/local/bin/OpenMVS/DensifyPointCloud" |
||||||
|
RPATH "") |
||||||
|
endif() |
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES |
||||||
|
"/usr/local/bin/OpenMVS/DensifyPointCloud") |
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) |
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") |
||||||
|
endif() |
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) |
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") |
||||||
|
endif() |
||||||
|
file(INSTALL DESTINATION "/usr/local/bin/OpenMVS" TYPE EXECUTABLE FILES "/home/algo/Documents/openMVS/openMVS/build/bin/DensifyPointCloud") |
||||||
|
if(EXISTS "$ENV{DESTDIR}/usr/local/bin/OpenMVS/DensifyPointCloud" AND |
||||||
|
NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/bin/OpenMVS/DensifyPointCloud") |
||||||
|
if(CMAKE_INSTALL_DO_STRIP) |
||||||
|
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/usr/local/bin/OpenMVS/DensifyPointCloud") |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
@ -0,0 +1,16 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Relative path conversion top directories. |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/algo/Documents/openMVS/openMVS") |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/algo/Documents/openMVS/openMVS/build") |
||||||
|
|
||||||
|
# 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}) |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
|
||||||
|
# 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 |
||||||
|
) |
||||||
|
|
||||||
|
# The set of dependency files which are needed: |
||||||
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES |
||||||
|
"/home/algo/Documents/openMVS/openMVS/apps/InterfaceCOLMAP/InterfaceCOLMAP.cpp" "apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o" "gcc" "apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o.d" |
||||||
|
) |
||||||
|
|
||||||
|
# Targets to which this target links. |
||||||
|
set(CMAKE_TARGET_LINKED_INFO_FILES |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/MVS.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/Math.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/IO.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/Common.dir/DependInfo.cmake" |
||||||
|
) |
||||||
|
|
||||||
|
# Fortran module output directory. |
||||||
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
||||||
@ -0,0 +1,182 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Delete rule output on recipe failure. |
||||||
|
.DELETE_ON_ERROR: |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file. |
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters. |
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run. |
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run. |
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
# Include any dependencies generated for this target. |
||||||
|
include apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/depend.make |
||||||
|
# Include any dependencies generated by the compiler for this target. |
||||||
|
include apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/compiler_depend.make |
||||||
|
|
||||||
|
# Include the progress variables for this target. |
||||||
|
include apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/progress.make |
||||||
|
|
||||||
|
# Include the compile flags for this target's objects. |
||||||
|
include apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/flags.make |
||||||
|
|
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/flags.make |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o: ../apps/InterfaceCOLMAP/InterfaceCOLMAP.cpp |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/compiler_depend.ts |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o -MF CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o.d -o CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o -c /home/algo/Documents/openMVS/openMVS/apps/InterfaceCOLMAP/InterfaceCOLMAP.cpp |
||||||
|
|
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.i: cmake_force |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.i" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/algo/Documents/openMVS/openMVS/apps/InterfaceCOLMAP/InterfaceCOLMAP.cpp > CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.i |
||||||
|
|
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.s: cmake_force |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.s" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/algo/Documents/openMVS/openMVS/apps/InterfaceCOLMAP/InterfaceCOLMAP.cpp -o CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.s |
||||||
|
|
||||||
|
# Object files for target InterfaceCOLMAP |
||||||
|
InterfaceCOLMAP_OBJECTS = \ |
||||||
|
"CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o" |
||||||
|
|
||||||
|
# External object files for target InterfaceCOLMAP |
||||||
|
InterfaceCOLMAP_EXTERNAL_OBJECTS = |
||||||
|
|
||||||
|
bin/InterfaceCOLMAP: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o |
||||||
|
bin/InterfaceCOLMAP: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make |
||||||
|
bin/InterfaceCOLMAP: lib/libMVS.a |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libpython3.10.so |
||||||
|
bin/InterfaceCOLMAP: lib/libMath.a |
||||||
|
bin/InterfaceCOLMAP: lib/libIO.a |
||||||
|
bin/InterfaceCOLMAP: lib/libCommon.a |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0 |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libboost_python310.so.1.74.0 |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libpng.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libz.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libjpeg.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libtiff.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libgmpxx.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libmpfr.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libgmp.so |
||||||
|
bin/InterfaceCOLMAP: /usr/lib/x86_64-linux-gnu/libcuda.so |
||||||
|
bin/InterfaceCOLMAP: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/link.txt |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../../bin/InterfaceCOLMAP" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/InterfaceCOLMAP.dir/link.txt --verbose=$(VERBOSE) |
||||||
|
|
||||||
|
# Rule to build all files generated by this target. |
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build: bin/InterfaceCOLMAP |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build |
||||||
|
|
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/clean: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP && $(CMAKE_COMMAND) -P CMakeFiles/InterfaceCOLMAP.dir/cmake_clean.cmake |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/clean |
||||||
|
|
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/algo/Documents/openMVS/openMVS /home/algo/Documents/openMVS/openMVS/apps/InterfaceCOLMAP /home/algo/Documents/openMVS/openMVS/build /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/DependInfo.cmake --color=$(COLOR) |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/depend |
||||||
|
|
||||||
@ -0,0 +1,11 @@ |
|||||||
|
file(REMOVE_RECURSE |
||||||
|
"../../bin/InterfaceCOLMAP" |
||||||
|
"../../bin/InterfaceCOLMAP.pdb" |
||||||
|
"CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o" |
||||||
|
"CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o.d" |
||||||
|
) |
||||||
|
|
||||||
|
# Per-language clean rules from dependency scanning. |
||||||
|
foreach(lang CXX) |
||||||
|
include(CMakeFiles/InterfaceCOLMAP.dir/cmake_clean_${lang}.cmake OPTIONAL) |
||||||
|
endforeach() |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty compiler generated dependencies file for InterfaceCOLMAP. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Timestamp file for compiler generated dependencies management for InterfaceCOLMAP. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty dependencies file for InterfaceCOLMAP. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# compile CXX with /usr/bin/c++ |
||||||
|
CXX_DEFINES = |
||||||
|
|
||||||
|
CXX_INCLUDES = -I/usr/local/cuda/include -I/usr/include/python3.10 -I/usr/local/include/eigen3 -I/usr/include/opencv4 -I/home/algo/Documents/openMVS/openMVS -I/home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
CXX_FLAGS = -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -fopenmp -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -Wall -fexceptions -std=c++20 |
||||||
|
|
||||||
@ -0,0 +1 @@ |
|||||||
|
/usr/bin/c++ -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -fopenmp CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o -o ../../bin/InterfaceCOLMAP -L/usr/local/cuda/targets/x86_64-linux/lib/stubs -L/usr/local/cuda/targets/x86_64-linux/lib ../../lib/libMVS.a /usr/lib/x86_64-linux-gnu/libpython3.10.so ../../lib/libMath.a ../../lib/libIO.a ../../lib/libCommon.a /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_python310.so.1.74.0 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libtiff.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libmpfr.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libcuda.so -lcudadevrt -lcudart_static -lrt -lpthread -ldl |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
CMAKE_PROGRESS_1 = 28 |
||||||
|
CMAKE_PROGRESS_2 = 29 |
||||||
|
|
||||||
@ -0,0 +1,242 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT!
|
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||||
|
|
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file.
|
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters.
|
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run.
|
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run.
|
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Targets provided globally by CMake.
|
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
||||||
|
/usr/bin/ctest --force-new-ctest-process $(ARGS) |
||||||
|
.PHONY : test |
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test/fast: test |
||||||
|
.PHONY : test/fast |
||||||
|
|
||||||
|
# Special rule for the target edit_cache
|
||||||
|
edit_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
||||||
|
/usr/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 |
||||||
|
|
||||||
|
# Special rule for the target rebuild_cache
|
||||||
|
rebuild_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
||||||
|
/usr/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 list_install_components
|
||||||
|
list_install_components: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"bin\"" |
||||||
|
.PHONY : list_install_components |
||||||
|
|
||||||
|
# Special rule for the target list_install_components
|
||||||
|
list_install_components/fast: list_install_components |
||||||
|
.PHONY : list_install_components/fast |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install/fast |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local/fast |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip/fast |
||||||
|
|
||||||
|
# The main all target
|
||||||
|
all: cmake_check_build_system |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceCOLMAP//CMakeFiles/progress.marks |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceCOLMAP/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : all |
||||||
|
|
||||||
|
# The main clean target
|
||||||
|
clean: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceCOLMAP/clean |
||||||
|
.PHONY : clean |
||||||
|
|
||||||
|
# The main clean target
|
||||||
|
clean/fast: clean |
||||||
|
.PHONY : clean/fast |
||||||
|
|
||||||
|
# Prepare targets for installation.
|
||||||
|
preinstall: all |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceCOLMAP/preinstall |
||||||
|
.PHONY : preinstall |
||||||
|
|
||||||
|
# Prepare targets for installation.
|
||||||
|
preinstall/fast: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceCOLMAP/preinstall |
||||||
|
.PHONY : preinstall/fast |
||||||
|
|
||||||
|
# clear depends
|
||||||
|
depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
||||||
|
.PHONY : depend |
||||||
|
|
||||||
|
# Convenience name for target.
|
||||||
|
apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule |
||||||
|
.PHONY : apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target.
|
||||||
|
InterfaceCOLMAP: apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/rule |
||||||
|
.PHONY : InterfaceCOLMAP |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
InterfaceCOLMAP/fast: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build |
||||||
|
.PHONY : InterfaceCOLMAP/fast |
||||||
|
|
||||||
|
InterfaceCOLMAP.o: InterfaceCOLMAP.cpp.o |
||||||
|
.PHONY : InterfaceCOLMAP.o |
||||||
|
|
||||||
|
# target to build an object file
|
||||||
|
InterfaceCOLMAP.cpp.o: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.o |
||||||
|
.PHONY : InterfaceCOLMAP.cpp.o |
||||||
|
|
||||||
|
InterfaceCOLMAP.i: InterfaceCOLMAP.cpp.i |
||||||
|
.PHONY : InterfaceCOLMAP.i |
||||||
|
|
||||||
|
# target to preprocess a source file
|
||||||
|
InterfaceCOLMAP.cpp.i: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.i |
||||||
|
.PHONY : InterfaceCOLMAP.cpp.i |
||||||
|
|
||||||
|
InterfaceCOLMAP.s: InterfaceCOLMAP.cpp.s |
||||||
|
.PHONY : InterfaceCOLMAP.s |
||||||
|
|
||||||
|
# target to generate assembly for a file
|
||||||
|
InterfaceCOLMAP.cpp.s: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/build.make apps/InterfaceCOLMAP/CMakeFiles/InterfaceCOLMAP.dir/InterfaceCOLMAP.cpp.s |
||||||
|
.PHONY : InterfaceCOLMAP.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 "... install" |
||||||
|
@echo "... install/local" |
||||||
|
@echo "... install/strip" |
||||||
|
@echo "... list_install_components" |
||||||
|
@echo "... rebuild_cache" |
||||||
|
@echo "... test" |
||||||
|
@echo "... InterfaceCOLMAP" |
||||||
|
@echo "... InterfaceCOLMAP.o" |
||||||
|
@echo "... InterfaceCOLMAP.i" |
||||||
|
@echo "... InterfaceCOLMAP.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: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
||||||
|
.PHONY : cmake_check_build_system |
||||||
|
|
||||||
@ -0,0 +1,68 @@ |
|||||||
|
# Install script for directory: /home/algo/Documents/openMVS/openMVS/apps/InterfaceCOLMAP |
||||||
|
|
||||||
|
# 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 "") |
||||||
|
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("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xbinx" OR NOT CMAKE_INSTALL_COMPONENT) |
||||||
|
if(EXISTS "$ENV{DESTDIR}/usr/local/bin/OpenMVS/InterfaceCOLMAP" AND |
||||||
|
NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/bin/OpenMVS/InterfaceCOLMAP") |
||||||
|
file(RPATH_CHECK |
||||||
|
FILE "$ENV{DESTDIR}/usr/local/bin/OpenMVS/InterfaceCOLMAP" |
||||||
|
RPATH "") |
||||||
|
endif() |
||||||
|
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES |
||||||
|
"/usr/local/bin/OpenMVS/InterfaceCOLMAP") |
||||||
|
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) |
||||||
|
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") |
||||||
|
endif() |
||||||
|
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) |
||||||
|
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") |
||||||
|
endif() |
||||||
|
file(INSTALL DESTINATION "/usr/local/bin/OpenMVS" TYPE EXECUTABLE FILES "/home/algo/Documents/openMVS/openMVS/build/bin/InterfaceCOLMAP") |
||||||
|
if(EXISTS "$ENV{DESTDIR}/usr/local/bin/OpenMVS/InterfaceCOLMAP" AND |
||||||
|
NOT IS_SYMLINK "$ENV{DESTDIR}/usr/local/bin/OpenMVS/InterfaceCOLMAP") |
||||||
|
if(CMAKE_INSTALL_DO_STRIP) |
||||||
|
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/usr/local/bin/OpenMVS/InterfaceCOLMAP") |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
endif() |
||||||
|
|
||||||
@ -0,0 +1,16 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Relative path conversion top directories. |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/algo/Documents/openMVS/openMVS") |
||||||
|
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/algo/Documents/openMVS/openMVS/build") |
||||||
|
|
||||||
|
# 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}) |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
|
||||||
|
# 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 |
||||||
|
) |
||||||
|
|
||||||
|
# The set of dependency files which are needed: |
||||||
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES |
||||||
|
"/home/algo/Documents/openMVS/openMVS/apps/InterfaceMVSNet/InterfaceMVSNet.cpp" "apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o" "gcc" "apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o.d" |
||||||
|
) |
||||||
|
|
||||||
|
# Targets to which this target links. |
||||||
|
set(CMAKE_TARGET_LINKED_INFO_FILES |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/MVS/CMakeFiles/MVS.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/Math/CMakeFiles/Math.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/IO/CMakeFiles/IO.dir/DependInfo.cmake" |
||||||
|
"/home/algo/Documents/openMVS/openMVS/build/libs/Common/CMakeFiles/Common.dir/DependInfo.cmake" |
||||||
|
) |
||||||
|
|
||||||
|
# Fortran module output directory. |
||||||
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
||||||
@ -0,0 +1,182 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# Delete rule output on recipe failure. |
||||||
|
.DELETE_ON_ERROR: |
||||||
|
|
||||||
|
#============================================================================= |
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file. |
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters. |
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run. |
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run. |
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
# Include any dependencies generated for this target. |
||||||
|
include apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/depend.make |
||||||
|
# Include any dependencies generated by the compiler for this target. |
||||||
|
include apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/compiler_depend.make |
||||||
|
|
||||||
|
# Include the progress variables for this target. |
||||||
|
include apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/progress.make |
||||||
|
|
||||||
|
# Include the compile flags for this target's objects. |
||||||
|
include apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/flags.make |
||||||
|
|
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/flags.make |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o: ../apps/InterfaceMVSNet/InterfaceMVSNet.cpp |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/compiler_depend.ts |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o -MF CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o.d -o CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o -c /home/algo/Documents/openMVS/openMVS/apps/InterfaceMVSNet/InterfaceMVSNet.cpp |
||||||
|
|
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.i: cmake_force |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.i" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/algo/Documents/openMVS/openMVS/apps/InterfaceMVSNet/InterfaceMVSNet.cpp > CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.i |
||||||
|
|
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.s: cmake_force |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.s" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/algo/Documents/openMVS/openMVS/apps/InterfaceMVSNet/InterfaceMVSNet.cpp -o CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.s |
||||||
|
|
||||||
|
# Object files for target InterfaceMVSNet |
||||||
|
InterfaceMVSNet_OBJECTS = \ |
||||||
|
"CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o" |
||||||
|
|
||||||
|
# External object files for target InterfaceMVSNet |
||||||
|
InterfaceMVSNet_EXTERNAL_OBJECTS = |
||||||
|
|
||||||
|
bin/InterfaceMVSNet: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o |
||||||
|
bin/InterfaceMVSNet: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make |
||||||
|
bin/InterfaceMVSNet: lib/libMVS.a |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libpython3.10.so |
||||||
|
bin/InterfaceMVSNet: lib/libMath.a |
||||||
|
bin/InterfaceMVSNet: lib/libIO.a |
||||||
|
bin/InterfaceMVSNet: lib/libCommon.a |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0 |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libboost_python310.so.1.74.0 |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libpng.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libz.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libjpeg.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libtiff.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libgmpxx.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libmpfr.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libgmp.so |
||||||
|
bin/InterfaceMVSNet: /usr/lib/x86_64-linux-gnu/libcuda.so |
||||||
|
bin/InterfaceMVSNet: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/link.txt |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/algo/Documents/openMVS/openMVS/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../../bin/InterfaceMVSNet" |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/InterfaceMVSNet.dir/link.txt --verbose=$(VERBOSE) |
||||||
|
|
||||||
|
# Rule to build all files generated by this target. |
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build: bin/InterfaceMVSNet |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build |
||||||
|
|
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/clean: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet && $(CMAKE_COMMAND) -P CMakeFiles/InterfaceMVSNet.dir/cmake_clean.cmake |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/clean |
||||||
|
|
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/algo/Documents/openMVS/openMVS /home/algo/Documents/openMVS/openMVS/apps/InterfaceMVSNet /home/algo/Documents/openMVS/openMVS/build /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/DependInfo.cmake --color=$(COLOR) |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/depend |
||||||
|
|
||||||
@ -0,0 +1,11 @@ |
|||||||
|
file(REMOVE_RECURSE |
||||||
|
"../../bin/InterfaceMVSNet" |
||||||
|
"../../bin/InterfaceMVSNet.pdb" |
||||||
|
"CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o" |
||||||
|
"CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o.d" |
||||||
|
) |
||||||
|
|
||||||
|
# Per-language clean rules from dependency scanning. |
||||||
|
foreach(lang CXX) |
||||||
|
include(CMakeFiles/InterfaceMVSNet.dir/cmake_clean_${lang}.cmake OPTIONAL) |
||||||
|
endforeach() |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty compiler generated dependencies file for InterfaceMVSNet. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Timestamp file for compiler generated dependencies management for InterfaceMVSNet. |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
# Empty dependencies file for InterfaceMVSNet. |
||||||
|
# This may be replaced when dependencies are built. |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT! |
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
||||||
|
|
||||||
|
# compile CXX with /usr/bin/c++ |
||||||
|
CXX_DEFINES = |
||||||
|
|
||||||
|
CXX_INCLUDES = -I/usr/local/cuda/include -I/usr/include/python3.10 -I/usr/local/include/eigen3 -I/usr/include/opencv4 -I/home/algo/Documents/openMVS/openMVS -I/home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
CXX_FLAGS = -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -fopenmp -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -Wall -fexceptions -std=c++20 |
||||||
|
|
||||||
@ -0,0 +1 @@ |
|||||||
|
/usr/bin/c++ -W -Wall -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wsign-promo -Wreorder -Wno-undef -Wno-switch -Wno-switch-enum -Wno-switch-default -Wno-implicit-fallthrough -Wno-comment -Wno-narrowing -Wno-attributes -Wno-ignored-attributes -Wno-maybe-uninitialized -Wno-enum-compare -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-function -Wno-unused-parameter -Wno-delete-incomplete -Wno-int-in-bool-context -Wno-deprecated-declarations -fdiagnostics-show-option -ftemplate-backtrace-limit=0 -Wno-long-long -pthread -fomit-frame-pointer -frounding-math -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -ffunction-sections -fopenmp CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o -o ../../bin/InterfaceMVSNet -L/usr/local/cuda/targets/x86_64-linux/lib/stubs -L/usr/local/cuda/targets/x86_64-linux/lib ../../lib/libMVS.a /usr/lib/x86_64-linux-gnu/libpython3.10.so ../../lib/libMath.a ../../lib/libIO.a ../../lib/libCommon.a /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_python310.so.1.74.0 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libtiff.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libmpfr.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libcuda.so -lcudadevrt -lcudart_static -lrt -lpthread -ldl |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
CMAKE_PROGRESS_1 = 30 |
||||||
|
CMAKE_PROGRESS_2 = 31 |
||||||
|
|
||||||
@ -0,0 +1,242 @@ |
|||||||
|
# CMAKE generated file: DO NOT EDIT!
|
||||||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||||
|
|
||||||
|
# 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 = /usr/bin/cmake |
||||||
|
|
||||||
|
# The command to remove a file.
|
||||||
|
RM = /usr/bin/cmake -E rm -f |
||||||
|
|
||||||
|
# Escaping for special characters.
|
||||||
|
EQUALS = = |
||||||
|
|
||||||
|
# The top-level source directory on which CMake was run.
|
||||||
|
CMAKE_SOURCE_DIR = /home/algo/Documents/openMVS/openMVS |
||||||
|
|
||||||
|
# The top-level build directory on which CMake was run.
|
||||||
|
CMAKE_BINARY_DIR = /home/algo/Documents/openMVS/openMVS/build |
||||||
|
|
||||||
|
#=============================================================================
|
||||||
|
# Targets provided globally by CMake.
|
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
||||||
|
/usr/bin/ctest --force-new-ctest-process $(ARGS) |
||||||
|
.PHONY : test |
||||||
|
|
||||||
|
# Special rule for the target test
|
||||||
|
test/fast: test |
||||||
|
.PHONY : test/fast |
||||||
|
|
||||||
|
# Special rule for the target edit_cache
|
||||||
|
edit_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
||||||
|
/usr/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 |
||||||
|
|
||||||
|
# Special rule for the target rebuild_cache
|
||||||
|
rebuild_cache: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
||||||
|
/usr/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 list_install_components
|
||||||
|
list_install_components: |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"bin\"" |
||||||
|
.PHONY : list_install_components |
||||||
|
|
||||||
|
# Special rule for the target list_install_components
|
||||||
|
list_install_components/fast: list_install_components |
||||||
|
.PHONY : list_install_components/fast |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install |
||||||
|
|
||||||
|
# Special rule for the target install
|
||||||
|
install/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
||||||
|
/usr/bin/cmake -P cmake_install.cmake |
||||||
|
.PHONY : install/fast |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local |
||||||
|
|
||||||
|
# Special rule for the target install/local
|
||||||
|
install/local/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/local/fast |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip: preinstall |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip |
||||||
|
|
||||||
|
# Special rule for the target install/strip
|
||||||
|
install/strip/fast: preinstall/fast |
||||||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
||||||
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
||||||
|
.PHONY : install/strip/fast |
||||||
|
|
||||||
|
# The main all target
|
||||||
|
all: cmake_check_build_system |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles /home/algo/Documents/openMVS/openMVS/build/apps/InterfaceMVSNet//CMakeFiles/progress.marks |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMVSNet/all |
||||||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/algo/Documents/openMVS/openMVS/build/CMakeFiles 0 |
||||||
|
.PHONY : all |
||||||
|
|
||||||
|
# The main clean target
|
||||||
|
clean: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMVSNet/clean |
||||||
|
.PHONY : clean |
||||||
|
|
||||||
|
# The main clean target
|
||||||
|
clean/fast: clean |
||||||
|
.PHONY : clean/fast |
||||||
|
|
||||||
|
# Prepare targets for installation.
|
||||||
|
preinstall: all |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMVSNet/preinstall |
||||||
|
.PHONY : preinstall |
||||||
|
|
||||||
|
# Prepare targets for installation.
|
||||||
|
preinstall/fast: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMVSNet/preinstall |
||||||
|
.PHONY : preinstall/fast |
||||||
|
|
||||||
|
# clear depends
|
||||||
|
depend: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
||||||
|
.PHONY : depend |
||||||
|
|
||||||
|
# Convenience name for target.
|
||||||
|
apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule |
||||||
|
.PHONY : apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule |
||||||
|
|
||||||
|
# Convenience name for target.
|
||||||
|
InterfaceMVSNet: apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/rule |
||||||
|
.PHONY : InterfaceMVSNet |
||||||
|
|
||||||
|
# fast build rule for target.
|
||||||
|
InterfaceMVSNet/fast: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build |
||||||
|
.PHONY : InterfaceMVSNet/fast |
||||||
|
|
||||||
|
InterfaceMVSNet.o: InterfaceMVSNet.cpp.o |
||||||
|
.PHONY : InterfaceMVSNet.o |
||||||
|
|
||||||
|
# target to build an object file
|
||||||
|
InterfaceMVSNet.cpp.o: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.o |
||||||
|
.PHONY : InterfaceMVSNet.cpp.o |
||||||
|
|
||||||
|
InterfaceMVSNet.i: InterfaceMVSNet.cpp.i |
||||||
|
.PHONY : InterfaceMVSNet.i |
||||||
|
|
||||||
|
# target to preprocess a source file
|
||||||
|
InterfaceMVSNet.cpp.i: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.i |
||||||
|
.PHONY : InterfaceMVSNet.cpp.i |
||||||
|
|
||||||
|
InterfaceMVSNet.s: InterfaceMVSNet.cpp.s |
||||||
|
.PHONY : InterfaceMVSNet.s |
||||||
|
|
||||||
|
# target to generate assembly for a file
|
||||||
|
InterfaceMVSNet.cpp.s: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(MAKE) $(MAKESILENT) -f apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/build.make apps/InterfaceMVSNet/CMakeFiles/InterfaceMVSNet.dir/InterfaceMVSNet.cpp.s |
||||||
|
.PHONY : InterfaceMVSNet.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 "... install" |
||||||
|
@echo "... install/local" |
||||||
|
@echo "... install/strip" |
||||||
|
@echo "... list_install_components" |
||||||
|
@echo "... rebuild_cache" |
||||||
|
@echo "... test" |
||||||
|
@echo "... InterfaceMVSNet" |
||||||
|
@echo "... InterfaceMVSNet.o" |
||||||
|
@echo "... InterfaceMVSNet.i" |
||||||
|
@echo "... InterfaceMVSNet.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: |
||||||
|
cd /home/algo/Documents/openMVS/openMVS/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
||||||
|
.PHONY : cmake_check_build_system |
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue