-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
217 changed files
with
96,743 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.21 | ||
|
||
# Relative path conversion top directories. | ||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/d/skale-consensus") | ||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/d/skale-consensus") | ||
|
||
# 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}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.21 | ||
|
||
# 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 = /snap/clion/180/bin/cmake/linux/bin/cmake | ||
|
||
# The command to remove a file. | ||
RM = /snap/clion/180/bin/cmake/linux/bin/cmake -E rm -f | ||
|
||
# Escaping for special characters. | ||
EQUALS = = | ||
|
||
# The top-level source directory on which CMake was run. | ||
CMAKE_SOURCE_DIR = /d/skale-consensus | ||
|
||
# The top-level build directory on which CMake was run. | ||
CMAKE_BINARY_DIR = /d/skale-consensus | ||
|
||
# Utility rule file for all_bls_tests. | ||
|
||
# Include any custom commands dependencies for this target. | ||
include libBLS/CMakeFiles/all_bls_tests.dir/compiler_depend.make | ||
|
||
# Include the progress variables for this target. | ||
include libBLS/CMakeFiles/all_bls_tests.dir/progress.make | ||
|
||
libBLS/CMakeFiles/all_bls_tests: libBLS/bls_unit_test | ||
libBLS/CMakeFiles/all_bls_tests: libBLS/dkg_unit_test | ||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/d/skale-consensus/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Run all BLS and DKG tests" | ||
cd /d/skale-consensus/libBLS && ./bls_unit_test | ||
cd /d/skale-consensus/libBLS && ./dkg_unit_test | ||
cd /d/skale-consensus/libBLS && ./bls_test | ||
cd /d/skale-consensus/libBLS && ./dkg_attack | ||
cd /d/skale-consensus/libBLS && ./utils_unit_test | ||
|
||
all_bls_tests: libBLS/CMakeFiles/all_bls_tests | ||
all_bls_tests: libBLS/CMakeFiles/all_bls_tests.dir/build.make | ||
.PHONY : all_bls_tests | ||
|
||
# Rule to build all files generated by this target. | ||
libBLS/CMakeFiles/all_bls_tests.dir/build: all_bls_tests | ||
.PHONY : libBLS/CMakeFiles/all_bls_tests.dir/build | ||
|
||
libBLS/CMakeFiles/all_bls_tests.dir/clean: | ||
cd /d/skale-consensus/libBLS && $(CMAKE_COMMAND) -P CMakeFiles/all_bls_tests.dir/cmake_clean.cmake | ||
.PHONY : libBLS/CMakeFiles/all_bls_tests.dir/clean | ||
|
||
libBLS/CMakeFiles/all_bls_tests.dir/depend: | ||
cd /d/skale-consensus && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /d/skale-consensus /d/skale-consensus/libBLS /d/skale-consensus /d/skale-consensus/libBLS /d/skale-consensus/libBLS/CMakeFiles/all_bls_tests.dir/DependInfo.cmake --color=$(COLOR) | ||
.PHONY : libBLS/CMakeFiles/all_bls_tests.dir/depend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
file(REMOVE_RECURSE | ||
"CMakeFiles/all_bls_tests" | ||
) | ||
|
||
# Per-language clean rules from dependency scanning. | ||
foreach(lang ) | ||
include(CMakeFiles/all_bls_tests.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Empty custom commands generated dependencies file for all_bls_tests. | ||
# This may be replaced when dependencies are built. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Timestamp file for custom commands dependencies management for all_bls_tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CMAKE_PROGRESS_1 = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.21 | ||
|
||
# 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 = /snap/clion/180/bin/cmake/linux/bin/cmake | ||
|
||
# The command to remove a file. | ||
RM = /snap/clion/180/bin/cmake/linux/bin/cmake -E rm -f | ||
|
||
# Escaping for special characters. | ||
EQUALS = = | ||
|
||
# The top-level source directory on which CMake was run. | ||
CMAKE_SOURCE_DIR = /d/skale-consensus | ||
|
||
# The top-level build directory on which CMake was run. | ||
CMAKE_BINARY_DIR = /d/skale-consensus | ||
|
||
# Utility rule file for bls-format-check-changed. | ||
|
||
# Include any custom commands dependencies for this target. | ||
include libBLS/CMakeFiles/bls-format-check-changed.dir/compiler_depend.make | ||
|
||
# Include the progress variables for this target. | ||
include libBLS/CMakeFiles/bls-format-check-changed.dir/progress.make | ||
|
||
libBLS/CMakeFiles/bls-format-check-changed: | ||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/d/skale-consensus/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Checking changed files in git" | ||
/d/skale-consensus/libBLS/cmake/../scripts/clang-format-check-changed.py --file-extensions ".cpp,*.cpp,*.h,*.cxx,*.hxx,*.hpp,*.cc,*.ipp" --exclude=/d/skale-consensus --exclude=/d/skale-consensus/libBLS/deps --exclude=/CMakeFiles/ --exclude=cmake --clang-format-bin /usr/bin/clang-format-6.0 | ||
|
||
bls-format-check-changed: libBLS/CMakeFiles/bls-format-check-changed | ||
bls-format-check-changed: libBLS/CMakeFiles/bls-format-check-changed.dir/build.make | ||
.PHONY : bls-format-check-changed | ||
|
||
# Rule to build all files generated by this target. | ||
libBLS/CMakeFiles/bls-format-check-changed.dir/build: bls-format-check-changed | ||
.PHONY : libBLS/CMakeFiles/bls-format-check-changed.dir/build | ||
|
||
libBLS/CMakeFiles/bls-format-check-changed.dir/clean: | ||
cd /d/skale-consensus/libBLS && $(CMAKE_COMMAND) -P CMakeFiles/bls-format-check-changed.dir/cmake_clean.cmake | ||
.PHONY : libBLS/CMakeFiles/bls-format-check-changed.dir/clean | ||
|
||
libBLS/CMakeFiles/bls-format-check-changed.dir/depend: | ||
cd /d/skale-consensus && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /d/skale-consensus /d/skale-consensus/libBLS /d/skale-consensus /d/skale-consensus/libBLS /d/skale-consensus/libBLS/CMakeFiles/bls-format-check-changed.dir/DependInfo.cmake --color=$(COLOR) | ||
.PHONY : libBLS/CMakeFiles/bls-format-check-changed.dir/depend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
file(REMOVE_RECURSE | ||
"CMakeFiles/bls-format-check-changed" | ||
) | ||
|
||
# Per-language clean rules from dependency scanning. | ||
foreach(lang ) | ||
include(CMakeFiles/bls-format-check-changed.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Empty custom commands generated dependencies file for bls-format-check-changed. | ||
# This may be replaced when dependencies are built. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Timestamp file for custom commands dependencies management for bls-format-check-changed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CMAKE_PROGRESS_1 = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 3.21 | ||
|
||
# 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 = /snap/clion/180/bin/cmake/linux/bin/cmake | ||
|
||
# The command to remove a file. | ||
RM = /snap/clion/180/bin/cmake/linux/bin/cmake -E rm -f | ||
|
||
# Escaping for special characters. | ||
EQUALS = = | ||
|
||
# The top-level source directory on which CMake was run. | ||
CMAKE_SOURCE_DIR = /d/skale-consensus | ||
|
||
# The top-level build directory on which CMake was run. | ||
CMAKE_BINARY_DIR = /d/skale-consensus | ||
|
||
# Utility rule file for bls-format-check. | ||
|
||
# Include any custom commands dependencies for this target. | ||
include libBLS/CMakeFiles/bls-format-check.dir/compiler_depend.make | ||
|
||
# Include the progress variables for this target. | ||
include libBLS/CMakeFiles/bls-format-check.dir/progress.make | ||
|
||
libBLS/CMakeFiles/bls-format-check: | ||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/d/skale-consensus/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Checking clang-format changes" | ||
cd /d/skale-consensus/libBLS && ! /usr/bin/clang-format-6.0 -style=file -output-replacements-xml | grep -q replacement\ offset | ||
|
||
bls-format-check: libBLS/CMakeFiles/bls-format-check | ||
bls-format-check: libBLS/CMakeFiles/bls-format-check.dir/build.make | ||
.PHONY : bls-format-check | ||
|
||
# Rule to build all files generated by this target. | ||
libBLS/CMakeFiles/bls-format-check.dir/build: bls-format-check | ||
.PHONY : libBLS/CMakeFiles/bls-format-check.dir/build | ||
|
||
libBLS/CMakeFiles/bls-format-check.dir/clean: | ||
cd /d/skale-consensus/libBLS && $(CMAKE_COMMAND) -P CMakeFiles/bls-format-check.dir/cmake_clean.cmake | ||
.PHONY : libBLS/CMakeFiles/bls-format-check.dir/clean | ||
|
||
libBLS/CMakeFiles/bls-format-check.dir/depend: | ||
cd /d/skale-consensus && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /d/skale-consensus /d/skale-consensus/libBLS /d/skale-consensus /d/skale-consensus/libBLS /d/skale-consensus/libBLS/CMakeFiles/bls-format-check.dir/DependInfo.cmake --color=$(COLOR) | ||
.PHONY : libBLS/CMakeFiles/bls-format-check.dir/depend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
file(REMOVE_RECURSE | ||
"CMakeFiles/bls-format-check" | ||
) | ||
|
||
# Per-language clean rules from dependency scanning. | ||
foreach(lang ) | ||
include(CMakeFiles/bls-format-check.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||
endforeach() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Empty custom commands generated dependencies file for bls-format-check. | ||
# This may be replaced when dependencies are built. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Timestamp file for custom commands dependencies management for bls-format-check. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CMAKE_PROGRESS_1 = 7 | ||
|
Oops, something went wrong.