delete import

This commit is contained in:
ant
2026-07-21 08:54:11 +00:00
parent 0bf986e1a9
commit 86cbb8857a
1135 changed files with 113087 additions and 1 deletions
+384
View File
@@ -0,0 +1,384 @@
# This is the CMakeCache file.
# For build in directory: /project/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//No help, variable specified on the command line.
BUILD_TARGET:UNINITIALIZED=
//Build unit tests
BUILD_TESTS:BOOL=OFF
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=coopenomics
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Build for testnet
IS_TESTNET:BOOL=ON
//No help, variable specified on the command line.
TEST_TARGET:UNINITIALIZED=
//No help, variable specified on the command line.
VERBOSE:UNINITIALIZED=ON
//Value Computed by CMake
coopenomics_BINARY_DIR:STATIC=/project/build
//Value Computed by CMake
coopenomics_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
coopenomics_SOURCE_DIR:STATIC=/project
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/project/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/project
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
@@ -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 "")
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Linux-5.15.0-179-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "5.15.0-179-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-5.15.0-179-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "5.15.0-179-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)
@@ -0,0 +1,803 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__) && !defined(__clang__)
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
# define C_VERSION "90"
# else
# define C_VERSION
# endif
#elif __STDC_VERSION__ > 201710L
# define C_VERSION "23"
#elif __STDC_VERSION__ >= 201710L
# define C_VERSION "17"
#elif __STDC_VERSION__ >= 201000L
# define C_VERSION "11"
#elif __STDC_VERSION__ >= 199901L
# define C_VERSION "99"
#else
# define C_VERSION "90"
#endif
const char* info_language_standard_default =
"INFO" ":" "standard_default[" C_VERSION "]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */
#if (defined(__clang__) || defined(__GNUC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__) && !defined(_MSC_VER)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
#endif
Binary file not shown.
@@ -0,0 +1,791 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
# if defined(__INTEL_CXX11_MODE__)
# if defined(__cpp_aggregate_nsdmi)
# define CXX_STD 201402L
# else
# define CXX_STD 201103L
# endif
# else
# define CXX_STD 199711L
# endif
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
# define CXX_STD _MSVC_LANG
#else
# define CXX_STD __cplusplus
#endif
const char* info_language_standard_default = "INFO" ":" "standard_default["
#if CXX_STD > 202002L
"23"
#elif CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */
#if (defined(__clang__) || defined(__GNUC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__) && !defined(_MSC_VER)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
Binary file not shown.
@@ -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 "/project")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/project/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,179 @@
# Hashes of file build rules.
60b219b9fa764f7830412161acb4c357 CMakeFiles/apps_contract
ebc930aa4160a3ee2b31c537d74a8305 CMakeFiles/apps_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/branch_contract
9f03212358e9857be45100cf86dd93b7 CMakeFiles/branch_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/capital_contract
9a30ada92d3aaea1e1c2b8fc93453bd6 CMakeFiles/capital_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/contributor_contract
000eff19ef33bd549fe9444bc787b17b CMakeFiles/contributor_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/draft_contract
85f7ed1724f1967e2dc107d1766998ed CMakeFiles/draft_contract-complete
15e0cf14d5c5fa8d14f253c952c0c928 CMakeFiles/expense_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/fund_contract
e263314f857c263e1e083f2c7026185c CMakeFiles/fund_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/gateway_contract
171a12913a7e15b15501ba1866007362 CMakeFiles/gateway_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/ledger2_contract
864b55af7ddfbd601aab7ec8b5220e19 CMakeFiles/ledger2_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/ledger_contract
d346d36da176d1e78a6ae8c8c3044a9f CMakeFiles/ledger_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/loan_contract
7dae2cf6f209e7ab8735d1ab3edb24df CMakeFiles/loan_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/marketplace_contract
23bba5288af5149566daf928b9af27f4 CMakeFiles/marketplace_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/meet_contract
fb5624d01355b850fa78aee3dcf3819f CMakeFiles/meet_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/registrator_contract
ec576bb7765dd20b8f66f4106fbb8a73 CMakeFiles/registrator_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/soviet_contract
9f0d18f6d0c436ebbf0cffa4053fd621 CMakeFiles/soviet_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/system_contract
f492f105f94dbd5f6535a6897081a281 CMakeFiles/system_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/test_contract
ebb90fe7a44b13134c6807d5e5701b69 CMakeFiles/test_contract-complete
60b219b9fa764f7830412161acb4c357 CMakeFiles/wallet_contract
c55f762158d671266403cdf75485335b CMakeFiles/wallet_contract-complete
da7000bc096f814663d226f544e6c403 apps_contract-prefix/src/apps_contract-stamp/apps_contract-build
97b66baac02945ef863fbd645f3a2df0 apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure
efbd1be7b8106b3bd21592749107c250 apps_contract-prefix/src/apps_contract-stamp/apps_contract-download
aba6aaaedcf47bcb5c88d3200c253ddc apps_contract-prefix/src/apps_contract-stamp/apps_contract-install
32702043a8a06f76b5a1c707cff558e1 apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir
dbae97cba36d2ce03f62b2fcbc4b00d1 apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch
ee28f3d32f03f6ad3f17408db25e9b05 apps_contract-prefix/src/apps_contract-stamp/apps_contract-test
1aa416edc06a31a00ed0487866b3955a apps_contract-prefix/src/apps_contract-stamp/apps_contract-update
5e3a402816ce50524c208e746d30bc02 branch_contract-prefix/src/branch_contract-stamp/branch_contract-build
837edf6b2ef42cb9863c2d1157210b51 branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure
52d69f6ec8e5c1a8428f288ff0038a07 branch_contract-prefix/src/branch_contract-stamp/branch_contract-download
8a4acfbdd7fd6ba94e917367a8a31dfd branch_contract-prefix/src/branch_contract-stamp/branch_contract-install
23e38f10db5321b31858cbd5a4262585 branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir
4b6fe7d13819d0b7d78c76ad33870e7f branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch
56ed6b2d063ce34ba4179bab96a871cd branch_contract-prefix/src/branch_contract-stamp/branch_contract-test
9c2e48457c28ccbff67df154e4c050b8 branch_contract-prefix/src/branch_contract-stamp/branch_contract-update
0be5d87689abe52053840b297bfec1d6 capital_contract-prefix/src/capital_contract-stamp/capital_contract-build
f8eb95315a38105a6f82d8cab0c0cebc capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure
de127766499b35bb253d4a14baec4ec8 capital_contract-prefix/src/capital_contract-stamp/capital_contract-download
2c746eec2ce77e18438c98417c2416eb capital_contract-prefix/src/capital_contract-stamp/capital_contract-install
d830f5ea8d2f592986da4b85de92e66a capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir
38af9af19450bc6754c2058f604105eb capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch
7e446a53e43db6c505a1c5746b2bc563 capital_contract-prefix/src/capital_contract-stamp/capital_contract-test
ad82a8b55a2ac44a5cc79e673b73771c capital_contract-prefix/src/capital_contract-stamp/capital_contract-update
1209be8255b08d8a95181b0e0d738c4a contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build
8f4bc3ff6ca6a3d69993122c4126df7c contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure
f46a5165fbfd64e227fa913eb709d74c contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download
9f690035790931aa48559e80603b5240 contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install
d7ebb1fdce9a6ba7e818266b0d43ae6f contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir
0e8c3c56b26be91145b099e7882f8989 contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch
bb8a25cd3c047ef112be55cb75488b4c contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test
88abdd7d364f7fade5b8f33100688743 contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update
b380bd22b8c935c34d5fc920aefadc5a draft_contract-prefix/src/draft_contract-stamp/draft_contract-build
830bdb4739da9d0b011ae3c109c455ea draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure
da3df2f9fedf2535e2cdfef72ff19aa7 draft_contract-prefix/src/draft_contract-stamp/draft_contract-download
c86070568d76ec1464bddd6f532ae850 draft_contract-prefix/src/draft_contract-stamp/draft_contract-install
423ab9e042398ef4bcfc68dd72d25c50 draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir
3113428ee49c23fd30f2eaf21e8f8022 draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch
a3d66faa3b14eb48babeff948255ac16 draft_contract-prefix/src/draft_contract-stamp/draft_contract-test
ead391bd4c51668da57f7116d5370ec9 draft_contract-prefix/src/draft_contract-stamp/draft_contract-update
124ba28b1205b10376eadc2a1362ed8a expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure
d025f73ceb24df089bef1ad03fb2d94c expense_contract-prefix/src/expense_contract-stamp/expense_contract-download
3b8cef492f6f3173ea5177f166bc786e expense_contract-prefix/src/expense_contract-stamp/expense_contract-install
c41bd45dc1bbe86e9a6518d5fe66b7ea expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir
74dd346be330d056855779ca08c87db2 expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch
8a05084524df7a976a1f505b84474dbb expense_contract-prefix/src/expense_contract-stamp/expense_contract-test
12f869b0f707c8615002d12526d66080 expense_contract-prefix/src/expense_contract-stamp/expense_contract-update
54c4d86bb0405811f93099185a94a3e7 fund_contract-prefix/src/fund_contract-stamp/fund_contract-build
f6842957d3e7ae91ae061a445640f18b fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure
ff62b989a171f67edec34e7784a4700e fund_contract-prefix/src/fund_contract-stamp/fund_contract-download
2512d3356377fb67a20d2408632a7790 fund_contract-prefix/src/fund_contract-stamp/fund_contract-install
0e9657cc77a6a431631b65121803c43d fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir
636472a8802e81126c85d46df9a28995 fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch
8065d8918cd89e033a980dd9a58aca3a fund_contract-prefix/src/fund_contract-stamp/fund_contract-test
a711d8cdcd7312f318e95d6c20b4356a fund_contract-prefix/src/fund_contract-stamp/fund_contract-update
e6a1f1b928d5ed6a57b63f7016cd8390 gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build
16885f33bd93c48193bc6dd8acd312ed gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure
75263be2d50c82643a37bcc3721e666c gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download
47d529244be0e2cf9b7b2eb511efc56e gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install
669f3c97df2e727edeef3ed018ec3ae3 gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir
df3cec37a7e7d4a957b010373576e296 gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch
170d80f15012f23141e46c55d049c804 gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test
e3b7f397b6ba01dff062f9a3e45e37b2 gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update
693f12b66526e85fa41e62f8f6fd6efb ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build
a1f470dd97afa734c3e41cd1f27d78b1 ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure
423120c0d6181807585e1cc41787c7d0 ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download
8dbd447afd95d32b736bb3eb90ae3690 ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install
c852260007e082418f99e8968eba59fa ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir
f0bcb6704326e097c2fa08caa4ca99f3 ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch
34b205a87509a0cdea46aa6e6f17a2ee ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test
f27c8c5e4450f5d64b0f4aff0af8e1b7 ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update
64e72428759272aaf88bb405bed382bb ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-build
9dea31a3235bbdd51486d32d8955db3f ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-configure
a784cb9a7947e19f8a8b083fb3f02422 ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-download
5f16b150f8871847feee24420caa104f ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-install
612baa8517142942e466ca9e12c8b2c6 ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-mkdir
295f88c4b481bb8b0b3652ee14b7dde6 ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-patch
a1314e407f23503e4b088d29e3e72c1a ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-test
be4c81cf026933e64d02aef89fb05e43 ledger_contract-prefix/src/ledger_contract-stamp/ledger_contract-update
5ce6dbe8fcb4af13e4f51ced431f386f loan_contract-prefix/src/loan_contract-stamp/loan_contract-build
82dea16c281dbae656c152652d5104de loan_contract-prefix/src/loan_contract-stamp/loan_contract-configure
5fa474020ffed6cea152dea62ff2034f loan_contract-prefix/src/loan_contract-stamp/loan_contract-download
7dc6f25907f5cfa5b1722c75552ca7df loan_contract-prefix/src/loan_contract-stamp/loan_contract-install
1bd9aabf58f4ffd8ef7b1873cfed4213 loan_contract-prefix/src/loan_contract-stamp/loan_contract-mkdir
6d709b6332536c2782ccdbf3dfa3c4b0 loan_contract-prefix/src/loan_contract-stamp/loan_contract-patch
1e69afcc4418bed7db0f3b70d6f08c44 loan_contract-prefix/src/loan_contract-stamp/loan_contract-test
0e926498c5387b42b6eb2c770aa74c65 loan_contract-prefix/src/loan_contract-stamp/loan_contract-update
2d455f06e81a836edb29ce663d164928 marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-build
3e5228ed9686bed2d671a1c120644bca marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-configure
88db779ddfb8fbcfd2191771cdcfd41b marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-download
e9cf05f2239358248daf095245542be1 marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-install
53670797992448c0c09f5771ed2189ab marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-mkdir
802213eb9dcf11ba5dc67a17683b5c06 marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-patch
4300dfcfc763ee61178fc14ee02acd4d marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-test
00a522c7844528aa125b906f9031ca31 marketplace_contract-prefix/src/marketplace_contract-stamp/marketplace_contract-update
d46ff5e6b509feb443adf716aa510d22 meet_contract-prefix/src/meet_contract-stamp/meet_contract-build
c7985cd938431c42ca17897f870794c9 meet_contract-prefix/src/meet_contract-stamp/meet_contract-configure
ae3bed9dd132e5948f928e2a60911fc5 meet_contract-prefix/src/meet_contract-stamp/meet_contract-download
e86dc5195bff429dfde91324512b1a3c meet_contract-prefix/src/meet_contract-stamp/meet_contract-install
cee0d952acfbccbae15d100d7dba21dc meet_contract-prefix/src/meet_contract-stamp/meet_contract-mkdir
bda3dab20988ae974348e162c2735b5c meet_contract-prefix/src/meet_contract-stamp/meet_contract-patch
87a5ba1a1f01d083679a830f07c0da4f meet_contract-prefix/src/meet_contract-stamp/meet_contract-test
caea7e0d9599c33125434affadbc7858 meet_contract-prefix/src/meet_contract-stamp/meet_contract-update
850c95c1770a0f5829d2a8777d094081 registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-build
1511d8cbb90992ef4031de86e4700ea6 registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-configure
2236721ed854a521e73e3f9641229fa7 registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-download
bd556b3da35983865d41231ede0de2b9 registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-install
a3ed49d7d58af111b86339c86ebfe49a registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-mkdir
1ccf46aa7f54344d4cb4e3e5b7c250be registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-patch
5023ae738fa458eab0a3d24c158cf1d6 registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-test
3a76c67f4e1a2c56e10c4f6cc3fdd382 registrator_contract-prefix/src/registrator_contract-stamp/registrator_contract-update
811f727a8f5ba1cb46373692930b5f82 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-build
9da6c388bf8526254d2b571b5e141c74 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-configure
7e32a5b5fdcfad5669b3493ec89a1487 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-download
6393d2ac64283ef4bd51f3fb1d539dc4 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-install
839f62a2faaf46e512285d5e45b26c68 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-mkdir
50dec8d11e00c40ddfd45c0595bee371 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-patch
04d552802bcc88aa0f60f9322081dbb6 soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-test
28c9fd34ce9fb3f2cceb50479165e8ff soviet_contract-prefix/src/soviet_contract-stamp/soviet_contract-update
d5489578e75514d13d8cfea631be2098 system_contract-prefix/src/system_contract-stamp/system_contract-build
3f11776d412e8ceebcccc6c924009d01 system_contract-prefix/src/system_contract-stamp/system_contract-configure
5d29008ae8ff351b655ce65b6ff11f11 system_contract-prefix/src/system_contract-stamp/system_contract-download
203de5a32d68109e8003dc901dfd87bf system_contract-prefix/src/system_contract-stamp/system_contract-install
cb2435d7c504e0a012af2c83bc9e3f43 system_contract-prefix/src/system_contract-stamp/system_contract-mkdir
4c25b59d5abd1a7af83417019d8e6e95 system_contract-prefix/src/system_contract-stamp/system_contract-patch
0557dd8566368c36b46b2b56ef15a9b6 system_contract-prefix/src/system_contract-stamp/system_contract-test
f3c7d9f5abcb432ae378dd2d0af58066 system_contract-prefix/src/system_contract-stamp/system_contract-update
03ab146b62e38bbb158ccf98f3f09534 test_contract-prefix/src/test_contract-stamp/test_contract-build
489f76d4fc019cd1dba612fd387a846c test_contract-prefix/src/test_contract-stamp/test_contract-configure
ea713828828b216e8d4fa8611b47156c test_contract-prefix/src/test_contract-stamp/test_contract-download
2ed387082c17ebb8a547216256562503 test_contract-prefix/src/test_contract-stamp/test_contract-install
a280724608400c9d74da92bf12ed01dc test_contract-prefix/src/test_contract-stamp/test_contract-mkdir
7cf3e9b1b8cbf61ee6e45e3eed5ece93 test_contract-prefix/src/test_contract-stamp/test_contract-patch
887052fdbfc09c49d8c785598e472041 test_contract-prefix/src/test_contract-stamp/test_contract-test
6378da5283d64dab3a26ae389f039444 test_contract-prefix/src/test_contract-stamp/test_contract-update
3d66dc8c3df6fb7dafb6f00e1e0d08c5 wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-build
91e2cb2621730ee051c4e2d2f59dfd14 wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-configure
769ed90109f77d790764dd86a2535e0c wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-download
0bcb8d43c8cdb6053405cfc463af247a wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-install
7fe8308a296a72423c4ada82463fd0d9 wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-mkdir
2371aa1a5100ce0e191d9835084b32d8 wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-patch
cda41a8b1600a1d6f956a20b0411ecb9 wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-test
bbbf2fff148d4bcaafe9a5ac04f693e2 wallet_contract-prefix/src/wallet_contract-stamp/wallet_contract-update
@@ -0,0 +1,98 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"../CMakeLists.txt"
"CMakeFiles/3.22.1/CMakeCCompiler.cmake"
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake"
"CMakeFiles/3.22.1/CMakeSystem.cmake"
"apps_contract-prefix/tmp/apps_contract-cfgcmd.txt.in"
"branch_contract-prefix/tmp/branch_contract-cfgcmd.txt.in"
"capital_contract-prefix/tmp/capital_contract-cfgcmd.txt.in"
"contributor_contract-prefix/tmp/contributor_contract-cfgcmd.txt.in"
"draft_contract-prefix/tmp/draft_contract-cfgcmd.txt.in"
"fund_contract-prefix/tmp/fund_contract-cfgcmd.txt.in"
"gateway_contract-prefix/tmp/gateway_contract-cfgcmd.txt.in"
"ledger2_contract-prefix/tmp/ledger2_contract-cfgcmd.txt.in"
"ledger_contract-prefix/tmp/ledger_contract-cfgcmd.txt.in"
"loan_contract-prefix/tmp/loan_contract-cfgcmd.txt.in"
"marketplace_contract-prefix/tmp/marketplace_contract-cfgcmd.txt.in"
"meet_contract-prefix/tmp/meet_contract-cfgcmd.txt.in"
"registrator_contract-prefix/tmp/registrator_contract-cfgcmd.txt.in"
"soviet_contract-prefix/tmp/soviet_contract-cfgcmd.txt.in"
"system_contract-prefix/tmp/system_contract-cfgcmd.txt.in"
"test_contract-prefix/tmp/test_contract-cfgcmd.txt.in"
"wallet_contract-prefix/tmp/wallet_contract-cfgcmd.txt.in"
"/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.22/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.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/ExternalProject.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"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"test_contract-prefix/tmp/test_contract-cfgcmd.txt"
"ledger_contract-prefix/tmp/ledger_contract-cfgcmd.txt"
"ledger2_contract-prefix/tmp/ledger2_contract-cfgcmd.txt"
"meet_contract-prefix/tmp/meet_contract-cfgcmd.txt"
"loan_contract-prefix/tmp/loan_contract-cfgcmd.txt"
"wallet_contract-prefix/tmp/wallet_contract-cfgcmd.txt"
"capital_contract-prefix/tmp/capital_contract-cfgcmd.txt"
"branch_contract-prefix/tmp/branch_contract-cfgcmd.txt"
"contributor_contract-prefix/tmp/contributor_contract-cfgcmd.txt"
"fund_contract-prefix/tmp/fund_contract-cfgcmd.txt"
"draft_contract-prefix/tmp/draft_contract-cfgcmd.txt"
"soviet_contract-prefix/tmp/soviet_contract-cfgcmd.txt"
"registrator_contract-prefix/tmp/registrator_contract-cfgcmd.txt"
"gateway_contract-prefix/tmp/gateway_contract-cfgcmd.txt"
"marketplace_contract-prefix/tmp/marketplace_contract-cfgcmd.txt"
"apps_contract-prefix/tmp/apps_contract-cfgcmd.txt"
"system_contract-prefix/tmp/system_contract-cfgcmd.txt"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/test_contract.dir/DependInfo.cmake"
"CMakeFiles/ledger_contract.dir/DependInfo.cmake"
"CMakeFiles/ledger2_contract.dir/DependInfo.cmake"
"CMakeFiles/meet_contract.dir/DependInfo.cmake"
"CMakeFiles/loan_contract.dir/DependInfo.cmake"
"CMakeFiles/wallet_contract.dir/DependInfo.cmake"
"CMakeFiles/capital_contract.dir/DependInfo.cmake"
"CMakeFiles/branch_contract.dir/DependInfo.cmake"
"CMakeFiles/contributor_contract.dir/DependInfo.cmake"
"CMakeFiles/fund_contract.dir/DependInfo.cmake"
"CMakeFiles/draft_contract.dir/DependInfo.cmake"
"CMakeFiles/soviet_contract.dir/DependInfo.cmake"
"CMakeFiles/registrator_contract.dir/DependInfo.cmake"
"CMakeFiles/gateway_contract.dir/DependInfo.cmake"
"CMakeFiles/marketplace_contract.dir/DependInfo.cmake"
"CMakeFiles/apps_contract.dir/DependInfo.cmake"
"CMakeFiles/system_contract.dir/DependInfo.cmake"
)
+560
View File
@@ -0,0 +1,560 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/test_contract.dir/all
all: CMakeFiles/ledger_contract.dir/all
all: CMakeFiles/ledger2_contract.dir/all
all: CMakeFiles/meet_contract.dir/all
all: CMakeFiles/loan_contract.dir/all
all: CMakeFiles/wallet_contract.dir/all
all: CMakeFiles/capital_contract.dir/all
all: CMakeFiles/branch_contract.dir/all
all: CMakeFiles/contributor_contract.dir/all
all: CMakeFiles/fund_contract.dir/all
all: CMakeFiles/draft_contract.dir/all
all: CMakeFiles/soviet_contract.dir/all
all: CMakeFiles/registrator_contract.dir/all
all: CMakeFiles/gateway_contract.dir/all
all: CMakeFiles/marketplace_contract.dir/all
all: CMakeFiles/apps_contract.dir/all
all: CMakeFiles/system_contract.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/test_contract.dir/clean
clean: CMakeFiles/ledger_contract.dir/clean
clean: CMakeFiles/ledger2_contract.dir/clean
clean: CMakeFiles/meet_contract.dir/clean
clean: CMakeFiles/loan_contract.dir/clean
clean: CMakeFiles/wallet_contract.dir/clean
clean: CMakeFiles/capital_contract.dir/clean
clean: CMakeFiles/branch_contract.dir/clean
clean: CMakeFiles/contributor_contract.dir/clean
clean: CMakeFiles/fund_contract.dir/clean
clean: CMakeFiles/draft_contract.dir/clean
clean: CMakeFiles/soviet_contract.dir/clean
clean: CMakeFiles/registrator_contract.dir/clean
clean: CMakeFiles/gateway_contract.dir/clean
clean: CMakeFiles/marketplace_contract.dir/clean
clean: CMakeFiles/apps_contract.dir/clean
clean: CMakeFiles/system_contract.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/test_contract.dir
# All Build rule for target.
CMakeFiles/test_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test_contract.dir/build.make CMakeFiles/test_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/test_contract.dir/build.make CMakeFiles/test_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=89,90,91,92,93,94 "Built target test_contract"
.PHONY : CMakeFiles/test_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/test_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/test_contract.dir/rule
# Convenience name for target.
test_contract: CMakeFiles/test_contract.dir/rule
.PHONY : test_contract
# clean rule for target.
CMakeFiles/test_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test_contract.dir/build.make CMakeFiles/test_contract.dir/clean
.PHONY : CMakeFiles/test_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/ledger_contract.dir
# All Build rule for target.
CMakeFiles/ledger_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ledger_contract.dir/build.make CMakeFiles/ledger_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/ledger_contract.dir/build.make CMakeFiles/ledger_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=48,49,50,51,52 "Built target ledger_contract"
.PHONY : CMakeFiles/ledger_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/ledger_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 5
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ledger_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/ledger_contract.dir/rule
# Convenience name for target.
ledger_contract: CMakeFiles/ledger_contract.dir/rule
.PHONY : ledger_contract
# clean rule for target.
CMakeFiles/ledger_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ledger_contract.dir/build.make CMakeFiles/ledger_contract.dir/clean
.PHONY : CMakeFiles/ledger_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/ledger2_contract.dir
# All Build rule for target.
CMakeFiles/ledger2_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ledger2_contract.dir/build.make CMakeFiles/ledger2_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/ledger2_contract.dir/build.make CMakeFiles/ledger2_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=42,43,44,45,46,47 "Built target ledger2_contract"
.PHONY : CMakeFiles/ledger2_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/ledger2_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ledger2_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/ledger2_contract.dir/rule
# Convenience name for target.
ledger2_contract: CMakeFiles/ledger2_contract.dir/rule
.PHONY : ledger2_contract
# clean rule for target.
CMakeFiles/ledger2_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/ledger2_contract.dir/build.make CMakeFiles/ledger2_contract.dir/clean
.PHONY : CMakeFiles/ledger2_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/meet_contract.dir
# All Build rule for target.
CMakeFiles/meet_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/meet_contract.dir/build.make CMakeFiles/meet_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/meet_contract.dir/build.make CMakeFiles/meet_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=65,66,67,68,69,70 "Built target meet_contract"
.PHONY : CMakeFiles/meet_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/meet_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/meet_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/meet_contract.dir/rule
# Convenience name for target.
meet_contract: CMakeFiles/meet_contract.dir/rule
.PHONY : meet_contract
# clean rule for target.
CMakeFiles/meet_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/meet_contract.dir/build.make CMakeFiles/meet_contract.dir/clean
.PHONY : CMakeFiles/meet_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/loan_contract.dir
# All Build rule for target.
CMakeFiles/loan_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/loan_contract.dir/build.make CMakeFiles/loan_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/loan_contract.dir/build.make CMakeFiles/loan_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=53,54,55,56,57,58 "Built target loan_contract"
.PHONY : CMakeFiles/loan_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/loan_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/loan_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/loan_contract.dir/rule
# Convenience name for target.
loan_contract: CMakeFiles/loan_contract.dir/rule
.PHONY : loan_contract
# clean rule for target.
CMakeFiles/loan_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/loan_contract.dir/build.make CMakeFiles/loan_contract.dir/clean
.PHONY : CMakeFiles/loan_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/wallet_contract.dir
# All Build rule for target.
CMakeFiles/wallet_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/wallet_contract.dir/build.make CMakeFiles/wallet_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/wallet_contract.dir/build.make CMakeFiles/wallet_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=95,96,97,98,99,100 "Built target wallet_contract"
.PHONY : CMakeFiles/wallet_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/wallet_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/wallet_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/wallet_contract.dir/rule
# Convenience name for target.
wallet_contract: CMakeFiles/wallet_contract.dir/rule
.PHONY : wallet_contract
# clean rule for target.
CMakeFiles/wallet_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/wallet_contract.dir/build.make CMakeFiles/wallet_contract.dir/clean
.PHONY : CMakeFiles/wallet_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/capital_contract.dir
# All Build rule for target.
CMakeFiles/capital_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/capital_contract.dir/build.make CMakeFiles/capital_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/capital_contract.dir/build.make CMakeFiles/capital_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=12,13,14,15,16,17 "Built target capital_contract"
.PHONY : CMakeFiles/capital_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/capital_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/capital_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/capital_contract.dir/rule
# Convenience name for target.
capital_contract: CMakeFiles/capital_contract.dir/rule
.PHONY : capital_contract
# clean rule for target.
CMakeFiles/capital_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/capital_contract.dir/build.make CMakeFiles/capital_contract.dir/clean
.PHONY : CMakeFiles/capital_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/branch_contract.dir
# All Build rule for target.
CMakeFiles/branch_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/branch_contract.dir/build.make CMakeFiles/branch_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/branch_contract.dir/build.make CMakeFiles/branch_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=6,7,8,9,10,11 "Built target branch_contract"
.PHONY : CMakeFiles/branch_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/branch_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/branch_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/branch_contract.dir/rule
# Convenience name for target.
branch_contract: CMakeFiles/branch_contract.dir/rule
.PHONY : branch_contract
# clean rule for target.
CMakeFiles/branch_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/branch_contract.dir/build.make CMakeFiles/branch_contract.dir/clean
.PHONY : CMakeFiles/branch_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/contributor_contract.dir
# All Build rule for target.
CMakeFiles/contributor_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/contributor_contract.dir/build.make CMakeFiles/contributor_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/contributor_contract.dir/build.make CMakeFiles/contributor_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=18,19,20,21,22,23 "Built target contributor_contract"
.PHONY : CMakeFiles/contributor_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/contributor_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/contributor_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/contributor_contract.dir/rule
# Convenience name for target.
contributor_contract: CMakeFiles/contributor_contract.dir/rule
.PHONY : contributor_contract
# clean rule for target.
CMakeFiles/contributor_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/contributor_contract.dir/build.make CMakeFiles/contributor_contract.dir/clean
.PHONY : CMakeFiles/contributor_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/fund_contract.dir
# All Build rule for target.
CMakeFiles/fund_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fund_contract.dir/build.make CMakeFiles/fund_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/fund_contract.dir/build.make CMakeFiles/fund_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=30,31,32,33,34,35 "Built target fund_contract"
.PHONY : CMakeFiles/fund_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/fund_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fund_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/fund_contract.dir/rule
# Convenience name for target.
fund_contract: CMakeFiles/fund_contract.dir/rule
.PHONY : fund_contract
# clean rule for target.
CMakeFiles/fund_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/fund_contract.dir/build.make CMakeFiles/fund_contract.dir/clean
.PHONY : CMakeFiles/fund_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/draft_contract.dir
# All Build rule for target.
CMakeFiles/draft_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/draft_contract.dir/build.make CMakeFiles/draft_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/draft_contract.dir/build.make CMakeFiles/draft_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=24,25,26,27,28,29 "Built target draft_contract"
.PHONY : CMakeFiles/draft_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/draft_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/draft_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/draft_contract.dir/rule
# Convenience name for target.
draft_contract: CMakeFiles/draft_contract.dir/rule
.PHONY : draft_contract
# clean rule for target.
CMakeFiles/draft_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/draft_contract.dir/build.make CMakeFiles/draft_contract.dir/clean
.PHONY : CMakeFiles/draft_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/soviet_contract.dir
# All Build rule for target.
CMakeFiles/soviet_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/soviet_contract.dir/build.make CMakeFiles/soviet_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/soviet_contract.dir/build.make CMakeFiles/soviet_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=77,78,79,80,81,82 "Built target soviet_contract"
.PHONY : CMakeFiles/soviet_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/soviet_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/soviet_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/soviet_contract.dir/rule
# Convenience name for target.
soviet_contract: CMakeFiles/soviet_contract.dir/rule
.PHONY : soviet_contract
# clean rule for target.
CMakeFiles/soviet_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/soviet_contract.dir/build.make CMakeFiles/soviet_contract.dir/clean
.PHONY : CMakeFiles/soviet_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/registrator_contract.dir
# All Build rule for target.
CMakeFiles/registrator_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/registrator_contract.dir/build.make CMakeFiles/registrator_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/registrator_contract.dir/build.make CMakeFiles/registrator_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=71,72,73,74,75,76 "Built target registrator_contract"
.PHONY : CMakeFiles/registrator_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/registrator_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/registrator_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/registrator_contract.dir/rule
# Convenience name for target.
registrator_contract: CMakeFiles/registrator_contract.dir/rule
.PHONY : registrator_contract
# clean rule for target.
CMakeFiles/registrator_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/registrator_contract.dir/build.make CMakeFiles/registrator_contract.dir/clean
.PHONY : CMakeFiles/registrator_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/gateway_contract.dir
# All Build rule for target.
CMakeFiles/gateway_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/gateway_contract.dir/build.make CMakeFiles/gateway_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/gateway_contract.dir/build.make CMakeFiles/gateway_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=36,37,38,39,40,41 "Built target gateway_contract"
.PHONY : CMakeFiles/gateway_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/gateway_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/gateway_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/gateway_contract.dir/rule
# Convenience name for target.
gateway_contract: CMakeFiles/gateway_contract.dir/rule
.PHONY : gateway_contract
# clean rule for target.
CMakeFiles/gateway_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/gateway_contract.dir/build.make CMakeFiles/gateway_contract.dir/clean
.PHONY : CMakeFiles/gateway_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/marketplace_contract.dir
# All Build rule for target.
CMakeFiles/marketplace_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/marketplace_contract.dir/build.make CMakeFiles/marketplace_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/marketplace_contract.dir/build.make CMakeFiles/marketplace_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=59,60,61,62,63,64 "Built target marketplace_contract"
.PHONY : CMakeFiles/marketplace_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/marketplace_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/marketplace_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/marketplace_contract.dir/rule
# Convenience name for target.
marketplace_contract: CMakeFiles/marketplace_contract.dir/rule
.PHONY : marketplace_contract
# clean rule for target.
CMakeFiles/marketplace_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/marketplace_contract.dir/build.make CMakeFiles/marketplace_contract.dir/clean
.PHONY : CMakeFiles/marketplace_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/apps_contract.dir
# All Build rule for target.
CMakeFiles/apps_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/apps_contract.dir/build.make CMakeFiles/apps_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/apps_contract.dir/build.make CMakeFiles/apps_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=1,2,3,4,5 "Built target apps_contract"
.PHONY : CMakeFiles/apps_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/apps_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 5
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/apps_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/apps_contract.dir/rule
# Convenience name for target.
apps_contract: CMakeFiles/apps_contract.dir/rule
.PHONY : apps_contract
# clean rule for target.
CMakeFiles/apps_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/apps_contract.dir/build.make CMakeFiles/apps_contract.dir/clean
.PHONY : CMakeFiles/apps_contract.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/system_contract.dir
# All Build rule for target.
CMakeFiles/system_contract.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/system_contract.dir/build.make CMakeFiles/system_contract.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/system_contract.dir/build.make CMakeFiles/system_contract.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/project/build/CMakeFiles --progress-num=83,84,85,86,87,88 "Built target system_contract"
.PHONY : CMakeFiles/system_contract.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/system_contract.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/system_contract.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /project/build/CMakeFiles 0
.PHONY : CMakeFiles/system_contract.dir/rule
# Convenience name for target.
system_contract: CMakeFiles/system_contract.dir/rule
.PHONY : system_contract
# clean rule for target.
CMakeFiles/system_contract.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/system_contract.dir/build.make CMakeFiles/system_contract.dir/clean
.PHONY : CMakeFiles/system_contract.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -0,0 +1,19 @@
/project/build/CMakeFiles/test_contract.dir
/project/build/CMakeFiles/ledger_contract.dir
/project/build/CMakeFiles/ledger2_contract.dir
/project/build/CMakeFiles/meet_contract.dir
/project/build/CMakeFiles/loan_contract.dir
/project/build/CMakeFiles/wallet_contract.dir
/project/build/CMakeFiles/capital_contract.dir
/project/build/CMakeFiles/branch_contract.dir
/project/build/CMakeFiles/contributor_contract.dir
/project/build/CMakeFiles/fund_contract.dir
/project/build/CMakeFiles/draft_contract.dir
/project/build/CMakeFiles/soviet_contract.dir
/project/build/CMakeFiles/registrator_contract.dir
/project/build/CMakeFiles/gateway_contract.dir
/project/build/CMakeFiles/marketplace_contract.dir
/project/build/CMakeFiles/apps_contract.dir
/project/build/CMakeFiles/system_contract.dir
/project/build/CMakeFiles/edit_cache.dir
/project/build/CMakeFiles/rebuild_cache.dir
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/apps_contract"
},
{
"file" : "/project/build/CMakeFiles/apps_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/apps_contract-complete.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-build.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-download.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-install.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-test.rule"
},
{
"file" : "/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"apps_contract"
],
"name" : "apps_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
apps_contract
# Source files and their labels
/project/build/CMakeFiles/apps_contract
/project/build/CMakeFiles/apps_contract.rule
/project/build/CMakeFiles/apps_contract-complete.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-build.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-download.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-install.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-test.rule
/project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for apps_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/apps_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/apps_contract.dir/progress.make
CMakeFiles/apps_contract: CMakeFiles/apps_contract-complete
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-install
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-download
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-update
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-build
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-install
CMakeFiles/apps_contract-complete: apps_contract-prefix/src/apps_contract-stamp/apps_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'apps_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/apps_contract-complete
/usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-done
apps_contract-prefix/src/apps_contract-stamp/apps_contract-build: apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'apps_contract'"
cd /project/build/contracts/apps && $(MAKE)
apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure: apps_contract-prefix/tmp/apps_contract-cfgcmd.txt
apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure: apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'apps_contract'"
cd /project/build/contracts/apps && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/apps
cd /project/build/contracts/apps && /usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure
apps_contract-prefix/src/apps_contract-stamp/apps_contract-download: apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'apps_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-download
apps_contract-prefix/src/apps_contract-stamp/apps_contract-install: apps_contract-prefix/src/apps_contract-stamp/apps_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'apps_contract'"
cd /project/build/contracts/apps && /usr/bin/cmake -E echo_append
cd /project/build/contracts/apps && /usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-install
apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'apps_contract'"
/usr/bin/cmake -E make_directory /project/cpp/apps
/usr/bin/cmake -E make_directory /project/build/contracts/apps
/usr/bin/cmake -E make_directory /project/build/apps_contract-prefix
/usr/bin/cmake -E make_directory /project/build/apps_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/apps_contract-prefix/src/apps_contract-stamp
/usr/bin/cmake -E make_directory /project/build/apps_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/apps_contract-prefix/src/apps_contract-stamp
/usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir
apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch: apps_contract-prefix/src/apps_contract-stamp/apps_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'apps_contract'"
cd /project/cpp/apps && /usr/bin/cmake -E echo_append
cd /project/cpp/apps && /usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch
apps_contract-prefix/src/apps_contract-stamp/apps_contract-test: apps_contract-prefix/src/apps_contract-stamp/apps_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'apps_contract'"
cd /project/build/contracts/apps && /usr/bin/cmake -E echo_append
cd /project/build/contracts/apps && /usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-test
apps_contract-prefix/src/apps_contract-stamp/apps_contract-update: apps_contract-prefix/src/apps_contract-stamp/apps_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'apps_contract'"
cd /project/cpp/apps && /usr/bin/cmake -E echo_append
cd /project/cpp/apps && /usr/bin/cmake -E touch /project/build/apps_contract-prefix/src/apps_contract-stamp/apps_contract-update
apps_contract: CMakeFiles/apps_contract
apps_contract: CMakeFiles/apps_contract-complete
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-build
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-download
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-install
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-test
apps_contract: apps_contract-prefix/src/apps_contract-stamp/apps_contract-update
apps_contract: CMakeFiles/apps_contract.dir/build.make
.PHONY : apps_contract
# Rule to build all files generated by this target.
CMakeFiles/apps_contract.dir/build: apps_contract
.PHONY : CMakeFiles/apps_contract.dir/build
CMakeFiles/apps_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/apps_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/apps_contract.dir/clean
CMakeFiles/apps_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/apps_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/apps_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/apps_contract"
"CMakeFiles/apps_contract-complete"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-build"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-configure"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-download"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-install"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-mkdir"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-patch"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-test"
"apps_contract-prefix/src/apps_contract-stamp/apps_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/apps_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for apps_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for apps_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 1
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 2
CMAKE_PROGRESS_5 = 3
CMAKE_PROGRESS_6 =
CMAKE_PROGRESS_7 = 4
CMAKE_PROGRESS_8 = 5
CMAKE_PROGRESS_9 =
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/branch_contract"
},
{
"file" : "/project/build/CMakeFiles/branch_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/branch_contract-complete.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-build.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-download.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-install.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-test.rule"
},
{
"file" : "/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"branch_contract"
],
"name" : "branch_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
branch_contract
# Source files and their labels
/project/build/CMakeFiles/branch_contract
/project/build/CMakeFiles/branch_contract.rule
/project/build/CMakeFiles/branch_contract-complete.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-build.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-download.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-install.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-test.rule
/project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for branch_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/branch_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/branch_contract.dir/progress.make
CMakeFiles/branch_contract: CMakeFiles/branch_contract-complete
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-install
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-download
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-update
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-build
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-install
CMakeFiles/branch_contract-complete: branch_contract-prefix/src/branch_contract-stamp/branch_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'branch_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/branch_contract-complete
/usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-done
branch_contract-prefix/src/branch_contract-stamp/branch_contract-build: branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'branch_contract'"
cd /project/build/contracts/branch && $(MAKE)
branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure: branch_contract-prefix/tmp/branch_contract-cfgcmd.txt
branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure: branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'branch_contract'"
cd /project/build/contracts/branch && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/branch
cd /project/build/contracts/branch && /usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure
branch_contract-prefix/src/branch_contract-stamp/branch_contract-download: branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'branch_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-download
branch_contract-prefix/src/branch_contract-stamp/branch_contract-install: branch_contract-prefix/src/branch_contract-stamp/branch_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'branch_contract'"
cd /project/build/contracts/branch && /usr/bin/cmake -E echo_append
cd /project/build/contracts/branch && /usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-install
branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'branch_contract'"
/usr/bin/cmake -E make_directory /project/cpp/branch
/usr/bin/cmake -E make_directory /project/build/contracts/branch
/usr/bin/cmake -E make_directory /project/build/branch_contract-prefix
/usr/bin/cmake -E make_directory /project/build/branch_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/branch_contract-prefix/src/branch_contract-stamp
/usr/bin/cmake -E make_directory /project/build/branch_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/branch_contract-prefix/src/branch_contract-stamp
/usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir
branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch: branch_contract-prefix/src/branch_contract-stamp/branch_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'branch_contract'"
cd /project/cpp/branch && /usr/bin/cmake -E echo_append
cd /project/cpp/branch && /usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch
branch_contract-prefix/src/branch_contract-stamp/branch_contract-test: branch_contract-prefix/src/branch_contract-stamp/branch_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'branch_contract'"
cd /project/build/contracts/branch && /usr/bin/cmake -E echo_append
cd /project/build/contracts/branch && /usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-test
branch_contract-prefix/src/branch_contract-stamp/branch_contract-update: branch_contract-prefix/src/branch_contract-stamp/branch_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'branch_contract'"
cd /project/cpp/branch && /usr/bin/cmake -E echo_append
cd /project/cpp/branch && /usr/bin/cmake -E touch /project/build/branch_contract-prefix/src/branch_contract-stamp/branch_contract-update
branch_contract: CMakeFiles/branch_contract
branch_contract: CMakeFiles/branch_contract-complete
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-build
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-download
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-install
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-test
branch_contract: branch_contract-prefix/src/branch_contract-stamp/branch_contract-update
branch_contract: CMakeFiles/branch_contract.dir/build.make
.PHONY : branch_contract
# Rule to build all files generated by this target.
CMakeFiles/branch_contract.dir/build: branch_contract
.PHONY : CMakeFiles/branch_contract.dir/build
CMakeFiles/branch_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/branch_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/branch_contract.dir/clean
CMakeFiles/branch_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/branch_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/branch_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/branch_contract"
"CMakeFiles/branch_contract-complete"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-build"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-configure"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-download"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-install"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-mkdir"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-patch"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-test"
"branch_contract-prefix/src/branch_contract-stamp/branch_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/branch_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for branch_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for branch_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 6
CMAKE_PROGRESS_2 = 7
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 8
CMAKE_PROGRESS_5 = 9
CMAKE_PROGRESS_6 =
CMAKE_PROGRESS_7 = 10
CMAKE_PROGRESS_8 = 11
CMAKE_PROGRESS_9 =
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/capital_contract"
},
{
"file" : "/project/build/CMakeFiles/capital_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/capital_contract-complete.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-build.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-download.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-install.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-test.rule"
},
{
"file" : "/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"capital_contract"
],
"name" : "capital_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
capital_contract
# Source files and their labels
/project/build/CMakeFiles/capital_contract
/project/build/CMakeFiles/capital_contract.rule
/project/build/CMakeFiles/capital_contract-complete.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-build.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-download.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-install.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-test.rule
/project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for capital_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/capital_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/capital_contract.dir/progress.make
CMakeFiles/capital_contract: CMakeFiles/capital_contract-complete
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-install
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-download
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-update
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-build
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-install
CMakeFiles/capital_contract-complete: capital_contract-prefix/src/capital_contract-stamp/capital_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'capital_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/capital_contract-complete
/usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-done
capital_contract-prefix/src/capital_contract-stamp/capital_contract-build: capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'capital_contract'"
cd /project/build/contracts/capital && $(MAKE)
capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure: capital_contract-prefix/tmp/capital_contract-cfgcmd.txt
capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure: capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'capital_contract'"
cd /project/build/contracts/capital && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/capital
cd /project/build/contracts/capital && /usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure
capital_contract-prefix/src/capital_contract-stamp/capital_contract-download: capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'capital_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-download
capital_contract-prefix/src/capital_contract-stamp/capital_contract-install: capital_contract-prefix/src/capital_contract-stamp/capital_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'capital_contract'"
cd /project/build/contracts/capital && /usr/bin/cmake -E echo_append
cd /project/build/contracts/capital && /usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-install
capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'capital_contract'"
/usr/bin/cmake -E make_directory /project/cpp/capital
/usr/bin/cmake -E make_directory /project/build/contracts/capital
/usr/bin/cmake -E make_directory /project/build/capital_contract-prefix
/usr/bin/cmake -E make_directory /project/build/capital_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/capital_contract-prefix/src/capital_contract-stamp
/usr/bin/cmake -E make_directory /project/build/capital_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/capital_contract-prefix/src/capital_contract-stamp
/usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir
capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch: capital_contract-prefix/src/capital_contract-stamp/capital_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'capital_contract'"
cd /project/cpp/capital && /usr/bin/cmake -E echo_append
cd /project/cpp/capital && /usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch
capital_contract-prefix/src/capital_contract-stamp/capital_contract-test: capital_contract-prefix/src/capital_contract-stamp/capital_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'capital_contract'"
cd /project/build/contracts/capital && /usr/bin/cmake -E echo_append
cd /project/build/contracts/capital && /usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-test
capital_contract-prefix/src/capital_contract-stamp/capital_contract-update: capital_contract-prefix/src/capital_contract-stamp/capital_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'capital_contract'"
cd /project/cpp/capital && /usr/bin/cmake -E echo_append
cd /project/cpp/capital && /usr/bin/cmake -E touch /project/build/capital_contract-prefix/src/capital_contract-stamp/capital_contract-update
capital_contract: CMakeFiles/capital_contract
capital_contract: CMakeFiles/capital_contract-complete
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-build
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-download
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-install
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-test
capital_contract: capital_contract-prefix/src/capital_contract-stamp/capital_contract-update
capital_contract: CMakeFiles/capital_contract.dir/build.make
.PHONY : capital_contract
# Rule to build all files generated by this target.
CMakeFiles/capital_contract.dir/build: capital_contract
.PHONY : CMakeFiles/capital_contract.dir/build
CMakeFiles/capital_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/capital_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/capital_contract.dir/clean
CMakeFiles/capital_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/capital_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/capital_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/capital_contract"
"CMakeFiles/capital_contract-complete"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-build"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-configure"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-download"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-install"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-mkdir"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-patch"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-test"
"capital_contract-prefix/src/capital_contract-stamp/capital_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/capital_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for capital_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for capital_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 12
CMAKE_PROGRESS_2 = 13
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 14
CMAKE_PROGRESS_5 = 15
CMAKE_PROGRESS_6 =
CMAKE_PROGRESS_7 = 16
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 = 17
@@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/contributor_contract"
},
{
"file" : "/project/build/CMakeFiles/contributor_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/contributor_contract-complete.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test.rule"
},
{
"file" : "/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"contributor_contract"
],
"name" : "contributor_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
contributor_contract
# Source files and their labels
/project/build/CMakeFiles/contributor_contract
/project/build/CMakeFiles/contributor_contract.rule
/project/build/CMakeFiles/contributor_contract-complete.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test.rule
/project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for contributor_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/contributor_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/contributor_contract.dir/progress.make
CMakeFiles/contributor_contract: CMakeFiles/contributor_contract-complete
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install
CMakeFiles/contributor_contract-complete: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'contributor_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/contributor_contract-complete
/usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-done
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'contributor_contract'"
cd /project/build/contracts/contributor && $(MAKE)
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure: contributor_contract-prefix/tmp/contributor_contract-cfgcmd.txt
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'contributor_contract'"
cd /project/build/contracts/contributor && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/contributor
cd /project/build/contracts/contributor && /usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'contributor_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'contributor_contract'"
cd /project/build/contracts/contributor && /usr/bin/cmake -E echo_append
cd /project/build/contracts/contributor && /usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'contributor_contract'"
/usr/bin/cmake -E make_directory /project/cpp/contributor
/usr/bin/cmake -E make_directory /project/build/contracts/contributor
/usr/bin/cmake -E make_directory /project/build/contributor_contract-prefix
/usr/bin/cmake -E make_directory /project/build/contributor_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/contributor_contract-prefix/src/contributor_contract-stamp
/usr/bin/cmake -E make_directory /project/build/contributor_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/contributor_contract-prefix/src/contributor_contract-stamp
/usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'contributor_contract'"
cd /project/cpp/contributor && /usr/bin/cmake -E echo_append
cd /project/cpp/contributor && /usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'contributor_contract'"
cd /project/build/contracts/contributor && /usr/bin/cmake -E echo_append
cd /project/build/contracts/contributor && /usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test
contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'contributor_contract'"
cd /project/cpp/contributor && /usr/bin/cmake -E echo_append
cd /project/cpp/contributor && /usr/bin/cmake -E touch /project/build/contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update
contributor_contract: CMakeFiles/contributor_contract
contributor_contract: CMakeFiles/contributor_contract-complete
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test
contributor_contract: contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update
contributor_contract: CMakeFiles/contributor_contract.dir/build.make
.PHONY : contributor_contract
# Rule to build all files generated by this target.
CMakeFiles/contributor_contract.dir/build: contributor_contract
.PHONY : CMakeFiles/contributor_contract.dir/build
CMakeFiles/contributor_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/contributor_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/contributor_contract.dir/clean
CMakeFiles/contributor_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/contributor_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/contributor_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/contributor_contract"
"CMakeFiles/contributor_contract-complete"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-build"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-configure"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-download"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-install"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-mkdir"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-patch"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-test"
"contributor_contract-prefix/src/contributor_contract-stamp/contributor_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/contributor_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for contributor_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for contributor_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 18
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 19
CMAKE_PROGRESS_4 = 20
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 21
CMAKE_PROGRESS_7 = 22
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 = 23
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/draft_contract"
},
{
"file" : "/project/build/CMakeFiles/draft_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/draft_contract-complete.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-build.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-download.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-install.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-test.rule"
},
{
"file" : "/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"draft_contract"
],
"name" : "draft_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
draft_contract
# Source files and their labels
/project/build/CMakeFiles/draft_contract
/project/build/CMakeFiles/draft_contract.rule
/project/build/CMakeFiles/draft_contract-complete.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-build.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-download.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-install.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-test.rule
/project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for draft_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/draft_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/draft_contract.dir/progress.make
CMakeFiles/draft_contract: CMakeFiles/draft_contract-complete
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-install
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-download
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-update
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-build
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-install
CMakeFiles/draft_contract-complete: draft_contract-prefix/src/draft_contract-stamp/draft_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'draft_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/draft_contract-complete
/usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-done
draft_contract-prefix/src/draft_contract-stamp/draft_contract-build: draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'draft_contract'"
cd /project/build/contracts/draft && $(MAKE)
draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure: draft_contract-prefix/tmp/draft_contract-cfgcmd.txt
draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure: draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'draft_contract'"
cd /project/build/contracts/draft && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/draft
cd /project/build/contracts/draft && /usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure
draft_contract-prefix/src/draft_contract-stamp/draft_contract-download: draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'draft_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-download
draft_contract-prefix/src/draft_contract-stamp/draft_contract-install: draft_contract-prefix/src/draft_contract-stamp/draft_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'draft_contract'"
cd /project/build/contracts/draft && /usr/bin/cmake -E echo_append
cd /project/build/contracts/draft && /usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-install
draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'draft_contract'"
/usr/bin/cmake -E make_directory /project/cpp/draft
/usr/bin/cmake -E make_directory /project/build/contracts/draft
/usr/bin/cmake -E make_directory /project/build/draft_contract-prefix
/usr/bin/cmake -E make_directory /project/build/draft_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/draft_contract-prefix/src/draft_contract-stamp
/usr/bin/cmake -E make_directory /project/build/draft_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/draft_contract-prefix/src/draft_contract-stamp
/usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir
draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch: draft_contract-prefix/src/draft_contract-stamp/draft_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'draft_contract'"
cd /project/cpp/draft && /usr/bin/cmake -E echo_append
cd /project/cpp/draft && /usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch
draft_contract-prefix/src/draft_contract-stamp/draft_contract-test: draft_contract-prefix/src/draft_contract-stamp/draft_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'draft_contract'"
cd /project/build/contracts/draft && /usr/bin/cmake -E echo_append
cd /project/build/contracts/draft && /usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-test
draft_contract-prefix/src/draft_contract-stamp/draft_contract-update: draft_contract-prefix/src/draft_contract-stamp/draft_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'draft_contract'"
cd /project/cpp/draft && /usr/bin/cmake -E echo_append
cd /project/cpp/draft && /usr/bin/cmake -E touch /project/build/draft_contract-prefix/src/draft_contract-stamp/draft_contract-update
draft_contract: CMakeFiles/draft_contract
draft_contract: CMakeFiles/draft_contract-complete
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-build
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-download
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-install
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-test
draft_contract: draft_contract-prefix/src/draft_contract-stamp/draft_contract-update
draft_contract: CMakeFiles/draft_contract.dir/build.make
.PHONY : draft_contract
# Rule to build all files generated by this target.
CMakeFiles/draft_contract.dir/build: draft_contract
.PHONY : CMakeFiles/draft_contract.dir/build
CMakeFiles/draft_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/draft_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/draft_contract.dir/clean
CMakeFiles/draft_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/draft_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/draft_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/draft_contract"
"CMakeFiles/draft_contract-complete"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-build"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-configure"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-download"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-install"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-mkdir"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-patch"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-test"
"draft_contract-prefix/src/draft_contract-stamp/draft_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/draft_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for draft_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for draft_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 24
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 25
CMAKE_PROGRESS_4 = 26
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 27
CMAKE_PROGRESS_7 = 28
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 = 29
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/expense_contract"
},
{
"file" : "/project/build/CMakeFiles/expense_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/expense_contract-complete.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-build.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-download.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-install.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-test.rule"
},
{
"file" : "/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"expense_contract"
],
"name" : "expense_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
expense_contract
# Source files and their labels
/project/build/CMakeFiles/expense_contract
/project/build/CMakeFiles/expense_contract.rule
/project/build/CMakeFiles/expense_contract-complete.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-build.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-download.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-install.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-test.rule
/project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for expense_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/expense_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/expense_contract.dir/progress.make
CMakeFiles/expense_contract: CMakeFiles/expense_contract-complete
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-install
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-download
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-update
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-build
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-install
CMakeFiles/expense_contract-complete: expense_contract-prefix/src/expense_contract-stamp/expense_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'expense_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/expense_contract-complete
/usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-done
expense_contract-prefix/src/expense_contract-stamp/expense_contract-build: expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'expense_contract'"
cd /project/build/contracts/expense && $(MAKE)
expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure: expense_contract-prefix/tmp/expense_contract-cfgcmd.txt
expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure: expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'expense_contract'"
cd /project/build/contracts/expense && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/expense
cd /project/build/contracts/expense && /usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure
expense_contract-prefix/src/expense_contract-stamp/expense_contract-download: expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'expense_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-download
expense_contract-prefix/src/expense_contract-stamp/expense_contract-install: expense_contract-prefix/src/expense_contract-stamp/expense_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'expense_contract'"
cd /project/build/contracts/expense && /usr/bin/cmake -E echo_append
cd /project/build/contracts/expense && /usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-install
expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'expense_contract'"
/usr/bin/cmake -E make_directory /project/cpp/expense
/usr/bin/cmake -E make_directory /project/build/contracts/expense
/usr/bin/cmake -E make_directory /project/build/expense_contract-prefix
/usr/bin/cmake -E make_directory /project/build/expense_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/expense_contract-prefix/src/expense_contract-stamp
/usr/bin/cmake -E make_directory /project/build/expense_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/expense_contract-prefix/src/expense_contract-stamp
/usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir
expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch: expense_contract-prefix/src/expense_contract-stamp/expense_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'expense_contract'"
cd /project/cpp/expense && /usr/bin/cmake -E echo_append
cd /project/cpp/expense && /usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch
expense_contract-prefix/src/expense_contract-stamp/expense_contract-test: expense_contract-prefix/src/expense_contract-stamp/expense_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'expense_contract'"
cd /project/build/contracts/expense && /usr/bin/cmake -E echo_append
cd /project/build/contracts/expense && /usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-test
expense_contract-prefix/src/expense_contract-stamp/expense_contract-update: expense_contract-prefix/src/expense_contract-stamp/expense_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'expense_contract'"
cd /project/cpp/expense && /usr/bin/cmake -E echo_append
cd /project/cpp/expense && /usr/bin/cmake -E touch /project/build/expense_contract-prefix/src/expense_contract-stamp/expense_contract-update
expense_contract: CMakeFiles/expense_contract
expense_contract: CMakeFiles/expense_contract-complete
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-build
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-download
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-install
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-test
expense_contract: expense_contract-prefix/src/expense_contract-stamp/expense_contract-update
expense_contract: CMakeFiles/expense_contract.dir/build.make
.PHONY : expense_contract
# Rule to build all files generated by this target.
CMakeFiles/expense_contract.dir/build: expense_contract
.PHONY : CMakeFiles/expense_contract.dir/build
CMakeFiles/expense_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/expense_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/expense_contract.dir/clean
CMakeFiles/expense_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/expense_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/expense_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/expense_contract"
"CMakeFiles/expense_contract-complete"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-build"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-configure"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-download"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-install"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-mkdir"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-patch"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-test"
"expense_contract-prefix/src/expense_contract-stamp/expense_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/expense_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for expense_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for expense_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 28
CMAKE_PROGRESS_2 = 29
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 30
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 31
CMAKE_PROGRESS_7 = 32
CMAKE_PROGRESS_8 =
CMAKE_PROGRESS_9 = 33
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/fund_contract"
},
{
"file" : "/project/build/CMakeFiles/fund_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/fund_contract-complete.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-build.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-download.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-install.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-test.rule"
},
{
"file" : "/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"fund_contract"
],
"name" : "fund_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
fund_contract
# Source files and their labels
/project/build/CMakeFiles/fund_contract
/project/build/CMakeFiles/fund_contract.rule
/project/build/CMakeFiles/fund_contract-complete.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-build.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-download.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-install.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-test.rule
/project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for fund_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/fund_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/fund_contract.dir/progress.make
CMakeFiles/fund_contract: CMakeFiles/fund_contract-complete
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-install
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-download
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-update
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-build
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-install
CMakeFiles/fund_contract-complete: fund_contract-prefix/src/fund_contract-stamp/fund_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'fund_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/fund_contract-complete
/usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-done
fund_contract-prefix/src/fund_contract-stamp/fund_contract-build: fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'fund_contract'"
cd /project/build/contracts/fund && $(MAKE)
fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure: fund_contract-prefix/tmp/fund_contract-cfgcmd.txt
fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure: fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'fund_contract'"
cd /project/build/contracts/fund && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/fund
cd /project/build/contracts/fund && /usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure
fund_contract-prefix/src/fund_contract-stamp/fund_contract-download: fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'fund_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-download
fund_contract-prefix/src/fund_contract-stamp/fund_contract-install: fund_contract-prefix/src/fund_contract-stamp/fund_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'fund_contract'"
cd /project/build/contracts/fund && /usr/bin/cmake -E echo_append
cd /project/build/contracts/fund && /usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-install
fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'fund_contract'"
/usr/bin/cmake -E make_directory /project/cpp/fund
/usr/bin/cmake -E make_directory /project/build/contracts/fund
/usr/bin/cmake -E make_directory /project/build/fund_contract-prefix
/usr/bin/cmake -E make_directory /project/build/fund_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/fund_contract-prefix/src/fund_contract-stamp
/usr/bin/cmake -E make_directory /project/build/fund_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/fund_contract-prefix/src/fund_contract-stamp
/usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir
fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch: fund_contract-prefix/src/fund_contract-stamp/fund_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'fund_contract'"
cd /project/cpp/fund && /usr/bin/cmake -E echo_append
cd /project/cpp/fund && /usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch
fund_contract-prefix/src/fund_contract-stamp/fund_contract-test: fund_contract-prefix/src/fund_contract-stamp/fund_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'fund_contract'"
cd /project/build/contracts/fund && /usr/bin/cmake -E echo_append
cd /project/build/contracts/fund && /usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-test
fund_contract-prefix/src/fund_contract-stamp/fund_contract-update: fund_contract-prefix/src/fund_contract-stamp/fund_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'fund_contract'"
cd /project/cpp/fund && /usr/bin/cmake -E echo_append
cd /project/cpp/fund && /usr/bin/cmake -E touch /project/build/fund_contract-prefix/src/fund_contract-stamp/fund_contract-update
fund_contract: CMakeFiles/fund_contract
fund_contract: CMakeFiles/fund_contract-complete
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-build
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-download
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-install
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-test
fund_contract: fund_contract-prefix/src/fund_contract-stamp/fund_contract-update
fund_contract: CMakeFiles/fund_contract.dir/build.make
.PHONY : fund_contract
# Rule to build all files generated by this target.
CMakeFiles/fund_contract.dir/build: fund_contract
.PHONY : CMakeFiles/fund_contract.dir/build
CMakeFiles/fund_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/fund_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/fund_contract.dir/clean
CMakeFiles/fund_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/fund_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/fund_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/fund_contract"
"CMakeFiles/fund_contract-complete"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-build"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-configure"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-download"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-install"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-mkdir"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-patch"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-test"
"fund_contract-prefix/src/fund_contract-stamp/fund_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/fund_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for fund_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for fund_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 30
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 31
CMAKE_PROGRESS_4 = 32
CMAKE_PROGRESS_5 =
CMAKE_PROGRESS_6 = 33
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 = 34
CMAKE_PROGRESS_9 = 35
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/gateway_contract"
},
{
"file" : "/project/build/CMakeFiles/gateway_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/gateway_contract-complete.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test.rule"
},
{
"file" : "/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"gateway_contract"
],
"name" : "gateway_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
gateway_contract
# Source files and their labels
/project/build/CMakeFiles/gateway_contract
/project/build/CMakeFiles/gateway_contract.rule
/project/build/CMakeFiles/gateway_contract-complete.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test.rule
/project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for gateway_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/gateway_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/gateway_contract.dir/progress.make
CMakeFiles/gateway_contract: CMakeFiles/gateway_contract-complete
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install
CMakeFiles/gateway_contract-complete: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'gateway_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/gateway_contract-complete
/usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-done
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'gateway_contract'"
cd /project/build/contracts/gateway && $(MAKE)
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure: gateway_contract-prefix/tmp/gateway_contract-cfgcmd.txt
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'gateway_contract'"
cd /project/build/contracts/gateway && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/gateway
cd /project/build/contracts/gateway && /usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'gateway_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'gateway_contract'"
cd /project/build/contracts/gateway && /usr/bin/cmake -E echo_append
cd /project/build/contracts/gateway && /usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'gateway_contract'"
/usr/bin/cmake -E make_directory /project/cpp/gateway
/usr/bin/cmake -E make_directory /project/build/contracts/gateway
/usr/bin/cmake -E make_directory /project/build/gateway_contract-prefix
/usr/bin/cmake -E make_directory /project/build/gateway_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/gateway_contract-prefix/src/gateway_contract-stamp
/usr/bin/cmake -E make_directory /project/build/gateway_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/gateway_contract-prefix/src/gateway_contract-stamp
/usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'gateway_contract'"
cd /project/cpp/gateway && /usr/bin/cmake -E echo_append
cd /project/cpp/gateway && /usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'gateway_contract'"
cd /project/build/contracts/gateway && /usr/bin/cmake -E echo_append
cd /project/build/contracts/gateway && /usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test
gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'gateway_contract'"
cd /project/cpp/gateway && /usr/bin/cmake -E echo_append
cd /project/cpp/gateway && /usr/bin/cmake -E touch /project/build/gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update
gateway_contract: CMakeFiles/gateway_contract
gateway_contract: CMakeFiles/gateway_contract-complete
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test
gateway_contract: gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update
gateway_contract: CMakeFiles/gateway_contract.dir/build.make
.PHONY : gateway_contract
# Rule to build all files generated by this target.
CMakeFiles/gateway_contract.dir/build: gateway_contract
.PHONY : CMakeFiles/gateway_contract.dir/build
CMakeFiles/gateway_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/gateway_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/gateway_contract.dir/clean
CMakeFiles/gateway_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/gateway_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/gateway_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/gateway_contract"
"CMakeFiles/gateway_contract-complete"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-build"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-configure"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-download"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-install"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-mkdir"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-patch"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-test"
"gateway_contract-prefix/src/gateway_contract-stamp/gateway_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/gateway_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for gateway_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for gateway_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 36
CMAKE_PROGRESS_3 = 37
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 = 38
CMAKE_PROGRESS_6 = 39
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 = 40
CMAKE_PROGRESS_9 = 41
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/project/build/CMakeFiles/ledger2_contract"
},
{
"file" : "/project/build/CMakeFiles/ledger2_contract.rule"
},
{
"file" : "/project/build/CMakeFiles/ledger2_contract-complete.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test.rule"
},
{
"file" : "/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update.rule"
}
],
"target" :
{
"labels" :
[
"ledger2_contract"
],
"name" : "ledger2_contract"
}
}
@@ -0,0 +1,14 @@
# Target labels
ledger2_contract
# Source files and their labels
/project/build/CMakeFiles/ledger2_contract
/project/build/CMakeFiles/ledger2_contract.rule
/project/build/CMakeFiles/ledger2_contract-complete.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test.rule
/project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update.rule
@@ -0,0 +1,155 @@
# 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 = /project
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /project/build
# Utility rule file for ledger2_contract.
# Include any custom commands dependencies for this target.
include CMakeFiles/ledger2_contract.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/ledger2_contract.dir/progress.make
CMakeFiles/ledger2_contract: CMakeFiles/ledger2_contract-complete
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install
CMakeFiles/ledger2_contract-complete: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'ledger2_contract'"
/usr/bin/cmake -E make_directory /project/build/CMakeFiles
/usr/bin/cmake -E touch /project/build/CMakeFiles/ledger2_contract-complete
/usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-done
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Performing build step for 'ledger2_contract'"
cd /project/build/contracts/ledger2 && $(MAKE)
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure: ledger2_contract-prefix/tmp/ledger2_contract-cfgcmd.txt
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Performing configure step for 'ledger2_contract'"
cd /project/build/contracts/ledger2 && /usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/cdt/build/lib/cmake/cdt/CDTWasmToolchain.cmake -DIS_TESTNET=ON "-GUnix Makefiles" /project/cpp/ledger2
cd /project/build/contracts/ledger2 && /usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'ledger2_contract'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'ledger2_contract'"
cd /project/build/contracts/ledger2 && /usr/bin/cmake -E echo_append
cd /project/build/contracts/ledger2 && /usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'ledger2_contract'"
/usr/bin/cmake -E make_directory /project/cpp/ledger2
/usr/bin/cmake -E make_directory /project/build/contracts/ledger2
/usr/bin/cmake -E make_directory /project/build/ledger2_contract-prefix
/usr/bin/cmake -E make_directory /project/build/ledger2_contract-prefix/tmp
/usr/bin/cmake -E make_directory /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp
/usr/bin/cmake -E make_directory /project/build/ledger2_contract-prefix/src
/usr/bin/cmake -E make_directory /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp
/usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'ledger2_contract'"
cd /project/cpp/ledger2 && /usr/bin/cmake -E echo_append
cd /project/cpp/ledger2 && /usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'ledger2_contract'"
cd /project/build/contracts/ledger2 && /usr/bin/cmake -E echo_append
cd /project/build/contracts/ledger2 && /usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test
ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/project/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No update step for 'ledger2_contract'"
cd /project/cpp/ledger2 && /usr/bin/cmake -E echo_append
cd /project/cpp/ledger2 && /usr/bin/cmake -E touch /project/build/ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update
ledger2_contract: CMakeFiles/ledger2_contract
ledger2_contract: CMakeFiles/ledger2_contract-complete
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test
ledger2_contract: ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update
ledger2_contract: CMakeFiles/ledger2_contract.dir/build.make
.PHONY : ledger2_contract
# Rule to build all files generated by this target.
CMakeFiles/ledger2_contract.dir/build: ledger2_contract
.PHONY : CMakeFiles/ledger2_contract.dir/build
CMakeFiles/ledger2_contract.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/ledger2_contract.dir/cmake_clean.cmake
.PHONY : CMakeFiles/ledger2_contract.dir/clean
CMakeFiles/ledger2_contract.dir/depend:
cd /project/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /project /project /project/build /project/build /project/build/CMakeFiles/ledger2_contract.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/ledger2_contract.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/ledger2_contract"
"CMakeFiles/ledger2_contract-complete"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-build"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-configure"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-download"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-install"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-mkdir"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-patch"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-test"
"ledger2_contract-prefix/src/ledger2_contract-stamp/ledger2_contract-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/ledger2_contract.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for ledger2_contract.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for ledger2_contract.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 42
CMAKE_PROGRESS_3 = 43
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 = 44
CMAKE_PROGRESS_6 = 45
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 = 46
CMAKE_PROGRESS_9 = 47
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

Some files were not shown because too many files have changed in this diff Show More