feat(kotlin-compose): design system + 33 components + gallery_kt + e2e android emulator + scaffolder fixes
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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,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 "")
|
||||
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-5.15.167.4-microsoft-standard-WSL2")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "5.15.167.4-microsoft-standard-WSL2")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-5.15.167.4-microsoft-standard-WSL2")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "5.15.167.4-microsoft-standard-WSL2")
|
||||
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,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/lucas/fn_registry/cpp")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/lucas/fn_registry/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,661 @@
|
||||
Performing C SOURCE FILE Test HAVE_GCC_WDOCUMENTATION failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_50439/fast && /usr/bin/gmake -f CMakeFiles/cmTC_50439.dir/build.make CMakeFiles/cmTC_50439.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_50439.dir/src.c.o
|
||||
/usr/bin/cc -DHAVE_GCC_WDOCUMENTATION -D_GNU_SOURCE=1 -Wdocumentation -o CMakeFiles/cmTC_50439.dir/src.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/src.c
|
||||
cc: error: unrecognized command-line option '-Wdocumentation'
|
||||
gmake[1]: *** [CMakeFiles/cmTC_50439.dir/build.make:78: CMakeFiles/cmTC_50439.dir/src.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_50439/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
int main(void) { return 0; }
|
||||
Performing C SOURCE FILE Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1f170/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1f170.dir/build.make CMakeFiles/cmTC_1f170.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_1f170.dir/src.c.o
|
||||
/usr/bin/cc -DHAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND -D_GNU_SOURCE=1 -Wdocumentation-unknown-command -o CMakeFiles/cmTC_1f170.dir/src.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/src.c
|
||||
cc: error: unrecognized command-line option '-Wdocumentation-unknown-command'
|
||||
gmake[1]: *** [CMakeFiles/cmTC_1f170.dir/build.make:78: CMakeFiles/cmTC_1f170.dir/src.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_1f170/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
int main(void) { return 0; }
|
||||
Performing C SOURCE FILE Test HAVE_GCC_COMMENT_BLOCK_COMMANDS failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_56df6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_56df6.dir/build.make CMakeFiles/cmTC_56df6.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_56df6.dir/src.c.o
|
||||
/usr/bin/cc -DHAVE_GCC_COMMENT_BLOCK_COMMANDS -D_GNU_SOURCE=1 -fcomment-block-commands=threadsafety -o CMakeFiles/cmTC_56df6.dir/src.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/src.c
|
||||
cc: error: unrecognized command-line option '-fcomment-block-commands=threadsafety'
|
||||
gmake[1]: *** [CMakeFiles/cmTC_56df6.dir/build.make:78: CMakeFiles/cmTC_56df6.dir/src.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_56df6/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
int main(void) { return 0; }
|
||||
Performing C SOURCE FILE Test HAVE_CLANG_COMMENT_BLOCK_COMMANDS failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bc9eb/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bc9eb.dir/build.make CMakeFiles/cmTC_bc9eb.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_bc9eb.dir/src.c.o
|
||||
/usr/bin/cc -DHAVE_CLANG_COMMENT_BLOCK_COMMANDS -D_GNU_SOURCE=1 /clang:-fcomment-block-commands=threadsafety -o CMakeFiles/cmTC_bc9eb.dir/src.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/src.c
|
||||
cc: warning: /clang:-fcomment-block-commands=threadsafety: linker input file unused because linking not done
|
||||
cc: error: /clang:-fcomment-block-commands=threadsafety: linker input file not found: No such file or directory
|
||||
gmake[1]: *** [CMakeFiles/cmTC_bc9eb.dir/build.make:78: CMakeFiles/cmTC_bc9eb.dir/src.c.o] Error 1
|
||||
gmake[1]: *** Deleting file 'CMakeFiles/cmTC_bc9eb.dir/src.c.o'
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_bc9eb/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
int main(void) { return 0; }
|
||||
Determining if the _i64toa exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_53e2c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_53e2c.dir/build.make CMakeFiles/cmTC_53e2c.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_53e2c.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_53e2c.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘_i64toa’ undeclared (first use in this function)
|
||||
26 | return ((int*)(&_i64toa))[argc];
|
||||
| ^~~~~~~
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_53e2c.dir/build.make:78: CMakeFiles/cmTC_53e2c.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_53e2c/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef _i64toa
|
||||
return ((int*)(&_i64toa))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the itoa exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_103cb/fast && /usr/bin/gmake -f CMakeFiles/cmTC_103cb.dir/build.make CMakeFiles/cmTC_103cb.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_103cb.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_103cb.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘itoa’ undeclared (first use in this function)
|
||||
26 | return ((int*)(&itoa))[argc];
|
||||
| ^~~~
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_103cb.dir/build.make:78: CMakeFiles/cmTC_103cb.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_103cb/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef itoa
|
||||
return ((int*)(&itoa))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the _ltoa exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_47017/fast && /usr/bin/gmake -f CMakeFiles/cmTC_47017.dir/build.make CMakeFiles/cmTC_47017.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_47017.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_47017.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘_ltoa’ undeclared (first use in this function)
|
||||
26 | return ((int*)(&_ltoa))[argc];
|
||||
| ^~~~~
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_47017.dir/build.make:78: CMakeFiles/cmTC_47017.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_47017/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef _ltoa
|
||||
return ((int*)(&_ltoa))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the sqr exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_207e9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_207e9.dir/build.make CMakeFiles/cmTC_207e9.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_207e9.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_207e9.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘sqr’ undeclared (first use in this function); did you mean ‘sqrt’?
|
||||
26 | return ((int*)(&sqr))[argc];
|
||||
| ^~~
|
||||
| sqrt
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_207e9.dir/build.make:78: CMakeFiles/cmTC_207e9.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_207e9/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef sqr
|
||||
return ((int*)(&sqr))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the strlcat exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e0186/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e0186.dir/build.make CMakeFiles/cmTC_e0186.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_e0186.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e0186.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘strlcat’ undeclared (first use in this function); did you mean ‘strncat’?
|
||||
26 | return ((int*)(&strlcat))[argc];
|
||||
| ^~~~~~~
|
||||
| strncat
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_e0186.dir/build.make:78: CMakeFiles/cmTC_e0186.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_e0186/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef strlcat
|
||||
return ((int*)(&strlcat))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the strlcpy exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_aeb26/fast && /usr/bin/gmake -f CMakeFiles/cmTC_aeb26.dir/build.make CMakeFiles/cmTC_aeb26.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_aeb26.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_aeb26.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘strlcpy’ undeclared (first use in this function); did you mean ‘strncpy’?
|
||||
26 | return ((int*)(&strlcpy))[argc];
|
||||
| ^~~~~~~
|
||||
| strncpy
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_aeb26.dir/build.make:78: CMakeFiles/cmTC_aeb26.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_aeb26/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef strlcpy
|
||||
return ((int*)(&strlcpy))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the strnstr exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1add8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1add8.dir/build.make CMakeFiles/cmTC_1add8.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_1add8.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1add8.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘strnstr’ undeclared (first use in this function); did you mean ‘strstr’?
|
||||
26 | return ((int*)(&strnstr))[argc];
|
||||
| ^~~~~~~
|
||||
| strstr
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_1add8.dir/build.make:78: CMakeFiles/cmTC_1add8.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_1add8/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef strnstr
|
||||
return ((int*)(&strnstr))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the wcslcat exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_64ff6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_64ff6.dir/build.make CMakeFiles/cmTC_64ff6.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_64ff6.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_64ff6.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘wcslcat’ undeclared (first use in this function); did you mean ‘wcsncat’?
|
||||
26 | return ((int*)(&wcslcat))[argc];
|
||||
| ^~~~~~~
|
||||
| wcsncat
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_64ff6.dir/build.make:78: CMakeFiles/cmTC_64ff6.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_64ff6/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef wcslcat
|
||||
return ((int*)(&wcslcat))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the wcslcpy exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6e8f8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6e8f8.dir/build.make CMakeFiles/cmTC_6e8f8.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_6e8f8.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_6e8f8.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: ‘wcslcpy’ undeclared (first use in this function); did you mean ‘wcsncpy’?
|
||||
26 | return ((int*)(&wcslcpy))[argc];
|
||||
| ^~~~~~~
|
||||
| wcsncpy
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_6e8f8.dir/build.make:78: CMakeFiles/cmTC_6e8f8.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_6e8f8/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <float.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef wcslcpy
|
||||
return ((int*)(&wcslcpy))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the sysctlbyname exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fd655/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fd655.dir/build.make CMakeFiles/cmTC_fd655.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_fd655.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_fd655.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: sys/sysctl.h: No such file or directory
|
||||
3 | #include <sys/sysctl.h>
|
||||
| ^~~~~~~~~~~~~~
|
||||
compilation terminated.
|
||||
gmake[1]: *** [CMakeFiles/cmTC_fd655.dir/build.make:78: CMakeFiles/cmTC_fd655.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_fd655/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef sysctlbyname
|
||||
return ((int*)(&sysctlbyname))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the elf_aux_info exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_49c79/fast && /usr/bin/gmake -f CMakeFiles/cmTC_49c79.dir/build.make CMakeFiles/cmTC_49c79.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_49c79.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_49c79.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘elf_aux_info’ undeclared (first use in this function)
|
||||
8 | return ((int*)(&elf_aux_info))[argc];
|
||||
| ^~~~~~~~~~~~
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_49c79.dir/build.make:78: CMakeFiles/cmTC_49c79.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_49c79/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <sys/auxv.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef elf_aux_info
|
||||
return ((int*)(&elf_aux_info))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Determining if the posix_spawn_file_actions_addchdir exist failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_833c5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_833c5.dir/build.make CMakeFiles/cmTC_833c5.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_833c5.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_833c5.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘posix_spawn_file_actions_addchdir’ undeclared (first use in this function); did you mean ‘posix_spawn_file_actions_addchdir_np’?
|
||||
8 | return ((int*)(&posix_spawn_file_actions_addchdir))[argc];
|
||||
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
| posix_spawn_file_actions_addchdir_np
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
|
||||
gmake[1]: *** [CMakeFiles/cmTC_833c5.dir/build.make:78: CMakeFiles/cmTC_833c5.dir/CheckSymbolExists.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_833c5/fast] Error 2
|
||||
|
||||
|
||||
File /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||||
/* */
|
||||
#include <spawn.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argv;
|
||||
#ifndef posix_spawn_file_actions_addchdir
|
||||
return ((int*)(&posix_spawn_file_actions_addchdir))[argc];
|
||||
#else
|
||||
(void)argc;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
Performing C SOURCE FILE Test ICONV_IN_LIBICONV failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e3fa4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e3fa4.dir/build.make CMakeFiles/cmTC_e3fa4.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_e3fa4.dir/src.c.o
|
||||
/usr/bin/cc -DICONV_IN_LIBICONV -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e3fa4.dir/src.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/src.c
|
||||
Linking C executable cmTC_e3fa4
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3fa4.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e3fa4.dir/src.c.o -o cmTC_e3fa4 -liconv
|
||||
/usr/bin/ld: cannot find -liconv: No such file or directory
|
||||
collect2: error: ld returned 1 exit status
|
||||
gmake[1]: *** [CMakeFiles/cmTC_e3fa4.dir/build.make:99: cmTC_e3fa4] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_e3fa4/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
|
||||
#include <stddef.h>
|
||||
#include <iconv.h>
|
||||
int main(int argc, char **argv) {
|
||||
return !iconv_open(NULL,NULL);
|
||||
}
|
||||
Determining if the include file libudev.h exists failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2819f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2819f.dir/build.make CMakeFiles/cmTC_2819f.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_2819f.dir/CheckIncludeFile.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2819f.dir/CheckIncludeFile.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: libudev.h: No such file or directory
|
||||
1 | #include <libudev.h>
|
||||
| ^~~~~~~~~~~
|
||||
compilation terminated.
|
||||
gmake[1]: *** [CMakeFiles/cmTC_2819f.dir/build.make:78: CMakeFiles/cmTC_2819f.dir/CheckIncludeFile.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_2819f/fast] Error 2
|
||||
|
||||
|
||||
|
||||
Determining if the include file pthread_np.h exists failed with the following output:
|
||||
Change Dir: /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_df4b7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_df4b7.dir/build.make CMakeFiles/cmTC_df4b7.dir/build
|
||||
gmake[1]: Entering directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_df4b7.dir/CheckIncludeFile.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_df4b7.dir/CheckIncludeFile.c.o -c /home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
|
||||
/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: pthread_np.h: No such file or directory
|
||||
1 | #include <pthread_np.h>
|
||||
| ^~~~~~~~~~~~~~
|
||||
compilation terminated.
|
||||
gmake[1]: *** [CMakeFiles/cmTC_df4b7.dir/build.make:78: CMakeFiles/cmTC_df4b7.dir/CheckIncludeFile.c.o] Error 1
|
||||
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/CMakeFiles/CMakeTmp'
|
||||
gmake: *** [Makefile:127: cmTC_df4b7/fast] Error 2
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,49 @@
|
||||
# Hashes of file build rules.
|
||||
c96ccbf2b9d7564af5dff20cac53012f vendor/sdl3/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h
|
||||
e16a8e34315165ffc2b0e4765e2e07c0 vendor/sdl3/wayland-generated-protocols/alpha-modifier-v1-protocol.c
|
||||
a4e3cdf43f281430892f2789cc0beb8e vendor/sdl3/wayland-generated-protocols/color-management-v1-client-protocol.h
|
||||
871c6550a8f8ea0dce3770bbf576b520 vendor/sdl3/wayland-generated-protocols/color-management-v1-protocol.c
|
||||
f7ee29deb576629bfe14920ef8238a57 vendor/sdl3/wayland-generated-protocols/cursor-shape-v1-client-protocol.h
|
||||
7d0dd38758e5e35cc82135ca278c77da vendor/sdl3/wayland-generated-protocols/cursor-shape-v1-protocol.c
|
||||
ee84f4a93e024bebe2c5f507d96888d3 vendor/sdl3/wayland-generated-protocols/fractional-scale-v1-client-protocol.h
|
||||
79517cebe1813abd3ad43764b0942ed8 vendor/sdl3/wayland-generated-protocols/fractional-scale-v1-protocol.c
|
||||
7ff64b6efc4ec5e15d66ad6818f082a8 vendor/sdl3/wayland-generated-protocols/frog-color-management-v1-client-protocol.h
|
||||
8eca897095a09f1f0649b91c8f19cca5 vendor/sdl3/wayland-generated-protocols/frog-color-management-v1-protocol.c
|
||||
37d6d14956566228b568c8c20668a50c vendor/sdl3/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h
|
||||
bba52fafe1ca3501cfbd4c34a1ac118b vendor/sdl3/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c
|
||||
acddc05167234cf207d341a47008d822 vendor/sdl3/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h
|
||||
c0f9ec6f4d145a2d28854b072856fdac vendor/sdl3/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c
|
||||
d4bccda3513e1d826dd17ef366aa5927 vendor/sdl3/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h
|
||||
fdd6b29108b58ac5c3f98b55aa5e19c4 vendor/sdl3/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c
|
||||
a21218c64cd9380aa0aedb2e689c1378 vendor/sdl3/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h
|
||||
3cbac752f3f512a79ab15e1884e18001 vendor/sdl3/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c
|
||||
aaf00bc4044eb265d3ac6e130019868e vendor/sdl3/wayland-generated-protocols/pointer-gestures-unstable-v1-client-protocol.h
|
||||
1baebafb8451da519f2b17e2e1382c8c vendor/sdl3/wayland-generated-protocols/pointer-gestures-unstable-v1-protocol.c
|
||||
1fad3c3c6aaf474057b970514ad070d7 vendor/sdl3/wayland-generated-protocols/pointer-warp-v1-client-protocol.h
|
||||
b528a81d00a82dbee4517de089495be0 vendor/sdl3/wayland-generated-protocols/pointer-warp-v1-protocol.c
|
||||
1ada2dd2afb0ab666c0bb59d6d18438d vendor/sdl3/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h
|
||||
d4d5ac1a698a81edb78424e084bccf56 vendor/sdl3/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c
|
||||
0e8b0e9eb5b2edc5a7f3baf75377ab07 vendor/sdl3/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h
|
||||
f23909e02b8f33cd26852fbb047199a8 vendor/sdl3/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c
|
||||
0cd95699c5aff59523563c54c0701edd vendor/sdl3/wayland-generated-protocols/tablet-v2-client-protocol.h
|
||||
d82f63372c8d449896417fa5c9e65c56 vendor/sdl3/wayland-generated-protocols/tablet-v2-protocol.c
|
||||
125ac9a47bdd809c8f4b6c81fb9fbf6c vendor/sdl3/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h
|
||||
4a826de966f8964e8cd5a90204b97a78 vendor/sdl3/wayland-generated-protocols/text-input-unstable-v3-protocol.c
|
||||
812be7036d79cddc40ed0b4b7d43f57e vendor/sdl3/wayland-generated-protocols/viewporter-client-protocol.h
|
||||
f085a1cb6d17ce4c6486056f64454624 vendor/sdl3/wayland-generated-protocols/viewporter-protocol.c
|
||||
d6894dbf4a81eadb3294bfe49e20401e vendor/sdl3/wayland-generated-protocols/wayland-client-protocol.h
|
||||
aac93939e72a7850259c64b837cd8a81 vendor/sdl3/wayland-generated-protocols/wayland-protocol.c
|
||||
d4158f4c1239179cb9426b31ae43fdbe vendor/sdl3/wayland-generated-protocols/xdg-activation-v1-client-protocol.h
|
||||
80a8e814955edb1c20c96dae64997045 vendor/sdl3/wayland-generated-protocols/xdg-activation-v1-protocol.c
|
||||
b017421949c200196cdbe4845b129f33 vendor/sdl3/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h
|
||||
5cf5387faa3dec0849c61bb6a263d331 vendor/sdl3/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c
|
||||
c0caa0c1aa298321d52f2cdc4485f313 vendor/sdl3/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h
|
||||
01cd9400d96b62f50b04529d92ebd5b7 vendor/sdl3/wayland-generated-protocols/xdg-dialog-v1-protocol.c
|
||||
2c6158bbe4053897bc8315a85685ac62 vendor/sdl3/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h
|
||||
64bd23823cbabe3bf6d23aec47de1199 vendor/sdl3/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c
|
||||
c00506fecfad56d4d3f11f176f72fcc8 vendor/sdl3/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h
|
||||
b7cee41cf41b1fc092ae33eb1b3d26f8 vendor/sdl3/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c
|
||||
ba0db564b119fc132da2de12673f1850 vendor/sdl3/wayland-generated-protocols/xdg-shell-client-protocol.h
|
||||
6822d3d673e2ad3de304a6f272fe3c4a vendor/sdl3/wayland-generated-protocols/xdg-shell-protocol.c
|
||||
fe4f0e2777032b09c9a6999128ae54e1 vendor/sdl3/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h
|
||||
030ea30fff3013d76352bf5e8efdede7 vendor/sdl3/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c
|
||||
@@ -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
|
||||
}
|
||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -0,0 +1,200 @@
|
||||
# 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"
|
||||
"CMakeFiles/3.22.1/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.22.1/CMakeSystem.cmake"
|
||||
"CMakeFiles/VerifyGlobs.cmake"
|
||||
"CMakeFiles/cmake.verify_globs"
|
||||
"vendor/sdl3/CMakeFiles/SDL_build_config.h.intermediate"
|
||||
"vendor/sdl3/CMakeFiles/git-data/grabRef.cmake"
|
||||
"/home/lucas/fn_registry/cpp/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/altsnap_jitter_test/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/chart_demo/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/engine_smoke/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/primitives_gallery/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/runtime_test/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/shaders_lab/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/apps/text_editor_smoke/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/tests/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/.git/HEAD"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/3rdparty.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/FindLibUSB.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/GetGitRevisionDescription.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/GetGitRevisionDescription.cmake.in"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/PreseedEmscriptenCache.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/PreseedMSVCCache.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/PreseedNokiaNGageCache.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/SDL3Config.cmake.in"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/macros.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/sdlchecks.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/sdlcommands.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/sdlcompilers.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/sdlcpu.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/sdlmanpages.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/cmake/sdlplatform.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/include/build_config/SDL_build_config.h.cmake"
|
||||
"/home/lucas/fn_registry/cpp/vendor/sdl3/include/build_config/SDL_revision.h.cmake"
|
||||
"/home/lucas/fn_registry/projects/fn_monitoring/apps/registry_dashboard/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/projects/navegator/apps/navegator_dashboard/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/CMakeLists.txt"
|
||||
"/home/lucas/fn_registry/projects/osint_graph/apps/graph_explorer/CMakeLists.txt"
|
||||
"/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/share/cmake-3.22/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeCInformation.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/CMakeDependentOption.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/CMakePushCheckState.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCCompilerFlag.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCSourceRuns.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCXXCompilerFlag.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckCXXSourceCompiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckFunctionExists.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckIncludeFile.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckIncludeFiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckLanguage.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckLibraryExists.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckLinkerFlag.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckSourceCompiles.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckStructHasMember.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/CheckSymbolExists.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/FindALSA.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindFontconfig.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindFreetype.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindGit.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindOpenGL.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindOpenMP.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindSQLite3.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindThreads.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/FindX11.cmake"
|
||||
"/usr/share/cmake-3.22/Modules/GNUInstallDirs.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/Internal/CheckSourceRuns.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
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/chart_demo/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/shaders_lab/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/primitives_gallery/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/text_editor_smoke/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/altsnap_jitter_test/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"vendor/sdl3/CMakeFiles/SDL_build_config.h.intermediate"
|
||||
"vendor/sdl3/CMakeFiles/git-data/HEAD"
|
||||
"vendor/sdl3/CMakeFiles/git-data/grabRef.cmake"
|
||||
"vendor/sdl3/CMakeFiles/git-data/head-ref"
|
||||
"vendor/sdl3/include-revision/SDL3/SDL_revision.h"
|
||||
"vendor/sdl3/SDL3Config.cmake"
|
||||
"vendor/sdl3/SDL3ConfigVersion.cmake"
|
||||
"vendor/sdl3/include-config-release/build_config/SDL_build_config.h"
|
||||
"vendor/sdl3/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/engine_smoke/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/runtime_test/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/registry_dashboard/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/graph_explorer/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/odr_console/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"apps/navegator_dashboard/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"tests/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/imgui.dir/DependInfo.cmake"
|
||||
"CMakeFiles/implot.dir/DependInfo.cmake"
|
||||
"CMakeFiles/implot3d.dir/DependInfo.cmake"
|
||||
"CMakeFiles/imgui_node_editor.dir/DependInfo.cmake"
|
||||
"CMakeFiles/fn_framework.dir/DependInfo.cmake"
|
||||
"apps/chart_demo/CMakeFiles/chart_demo.dir/DependInfo.cmake"
|
||||
"apps/shaders_lab/CMakeFiles/shaders_lab.dir/DependInfo.cmake"
|
||||
"apps/primitives_gallery/CMakeFiles/primitives_gallery.dir/DependInfo.cmake"
|
||||
"apps/text_editor_smoke/CMakeFiles/text_editor_smoke.dir/DependInfo.cmake"
|
||||
"apps/altsnap_jitter_test/CMakeFiles/altsnap_jitter_test.dir/DependInfo.cmake"
|
||||
"vendor/sdl3/CMakeFiles/SDL3-static.dir/DependInfo.cmake"
|
||||
"apps/engine_smoke/CMakeFiles/engine_smoke.dir/DependInfo.cmake"
|
||||
"apps/runtime_test/CMakeFiles/runtime_test.dir/DependInfo.cmake"
|
||||
"apps/registry_dashboard/CMakeFiles/registry_dashboard.dir/DependInfo.cmake"
|
||||
"apps/graph_explorer/CMakeFiles/graph_explorer.dir/DependInfo.cmake"
|
||||
"apps/odr_console/CMakeFiles/odr_console.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/catch2.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_tween_curves.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_pie_chart_math.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_kpi_card_math.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_bar_chart_math.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_sql_parse.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_process_state_machine.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_file_poll_diff.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_tokens.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_button.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_select.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_text_input.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_badge.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_kpi_card.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_pie_chart.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_bar_chart.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_tree_view.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_modal_dialog.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_toolbar.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_toast.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_empty_state.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_page_header.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_dashboard_panel.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_dashboard_grid.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_sparkline.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_table_view.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_icon_button.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_pack_rgba8.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_should_pause.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_edge_static.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_types.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_sources.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_layouts.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_labels.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_viewport.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_force_layout_gpu.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_graph_icons.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_layout_storage.dir/DependInfo.cmake"
|
||||
"tests/CMakeFiles/test_visual.dir/DependInfo.cmake"
|
||||
)
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,97 @@
|
||||
/home/lucas/fn_registry/build/CMakeFiles/imgui.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/implot.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/implot3d.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/imgui_node_editor.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/fn_framework.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/chart_demo/CMakeFiles/chart_demo.dir
|
||||
/home/lucas/fn_registry/build/apps/chart_demo/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/chart_demo/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/chart_demo/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/shaders_lab/CMakeFiles/shaders_lab.dir
|
||||
/home/lucas/fn_registry/build/apps/shaders_lab/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/shaders_lab/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/shaders_lab/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/primitives_gallery/CMakeFiles/primitives_gallery.dir
|
||||
/home/lucas/fn_registry/build/apps/primitives_gallery/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/primitives_gallery/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/primitives_gallery/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/text_editor_smoke/CMakeFiles/text_editor_smoke.dir
|
||||
/home/lucas/fn_registry/build/apps/text_editor_smoke/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/text_editor_smoke/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/text_editor_smoke/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/altsnap_jitter_test/CMakeFiles/altsnap_jitter_test.dir
|
||||
/home/lucas/fn_registry/build/apps/altsnap_jitter_test/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/altsnap_jitter_test/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/altsnap_jitter_test/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/vendor/sdl3/CMakeFiles/SDL3-static.dir
|
||||
/home/lucas/fn_registry/build/vendor/sdl3/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/vendor/sdl3/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/vendor/sdl3/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/engine_smoke/CMakeFiles/engine_smoke.dir
|
||||
/home/lucas/fn_registry/build/apps/engine_smoke/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/engine_smoke/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/engine_smoke/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/runtime_test/CMakeFiles/runtime_test.dir
|
||||
/home/lucas/fn_registry/build/apps/runtime_test/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/runtime_test/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/runtime_test/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/registry_dashboard/CMakeFiles/registry_dashboard.dir
|
||||
/home/lucas/fn_registry/build/apps/registry_dashboard/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/registry_dashboard/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/registry_dashboard/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/graph_explorer/CMakeFiles/graph_explorer.dir
|
||||
/home/lucas/fn_registry/build/apps/graph_explorer/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/graph_explorer/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/graph_explorer/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/odr_console/CMakeFiles/odr_console.dir
|
||||
/home/lucas/fn_registry/build/apps/odr_console/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/odr_console/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/odr_console/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/navegator_dashboard/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/apps/navegator_dashboard/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/apps/navegator_dashboard/CMakeFiles/rebuild_cache.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/catch2.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_tween_curves.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_pie_chart_math.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_kpi_card_math.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_bar_chart_math.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_sql_parse.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_process_state_machine.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_file_poll_diff.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_tokens.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_button.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_select.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_text_input.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_badge.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_kpi_card.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_pie_chart.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_bar_chart.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_tree_view.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_modal_dialog.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_toolbar.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_toast.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_empty_state.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_page_header.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_dashboard_panel.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_dashboard_grid.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_sparkline.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_table_view.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_icon_button.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_pack_rgba8.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_should_pause.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_edge_static.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_types.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_sources.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_layouts.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_labels.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_viewport.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_force_layout_gpu.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_graph_icons.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_layout_storage.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test_visual.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/test.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/edit_cache.dir
|
||||
/home/lucas/fn_registry/build/tests/CMakeFiles/rebuild_cache.dir
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
@@ -0,0 +1 @@
|
||||
# This file is generated by CMake for checking of the VerifyGlobs.cmake file
|
||||
@@ -0,0 +1,35 @@
|
||||
|
||||
# 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/lucas/fn_registry/cpp/framework/app_base.cpp" "CMakeFiles/fn_framework.dir/framework/app_base.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/framework/app_base.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/app_about.cpp" "CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/app_menubar.cpp" "CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/app_settings.cpp" "CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/fps_overlay.cpp" "CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/icon_font.cpp" "CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/layout_storage.cpp" "CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/layouts_menu.cpp" "CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/log_window.cpp" "CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/logger.cpp" "CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/panel_menu.cpp" "CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/selectable_text.cpp" "CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/core/tokens.cpp" "CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp" "CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o" "gcc" "CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/imgui.dir/DependInfo.cmake"
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/implot.dir/DependInfo.cmake"
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/implot3d.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,319 @@
|
||||
# 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/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/fn_framework.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/fn_framework.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/fn_framework.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/fn_framework.dir/flags.make
|
||||
|
||||
CMakeFiles/fn_framework.dir/framework/app_base.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/framework/app_base.cpp.o: /home/lucas/fn_registry/cpp/framework/app_base.cpp
|
||||
CMakeFiles/fn_framework.dir/framework/app_base.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/fn_framework.dir/framework/app_base.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/framework/app_base.cpp.o -MF CMakeFiles/fn_framework.dir/framework/app_base.cpp.o.d -o CMakeFiles/fn_framework.dir/framework/app_base.cpp.o -c /home/lucas/fn_registry/cpp/framework/app_base.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/framework/app_base.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/framework/app_base.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/framework/app_base.cpp > CMakeFiles/fn_framework.dir/framework/app_base.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/framework/app_base.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/framework/app_base.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/framework/app_base.cpp -o CMakeFiles/fn_framework.dir/framework/app_base.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o: /home/lucas/fn_registry/cpp/functions/core/tokens.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/tokens.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/tokens.cpp > CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/tokens.cpp -o CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o: /home/lucas/fn_registry/cpp/functions/core/icon_font.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/icon_font.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/icon_font.cpp > CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/icon_font.cpp -o CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o: /home/lucas/fn_registry/cpp/functions/core/app_settings.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/app_settings.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/app_settings.cpp > CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/app_settings.cpp -o CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o: /home/lucas/fn_registry/cpp/functions/core/app_about.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/app_about.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/app_about.cpp > CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/app_about.cpp -o CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o: /home/lucas/fn_registry/cpp/functions/core/fps_overlay.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/fps_overlay.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/fps_overlay.cpp > CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/fps_overlay.cpp -o CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o: /home/lucas/fn_registry/cpp/functions/core/panel_menu.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/panel_menu.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/panel_menu.cpp > CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/panel_menu.cpp -o CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o: /home/lucas/fn_registry/cpp/functions/core/layouts_menu.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/layouts_menu.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/layouts_menu.cpp > CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/layouts_menu.cpp -o CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o: /home/lucas/fn_registry/cpp/functions/core/app_menubar.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/app_menubar.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/app_menubar.cpp > CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/app_menubar.cpp -o CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o: /home/lucas/fn_registry/cpp/functions/core/logger.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/logger.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/logger.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/logger.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/logger.cpp > CMakeFiles/fn_framework.dir/functions/core/logger.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/logger.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/logger.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/logger.cpp -o CMakeFiles/fn_framework.dir/functions/core/logger.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o: /home/lucas/fn_registry/cpp/functions/core/log_window.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/log_window.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/log_window.cpp > CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/log_window.cpp -o CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o: /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o -MF CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o -c /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp > CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/gfx/gl_loader.cpp -o CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o: /home/lucas/fn_registry/cpp/functions/core/layout_storage.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/layout_storage.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/layout_storage.cpp > CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/layout_storage.cpp -o CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.s
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o: CMakeFiles/fn_framework.dir/flags.make
|
||||
CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o: /home/lucas/fn_registry/cpp/functions/core/selectable_text.cpp
|
||||
CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o: CMakeFiles/fn_framework.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o -MF CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o.d -o CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o -c /home/lucas/fn_registry/cpp/functions/core/selectable_text.cpp
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/functions/core/selectable_text.cpp > CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.i
|
||||
|
||||
CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/functions/core/selectable_text.cpp -o CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.s
|
||||
|
||||
# Object files for target fn_framework
|
||||
fn_framework_OBJECTS = \
|
||||
"CMakeFiles/fn_framework.dir/framework/app_base.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o" \
|
||||
"CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o"
|
||||
|
||||
# External object files for target fn_framework
|
||||
fn_framework_EXTERNAL_OBJECTS =
|
||||
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/framework/app_base.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/build.make
|
||||
libfn_framework.a: CMakeFiles/fn_framework.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking CXX static library libfn_framework.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/fn_framework.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fn_framework.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/fn_framework.dir/build: libfn_framework.a
|
||||
.PHONY : CMakeFiles/fn_framework.dir/build
|
||||
|
||||
CMakeFiles/fn_framework.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/fn_framework.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/fn_framework.dir/clean
|
||||
|
||||
CMakeFiles/fn_framework.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp /home/lucas/fn_registry/build /home/lucas/fn_registry/build /home/lucas/fn_registry/build/CMakeFiles/fn_framework.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/fn_framework.dir/depend
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/fn_framework.dir/framework/app_base.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/framework/app_base.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o.d"
|
||||
"CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o"
|
||||
"CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o.d"
|
||||
"libfn_framework.a"
|
||||
"libfn_framework.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/fn_framework.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libfn_framework.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for fn_framework.
|
||||
# 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 fn_framework.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for fn_framework.
|
||||
# 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 = -DFN_CPP_ROOT=\"/home/lucas/fn_registry/cpp\"
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/framework -I/home/lucas/fn_registry/cpp/functions -I/home/lucas/fn_registry/cpp/vendor/imgui -I/home/lucas/fn_registry/cpp/vendor/imgui/backends -I/home/lucas/fn_registry/cpp/vendor/implot -I/home/lucas/fn_registry/cpp/vendor/implot3d
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -fopenmp -std=gnu++17
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libfn_framework.a CMakeFiles/fn_framework.dir/framework/app_base.cpp.o CMakeFiles/fn_framework.dir/functions/core/tokens.cpp.o CMakeFiles/fn_framework.dir/functions/core/icon_font.cpp.o CMakeFiles/fn_framework.dir/functions/core/app_settings.cpp.o CMakeFiles/fn_framework.dir/functions/core/app_about.cpp.o CMakeFiles/fn_framework.dir/functions/core/fps_overlay.cpp.o CMakeFiles/fn_framework.dir/functions/core/panel_menu.cpp.o CMakeFiles/fn_framework.dir/functions/core/layouts_menu.cpp.o CMakeFiles/fn_framework.dir/functions/core/app_menubar.cpp.o CMakeFiles/fn_framework.dir/functions/core/logger.cpp.o CMakeFiles/fn_framework.dir/functions/core/log_window.cpp.o CMakeFiles/fn_framework.dir/functions/gfx/gl_loader.cpp.o CMakeFiles/fn_framework.dir/functions/core/layout_storage.cpp.o CMakeFiles/fn_framework.dir/functions/core/selectable_text.cpp.o
|
||||
/usr/bin/ranlib libfn_framework.a
|
||||
@@ -0,0 +1,16 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 = 54
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 =
|
||||
CMAKE_PROGRESS_7 =
|
||||
CMAKE_PROGRESS_8 =
|
||||
CMAKE_PROGRESS_9 = 55
|
||||
CMAKE_PROGRESS_10 =
|
||||
CMAKE_PROGRESS_11 =
|
||||
CMAKE_PROGRESS_12 =
|
||||
CMAKE_PROGRESS_13 =
|
||||
CMAKE_PROGRESS_14 =
|
||||
CMAKE_PROGRESS_15 =
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
# 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/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_glfw.cpp" "CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_opengl3.cpp" "CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui/imgui.cpp" "CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui/imgui_demo.cpp" "CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui/imgui_draw.cpp" "CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui/imgui_tables.cpp" "CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui/imgui_widgets.cpp" "CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o" "gcc" "CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o.d"
|
||||
)
|
||||
|
||||
# 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,207 @@
|
||||
# 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/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/imgui.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/imgui.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/imgui.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/imgui.dir/flags.make
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/imgui.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/imgui.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/imgui.cpp > CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/imgui.cpp -o CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.s
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/imgui_draw.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/imgui_draw.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/imgui_draw.cpp > CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/imgui_draw.cpp -o CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.s
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/imgui_tables.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/imgui_tables.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/imgui_tables.cpp > CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/imgui_tables.cpp -o CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.s
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/imgui_widgets.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/imgui_widgets.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/imgui_widgets.cpp > CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/imgui_widgets.cpp -o CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.s
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/imgui_demo.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/imgui_demo.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/imgui_demo.cpp > CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/imgui_demo.cpp -o CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.s
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_glfw.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_glfw.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_glfw.cpp > CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_glfw.cpp -o CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.s
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o: CMakeFiles/imgui.dir/flags.make
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_opengl3.cpp
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o: CMakeFiles/imgui.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o -MF CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o.d -o CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_opengl3.cpp
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_opengl3.cpp > CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.i
|
||||
|
||||
CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui/backends/imgui_impl_opengl3.cpp -o CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.s
|
||||
|
||||
# Object files for target imgui
|
||||
imgui_OBJECTS = \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o" \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o" \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o" \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o" \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o" \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o" \
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o"
|
||||
|
||||
# External object files for target imgui
|
||||
imgui_EXTERNAL_OBJECTS =
|
||||
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o
|
||||
libimgui.a: CMakeFiles/imgui.dir/build.make
|
||||
libimgui.a: CMakeFiles/imgui.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking CXX static library libimgui.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/imgui.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/imgui.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/imgui.dir/build: libimgui.a
|
||||
.PHONY : CMakeFiles/imgui.dir/build
|
||||
|
||||
CMakeFiles/imgui.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/imgui.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/imgui.dir/clean
|
||||
|
||||
CMakeFiles/imgui.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp /home/lucas/fn_registry/build /home/lucas/fn_registry/build /home/lucas/fn_registry/build/CMakeFiles/imgui.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/imgui.dir/depend
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o.d"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o.d"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o.d"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o.d"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o.d"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o.d"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o"
|
||||
"CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o.d"
|
||||
"libimgui.a"
|
||||
"libimgui.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/imgui.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libimgui.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for imgui.
|
||||
# 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 imgui.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for imgui.
|
||||
# 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/home/lucas/fn_registry/cpp/vendor/imgui -I/home/lucas/fn_registry/cpp/vendor/imgui/backends
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libimgui.a CMakeFiles/imgui.dir/vendor/imgui/imgui.cpp.o CMakeFiles/imgui.dir/vendor/imgui/imgui_draw.cpp.o CMakeFiles/imgui.dir/vendor/imgui/imgui_tables.cpp.o CMakeFiles/imgui.dir/vendor/imgui/imgui_widgets.cpp.o CMakeFiles/imgui.dir/vendor/imgui/imgui_demo.cpp.o CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_glfw.cpp.o CMakeFiles/imgui.dir/vendor/imgui/backends/imgui_impl_opengl3.cpp.o
|
||||
/usr/bin/ranlib libimgui.a
|
||||
@@ -0,0 +1,9 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
CMAKE_PROGRESS_6 = 62
|
||||
CMAKE_PROGRESS_7 =
|
||||
CMAKE_PROGRESS_8 =
|
||||
|
||||
@@ -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/lucas/fn_registry/cpp/vendor/imgui-node-editor/crude_json.cpp" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o" "gcc" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_canvas.cpp" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o" "gcc" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor.cpp" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o" "gcc" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor_api.cpp" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o" "gcc" "CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/imgui.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,159 @@
|
||||
# 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/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/imgui_node_editor.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/imgui_node_editor.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/imgui_node_editor.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/imgui_node_editor.dir/flags.make
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o: CMakeFiles/imgui_node_editor.dir/flags.make
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor.cpp
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o: CMakeFiles/imgui_node_editor.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o -MF CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o.d -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor.cpp
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor.cpp > CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.i
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor.cpp -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.s
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o: CMakeFiles/imgui_node_editor.dir/flags.make
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor_api.cpp
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o: CMakeFiles/imgui_node_editor.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o -MF CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o.d -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor_api.cpp
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor_api.cpp > CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.i
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_node_editor_api.cpp -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.s
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o: CMakeFiles/imgui_node_editor.dir/flags.make
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_canvas.cpp
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o: CMakeFiles/imgui_node_editor.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o -MF CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o.d -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_canvas.cpp
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_canvas.cpp > CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.i
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/imgui_canvas.cpp -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.s
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o: CMakeFiles/imgui_node_editor.dir/flags.make
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o: /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/crude_json.cpp
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o: CMakeFiles/imgui_node_editor.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o -MF CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o.d -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o -c /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/crude_json.cpp
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/crude_json.cpp > CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.i
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/imgui-node-editor/crude_json.cpp -o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.s
|
||||
|
||||
# Object files for target imgui_node_editor
|
||||
imgui_node_editor_OBJECTS = \
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o" \
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o" \
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o" \
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o"
|
||||
|
||||
# External object files for target imgui_node_editor
|
||||
imgui_node_editor_EXTERNAL_OBJECTS =
|
||||
|
||||
libimgui_node_editor.a: CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o
|
||||
libimgui_node_editor.a: CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o
|
||||
libimgui_node_editor.a: CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o
|
||||
libimgui_node_editor.a: CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o
|
||||
libimgui_node_editor.a: CMakeFiles/imgui_node_editor.dir/build.make
|
||||
libimgui_node_editor.a: CMakeFiles/imgui_node_editor.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX static library libimgui_node_editor.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/imgui_node_editor.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/imgui_node_editor.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/imgui_node_editor.dir/build: libimgui_node_editor.a
|
||||
.PHONY : CMakeFiles/imgui_node_editor.dir/build
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/imgui_node_editor.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/imgui_node_editor.dir/clean
|
||||
|
||||
CMakeFiles/imgui_node_editor.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp /home/lucas/fn_registry/build /home/lucas/fn_registry/build /home/lucas/fn_registry/build/CMakeFiles/imgui_node_editor.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/imgui_node_editor.dir/depend
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o.d"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o.d"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o.d"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o"
|
||||
"CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o.d"
|
||||
"libimgui_node_editor.a"
|
||||
"libimgui_node_editor.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/imgui_node_editor.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libimgui_node_editor.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for imgui_node_editor.
|
||||
# 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 imgui_node_editor.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for imgui_node_editor.
|
||||
# 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/home/lucas/fn_registry/cpp/vendor/imgui-node-editor -I/home/lucas/fn_registry/cpp/vendor/imgui -I/home/lucas/fn_registry/cpp/vendor/imgui/backends
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libimgui_node_editor.a CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor.cpp.o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_node_editor_api.cpp.o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/imgui_canvas.cpp.o CMakeFiles/imgui_node_editor.dir/vendor/imgui-node-editor/crude_json.cpp.o
|
||||
/usr/bin/ranlib libimgui_node_editor.a
|
||||
@@ -0,0 +1,6 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 = 63
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
# 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/lucas/fn_registry/cpp/vendor/implot/implot.cpp" "CMakeFiles/implot.dir/vendor/implot/implot.cpp.o" "gcc" "CMakeFiles/implot.dir/vendor/implot/implot.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/implot/implot_items.cpp" "CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o" "gcc" "CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/imgui.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,127 @@
|
||||
# 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/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/implot.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/implot.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/implot.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/implot.dir/flags.make
|
||||
|
||||
CMakeFiles/implot.dir/vendor/implot/implot.cpp.o: CMakeFiles/implot.dir/flags.make
|
||||
CMakeFiles/implot.dir/vendor/implot/implot.cpp.o: /home/lucas/fn_registry/cpp/vendor/implot/implot.cpp
|
||||
CMakeFiles/implot.dir/vendor/implot/implot.cpp.o: CMakeFiles/implot.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/implot.dir/vendor/implot/implot.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/implot.dir/vendor/implot/implot.cpp.o -MF CMakeFiles/implot.dir/vendor/implot/implot.cpp.o.d -o CMakeFiles/implot.dir/vendor/implot/implot.cpp.o -c /home/lucas/fn_registry/cpp/vendor/implot/implot.cpp
|
||||
|
||||
CMakeFiles/implot.dir/vendor/implot/implot.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/implot.dir/vendor/implot/implot.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/implot/implot.cpp > CMakeFiles/implot.dir/vendor/implot/implot.cpp.i
|
||||
|
||||
CMakeFiles/implot.dir/vendor/implot/implot.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/implot.dir/vendor/implot/implot.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/implot/implot.cpp -o CMakeFiles/implot.dir/vendor/implot/implot.cpp.s
|
||||
|
||||
CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o: CMakeFiles/implot.dir/flags.make
|
||||
CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o: /home/lucas/fn_registry/cpp/vendor/implot/implot_items.cpp
|
||||
CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o: CMakeFiles/implot.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o -MF CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o.d -o CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o -c /home/lucas/fn_registry/cpp/vendor/implot/implot_items.cpp
|
||||
|
||||
CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/implot/implot_items.cpp > CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.i
|
||||
|
||||
CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/implot/implot_items.cpp -o CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.s
|
||||
|
||||
# Object files for target implot
|
||||
implot_OBJECTS = \
|
||||
"CMakeFiles/implot.dir/vendor/implot/implot.cpp.o" \
|
||||
"CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o"
|
||||
|
||||
# External object files for target implot
|
||||
implot_EXTERNAL_OBJECTS =
|
||||
|
||||
libimplot.a: CMakeFiles/implot.dir/vendor/implot/implot.cpp.o
|
||||
libimplot.a: CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o
|
||||
libimplot.a: CMakeFiles/implot.dir/build.make
|
||||
libimplot.a: CMakeFiles/implot.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libimplot.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/implot.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/implot.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/implot.dir/build: libimplot.a
|
||||
.PHONY : CMakeFiles/implot.dir/build
|
||||
|
||||
CMakeFiles/implot.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/implot.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/implot.dir/clean
|
||||
|
||||
CMakeFiles/implot.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp /home/lucas/fn_registry/build /home/lucas/fn_registry/build /home/lucas/fn_registry/build/CMakeFiles/implot.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/implot.dir/depend
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/implot.dir/vendor/implot/implot.cpp.o"
|
||||
"CMakeFiles/implot.dir/vendor/implot/implot.cpp.o.d"
|
||||
"CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o"
|
||||
"CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o.d"
|
||||
"libimplot.a"
|
||||
"libimplot.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/implot.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libimplot.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for implot.
|
||||
# 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 implot.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for implot.
|
||||
# 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/home/lucas/fn_registry/cpp/vendor/implot -I/home/lucas/fn_registry/cpp/vendor/imgui -I/home/lucas/fn_registry/cpp/vendor/imgui/backends
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libimplot.a CMakeFiles/implot.dir/vendor/implot/implot.cpp.o CMakeFiles/implot.dir/vendor/implot/implot_items.cpp.o
|
||||
/usr/bin/ranlib libimplot.a
|
||||
@@ -0,0 +1,4 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
# 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/lucas/fn_registry/cpp/vendor/implot3d/implot3d.cpp" "CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o" "gcc" "CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_items.cpp" "CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o" "gcc" "CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o.d"
|
||||
"/home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_meshes.cpp" "CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o" "gcc" "CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/imgui.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,143 @@
|
||||
# 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/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/implot3d.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/implot3d.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/implot3d.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/implot3d.dir/flags.make
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o: CMakeFiles/implot3d.dir/flags.make
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o: /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d.cpp
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o: CMakeFiles/implot3d.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o -MF CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o.d -o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o -c /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d.cpp
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d.cpp > CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.i
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d.cpp -o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.s
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o: CMakeFiles/implot3d.dir/flags.make
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o: /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_items.cpp
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o: CMakeFiles/implot3d.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o -MF CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o.d -o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o -c /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_items.cpp
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_items.cpp > CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.i
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_items.cpp -o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.s
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o: CMakeFiles/implot3d.dir/flags.make
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o: /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_meshes.cpp
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o: CMakeFiles/implot3d.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o -MF CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o.d -o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o -c /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_meshes.cpp
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_meshes.cpp > CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.i
|
||||
|
||||
CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/cpp/vendor/implot3d/implot3d_meshes.cpp -o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.s
|
||||
|
||||
# Object files for target implot3d
|
||||
implot3d_OBJECTS = \
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o" \
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o" \
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o"
|
||||
|
||||
# External object files for target implot3d
|
||||
implot3d_EXTERNAL_OBJECTS =
|
||||
|
||||
libimplot3d.a: CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o
|
||||
libimplot3d.a: CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o
|
||||
libimplot3d.a: CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o
|
||||
libimplot3d.a: CMakeFiles/implot3d.dir/build.make
|
||||
libimplot3d.a: CMakeFiles/implot3d.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX static library libimplot3d.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/implot3d.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/implot3d.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/implot3d.dir/build: libimplot3d.a
|
||||
.PHONY : CMakeFiles/implot3d.dir/build
|
||||
|
||||
CMakeFiles/implot3d.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/implot3d.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/implot3d.dir/clean
|
||||
|
||||
CMakeFiles/implot3d.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/cpp /home/lucas/fn_registry/build /home/lucas/fn_registry/build /home/lucas/fn_registry/build/CMakeFiles/implot3d.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/implot3d.dir/depend
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o"
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o.d"
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o"
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o.d"
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o"
|
||||
"CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o.d"
|
||||
"libimplot3d.a"
|
||||
"libimplot3d.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/implot3d.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libimplot3d.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for implot3d.
|
||||
# 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 implot3d.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for implot3d.
|
||||
# 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/home/lucas/fn_registry/cpp/vendor/implot3d -I/home/lucas/fn_registry/cpp/vendor/imgui -I/home/lucas/fn_registry/cpp/vendor/imgui/backends
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libimplot3d.a CMakeFiles/implot3d.dir/vendor/implot3d/implot3d.cpp.o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_items.cpp.o CMakeFiles/implot3d.dir/vendor/implot3d/implot3d_meshes.cpp.o
|
||||
/usr/bin/ranlib libimplot3d.a
|
||||
@@ -0,0 +1,5 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 = 64
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
100
|
||||
Reference in New Issue
Block a user