You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by gi...@apache.org on 2019/06/29 20:23:32 UTC

[incubator-milagro-crypto-c] branch sonar_review updated (cbefcb2 -> 2e54f41)

This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a change to branch sonar_review
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git.


    from cbefcb2  	modified:   CPackConfig.cmake
     new f6ce5af  	modified:   Makefile 	modified:   doc/Doxyfile
     new 2e54f41  	modified:   .gitignore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   |     1 -
 Makefile     | 15657 ++-------------------------------------------------------
 doc/Doxyfile |    12 +-
 3 files changed, 358 insertions(+), 15312 deletions(-)


[incubator-milagro-crypto-c] 02/02: modified: .gitignore

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch sonar_review
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit 2e54f41d08280105a8ece2da269b909daf38fd4c
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Sat Jun 29 22:22:12 2019 +0200

    	modified:   .gitignore
---
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4091fe8..c1efd00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
 build
 target
 *~
-CPackConfig.cmake


[incubator-milagro-crypto-c] 01/02: modified: Makefile modified: doc/Doxyfile

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch sonar_review
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit f6ce5af27de77f2082b6b95ca0173f5652575465
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Sat Jun 29 22:18:00 2019 +0200

    	modified:   Makefile
    	modified:   doc/Doxyfile
---
 Makefile     | 15657 ++-------------------------------------------------------
 doc/Doxyfile |    12 +-
 2 files changed, 358 insertions(+), 15311 deletions(-)

diff --git a/Makefile b/Makefile
index 39620ce..13d5744 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15306 +1,353 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.10
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# 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 remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/jozoppi/milagro-c/sonar_review/incubator-milagro-crypto-c
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/jozoppi/milagro-c/sonar_review/incubator-milagro-crypto-c
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
-	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-
-.PHONY : edit_cache/fast
-
-# Special rule for the target package_source
-package_source:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
-	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/jozoppi/milagro-c/sonar_review/incubator-milagro-crypto-c/CPackSourceConfig.cmake
-.PHONY : package_source
-
-# Special rule for the target package_source
-package_source/fast: package_source
-
-.PHONY : package_source/fast
-
-# Special rule for the target package
-package: preinstall
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
-	/usr/bin/cpack --config ./CPackConfig.cmake
-.PHONY : package
-
-# Special rule for the target package
-package/fast: package
-
-.PHONY : package/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
-	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-
-.PHONY : rebuild_cache/fast
-
-# Special rule for the target install/strip
-install/strip: preinstall
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
-	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip
-
-# Special rule for the target install/strip
-install/strip/fast: preinstall/fast
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
-	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
-.PHONY : install/strip/fast
-
-# Special rule for the target list_install_components
-list_install_components:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
-.PHONY : list_install_components
-
-# Special rule for the target list_install_components
-list_install_components/fast: list_install_components
-
-.PHONY : list_install_components/fast
-
-# Special rule for the target test
-test:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
-	/usr/bin/ctest --force-new-ctest-process $(ARGS)
-.PHONY : test
-
-# Special rule for the target test
-test/fast: test
-
-.PHONY : test/fast
-
-# Special rule for the target install/local
-install/local: preinstall
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
-	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local
-
-# Special rule for the target install/local
-install/local/fast: preinstall/fast
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
-	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
-.PHONY : install/local/fast
-
-# Special rule for the target install
-install: preinstall
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
-	/usr/bin/cmake -P cmake_install.cmake
-.PHONY : install
-
-# Special rule for the target install
-install/fast: preinstall/fast
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
-	/usr/bin/cmake -P cmake_install.cmake
-.PHONY : install/fast
-
-# The main all target
-all: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/jozoppi/milagro-c/sonar_review/incubator-milagro-crypto-c/CMakeFiles /home/jozoppi/milagro-c/sonar_review/incubator-milagro-crypto-c/CMakeFiles/progress.marks
-	$(MAKE) -f CMakeFiles/Makefile2 all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/jozoppi/milagro-c/sonar_review/incubator-milagro-crypto-c/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
-	$(MAKE) -f CMakeFiles/Makefile2 clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
-	$(MAKE) -f CMakeFiles/Makefile2 preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
-	$(MAKE) -f CMakeFiles/Makefile2 preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
-	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-#=============================================================================
-# Target rules for targets named amcl_bls_FP256BN
-
-# Build rule for target.
-amcl_bls_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_FP256BN
-.PHONY : amcl_bls_FP256BN
-
-# fast build rule for target.
-amcl_bls_FP256BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP256BN.dir/build.make CMakeFiles/amcl_bls_FP256BN.dir/build
-.PHONY : amcl_bls_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BN254
-
-# Build rule for target.
-amcl_bls_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BN254
-.PHONY : amcl_bls_BN254
-
-# fast build rule for target.
-amcl_bls_BN254/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254.dir/build.make CMakeFiles/amcl_bls_BN254.dir/build
-.PHONY : amcl_bls_BN254/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BLS48
-
-# Build rule for target.
-amcl_bls_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BLS48
-.PHONY : amcl_bls_BLS48
-
-# fast build rule for target.
-amcl_bls_BLS48/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS48.dir/build.make CMakeFiles/amcl_bls_BLS48.dir/build
-.PHONY : amcl_bls_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BLS461
-
-# Build rule for target.
-amcl_bls_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BLS461
-.PHONY : amcl_bls_BLS461
-
-# fast build rule for target.
-amcl_bls_BLS461/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS461.dir/build.make CMakeFiles/amcl_bls_BLS461.dir/build
-.PHONY : amcl_bls_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BLS381
-
-# Build rule for target.
-amcl_bls_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BLS381
-.PHONY : amcl_bls_BLS381
-
-# fast build rule for target.
-amcl_bls_BLS381/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS381.dir/build.make CMakeFiles/amcl_bls_BLS381.dir/build
-.PHONY : amcl_bls_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_FP512BN
-
-# Build rule for target.
-amcl_wcc_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_FP512BN
-.PHONY : amcl_wcc_FP512BN
-
-# fast build rule for target.
-amcl_wcc_FP512BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_FP512BN.dir/build.make CMakeFiles/amcl_wcc_FP512BN.dir/build
-.PHONY : amcl_wcc_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_FP256BN
-
-# Build rule for target.
-amcl_wcc_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_FP256BN
-.PHONY : amcl_wcc_FP256BN
-
-# fast build rule for target.
-amcl_wcc_FP256BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_FP256BN.dir/build.make CMakeFiles/amcl_wcc_FP256BN.dir/build
-.PHONY : amcl_wcc_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BN254CX
-
-# Build rule for target.
-amcl_wcc_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BN254CX
-.PHONY : amcl_wcc_BN254CX
-
-# fast build rule for target.
-amcl_wcc_BN254CX/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BN254CX.dir/build.make CMakeFiles/amcl_wcc_BN254CX.dir/build
-.PHONY : amcl_wcc_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BN254
-
-# Build rule for target.
-amcl_wcc_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BN254
-.PHONY : amcl_wcc_BN254
-
-# fast build rule for target.
-amcl_wcc_BN254/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BN254.dir/build.make CMakeFiles/amcl_wcc_BN254.dir/build
-.PHONY : amcl_wcc_BN254/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BLS48
-
-# Build rule for target.
-amcl_wcc_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BLS48
-.PHONY : amcl_wcc_BLS48
-
-# fast build rule for target.
-amcl_wcc_BLS48/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BLS48.dir/build.make CMakeFiles/amcl_wcc_BLS48.dir/build
-.PHONY : amcl_wcc_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BLS461
-
-# Build rule for target.
-amcl_wcc_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BLS461
-.PHONY : amcl_wcc_BLS461
-
-# fast build rule for target.
-amcl_wcc_BLS461/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BLS461.dir/build.make CMakeFiles/amcl_wcc_BLS461.dir/build
-.PHONY : amcl_wcc_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BLS381
-
-# Build rule for target.
-amcl_curve_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BLS381
-.PHONY : amcl_curve_BLS381
-
-# fast build rule for target.
-amcl_curve_BLS381/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/build
-.PHONY : amcl_curve_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousMemCheck
-
-# Build rule for target.
-ContinuousMemCheck: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousMemCheck
-.PHONY : ContinuousMemCheck
-
-# fast build rule for target.
-ContinuousMemCheck/fast:
-	$(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
-.PHONY : ContinuousMemCheck/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BLS383
-
-# Build rule for target.
-amcl_bls_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BLS383
-.PHONY : amcl_bls_BLS383
-
-# fast build rule for target.
-amcl_bls_BLS383/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS383.dir/build.make CMakeFiles/amcl_bls_BLS383.dir/build
-.PHONY : amcl_bls_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousConfigure
-
-# Build rule for target.
-ContinuousConfigure: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousConfigure
-.PHONY : ContinuousConfigure
-
-# fast build rule for target.
-ContinuousConfigure/fast:
-	$(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
-.PHONY : ContinuousConfigure/fast
-
-#=============================================================================
-# Target rules for targets named amcl_rsa_3072
-
-# Build rule for target.
-amcl_rsa_3072: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_rsa_3072
-.PHONY : amcl_rsa_3072
-
-# fast build rule for target.
-amcl_rsa_3072/fast:
-	$(MAKE) -f CMakeFiles/amcl_rsa_3072.dir/build.make CMakeFiles/amcl_rsa_3072.dir/build
-.PHONY : amcl_rsa_3072/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BLS461
-
-# Build rule for target.
-amcl_curve_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BLS461
-.PHONY : amcl_curve_BLS461
-
-# fast build rule for target.
-amcl_curve_BLS461/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/build
-.PHONY : amcl_curve_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named amcl_rsa_2048
-
-# Build rule for target.
-amcl_rsa_2048: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_rsa_2048
-.PHONY : amcl_rsa_2048
-
-# fast build rule for target.
-amcl_rsa_2048/fast:
-	$(MAKE) -f CMakeFiles/amcl_rsa_2048.dir/build.make CMakeFiles/amcl_rsa_2048.dir/build
-.PHONY : amcl_rsa_2048/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BN254CX
-
-# Build rule for target.
-amcl_mpin_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BN254CX
-.PHONY : amcl_mpin_BN254CX
-
-# fast build rule for target.
-amcl_mpin_BN254CX/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BN254CX.dir/build.make CMakeFiles/amcl_mpin_BN254CX.dir/build
-.PHONY : amcl_mpin_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named amcl_x509
-
-# Build rule for target.
-amcl_x509: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_x509
-.PHONY : amcl_x509
-
-# fast build rule for target.
-amcl_x509/fast:
-	$(MAKE) -f CMakeFiles/amcl_x509.dir/build.make CMakeFiles/amcl_x509.dir/build
-.PHONY : amcl_x509/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalSubmit
-
-# Build rule for target.
-ExperimentalSubmit: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalSubmit
-.PHONY : ExperimentalSubmit
-
-# fast build rule for target.
-ExperimentalSubmit/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
-.PHONY : ExperimentalSubmit/fast
-
-#=============================================================================
-# Target rules for targets named NightlyMemCheck
-
-# Build rule for target.
-NightlyMemCheck: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyMemCheck
-.PHONY : NightlyMemCheck
-
-# fast build rule for target.
-NightlyMemCheck/fast:
-	$(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
-.PHONY : NightlyMemCheck/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_FP256BN
-
-# Build rule for target.
-amcl_curve_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_FP256BN
-.PHONY : amcl_curve_FP256BN
-
-# fast build rule for target.
-amcl_curve_FP256BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/build
-.PHONY : amcl_curve_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalMemCheck
-
-# Build rule for target.
-ExperimentalMemCheck: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalMemCheck
-.PHONY : ExperimentalMemCheck
-
-# fast build rule for target.
-ExperimentalMemCheck/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
-.PHONY : ExperimentalMemCheck/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalTest
-
-# Build rule for target.
-ExperimentalTest: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalTest
-.PHONY : ExperimentalTest
-
-# fast build rule for target.
-ExperimentalTest/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
-.PHONY : ExperimentalTest/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BLS48
-
-# Build rule for target.
-amcl_pairing_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BLS48
-.PHONY : amcl_pairing_BLS48
-
-# fast build rule for target.
-amcl_pairing_BLS48/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS48.dir/build.make CMakeFiles/amcl_pairing_BLS48.dir/build
-.PHONY : amcl_pairing_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named NightlyUpdate
-
-# Build rule for target.
-NightlyUpdate: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyUpdate
-.PHONY : NightlyUpdate
-
-# fast build rule for target.
-NightlyUpdate/fast:
-	$(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
-.PHONY : NightlyUpdate/fast
-
-#=============================================================================
-# Target rules for targets named NightlyStart
-
-# Build rule for target.
-NightlyStart: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyStart
-.PHONY : NightlyStart
-
-# fast build rule for target.
-NightlyStart/fast:
-	$(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
-.PHONY : NightlyStart/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BLS461
-
-# Build rule for target.
-amcl_pairing_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BLS461
-.PHONY : amcl_pairing_BLS461
-
-# fast build rule for target.
-amcl_pairing_BLS461/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS461.dir/build.make CMakeFiles/amcl_pairing_BLS461.dir/build
-.PHONY : amcl_pairing_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named NightlyMemoryCheck
-
-# Build rule for target.
-NightlyMemoryCheck: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyMemoryCheck
-.PHONY : NightlyMemoryCheck
-
-# fast build rule for target.
-NightlyMemoryCheck/fast:
-	$(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
-.PHONY : NightlyMemoryCheck/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BLS24
-
-# Build rule for target.
-amcl_pairing_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BLS24
-.PHONY : amcl_pairing_BLS24
-
-# fast build rule for target.
-amcl_pairing_BLS24/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS24.dir/build.make CMakeFiles/amcl_pairing_BLS24.dir/build
-.PHONY : amcl_pairing_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named NightlyBuild
-
-# Build rule for target.
-NightlyBuild: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyBuild
-.PHONY : NightlyBuild
-
-# fast build rule for target.
-NightlyBuild/fast:
-	$(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
-.PHONY : NightlyBuild/fast
-
-#=============================================================================
-# Target rules for targets named NightlySubmit
-
-# Build rule for target.
-NightlySubmit: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlySubmit
-.PHONY : NightlySubmit
-
-# fast build rule for target.
-NightlySubmit/fast:
-	$(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
-.PHONY : NightlySubmit/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousTest
-
-# Build rule for target.
-ContinuousTest: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousTest
-.PHONY : ContinuousTest
-
-# fast build rule for target.
-ContinuousTest/fast:
-	$(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
-.PHONY : ContinuousTest/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalUpdate
-
-# Build rule for target.
-ExperimentalUpdate: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalUpdate
-.PHONY : ExperimentalUpdate
-
-# fast build rule for target.
-ExperimentalUpdate/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
-.PHONY : ExperimentalUpdate/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousBuild
-
-# Build rule for target.
-ContinuousBuild: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousBuild
-.PHONY : ContinuousBuild
-
-# fast build rule for target.
-ContinuousBuild/fast:
-	$(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
-.PHONY : ContinuousBuild/fast
-
-#=============================================================================
-# Target rules for targets named Continuous
-
-# Build rule for target.
-Continuous: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 Continuous
-.PHONY : Continuous
-
-# fast build rule for target.
-Continuous/fast:
-	$(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
-.PHONY : Continuous/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NUMS256W
-
-# Build rule for target.
-amcl_curve_NUMS256W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NUMS256W
-.PHONY : amcl_curve_NUMS256W
-
-# fast build rule for target.
-amcl_curve_NUMS256W/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/build
-.PHONY : amcl_curve_NUMS256W/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BLS48
-
-# Build rule for target.
-amcl_mpin_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BLS48
-.PHONY : amcl_mpin_BLS48
-
-# fast build rule for target.
-amcl_mpin_BLS48/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BLS48.dir/build.make CMakeFiles/amcl_mpin_BLS48.dir/build
-.PHONY : amcl_mpin_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousSubmit
-
-# Build rule for target.
-ContinuousSubmit: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousSubmit
-.PHONY : ContinuousSubmit
-
-# fast build rule for target.
-ContinuousSubmit/fast:
-	$(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
-.PHONY : ContinuousSubmit/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_ANSSI
-
-# Build rule for target.
-amcl_curve_ANSSI: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_ANSSI
-.PHONY : amcl_curve_ANSSI
-
-# fast build rule for target.
-amcl_curve_ANSSI/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/build
-.PHONY : amcl_curve_ANSSI/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BN254
-
-# Build rule for target.
-amcl_mpin_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BN254
-.PHONY : amcl_mpin_BN254
-
-# fast build rule for target.
-amcl_mpin_BN254/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BN254.dir/build.make CMakeFiles/amcl_mpin_BN254.dir/build
-.PHONY : amcl_mpin_BN254/fast
-
-#=============================================================================
-# Target rules for targets named Experimental
-
-# Build rule for target.
-Experimental: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 Experimental
-.PHONY : Experimental
-
-# fast build rule for target.
-Experimental/fast:
-	$(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
-.PHONY : Experimental/fast
-
-#=============================================================================
-# Target rules for targets named NightlyTest
-
-# Build rule for target.
-NightlyTest: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyTest
-.PHONY : NightlyTest
-
-# fast build rule for target.
-NightlyTest/fast:
-	$(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
-.PHONY : NightlyTest/fast
-
-#=============================================================================
-# Target rules for targets named NightlyConfigure
-
-# Build rule for target.
-NightlyConfigure: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyConfigure
-.PHONY : NightlyConfigure
-
-# fast build rule for target.
-NightlyConfigure/fast:
-	$(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
-.PHONY : NightlyConfigure/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BLS24
-
-# Build rule for target.
-amcl_curve_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BLS24
-.PHONY : amcl_curve_BLS24
-
-# fast build rule for target.
-amcl_curve_BLS24/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/build
-.PHONY : amcl_curve_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_SECP256K1
-
-# Build rule for target.
-amcl_curve_SECP256K1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_SECP256K1
-.PHONY : amcl_curve_SECP256K1
-
-# fast build rule for target.
-amcl_curve_SECP256K1/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/build
-.PHONY : amcl_curve_SECP256K1/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalCoverage
-
-# Build rule for target.
-ExperimentalCoverage: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalCoverage
-.PHONY : ExperimentalCoverage
-
-# fast build rule for target.
-ExperimentalCoverage/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
-.PHONY : ExperimentalCoverage/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_FP256BN
-
-# Build rule for target.
-amcl_mpin_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_FP256BN
-.PHONY : amcl_mpin_FP256BN
-
-# fast build rule for target.
-amcl_mpin_FP256BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_FP256BN.dir/build.make CMakeFiles/amcl_mpin_FP256BN.dir/build
-.PHONY : amcl_mpin_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named NightlyCoverage
-
-# Build rule for target.
-NightlyCoverage: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 NightlyCoverage
-.PHONY : NightlyCoverage
-
-# fast build rule for target.
-NightlyCoverage/fast:
-	$(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
-.PHONY : NightlyCoverage/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousStart
-
-# Build rule for target.
-ContinuousStart: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousStart
-.PHONY : ContinuousStart
-
-# fast build rule for target.
-ContinuousStart/fast:
-	$(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
-.PHONY : ContinuousStart/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousCoverage
-
-# Build rule for target.
-ContinuousCoverage: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousCoverage
-.PHONY : ContinuousCoverage
-
-# fast build rule for target.
-ContinuousCoverage/fast:
-	$(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
-.PHONY : ContinuousCoverage/fast
-
-#=============================================================================
-# Target rules for targets named Nightly
-
-# Build rule for target.
-Nightly: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 Nightly
-.PHONY : Nightly
-
-# fast build rule for target.
-Nightly/fast:
-	$(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
-.PHONY : Nightly/fast
-
-#=============================================================================
-# Target rules for targets named ContinuousUpdate
-
-# Build rule for target.
-ContinuousUpdate: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ContinuousUpdate
-.PHONY : ContinuousUpdate
-
-# fast build rule for target.
-ContinuousUpdate/fast:
-	$(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
-.PHONY : ContinuousUpdate/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalBuild
-
-# Build rule for target.
-ExperimentalBuild: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalBuild
-.PHONY : ExperimentalBuild
-
-# fast build rule for target.
-ExperimentalBuild/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
-.PHONY : ExperimentalBuild/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BLS48
-
-# Build rule for target.
-amcl_curve_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BLS48
-.PHONY : amcl_curve_BLS48
-
-# fast build rule for target.
-amcl_curve_BLS48/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/build
-.PHONY : amcl_curve_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BN254
-
-# Build rule for target.
-amcl_curve_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BN254
-.PHONY : amcl_curve_BN254
-
-# fast build rule for target.
-amcl_curve_BN254/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/build
-.PHONY : amcl_curve_BN254/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BLS24
-
-# Build rule for target.
-amcl_wcc_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BLS24
-.PHONY : amcl_wcc_BLS24
-
-# fast build rule for target.
-amcl_wcc_BLS24/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BLS24.dir/build.make CMakeFiles/amcl_wcc_BLS24.dir/build
-.PHONY : amcl_wcc_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BN254CX
-
-# Build rule for target.
-amcl_curve_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BN254CX
-.PHONY : amcl_curve_BN254CX
-
-# fast build rule for target.
-amcl_curve_BN254CX/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/build
-.PHONY : amcl_curve_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_HIFIVE
-
-# Build rule for target.
-amcl_curve_HIFIVE: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_HIFIVE
-.PHONY : amcl_curve_HIFIVE
-
-# fast build rule for target.
-amcl_curve_HIFIVE/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/build
-.PHONY : amcl_curve_HIFIVE/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BRAINPOOL
-
-# Build rule for target.
-amcl_curve_BRAINPOOL: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BRAINPOOL
-.PHONY : amcl_curve_BRAINPOOL
-
-# fast build rule for target.
-amcl_curve_BRAINPOOL/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/build
-.PHONY : amcl_curve_BRAINPOOL/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BLS383
-
-# Build rule for target.
-amcl_pairing_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BLS383
-.PHONY : amcl_pairing_BLS383
-
-# fast build rule for target.
-amcl_pairing_BLS383/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS383.dir/build.make CMakeFiles/amcl_pairing_BLS383.dir/build
-.PHONY : amcl_pairing_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_ED25519
-
-# Build rule for target.
-amcl_curve_ED25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_ED25519
-.PHONY : amcl_curve_ED25519
-
-# fast build rule for target.
-amcl_curve_ED25519/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/build
-.PHONY : amcl_curve_ED25519/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_C41417
-
-# Build rule for target.
-amcl_curve_C41417: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_C41417
-.PHONY : amcl_curve_C41417
-
-# fast build rule for target.
-amcl_curve_C41417/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/build
-.PHONY : amcl_curve_C41417/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BN254CX
-
-# Build rule for target.
-amcl_bls_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BN254CX
-.PHONY : amcl_bls_BN254CX
-
-# fast build rule for target.
-amcl_bls_BN254CX/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254CX.dir/build.make CMakeFiles/amcl_bls_BN254CX.dir/build
-.PHONY : amcl_bls_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_C25519
-
-# Build rule for target.
-amcl_curve_C25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_C25519
-.PHONY : amcl_curve_C25519
-
-# fast build rule for target.
-amcl_curve_C25519/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/build
-.PHONY : amcl_curve_C25519/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NUMS512W
-
-# Build rule for target.
-amcl_curve_NUMS512W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NUMS512W
-.PHONY : amcl_curve_NUMS512W
-
-# fast build rule for target.
-amcl_curve_NUMS512W/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/build
-.PHONY : amcl_curve_NUMS512W/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_FP512BN
-
-# Build rule for target.
-amcl_curve_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_FP512BN
-.PHONY : amcl_curve_FP512BN
-
-# fast build rule for target.
-amcl_curve_FP512BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/build
-.PHONY : amcl_curve_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalConfigure
-
-# Build rule for target.
-ExperimentalConfigure: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalConfigure
-.PHONY : ExperimentalConfigure
-
-# fast build rule for target.
-ExperimentalConfigure/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
-.PHONY : ExperimentalConfigure/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_FP512BN
-
-# Build rule for target.
-amcl_pairing_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_FP512BN
-.PHONY : amcl_pairing_FP512BN
-
-# fast build rule for target.
-amcl_pairing_FP512BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP512BN.dir/build.make CMakeFiles/amcl_pairing_FP512BN.dir/build
-.PHONY : amcl_pairing_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_GOLDILOCKS
-
-# Build rule for target.
-amcl_curve_GOLDILOCKS: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_GOLDILOCKS
-.PHONY : amcl_curve_GOLDILOCKS
-
-# fast build rule for target.
-amcl_curve_GOLDILOCKS/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/build
-.PHONY : amcl_curve_GOLDILOCKS/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NIST384
-
-# Build rule for target.
-amcl_curve_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NIST384
-.PHONY : amcl_curve_NIST384
-
-# fast build rule for target.
-amcl_curve_NIST384/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/build
-.PHONY : amcl_curve_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named uninstall
-
-# Build rule for target.
-uninstall: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 uninstall
-.PHONY : uninstall
-
-# fast build rule for target.
-uninstall/fast:
-	$(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
-.PHONY : uninstall/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NIST521
-
-# Build rule for target.
-amcl_curve_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NIST521
-.PHONY : amcl_curve_NIST521
-
-# fast build rule for target.
-amcl_curve_NIST521/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/build
-.PHONY : amcl_curve_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BLS383
-
-# Build rule for target.
-amcl_mpin_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BLS383
-.PHONY : amcl_mpin_BLS383
-
-# fast build rule for target.
-amcl_mpin_BLS383/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BLS383.dir/build.make CMakeFiles/amcl_mpin_BLS383.dir/build
-.PHONY : amcl_mpin_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NUMS256E
-
-# Build rule for target.
-amcl_curve_NUMS256E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NUMS256E
-.PHONY : amcl_curve_NUMS256E
-
-# fast build rule for target.
-amcl_curve_NUMS256E/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/build
-.PHONY : amcl_curve_NUMS256E/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BLS383
-
-# Build rule for target.
-amcl_wcc_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BLS383
-.PHONY : amcl_wcc_BLS383
-
-# fast build rule for target.
-amcl_wcc_BLS383/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BLS383.dir/build.make CMakeFiles/amcl_wcc_BLS383.dir/build
-.PHONY : amcl_wcc_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named amcl_core
-
-# Build rule for target.
-amcl_core: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_core
-.PHONY : amcl_core
-
-# fast build rule for target.
-amcl_core/fast:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/build
-.PHONY : amcl_core/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NUMS384E
-
-# Build rule for target.
-amcl_curve_NUMS384E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NUMS384E
-.PHONY : amcl_curve_NUMS384E
-
-# fast build rule for target.
-amcl_curve_NUMS384E/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/build
-.PHONY : amcl_curve_NUMS384E/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NUMS384W
-
-# Build rule for target.
-amcl_curve_NUMS384W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NUMS384W
-.PHONY : amcl_curve_NUMS384W
-
-# fast build rule for target.
-amcl_curve_NUMS384W/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/build
-.PHONY : amcl_curve_NUMS384W/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NUMS512E
-
-# Build rule for target.
-amcl_curve_NUMS512E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NUMS512E
-.PHONY : amcl_curve_NUMS512E
-
-# fast build rule for target.
-amcl_curve_NUMS512E/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/build
-.PHONY : amcl_curve_NUMS512E/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BLS381
-
-# Build rule for target.
-amcl_pairing_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BLS381
-.PHONY : amcl_pairing_BLS381
-
-# fast build rule for target.
-amcl_pairing_BLS381/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS381.dir/build.make CMakeFiles/amcl_pairing_BLS381.dir/build
-.PHONY : amcl_pairing_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named amcl_wcc_BLS381
-
-# Build rule for target.
-amcl_wcc_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_wcc_BLS381
-.PHONY : amcl_wcc_BLS381
-
-# fast build rule for target.
-amcl_wcc_BLS381/fast:
-	$(MAKE) -f CMakeFiles/amcl_wcc_BLS381.dir/build.make CMakeFiles/amcl_wcc_BLS381.dir/build
-.PHONY : amcl_wcc_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BN254
-
-# Build rule for target.
-amcl_pairing_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BN254
-.PHONY : amcl_pairing_BN254
-
-# fast build rule for target.
-amcl_pairing_BN254/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254.dir/build.make CMakeFiles/amcl_pairing_BN254.dir/build
-.PHONY : amcl_pairing_BN254/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_BN254CX
-
-# Build rule for target.
-amcl_pairing_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_BN254CX
-.PHONY : amcl_pairing_BN254CX
-
-# fast build rule for target.
-amcl_pairing_BN254CX/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254CX.dir/build.make CMakeFiles/amcl_pairing_BN254CX.dir/build
-.PHONY : amcl_pairing_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_NIST256
-
-# Build rule for target.
-amcl_curve_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_NIST256
-.PHONY : amcl_curve_NIST256
-
-# fast build rule for target.
-amcl_curve_NIST256/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/build
-.PHONY : amcl_curve_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BLS24
-
-# Build rule for target.
-amcl_mpin_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BLS24
-.PHONY : amcl_mpin_BLS24
-
-# fast build rule for target.
-amcl_mpin_BLS24/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BLS24.dir/build.make CMakeFiles/amcl_mpin_BLS24.dir/build
-.PHONY : amcl_mpin_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named amcl_curve_BLS383
-
-# Build rule for target.
-amcl_curve_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_curve_BLS383
-.PHONY : amcl_curve_BLS383
-
-# fast build rule for target.
-amcl_curve_BLS383/fast:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/build
-.PHONY : amcl_curve_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named amcl_pairing_FP256BN
-
-# Build rule for target.
-amcl_pairing_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_pairing_FP256BN
-.PHONY : amcl_pairing_FP256BN
-
-# fast build rule for target.
-amcl_pairing_FP256BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP256BN.dir/build.make CMakeFiles/amcl_pairing_FP256BN.dir/build
-.PHONY : amcl_pairing_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named amcl_rsa_4096
-
-# Build rule for target.
-amcl_rsa_4096: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_rsa_4096
-.PHONY : amcl_rsa_4096
-
-# fast build rule for target.
-amcl_rsa_4096/fast:
-	$(MAKE) -f CMakeFiles/amcl_rsa_4096.dir/build.make CMakeFiles/amcl_rsa_4096.dir/build
-.PHONY : amcl_rsa_4096/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BLS381
-
-# Build rule for target.
-amcl_mpin_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BLS381
-.PHONY : amcl_mpin_BLS381
-
-# fast build rule for target.
-amcl_mpin_BLS381/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BLS381.dir/build.make CMakeFiles/amcl_mpin_BLS381.dir/build
-.PHONY : amcl_mpin_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_FP512BN
-
-# Build rule for target.
-amcl_bls_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_FP512BN
-.PHONY : amcl_bls_FP512BN
-
-# fast build rule for target.
-amcl_bls_FP512BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP512BN.dir/build.make CMakeFiles/amcl_bls_FP512BN.dir/build
-.PHONY : amcl_bls_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named amcl_bls_BLS24
-
-# Build rule for target.
-amcl_bls_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_bls_BLS24
-.PHONY : amcl_bls_BLS24
-
-# fast build rule for target.
-amcl_bls_BLS24/fast:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS24.dir/build.make CMakeFiles/amcl_bls_BLS24.dir/build
-.PHONY : amcl_bls_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_BLS461
-
-# Build rule for target.
-amcl_mpin_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_BLS461
-.PHONY : amcl_mpin_BLS461
-
-# fast build rule for target.
-amcl_mpin_BLS461/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_BLS461.dir/build.make CMakeFiles/amcl_mpin_BLS461.dir/build
-.PHONY : amcl_mpin_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named ExperimentalStart
-
-# Build rule for target.
-ExperimentalStart: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 ExperimentalStart
-.PHONY : ExperimentalStart
-
-# fast build rule for target.
-ExperimentalStart/fast:
-	$(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
-.PHONY : ExperimentalStart/fast
-
-#=============================================================================
-# Target rules for targets named amcl_mpin_FP512BN
-
-# Build rule for target.
-amcl_mpin_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 amcl_mpin_FP512BN
-.PHONY : amcl_mpin_FP512BN
-
-# fast build rule for target.
-amcl_mpin_FP512BN/fast:
-	$(MAKE) -f CMakeFiles/amcl_mpin_FP512BN.dir/build.make CMakeFiles/amcl_mpin_FP512BN.dir/build
-.PHONY : amcl_mpin_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_rsa_4096
-
-# Build rule for target.
-benchtest_rsa_4096: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_rsa_4096
-.PHONY : benchtest_rsa_4096
-
-# fast build rule for target.
-benchtest_rsa_4096/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_rsa_4096.dir/build.make benchmark/CMakeFiles/benchtest_rsa_4096.dir/build
-.PHONY : benchtest_rsa_4096/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NUMS384E
-
-# Build rule for target.
-benchtest_ec_NUMS384E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NUMS384E
-.PHONY : benchtest_ec_NUMS384E
-
-# fast build rule for target.
-benchtest_ec_NUMS384E/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NUMS384E.dir/build.make benchmark/CMakeFiles/benchtest_ec_NUMS384E.dir/build
-.PHONY : benchtest_ec_NUMS384E/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NUMS256E
-
-# Build rule for target.
-benchtest_ec_NUMS256E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NUMS256E
-.PHONY : benchtest_ec_NUMS256E
-
-# fast build rule for target.
-benchtest_ec_NUMS256E/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NUMS256E.dir/build.make benchmark/CMakeFiles/benchtest_ec_NUMS256E.dir/build
-.PHONY : benchtest_ec_NUMS256E/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_HIFIVE
-
-# Build rule for target.
-benchtest_ec_HIFIVE: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_HIFIVE
-.PHONY : benchtest_ec_HIFIVE
-
-# fast build rule for target.
-benchtest_ec_HIFIVE/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_HIFIVE.dir/build.make benchmark/CMakeFiles/benchtest_ec_HIFIVE.dir/build
-.PHONY : benchtest_ec_HIFIVE/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NIST256
-
-# Build rule for target.
-benchtest_ec_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NIST256
-.PHONY : benchtest_ec_NIST256
-
-# fast build rule for target.
-benchtest_ec_NIST256/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NIST256.dir/build.make benchmark/CMakeFiles/benchtest_ec_NIST256.dir/build
-.PHONY : benchtest_ec_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BLS461
-
-# Build rule for target.
-benchtest_ec_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BLS461
-.PHONY : benchtest_ec_BLS461
-
-# fast build rule for target.
-benchtest_ec_BLS461/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BLS461.dir/build.make benchmark/CMakeFiles/benchtest_ec_BLS461.dir/build
-.PHONY : benchtest_ec_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BLS48
-
-# Build rule for target.
-benchtest_pair_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BLS48
-.PHONY : benchtest_pair_BLS48
-
-# fast build rule for target.
-benchtest_pair_BLS48/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BLS48.dir/build.make benchmark/CMakeFiles/benchtest_pair_BLS48.dir/build
-.PHONY : benchtest_pair_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NUMS384W
-
-# Build rule for target.
-benchtest_ec_NUMS384W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NUMS384W
-.PHONY : benchtest_ec_NUMS384W
-
-# fast build rule for target.
-benchtest_ec_NUMS384W/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NUMS384W.dir/build.make benchmark/CMakeFiles/benchtest_ec_NUMS384W.dir/build
-.PHONY : benchtest_ec_NUMS384W/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BLS381
-
-# Build rule for target.
-benchtest_ec_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BLS381
-.PHONY : benchtest_ec_BLS381
-
-# fast build rule for target.
-benchtest_ec_BLS381/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BLS381.dir/build.make benchmark/CMakeFiles/benchtest_ec_BLS381.dir/build
-.PHONY : benchtest_ec_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NUMS512W
-
-# Build rule for target.
-benchtest_ec_NUMS512W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NUMS512W
-.PHONY : benchtest_ec_NUMS512W
-
-# fast build rule for target.
-benchtest_ec_NUMS512W/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NUMS512W.dir/build.make benchmark/CMakeFiles/benchtest_ec_NUMS512W.dir/build
-.PHONY : benchtest_ec_NUMS512W/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_C41417
-
-# Build rule for target.
-benchtest_ec_C41417: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_C41417
-.PHONY : benchtest_ec_C41417
-
-# fast build rule for target.
-benchtest_ec_C41417/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_C41417.dir/build.make benchmark/CMakeFiles/benchtest_ec_C41417.dir/build
-.PHONY : benchtest_ec_C41417/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BLS383
-
-# Build rule for target.
-benchtest_mpin_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BLS383
-.PHONY : benchtest_mpin_BLS383
-
-# fast build rule for target.
-benchtest_mpin_BLS383/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BLS383.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BLS383.dir/build
-.PHONY : benchtest_mpin_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_rsa_3072
-
-# Build rule for target.
-benchtest_rsa_3072: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_rsa_3072
-.PHONY : benchtest_rsa_3072
-
-# fast build rule for target.
-benchtest_rsa_3072/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_rsa_3072.dir/build.make benchmark/CMakeFiles/benchtest_rsa_3072.dir/build
-.PHONY : benchtest_rsa_3072/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BN254CX
-
-# Build rule for target.
-benchtest_pair_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BN254CX
-.PHONY : benchtest_pair_BN254CX
-
-# fast build rule for target.
-benchtest_pair_BN254CX/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BN254CX.dir/build.make benchmark/CMakeFiles/benchtest_pair_BN254CX.dir/build
-.PHONY : benchtest_pair_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BLS383
-
-# Build rule for target.
-benchtest_pair_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BLS383
-.PHONY : benchtest_pair_BLS383
-
-# fast build rule for target.
-benchtest_pair_BLS383/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BLS383.dir/build.make benchmark/CMakeFiles/benchtest_pair_BLS383.dir/build
-.PHONY : benchtest_pair_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BLS381
-
-# Build rule for target.
-benchtest_mpin_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BLS381
-.PHONY : benchtest_mpin_BLS381
-
-# fast build rule for target.
-benchtest_mpin_BLS381/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BLS381.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BLS381.dir/build
-.PHONY : benchtest_mpin_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BLS24
-
-# Build rule for target.
-benchtest_pair_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BLS24
-.PHONY : benchtest_pair_BLS24
-
-# fast build rule for target.
-benchtest_pair_BLS24/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BLS24.dir/build.make benchmark/CMakeFiles/benchtest_pair_BLS24.dir/build
-.PHONY : benchtest_pair_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_FP256BN
-
-# Build rule for target.
-benchtest_pair_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_FP256BN
-.PHONY : benchtest_pair_FP256BN
-
-# fast build rule for target.
-benchtest_pair_FP256BN/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_FP256BN.dir/build.make benchmark/CMakeFiles/benchtest_pair_FP256BN.dir/build
-.PHONY : benchtest_pair_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BLS24
-
-# Build rule for target.
-benchtest_mpin_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BLS24
-.PHONY : benchtest_mpin_BLS24
-
-# fast build rule for target.
-benchtest_mpin_BLS24/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BLS24.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BLS24.dir/build
-.PHONY : benchtest_mpin_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BLS48
-
-# Build rule for target.
-benchtest_mpin_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BLS48
-.PHONY : benchtest_mpin_BLS48
-
-# fast build rule for target.
-benchtest_mpin_BLS48/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BLS48.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BLS48.dir/build
-.PHONY : benchtest_mpin_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BLS461
-
-# Build rule for target.
-benchtest_pair_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BLS461
-.PHONY : benchtest_pair_BLS461
-
-# fast build rule for target.
-benchtest_pair_BLS461/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BLS461.dir/build.make benchmark/CMakeFiles/benchtest_pair_BLS461.dir/build
-.PHONY : benchtest_pair_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BLS48
-
-# Build rule for target.
-benchtest_ec_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BLS48
-.PHONY : benchtest_ec_BLS48
-
-# fast build rule for target.
-benchtest_ec_BLS48/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BLS48.dir/build.make benchmark/CMakeFiles/benchtest_ec_BLS48.dir/build
-.PHONY : benchtest_ec_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BLS461
-
-# Build rule for target.
-benchtest_mpin_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BLS461
-.PHONY : benchtest_mpin_BLS461
-
-# fast build rule for target.
-benchtest_mpin_BLS461/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BLS461.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BLS461.dir/build
-.PHONY : benchtest_mpin_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BLS383
-
-# Build rule for target.
-benchtest_ec_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BLS383
-.PHONY : benchtest_ec_BLS383
-
-# fast build rule for target.
-benchtest_ec_BLS383/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BLS383.dir/build.make benchmark/CMakeFiles/benchtest_ec_BLS383.dir/build
-.PHONY : benchtest_ec_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NUMS256W
-
-# Build rule for target.
-benchtest_ec_NUMS256W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NUMS256W
-.PHONY : benchtest_ec_NUMS256W
-
-# fast build rule for target.
-benchtest_ec_NUMS256W/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NUMS256W.dir/build.make benchmark/CMakeFiles/benchtest_ec_NUMS256W.dir/build
-.PHONY : benchtest_ec_NUMS256W/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_FP256BN
-
-# Build rule for target.
-benchtest_mpin_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_FP256BN
-.PHONY : benchtest_mpin_FP256BN
-
-# fast build rule for target.
-benchtest_mpin_FP256BN/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_FP256BN.dir/build.make benchmark/CMakeFiles/benchtest_mpin_FP256BN.dir/build
-.PHONY : benchtest_mpin_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BN254
-
-# Build rule for target.
-benchtest_ec_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BN254
-.PHONY : benchtest_ec_BN254
-
-# fast build rule for target.
-benchtest_ec_BN254/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BN254.dir/build.make benchmark/CMakeFiles/benchtest_ec_BN254.dir/build
-.PHONY : benchtest_ec_BN254/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_ANSSI
-
-# Build rule for target.
-benchtest_ec_ANSSI: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_ANSSI
-.PHONY : benchtest_ec_ANSSI
-
-# fast build rule for target.
-benchtest_ec_ANSSI/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_ANSSI.dir/build.make benchmark/CMakeFiles/benchtest_ec_ANSSI.dir/build
-.PHONY : benchtest_ec_ANSSI/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_FP512BN
-
-# Build rule for target.
-benchtest_mpin_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_FP512BN
-.PHONY : benchtest_mpin_FP512BN
-
-# fast build rule for target.
-benchtest_mpin_FP512BN/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_FP512BN.dir/build.make benchmark/CMakeFiles/benchtest_mpin_FP512BN.dir/build
-.PHONY : benchtest_mpin_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BLS381
-
-# Build rule for target.
-benchtest_pair_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BLS381
-.PHONY : benchtest_pair_BLS381
-
-# fast build rule for target.
-benchtest_pair_BLS381/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BLS381.dir/build.make benchmark/CMakeFiles/benchtest_pair_BLS381.dir/build
-.PHONY : benchtest_pair_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BN254
-
-# Build rule for target.
-benchtest_mpin_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BN254
-.PHONY : benchtest_mpin_BN254
-
-# fast build rule for target.
-benchtest_mpin_BN254/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BN254.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BN254.dir/build
-.PHONY : benchtest_mpin_BN254/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_FP256BN
-
-# Build rule for target.
-benchtest_ec_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_FP256BN
-.PHONY : benchtest_ec_FP256BN
-
-# fast build rule for target.
-benchtest_ec_FP256BN/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_FP256BN.dir/build.make benchmark/CMakeFiles/benchtest_ec_FP256BN.dir/build
-.PHONY : benchtest_ec_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NIST521
-
-# Build rule for target.
-benchtest_ec_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NIST521
-.PHONY : benchtest_ec_NIST521
-
-# fast build rule for target.
-benchtest_ec_NIST521/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NIST521.dir/build.make benchmark/CMakeFiles/benchtest_ec_NIST521.dir/build
-.PHONY : benchtest_ec_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BLS24
-
-# Build rule for target.
-benchtest_ec_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BLS24
-.PHONY : benchtest_ec_BLS24
-
-# fast build rule for target.
-benchtest_ec_BLS24/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BLS24.dir/build.make benchmark/CMakeFiles/benchtest_ec_BLS24.dir/build
-.PHONY : benchtest_ec_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_FP512BN
-
-# Build rule for target.
-benchtest_pair_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_FP512BN
-.PHONY : benchtest_pair_FP512BN
-
-# fast build rule for target.
-benchtest_pair_FP512BN/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_FP512BN.dir/build.make benchmark/CMakeFiles/benchtest_pair_FP512BN.dir/build
-.PHONY : benchtest_pair_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_pair_BN254
-
-# Build rule for target.
-benchtest_pair_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_pair_BN254
-.PHONY : benchtest_pair_BN254
-
-# fast build rule for target.
-benchtest_pair_BN254/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_pair_BN254.dir/build.make benchmark/CMakeFiles/benchtest_pair_BN254.dir/build
-.PHONY : benchtest_pair_BN254/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BN254CX
-
-# Build rule for target.
-benchtest_ec_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BN254CX
-.PHONY : benchtest_ec_BN254CX
-
-# fast build rule for target.
-benchtest_ec_BN254CX/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BN254CX.dir/build.make benchmark/CMakeFiles/benchtest_ec_BN254CX.dir/build
-.PHONY : benchtest_ec_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_rsa_2048
-
-# Build rule for target.
-benchtest_rsa_2048: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_rsa_2048
-.PHONY : benchtest_rsa_2048
-
-# fast build rule for target.
-benchtest_rsa_2048/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_rsa_2048.dir/build.make benchmark/CMakeFiles/benchtest_rsa_2048.dir/build
-.PHONY : benchtest_rsa_2048/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NUMS512E
-
-# Build rule for target.
-benchtest_ec_NUMS512E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NUMS512E
-.PHONY : benchtest_ec_NUMS512E
-
-# fast build rule for target.
-benchtest_ec_NUMS512E/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NUMS512E.dir/build.make benchmark/CMakeFiles/benchtest_ec_NUMS512E.dir/build
-.PHONY : benchtest_ec_NUMS512E/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_mpin_BN254CX
-
-# Build rule for target.
-benchtest_mpin_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_mpin_BN254CX
-.PHONY : benchtest_mpin_BN254CX
-
-# fast build rule for target.
-benchtest_mpin_BN254CX/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_mpin_BN254CX.dir/build.make benchmark/CMakeFiles/benchtest_mpin_BN254CX.dir/build
-.PHONY : benchtest_mpin_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_SECP256K1
-
-# Build rule for target.
-benchtest_ec_SECP256K1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_SECP256K1
-.PHONY : benchtest_ec_SECP256K1
-
-# fast build rule for target.
-benchtest_ec_SECP256K1/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_SECP256K1.dir/build.make benchmark/CMakeFiles/benchtest_ec_SECP256K1.dir/build
-.PHONY : benchtest_ec_SECP256K1/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_BRAINPOOL
-
-# Build rule for target.
-benchtest_ec_BRAINPOOL: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_BRAINPOOL
-.PHONY : benchtest_ec_BRAINPOOL
-
-# fast build rule for target.
-benchtest_ec_BRAINPOOL/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_BRAINPOOL.dir/build.make benchmark/CMakeFiles/benchtest_ec_BRAINPOOL.dir/build
-.PHONY : benchtest_ec_BRAINPOOL/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_C25519
-
-# Build rule for target.
-benchtest_ec_C25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_C25519
-.PHONY : benchtest_ec_C25519
-
-# fast build rule for target.
-benchtest_ec_C25519/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_C25519.dir/build.make benchmark/CMakeFiles/benchtest_ec_C25519.dir/build
-.PHONY : benchtest_ec_C25519/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_FP512BN
-
-# Build rule for target.
-benchtest_ec_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_FP512BN
-.PHONY : benchtest_ec_FP512BN
-
-# fast build rule for target.
-benchtest_ec_FP512BN/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_FP512BN.dir/build.make benchmark/CMakeFiles/benchtest_ec_FP512BN.dir/build
-.PHONY : benchtest_ec_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_GOLDILOCKS
-
-# Build rule for target.
-benchtest_ec_GOLDILOCKS: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_GOLDILOCKS
-.PHONY : benchtest_ec_GOLDILOCKS
-
-# fast build rule for target.
-benchtest_ec_GOLDILOCKS/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_GOLDILOCKS.dir/build.make benchmark/CMakeFiles/benchtest_ec_GOLDILOCKS.dir/build
-.PHONY : benchtest_ec_GOLDILOCKS/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_ED25519
-
-# Build rule for target.
-benchtest_ec_ED25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_ED25519
-.PHONY : benchtest_ec_ED25519
-
-# fast build rule for target.
-benchtest_ec_ED25519/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_ED25519.dir/build.make benchmark/CMakeFiles/benchtest_ec_ED25519.dir/build
-.PHONY : benchtest_ec_ED25519/fast
-
-#=============================================================================
-# Target rules for targets named benchtest_ec_NIST384
-
-# Build rule for target.
-benchtest_ec_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 benchtest_ec_NIST384
-.PHONY : benchtest_ec_NIST384
-
-# fast build rule for target.
-benchtest_ec_NIST384/fast:
-	$(MAKE) -f benchmark/CMakeFiles/benchtest_ec_NIST384.dir/build.make benchmark/CMakeFiles/benchtest_ec_NIST384.dir/build
-.PHONY : benchtest_ec_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named doc
-
-# Build rule for target.
-doc: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 doc
-.PHONY : doc
-
-# fast build rule for target.
-doc/fast:
-	$(MAKE) -f doc/CMakeFiles/doc.dir/build.make doc/CMakeFiles/doc.dir/build
-.PHONY : doc/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BN254
-
-# Build rule for target.
-example_dvs_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BN254
-.PHONY : example_dvs_BN254
-
-# fast build rule for target.
-example_dvs_BN254/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BN254.dir/build.make examples/CMakeFiles/example_dvs_BN254.dir/build
-.PHONY : example_dvs_BN254/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BN254
-
-# Build rule for target.
-example_ecdh_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BN254
-.PHONY : example_ecdh_BN254
-
-# fast build rule for target.
-example_ecdh_BN254/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BN254.dir/build.make examples/CMakeFiles/example_ecdh_BN254.dir/build
-.PHONY : example_ecdh_BN254/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BRAINPOOL
-
-# Build rule for target.
-example_ecdh_BRAINPOOL: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BRAINPOOL
-.PHONY : example_ecdh_BRAINPOOL
-
-# fast build rule for target.
-example_ecdh_BRAINPOOL/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BRAINPOOL.dir/build.make examples/CMakeFiles/example_ecdh_BRAINPOOL.dir/build
-.PHONY : example_ecdh_BRAINPOOL/fast
-
-#=============================================================================
-# Target rules for targets named example_rsa_2048
-
-# Build rule for target.
-example_rsa_2048: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_rsa_2048
-.PHONY : example_rsa_2048
-
-# fast build rule for target.
-example_rsa_2048/fast:
-	$(MAKE) -f examples/CMakeFiles/example_rsa_2048.dir/build.make examples/CMakeFiles/example_rsa_2048.dir/build
-.PHONY : example_rsa_2048/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BLS48
-
-# Build rule for target.
-example_wcc_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BLS48
-.PHONY : example_wcc_BLS48
-
-# fast build rule for target.
-example_wcc_BLS48/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BLS48.dir/build.make examples/CMakeFiles/example_wcc_BLS48.dir/build
-.PHONY : example_wcc_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BLS48
-
-# Build rule for target.
-example_wcc_dta_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BLS48
-.PHONY : example_wcc_dta_BLS48
-
-# fast build rule for target.
-example_wcc_dta_BLS48/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BLS48.dir/build.make examples/CMakeFiles/example_wcc_dta_BLS48.dir/build
-.PHONY : example_wcc_dta_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BLS48
-
-# Build rule for target.
-example_dvs_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BLS48
-.PHONY : example_dvs_BLS48
-
-# fast build rule for target.
-example_dvs_BLS48/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BLS48.dir/build.make examples/CMakeFiles/example_dvs_BLS48.dir/build
-.PHONY : example_dvs_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BLS383
-
-# Build rule for target.
-example_mpin_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BLS383
-.PHONY : example_mpin_BLS383
-
-# fast build rule for target.
-example_mpin_BLS383/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BLS383.dir/build.make examples/CMakeFiles/example_mpin_BLS383.dir/build
-.PHONY : example_mpin_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BLS48
-
-# Build rule for target.
-example_bls_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BLS48
-.PHONY : example_bls_BLS48
-
-# fast build rule for target.
-example_bls_BLS48/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BLS48.dir/build.make examples/CMakeFiles/example_bls_BLS48.dir/build
-.PHONY : example_bls_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BLS461
-
-# Build rule for target.
-example_wcc_dta_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BLS461
-.PHONY : example_wcc_dta_BLS461
-
-# fast build rule for target.
-example_wcc_dta_BLS461/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BLS461.dir/build.make examples/CMakeFiles/example_wcc_dta_BLS461.dir/build
-.PHONY : example_wcc_dta_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NIST384
-
-# Build rule for target.
-example_ecdh_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NIST384
-.PHONY : example_ecdh_NIST384
-
-# fast build rule for target.
-example_ecdh_NIST384/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NIST384.dir/build.make examples/CMakeFiles/example_ecdh_NIST384.dir/build
-.PHONY : example_ecdh_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BLS461
-
-# Build rule for target.
-example_wcc_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BLS461
-.PHONY : example_wcc_BLS461
-
-# fast build rule for target.
-example_wcc_BLS461/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BLS461.dir/build.make examples/CMakeFiles/example_wcc_BLS461.dir/build
-.PHONY : example_wcc_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named example_rsa_4096
-
-# Build rule for target.
-example_rsa_4096: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_rsa_4096
-.PHONY : example_rsa_4096
-
-# fast build rule for target.
-example_rsa_4096/fast:
-	$(MAKE) -f examples/CMakeFiles/example_rsa_4096.dir/build.make examples/CMakeFiles/example_rsa_4096.dir/build
-.PHONY : example_rsa_4096/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BLS461
-
-# Build rule for target.
-example_dvs_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BLS461
-.PHONY : example_dvs_BLS461
-
-# fast build rule for target.
-example_dvs_BLS461/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BLS461.dir/build.make examples/CMakeFiles/example_dvs_BLS461.dir/build
-.PHONY : example_dvs_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BLS461
-
-# Build rule for target.
-example_mpin_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BLS461
-.PHONY : example_mpin_BLS461
-
-# fast build rule for target.
-example_mpin_BLS461/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BLS461.dir/build.make examples/CMakeFiles/example_mpin_BLS461.dir/build
-.PHONY : example_mpin_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BLS383
-
-# Build rule for target.
-example_bls_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BLS383
-.PHONY : example_bls_BLS383
-
-# fast build rule for target.
-example_bls_BLS383/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BLS383.dir/build.make examples/CMakeFiles/example_bls_BLS383.dir/build
-.PHONY : example_bls_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BLS383
-
-# Build rule for target.
-example_wcc_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BLS383
-.PHONY : example_wcc_BLS383
-
-# fast build rule for target.
-example_wcc_BLS383/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BLS383.dir/build.make examples/CMakeFiles/example_wcc_BLS383.dir/build
-.PHONY : example_wcc_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BLS381
-
-# Build rule for target.
-example_wcc_dta_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BLS381
-.PHONY : example_wcc_dta_BLS381
-
-# fast build rule for target.
-example_wcc_dta_BLS381/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BLS381.dir/build.make examples/CMakeFiles/example_wcc_dta_BLS381.dir/build
-.PHONY : example_wcc_dta_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BLS381
-
-# Build rule for target.
-example_mpin_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BLS381
-.PHONY : example_mpin_BLS381
-
-# fast build rule for target.
-example_mpin_BLS381/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BLS381.dir/build.make examples/CMakeFiles/example_mpin_BLS381.dir/build
-.PHONY : example_mpin_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BLS24
-
-# Build rule for target.
-example_mpin_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BLS24
-.PHONY : example_mpin_BLS24
-
-# fast build rule for target.
-example_mpin_BLS24/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BLS24.dir/build.make examples/CMakeFiles/example_mpin_BLS24.dir/build
-.PHONY : example_mpin_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BLS48
-
-# Build rule for target.
-example_mpin_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BLS48
-.PHONY : example_mpin_BLS48
-
-# fast build rule for target.
-example_mpin_BLS48/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BLS48.dir/build.make examples/CMakeFiles/example_mpin_BLS48.dir/build
-.PHONY : example_mpin_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BN254CX
-
-# Build rule for target.
-example_wcc_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BN254CX
-.PHONY : example_wcc_BN254CX
-
-# fast build rule for target.
-example_wcc_BN254CX/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BN254CX.dir/build.make examples/CMakeFiles/example_wcc_BN254CX.dir/build
-.PHONY : example_wcc_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_ANSSI
-
-# Build rule for target.
-example_ecdh_ANSSI: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_ANSSI
-.PHONY : example_ecdh_ANSSI
-
-# fast build rule for target.
-example_ecdh_ANSSI/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_ANSSI.dir/build.make examples/CMakeFiles/example_ecdh_ANSSI.dir/build
-.PHONY : example_ecdh_ANSSI/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BLS48
-
-# Build rule for target.
-example_ecdh_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BLS48
-.PHONY : example_ecdh_BLS48
-
-# fast build rule for target.
-example_ecdh_BLS48/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BLS48.dir/build.make examples/CMakeFiles/example_ecdh_BLS48.dir/build
-.PHONY : example_ecdh_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_FP256BN
-
-# Build rule for target.
-example_bls_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_FP256BN
-.PHONY : example_bls_FP256BN
-
-# fast build rule for target.
-example_bls_FP256BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_FP256BN.dir/build.make examples/CMakeFiles/example_bls_FP256BN.dir/build
-.PHONY : example_bls_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BLS24
-
-# Build rule for target.
-example_bls_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BLS24
-.PHONY : example_bls_BLS24
-
-# fast build rule for target.
-example_bls_BLS24/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BLS24.dir/build.make examples/CMakeFiles/example_bls_BLS24.dir/build
-.PHONY : example_bls_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named example_rsa_3072
-
-# Build rule for target.
-example_rsa_3072: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_rsa_3072
-.PHONY : example_rsa_3072
-
-# fast build rule for target.
-example_rsa_3072/fast:
-	$(MAKE) -f examples/CMakeFiles/example_rsa_3072.dir/build.make examples/CMakeFiles/example_rsa_3072.dir/build
-.PHONY : example_rsa_3072/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_FP256BN
-
-# Build rule for target.
-example_ecdh_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_FP256BN
-.PHONY : example_ecdh_FP256BN
-
-# fast build rule for target.
-example_ecdh_FP256BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_FP256BN.dir/build.make examples/CMakeFiles/example_ecdh_FP256BN.dir/build
-.PHONY : example_ecdh_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_GOLDILOCKS
-
-# Build rule for target.
-example_ecdh_GOLDILOCKS: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_GOLDILOCKS
-.PHONY : example_ecdh_GOLDILOCKS
-
-# fast build rule for target.
-example_ecdh_GOLDILOCKS/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_GOLDILOCKS.dir/build.make examples/CMakeFiles/example_ecdh_GOLDILOCKS.dir/build
-.PHONY : example_ecdh_GOLDILOCKS/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BLS383
-
-# Build rule for target.
-example_wcc_dta_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BLS383
-.PHONY : example_wcc_dta_BLS383
-
-# fast build rule for target.
-example_wcc_dta_BLS383/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BLS383.dir/build.make examples/CMakeFiles/example_wcc_dta_BLS383.dir/build
-.PHONY : example_wcc_dta_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BLS24
-
-# Build rule for target.
-example_ecdh_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BLS24
-.PHONY : example_ecdh_BLS24
-
-# fast build rule for target.
-example_ecdh_BLS24/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BLS24.dir/build.make examples/CMakeFiles/example_ecdh_BLS24.dir/build
-.PHONY : example_ecdh_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BLS381
-
-# Build rule for target.
-example_bls_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BLS381
-.PHONY : example_bls_BLS381
-
-# fast build rule for target.
-example_bls_BLS381/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BLS381.dir/build.make examples/CMakeFiles/example_bls_BLS381.dir/build
-.PHONY : example_bls_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BLS381
-
-# Build rule for target.
-example_ecdh_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BLS381
-.PHONY : example_ecdh_BLS381
-
-# fast build rule for target.
-example_ecdh_BLS381/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BLS381.dir/build.make examples/CMakeFiles/example_ecdh_BLS381.dir/build
-.PHONY : example_ecdh_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BLS461
-
-# Build rule for target.
-example_bls_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BLS461
-.PHONY : example_bls_BLS461
-
-# fast build rule for target.
-example_bls_BLS461/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BLS461.dir/build.make examples/CMakeFiles/example_bls_BLS461.dir/build
-.PHONY : example_bls_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BLS381
-
-# Build rule for target.
-example_dvs_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BLS381
-.PHONY : example_dvs_BLS381
-
-# fast build rule for target.
-example_dvs_BLS381/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BLS381.dir/build.make examples/CMakeFiles/example_dvs_BLS381.dir/build
-.PHONY : example_dvs_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_C41417
-
-# Build rule for target.
-example_ecdh_C41417: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_C41417
-.PHONY : example_ecdh_C41417
-
-# fast build rule for target.
-example_ecdh_C41417/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_C41417.dir/build.make examples/CMakeFiles/example_ecdh_C41417.dir/build
-.PHONY : example_ecdh_C41417/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BLS24
-
-# Build rule for target.
-example_wcc_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BLS24
-.PHONY : example_wcc_BLS24
-
-# fast build rule for target.
-example_wcc_BLS24/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BLS24.dir/build.make examples/CMakeFiles/example_wcc_BLS24.dir/build
-.PHONY : example_wcc_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_C25519
-
-# Build rule for target.
-example_ecdh_C25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_C25519
-.PHONY : example_ecdh_C25519
-
-# fast build rule for target.
-example_ecdh_C25519/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_C25519.dir/build.make examples/CMakeFiles/example_ecdh_C25519.dir/build
-.PHONY : example_ecdh_C25519/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_FP256BN
-
-# Build rule for target.
-example_mpin_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_FP256BN
-.PHONY : example_mpin_FP256BN
-
-# fast build rule for target.
-example_mpin_FP256BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_FP256BN.dir/build.make examples/CMakeFiles/example_mpin_FP256BN.dir/build
-.PHONY : example_mpin_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BN254
-
-# Build rule for target.
-example_wcc_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BN254
-.PHONY : example_wcc_BN254
-
-# fast build rule for target.
-example_wcc_BN254/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BN254.dir/build.make examples/CMakeFiles/example_wcc_BN254.dir/build
-.PHONY : example_wcc_BN254/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BN254
-
-# Build rule for target.
-example_wcc_dta_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BN254
-.PHONY : example_wcc_dta_BN254
-
-# fast build rule for target.
-example_wcc_dta_BN254/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BN254.dir/build.make examples/CMakeFiles/example_wcc_dta_BN254.dir/build
-.PHONY : example_wcc_dta_BN254/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BN254CX
-
-# Build rule for target.
-example_bls_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BN254CX
-.PHONY : example_bls_BN254CX
-
-# fast build rule for target.
-example_bls_BN254CX/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BN254CX.dir/build.make examples/CMakeFiles/example_bls_BN254CX.dir/build
-.PHONY : example_bls_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BLS383
-
-# Build rule for target.
-example_ecdh_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BLS383
-.PHONY : example_ecdh_BLS383
-
-# fast build rule for target.
-example_ecdh_BLS383/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BLS383.dir/build.make examples/CMakeFiles/example_ecdh_BLS383.dir/build
-.PHONY : example_ecdh_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BLS383
-
-# Build rule for target.
-example_dvs_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BLS383
-.PHONY : example_dvs_BLS383
-
-# fast build rule for target.
-example_dvs_BLS383/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BLS383.dir/build.make examples/CMakeFiles/example_dvs_BLS383.dir/build
-.PHONY : example_dvs_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_BN254
-
-# Build rule for target.
-example_bls_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_BN254
-.PHONY : example_bls_BN254
-
-# fast build rule for target.
-example_bls_BN254/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_BN254.dir/build.make examples/CMakeFiles/example_bls_BN254.dir/build
-.PHONY : example_bls_BN254/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NUMS256E
-
-# Build rule for target.
-example_ecdh_NUMS256E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NUMS256E
-.PHONY : example_ecdh_NUMS256E
-
-# fast build rule for target.
-example_ecdh_NUMS256E/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NUMS256E.dir/build.make examples/CMakeFiles/example_ecdh_NUMS256E.dir/build
-.PHONY : example_ecdh_NUMS256E/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_BLS381
-
-# Build rule for target.
-example_wcc_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_BLS381
-.PHONY : example_wcc_BLS381
-
-# fast build rule for target.
-example_wcc_BLS381/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_BLS381.dir/build.make examples/CMakeFiles/example_wcc_BLS381.dir/build
-.PHONY : example_wcc_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BN254CX
-
-# Build rule for target.
-example_dvs_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BN254CX
-.PHONY : example_dvs_BN254CX
-
-# fast build rule for target.
-example_dvs_BN254CX/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BN254CX.dir/build.make examples/CMakeFiles/example_dvs_BN254CX.dir/build
-.PHONY : example_dvs_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BN254CX
-
-# Build rule for target.
-example_wcc_dta_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BN254CX
-.PHONY : example_wcc_dta_BN254CX
-
-# fast build rule for target.
-example_wcc_dta_BN254CX/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BN254CX.dir/build.make examples/CMakeFiles/example_wcc_dta_BN254CX.dir/build
-.PHONY : example_wcc_dta_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_SECP256K1
-
-# Build rule for target.
-example_ecdh_SECP256K1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_SECP256K1
-.PHONY : example_ecdh_SECP256K1
-
-# fast build rule for target.
-example_ecdh_SECP256K1/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_SECP256K1.dir/build.make examples/CMakeFiles/example_ecdh_SECP256K1.dir/build
-.PHONY : example_ecdh_SECP256K1/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NIST256
-
-# Build rule for target.
-example_ecdh_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NIST256
-.PHONY : example_ecdh_NIST256
-
-# fast build rule for target.
-example_ecdh_NIST256/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NIST256.dir/build.make examples/CMakeFiles/example_ecdh_NIST256.dir/build
-.PHONY : example_ecdh_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BN254CX
-
-# Build rule for target.
-example_ecdh_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BN254CX
-.PHONY : example_ecdh_BN254CX
-
-# fast build rule for target.
-example_ecdh_BN254CX/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BN254CX.dir/build.make examples/CMakeFiles/example_ecdh_BN254CX.dir/build
-.PHONY : example_ecdh_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_FP256BN
-
-# Build rule for target.
-example_dvs_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_FP256BN
-.PHONY : example_dvs_FP256BN
-
-# fast build rule for target.
-example_dvs_FP256BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_FP256BN.dir/build.make examples/CMakeFiles/example_dvs_FP256BN.dir/build
-.PHONY : example_dvs_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BN254CX
-
-# Build rule for target.
-example_mpin_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BN254CX
-.PHONY : example_mpin_BN254CX
-
-# fast build rule for target.
-example_mpin_BN254CX/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BN254CX.dir/build.make examples/CMakeFiles/example_mpin_BN254CX.dir/build
-.PHONY : example_mpin_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_FP256BN
-
-# Build rule for target.
-example_wcc_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_FP256BN
-.PHONY : example_wcc_FP256BN
-
-# fast build rule for target.
-example_wcc_FP256BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_FP256BN.dir/build.make examples/CMakeFiles/example_wcc_FP256BN.dir/build
-.PHONY : example_wcc_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_FP256BN
-
-# Build rule for target.
-example_wcc_dta_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_FP256BN
-.PHONY : example_wcc_dta_FP256BN
-
-# fast build rule for target.
-example_wcc_dta_FP256BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_FP256BN.dir/build.make examples/CMakeFiles/example_wcc_dta_FP256BN.dir/build
-.PHONY : example_wcc_dta_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_FP512BN
-
-# Build rule for target.
-example_wcc_dta_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_FP512BN
-.PHONY : example_wcc_dta_FP512BN
-
-# fast build rule for target.
-example_wcc_dta_FP512BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_FP512BN.dir/build.make examples/CMakeFiles/example_wcc_dta_FP512BN.dir/build
-.PHONY : example_wcc_dta_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_FP512BN
-
-# Build rule for target.
-example_ecdh_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_FP512BN
-.PHONY : example_ecdh_FP512BN
-
-# fast build rule for target.
-example_ecdh_FP512BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_FP512BN.dir/build.make examples/CMakeFiles/example_ecdh_FP512BN.dir/build
-.PHONY : example_ecdh_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_FP512BN
-
-# Build rule for target.
-example_mpin_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_FP512BN
-.PHONY : example_mpin_FP512BN
-
-# fast build rule for target.
-example_mpin_FP512BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_FP512BN.dir/build.make examples/CMakeFiles/example_mpin_FP512BN.dir/build
-.PHONY : example_mpin_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_FP512BN
-
-# Build rule for target.
-example_dvs_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_FP512BN
-.PHONY : example_dvs_FP512BN
-
-# fast build rule for target.
-example_dvs_FP512BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_FP512BN.dir/build.make examples/CMakeFiles/example_dvs_FP512BN.dir/build
-.PHONY : example_dvs_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_FP512BN
-
-# Build rule for target.
-example_wcc_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_FP512BN
-.PHONY : example_wcc_FP512BN
-
-# fast build rule for target.
-example_wcc_FP512BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_FP512BN.dir/build.make examples/CMakeFiles/example_wcc_FP512BN.dir/build
-.PHONY : example_wcc_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named example_wcc_dta_BLS24
-
-# Build rule for target.
-example_wcc_dta_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_wcc_dta_BLS24
-.PHONY : example_wcc_dta_BLS24
-
-# fast build rule for target.
-example_wcc_dta_BLS24/fast:
-	$(MAKE) -f examples/CMakeFiles/example_wcc_dta_BLS24.dir/build.make examples/CMakeFiles/example_wcc_dta_BLS24.dir/build
-.PHONY : example_wcc_dta_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_BLS461
-
-# Build rule for target.
-example_ecdh_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_BLS461
-.PHONY : example_ecdh_BLS461
-
-# fast build rule for target.
-example_ecdh_BLS461/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_BLS461.dir/build.make examples/CMakeFiles/example_ecdh_BLS461.dir/build
-.PHONY : example_ecdh_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NIST521
-
-# Build rule for target.
-example_ecdh_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NIST521
-.PHONY : example_ecdh_NIST521
-
-# fast build rule for target.
-example_ecdh_NIST521/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NIST521.dir/build.make examples/CMakeFiles/example_ecdh_NIST521.dir/build
-.PHONY : example_ecdh_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named example_mpin_BN254
-
-# Build rule for target.
-example_mpin_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_mpin_BN254
-.PHONY : example_mpin_BN254
-
-# fast build rule for target.
-example_mpin_BN254/fast:
-	$(MAKE) -f examples/CMakeFiles/example_mpin_BN254.dir/build.make examples/CMakeFiles/example_mpin_BN254.dir/build
-.PHONY : example_mpin_BN254/fast
-
-#=============================================================================
-# Target rules for targets named example_bls_FP512BN
-
-# Build rule for target.
-example_bls_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_bls_FP512BN
-.PHONY : example_bls_FP512BN
-
-# fast build rule for target.
-example_bls_FP512BN/fast:
-	$(MAKE) -f examples/CMakeFiles/example_bls_FP512BN.dir/build.make examples/CMakeFiles/example_bls_FP512BN.dir/build
-.PHONY : example_bls_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_HIFIVE
-
-# Build rule for target.
-example_ecdh_HIFIVE: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_HIFIVE
-.PHONY : example_ecdh_HIFIVE
-
-# fast build rule for target.
-example_ecdh_HIFIVE/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_HIFIVE.dir/build.make examples/CMakeFiles/example_ecdh_HIFIVE.dir/build
-.PHONY : example_ecdh_HIFIVE/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NUMS256W
-
-# Build rule for target.
-example_ecdh_NUMS256W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NUMS256W
-.PHONY : example_ecdh_NUMS256W
-
-# fast build rule for target.
-example_ecdh_NUMS256W/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NUMS256W.dir/build.make examples/CMakeFiles/example_ecdh_NUMS256W.dir/build
-.PHONY : example_ecdh_NUMS256W/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NUMS384E
-
-# Build rule for target.
-example_ecdh_NUMS384E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NUMS384E
-.PHONY : example_ecdh_NUMS384E
-
-# fast build rule for target.
-example_ecdh_NUMS384E/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NUMS384E.dir/build.make examples/CMakeFiles/example_ecdh_NUMS384E.dir/build
-.PHONY : example_ecdh_NUMS384E/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_ED25519
-
-# Build rule for target.
-example_ecdh_ED25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_ED25519
-.PHONY : example_ecdh_ED25519
-
-# fast build rule for target.
-example_ecdh_ED25519/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_ED25519.dir/build.make examples/CMakeFiles/example_ecdh_ED25519.dir/build
-.PHONY : example_ecdh_ED25519/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NUMS384W
-
-# Build rule for target.
-example_ecdh_NUMS384W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NUMS384W
-.PHONY : example_ecdh_NUMS384W
-
-# fast build rule for target.
-example_ecdh_NUMS384W/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NUMS384W.dir/build.make examples/CMakeFiles/example_ecdh_NUMS384W.dir/build
-.PHONY : example_ecdh_NUMS384W/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NUMS512E
-
-# Build rule for target.
-example_ecdh_NUMS512E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NUMS512E
-.PHONY : example_ecdh_NUMS512E
-
-# fast build rule for target.
-example_ecdh_NUMS512E/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NUMS512E.dir/build.make examples/CMakeFiles/example_ecdh_NUMS512E.dir/build
-.PHONY : example_ecdh_NUMS512E/fast
-
-#=============================================================================
-# Target rules for targets named example_dvs_BLS24
-
-# Build rule for target.
-example_dvs_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_dvs_BLS24
-.PHONY : example_dvs_BLS24
-
-# fast build rule for target.
-example_dvs_BLS24/fast:
-	$(MAKE) -f examples/CMakeFiles/example_dvs_BLS24.dir/build.make examples/CMakeFiles/example_dvs_BLS24.dir/build
-.PHONY : example_dvs_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named example_ecdh_NUMS512W
-
-# Build rule for target.
-example_ecdh_NUMS512W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 example_ecdh_NUMS512W
-.PHONY : example_ecdh_NUMS512W
-
-# fast build rule for target.
-example_ecdh_NUMS512W/fast:
-	$(MAKE) -f examples/CMakeFiles/example_ecdh_NUMS512W.dir/build.make examples/CMakeFiles/example_ecdh_NUMS512W.dir/build
-.PHONY : example_ecdh_NUMS512W/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_4096_NIST521_1
-
-# Build rule for target.
-test_x509_4096_NIST521_1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_4096_NIST521_1
-.PHONY : test_x509_4096_NIST521_1
-
-# fast build rule for target.
-test_x509_4096_NIST521_1/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_4096_NIST521_1.dir/build.make test/CMakeFiles/test_x509_4096_NIST521_1.dir/build
-.PHONY : test_x509_4096_NIST521_1/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_sign_4096_NIST256
-
-# Build rule for target.
-test_rsa_sign_4096_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_sign_4096_NIST256
-.PHONY : test_rsa_sign_4096_NIST256
-
-# fast build rule for target.
-test_rsa_sign_4096_NIST256/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_sign_4096_NIST256.dir/build.make test/CMakeFiles/test_rsa_sign_4096_NIST256.dir/build
-.PHONY : test_rsa_sign_4096_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_4096_NIST256_1
-
-# Build rule for target.
-test_x509_4096_NIST256_1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_4096_NIST256_1
-.PHONY : test_x509_4096_NIST256_1
-
-# fast build rule for target.
-test_x509_4096_NIST256_1/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_4096_NIST256_1.dir/build.make test/CMakeFiles/test_x509_4096_NIST256_1.dir/build
-.PHONY : test_x509_4096_NIST256_1/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_3072_NIST384_1
-
-# Build rule for target.
-test_x509_3072_NIST384_1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_3072_NIST384_1
-.PHONY : test_x509_3072_NIST384_1
-
-# fast build rule for target.
-test_x509_3072_NIST384_1/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_3072_NIST384_1.dir/build.make test/CMakeFiles/test_x509_3072_NIST384_1.dir/build
-.PHONY : test_x509_3072_NIST384_1/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_2048_NIST256_1
-
-# Build rule for target.
-test_x509_2048_NIST256_1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_2048_NIST256_1
-.PHONY : test_x509_2048_NIST256_1
-
-# fast build rule for target.
-test_x509_2048_NIST256_1/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_2048_NIST256_1.dir/build.make test/CMakeFiles/test_x509_2048_NIST256_1.dir/build
-.PHONY : test_x509_2048_NIST256_1/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_4096
-
-# Build rule for target.
-test_rsa_4096: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_4096
-.PHONY : test_rsa_4096
-
-# fast build rule for target.
-test_rsa_4096/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_4096.dir/build.make test/CMakeFiles/test_rsa_4096.dir/build
-.PHONY : test_rsa_4096/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_3072
-
-# Build rule for target.
-test_rsa_3072: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_3072
-.PHONY : test_rsa_3072
-
-# fast build rule for target.
-test_rsa_3072/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_3072.dir/build.make test/CMakeFiles/test_rsa_3072.dir/build
-.PHONY : test_rsa_3072/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_1024_58
-
-# Build rule for target.
-test_big_consistency_1024_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_1024_58
-.PHONY : test_big_consistency_1024_58
-
-# fast build rule for target.
-test_big_consistency_1024_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_1024_58.dir/build.make test/CMakeFiles/test_big_consistency_1024_58.dir/build
-.PHONY : test_big_consistency_1024_58/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_SECP256K1
-
-# Build rule for target.
-test_ecp_arithmetics_SECP256K1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_SECP256K1
-.PHONY : test_ecp_arithmetics_SECP256K1
-
-# fast build rule for target.
-test_ecp_arithmetics_SECP256K1/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_SECP256K1.dir/build.make test/CMakeFiles/test_ecp_arithmetics_SECP256K1.dir/build
-.PHONY : test_ecp_arithmetics_SECP256K1/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_SECP256K1
-
-# Build rule for target.
-test_ecc_SECP256K1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_SECP256K1
-.PHONY : test_ecc_SECP256K1
-
-# fast build rule for target.
-test_ecc_SECP256K1/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_SECP256K1.dir/build.make test/CMakeFiles/test_ecc_SECP256K1.dir/build
-.PHONY : test_ecc_SECP256K1/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NUMS512W
-
-# Build rule for target.
-test_ecc_NUMS512W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NUMS512W
-.PHONY : test_ecc_NUMS512W
-
-# fast build rule for target.
-test_ecc_NUMS512W/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NUMS512W.dir/build.make test/CMakeFiles/test_ecc_NUMS512W.dir/build
-.PHONY : test_ecc_NUMS512W/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_512_56
-
-# Build rule for target.
-test_big_arithmetics_512_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_512_56
-.PHONY : test_big_arithmetics_512_56
-
-# fast build rule for target.
-test_big_arithmetics_512_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_512_56.dir/build.make test/CMakeFiles/test_big_arithmetics_512_56.dir/build
-.PHONY : test_big_arithmetics_512_56/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_NUMS384W
-
-# Build rule for target.
-test_ecp_arithmetics_NUMS384W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_NUMS384W
-.PHONY : test_ecp_arithmetics_NUMS384W
-
-# fast build rule for target.
-test_ecp_arithmetics_NUMS384W/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_NUMS384W.dir/build.make test/CMakeFiles/test_ecp_arithmetics_NUMS384W.dir/build
-.PHONY : test_ecp_arithmetics_NUMS384W/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NUMS384W
-
-# Build rule for target.
-test_ecc_NUMS384W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NUMS384W
-.PHONY : test_ecc_NUMS384W
-
-# fast build rule for target.
-test_ecc_NUMS384W/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NUMS384W.dir/build.make test/CMakeFiles/test_ecc_NUMS384W.dir/build
-.PHONY : test_ecc_NUMS384W/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BLS383
-
-# Build rule for target.
-test_mpinfull_onepass_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BLS383
-.PHONY : test_mpinfull_onepass_BLS383
-
-# fast build rule for target.
-test_mpinfull_onepass_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BLS383.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BLS383.dir/build
-.PHONY : test_mpinfull_onepass_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BLS48
-
-# Build rule for target.
-test_mpinfull_sha512_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BLS48
-.PHONY : test_mpinfull_sha512_BLS48
-
-# fast build rule for target.
-test_mpinfull_sha512_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BLS48.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BLS48.dir/build
-.PHONY : test_mpinfull_sha512_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BLS48
-
-# Build rule for target.
-test_mpin_random_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BLS48
-.PHONY : test_mpin_random_BLS48
-
-# fast build rule for target.
-test_mpin_random_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BLS48.dir/build.make test/CMakeFiles/test_mpin_random_BLS48.dir/build
-.PHONY : test_mpin_random_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BN254
-
-# Build rule for target.
-test_mpinfull_sha384_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BN254
-.PHONY : test_mpinfull_sha384_BN254
-
-# fast build rule for target.
-test_mpinfull_sha384_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BN254.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BN254.dir/build
-.PHONY : test_mpinfull_sha384_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BLS48
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BLS48
-.PHONY : test_mpin_dvs_wrong_pk_BLS48
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS48.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS48.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_CFB1_256
-
-# Build rule for target.
-test_aes_decrypt_CFB1_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_CFB1_256
-.PHONY : test_aes_decrypt_CFB1_256
-
-# fast build rule for target.
-test_aes_decrypt_CFB1_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_CFB1_256.dir/build.make test/CMakeFiles/test_aes_decrypt_CFB1_256.dir/build
-.PHONY : test_aes_decrypt_CFB1_256/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_FP512BN
-
-# Build rule for target.
-test_wcc_bad_receiver_key_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_FP512BN
-.PHONY : test_wcc_bad_receiver_key_FP512BN
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_FP512BN.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_FP512BN.dir/build
-.PHONY : test_wcc_bad_receiver_key_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BLS48
-
-# Build rule for target.
-test_mpin_expired_tp_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BLS48
-.PHONY : test_mpin_expired_tp_BLS48
-
-# fast build rule for target.
-test_mpin_expired_tp_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BLS48.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BLS48.dir/build
-.PHONY : test_mpin_expired_tp_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BLS461
-
-# Build rule for target.
-test_mpinfull_onepass_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BLS461
-.PHONY : test_mpinfull_onepass_BLS461
-
-# fast build rule for target.
-test_mpinfull_onepass_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BLS461.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BLS461.dir/build
-.PHONY : test_mpinfull_onepass_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BLS48
-
-# Build rule for target.
-test_mpin_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BLS48
-.PHONY : test_mpin_BLS48
-
-# fast build rule for target.
-test_mpin_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BLS48.dir/build.make test/CMakeFiles/test_mpin_BLS48.dir/build
-.PHONY : test_mpin_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BLS383
-
-# Build rule for target.
-test_bls_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BLS383
-.PHONY : test_bls_BLS383
-
-# fast build rule for target.
-test_bls_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BLS383.dir/build.make test/CMakeFiles/test_bls_BLS383.dir/build
-.PHONY : test_bls_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BLS24
-
-# Build rule for target.
-test_mpinfull_sha384_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BLS24
-.PHONY : test_mpinfull_sha384_BLS24
-
-# fast build rule for target.
-test_mpinfull_sha384_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BLS24.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BLS24.dir/build
-.PHONY : test_mpinfull_sha384_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BLS383
-
-# Build rule for target.
-test_pair_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BLS383
-.PHONY : test_pair_BLS383
-
-# fast build rule for target.
-test_pair_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BLS383.dir/build.make test/CMakeFiles/test_pair_BLS383.dir/build
-.PHONY : test_pair_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BN254CX
-
-# Build rule for target.
-test_mpinfull_sha384_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BN254CX
-.PHONY : test_mpinfull_sha384_BN254CX
-
-# fast build rule for target.
-test_mpinfull_sha384_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BN254CX.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BN254CX.dir/build
-.PHONY : test_mpinfull_sha384_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_560_58
-
-# Build rule for target.
-test_big_arithmetics_560_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_560_58
-.PHONY : test_big_arithmetics_560_58
-
-# fast build rule for target.
-test_big_arithmetics_560_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_560_58.dir/build.make test/CMakeFiles/test_big_arithmetics_560_58.dir/build
-.PHONY : test_big_arithmetics_560_58/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_sign_2048_NIST256
-
-# Build rule for target.
-test_rsa_sign_2048_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_sign_2048_NIST256
-.PHONY : test_rsa_sign_2048_NIST256
-
-# fast build rule for target.
-test_rsa_sign_2048_NIST256/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_sign_2048_NIST256.dir/build.make test/CMakeFiles/test_rsa_sign_2048_NIST256.dir/build
-.PHONY : test_rsa_sign_2048_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_FP512BN
-
-# Build rule for target.
-test_ecp2_arithmetics_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_FP512BN
-.PHONY : test_ecp2_arithmetics_FP512BN
-
-# fast build rule for target.
-test_ecp2_arithmetics_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_FP512BN.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_FP512BN.dir/build
-.PHONY : test_ecp2_arithmetics_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BLS461
-
-# Build rule for target.
-test_mpin_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BLS461
-.PHONY : test_mpin_BLS461
-
-# fast build rule for target.
-test_mpin_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BLS461.dir/build.make test/CMakeFiles/test_mpin_BLS461.dir/build
-.PHONY : test_mpin_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BLS461
-
-# Build rule for target.
-test_mpinfull_sha256_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BLS461
-.PHONY : test_mpinfull_sha256_BLS461
-
-# fast build rule for target.
-test_mpinfull_sha256_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BLS461.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BLS461.dir/build
-.PHONY : test_mpinfull_sha256_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BN254CX
-
-# Build rule for target.
-test_wcc_invalid_points_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BN254CX
-.PHONY : test_wcc_invalid_points_BN254CX
-
-# fast build rule for target.
-test_wcc_invalid_points_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BN254CX.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BN254CX.dir/build
-.PHONY : test_wcc_invalid_points_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_2048_NIST256_2
-
-# Build rule for target.
-test_x509_2048_NIST256_2: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_2048_NIST256_2
-.PHONY : test_x509_2048_NIST256_2
-
-# fast build rule for target.
-test_x509_2048_NIST256_2/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_2048_NIST256_2.dir/build.make test/CMakeFiles/test_x509_2048_NIST256_2.dir/build
-.PHONY : test_x509_2048_NIST256_2/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_FP512BN
-
-# Build rule for target.
-test_mpin_good_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_FP512BN
-.PHONY : test_mpin_good_FP512BN
-
-# fast build rule for target.
-test_mpin_good_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_FP512BN.dir/build.make test/CMakeFiles/test_mpin_good_FP512BN.dir/build
-.PHONY : test_mpin_good_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BLS461
-
-# Build rule for target.
-test_pair_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BLS461
-.PHONY : test_pair_BLS461
-
-# fast build rule for target.
-test_pair_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BLS461.dir/build.make test/CMakeFiles/test_pair_BLS461.dir/build
-.PHONY : test_pair_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BLS461
-
-# Build rule for target.
-test_mpin_expired_tp_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BLS461
-.PHONY : test_mpin_expired_tp_BLS461
-
-# fast build rule for target.
-test_mpin_expired_tp_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BLS461.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BLS461.dir/build
-.PHONY : test_mpin_expired_tp_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_BLS461
-
-# Build rule for target.
-test_ecp2_arithmetics_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_BLS461
-.PHONY : test_ecp2_arithmetics_BLS461
-
-# fast build rule for target.
-test_ecp2_arithmetics_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_BLS461.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_BLS461.dir/build
-.PHONY : test_ecp2_arithmetics_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BLS461
-
-# Build rule for target.
-test_ecp_arithmetics_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BLS461
-.PHONY : test_ecp_arithmetics_BLS461
-
-# fast build rule for target.
-test_ecp_arithmetics_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BLS461.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BLS461.dir/build
-.PHONY : test_ecp_arithmetics_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BLS461
-
-# Build rule for target.
-test_mpin_random_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BLS461
-.PHONY : test_mpin_random_BLS461
-
-# fast build rule for target.
-test_mpin_random_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BLS461.dir/build.make test/CMakeFiles/test_mpin_random_BLS461.dir/build
-.PHONY : test_mpin_random_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BLS24
-
-# Build rule for target.
-test_wcc_random_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BLS24
-.PHONY : test_wcc_random_BLS24
-
-# fast build rule for target.
-test_wcc_random_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BLS24.dir/build.make test/CMakeFiles/test_wcc_random_BLS24.dir/build
-.PHONY : test_wcc_random_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_FP512BN
-
-# Build rule for target.
-test_bls_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_FP512BN
-.PHONY : test_bls_FP512BN
-
-# fast build rule for target.
-test_bls_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_FP512BN.dir/build.make test/CMakeFiles/test_bls_FP512BN.dir/build
-.PHONY : test_bls_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BLS383
-
-# Build rule for target.
-test_mpin_bad_pin_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BLS383
-.PHONY : test_mpin_bad_pin_BLS383
-
-# fast build rule for target.
-test_mpin_bad_pin_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BLS383.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BLS383.dir/build
-.PHONY : test_mpin_bad_pin_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_FP512BN
-
-# Build rule for target.
-test_mpin_bad_pin_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_FP512BN
-.PHONY : test_mpin_bad_pin_FP512BN
-
-# fast build rule for target.
-test_mpin_bad_pin_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_FP512BN.dir/build.make test/CMakeFiles/test_mpin_bad_pin_FP512BN.dir/build
-.PHONY : test_mpin_bad_pin_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BLS48
-
-# Build rule for target.
-test_mpinfull_sha256_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BLS48
-.PHONY : test_mpinfull_sha256_BLS48
-
-# fast build rule for target.
-test_mpinfull_sha256_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BLS48.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BLS48.dir/build
-.PHONY : test_mpinfull_sha256_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BLS48
-
-# Build rule for target.
-test_mpinfull_sha384_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BLS48
-.PHONY : test_mpinfull_sha384_BLS48
-
-# fast build rule for target.
-test_mpinfull_sha384_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BLS48.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BLS48.dir/build
-.PHONY : test_mpinfull_sha384_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BLS461
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BLS461
-.PHONY : test_mpin_dvs_wrong_pk_BLS461
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS461.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS461.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BLS383
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BLS383
-.PHONY : test_wcc_bad_receiver_key_BLS383
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BLS383.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BLS383.dir/build
-.PHONY : test_wcc_bad_receiver_key_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BLS383
-
-# Build rule for target.
-test_wcc_random_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BLS383
-.PHONY : test_wcc_random_BLS383
-
-# fast build rule for target.
-test_wcc_random_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BLS383.dir/build.make test/CMakeFiles/test_wcc_random_BLS383.dir/build
-.PHONY : test_wcc_random_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BLS461
-
-# Build rule for target.
-test_mpin_good_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BLS461
-.PHONY : test_mpin_good_BLS461
-
-# fast build rule for target.
-test_mpin_good_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BLS461.dir/build.make test/CMakeFiles/test_mpin_good_BLS461.dir/build
-.PHONY : test_mpin_good_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BLS381
-
-# Build rule for target.
-test_ecp_arithmetics_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BLS381
-.PHONY : test_ecp_arithmetics_BLS381
-
-# fast build rule for target.
-test_ecp_arithmetics_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BLS381.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BLS381.dir/build
-.PHONY : test_ecp_arithmetics_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NIST521
-
-# Build rule for target.
-test_ecc_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NIST521
-.PHONY : test_ecc_NIST521
-
-# fast build rule for target.
-test_ecc_NIST521/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NIST521.dir/build.make test/CMakeFiles/test_ecc_NIST521.dir/build
-.PHONY : test_ecc_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BLS383
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BLS383
-.PHONY : test_mpin_dvs_wrong_pk_BLS383
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS383.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS383.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BLS48
-
-# Build rule for target.
-test_mpin_bad_token_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BLS48
-.PHONY : test_mpin_bad_token_BLS48
-
-# fast build rule for target.
-test_mpin_bad_token_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BLS48.dir/build.make test/CMakeFiles/test_mpin_bad_token_BLS48.dir/build
-.PHONY : test_mpin_bad_token_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BLS24
-
-# Build rule for target.
-test_mpin_tp_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BLS24
-.PHONY : test_mpin_tp_BLS24
-
-# fast build rule for target.
-test_mpin_tp_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BLS24.dir/build.make test/CMakeFiles/test_mpin_tp_BLS24.dir/build
-.PHONY : test_mpin_tp_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BN254CX
-
-# Build rule for target.
-test_mpin_good_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BN254CX
-.PHONY : test_mpin_good_BN254CX
-
-# fast build rule for target.
-test_mpin_good_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BN254CX.dir/build.make test/CMakeFiles/test_mpin_good_BN254CX.dir/build
-.PHONY : test_mpin_good_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BLS383
-
-# Build rule for target.
-test_mpin_dvs_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BLS383
-.PHONY : test_mpin_dvs_BLS383
-
-# fast build rule for target.
-test_mpin_dvs_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BLS383.dir/build.make test/CMakeFiles/test_mpin_dvs_BLS383.dir/build
-.PHONY : test_mpin_dvs_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BLS381
-
-# Build rule for target.
-test_mpinfull_tp_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BLS381
-.PHONY : test_mpinfull_tp_BLS381
-
-# fast build rule for target.
-test_mpinfull_tp_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BLS381.dir/build.make test/CMakeFiles/test_mpinfull_tp_BLS381.dir/build
-.PHONY : test_mpinfull_tp_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BLS48
-
-# Build rule for target.
-test_mpin_bad_pin_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BLS48
-.PHONY : test_mpin_bad_pin_BLS48
-
-# fast build rule for target.
-test_mpin_bad_pin_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BLS48.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BLS48.dir/build
-.PHONY : test_mpin_bad_pin_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BN254CX
-
-# Build rule for target.
-test_mpin_dvs_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BN254CX
-.PHONY : test_mpin_dvs_BN254CX
-
-# fast build rule for target.
-test_mpin_dvs_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BN254CX.dir/build.make test/CMakeFiles/test_mpin_dvs_BN254CX.dir/build
-.PHONY : test_mpin_dvs_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_NIST521
-
-# Build rule for target.
-test_ecp_arithmetics_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_NIST521
-.PHONY : test_ecp_arithmetics_NIST521
-
-# fast build rule for target.
-test_ecp_arithmetics_NIST521/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_NIST521.dir/build.make test/CMakeFiles/test_ecp_arithmetics_NIST521.dir/build
-.PHONY : test_ecp_arithmetics_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BLS383
-
-# Build rule for target.
-test_mpin_tp_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BLS383
-.PHONY : test_mpin_tp_BLS383
-
-# fast build rule for target.
-test_mpin_tp_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BLS383.dir/build.make test/CMakeFiles/test_mpin_tp_BLS383.dir/build
-.PHONY : test_mpin_tp_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BLS383
-
-# Build rule for target.
-test_mpin_sign_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BLS383
-.PHONY : test_mpin_sign_BLS383
-
-# fast build rule for target.
-test_mpin_sign_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BLS383.dir/build.make test/CMakeFiles/test_mpin_sign_BLS383.dir/build
-.PHONY : test_mpin_sign_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST384_256
-
-# Build rule for target.
-test_ecdsa_verify_NIST384_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST384_256
-.PHONY : test_ecdsa_verify_NIST384_256
-
-# fast build rule for target.
-test_ecdsa_verify_NIST384_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST384_256.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST384_256.dir/build
-.PHONY : test_ecdsa_verify_NIST384_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BN254CX
-
-# Build rule for target.
-test_mpin_sign_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BN254CX
-.PHONY : test_mpin_sign_BN254CX
-
-# fast build rule for target.
-test_mpin_sign_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BN254CX.dir/build.make test/CMakeFiles/test_mpin_sign_BN254CX.dir/build
-.PHONY : test_mpin_sign_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BLS381
-
-# Build rule for target.
-test_bls_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BLS381
-.PHONY : test_bls_BLS381
-
-# fast build rule for target.
-test_bls_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BLS381.dir/build.make test/CMakeFiles/test_bls_BLS381.dir/build
-.PHONY : test_bls_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_gcm_decrypt_256
-
-# Build rule for target.
-test_gcm_decrypt_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_gcm_decrypt_256
-.PHONY : test_gcm_decrypt_256
-
-# fast build rule for target.
-test_gcm_decrypt_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_gcm_decrypt_256.dir/build.make test/CMakeFiles/test_gcm_decrypt_256.dir/build
-.PHONY : test_gcm_decrypt_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BLS461
-
-# Build rule for target.
-test_mpin_dvs_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BLS461
-.PHONY : test_mpin_dvs_BLS461
-
-# fast build rule for target.
-test_mpin_dvs_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BLS461.dir/build.make test/CMakeFiles/test_mpin_dvs_BLS461.dir/build
-.PHONY : test_mpin_dvs_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BLS381
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BLS381
-.PHONY : test_wcc_bad_receiver_key_BLS381
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BLS381.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BLS381.dir/build
-.PHONY : test_wcc_bad_receiver_key_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BLS381
-
-# Build rule for target.
-test_wcc_bad_sender_key_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BLS381
-.PHONY : test_wcc_bad_sender_key_BLS381
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BLS381.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BLS381.dir/build
-.PHONY : test_wcc_bad_sender_key_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_560_58
-
-# Build rule for target.
-test_big_consistency_560_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_560_58
-.PHONY : test_big_consistency_560_58
-
-# fast build rule for target.
-test_big_consistency_560_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_560_58.dir/build.make test/CMakeFiles/test_big_consistency_560_58.dir/build
-.PHONY : test_big_consistency_560_58/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BLS383
-
-# Build rule for target.
-test_wcc_invalid_points_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BLS383
-.PHONY : test_wcc_invalid_points_BLS383
-
-# fast build rule for target.
-test_wcc_invalid_points_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BLS383.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BLS383.dir/build
-.PHONY : test_wcc_invalid_points_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BLS24
-
-# Build rule for target.
-test_ecp_arithmetics_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BLS24
-.PHONY : test_ecp_arithmetics_BLS24
-
-# fast build rule for target.
-test_ecp_arithmetics_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BLS24.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BLS24.dir/build
-.PHONY : test_ecp_arithmetics_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BLS48
-
-# Build rule for target.
-test_mpin_sign_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BLS48
-.PHONY : test_mpin_sign_BLS48
-
-# fast build rule for target.
-test_mpin_sign_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BLS48.dir/build.make test/CMakeFiles/test_mpin_sign_BLS48.dir/build
-.PHONY : test_mpin_sign_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BLS381
-
-# Build rule for target.
-test_mpin_bad_pin_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BLS381
-.PHONY : test_mpin_bad_pin_BLS381
-
-# fast build rule for target.
-test_mpin_bad_pin_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BLS381.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BLS381.dir/build
-.PHONY : test_mpin_bad_pin_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BLS381
-
-# Build rule for target.
-test_wcc_invalid_points_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BLS381
-.PHONY : test_wcc_invalid_points_BLS381
-
-# fast build rule for target.
-test_wcc_invalid_points_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BLS381.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BLS381.dir/build
-.PHONY : test_wcc_invalid_points_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_vectors_BLS381
-
-# Build rule for target.
-test_mpin_vectors_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_vectors_BLS381
-.PHONY : test_mpin_vectors_BLS381
-
-# fast build rule for target.
-test_mpin_vectors_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_vectors_BLS381.dir/build.make test/CMakeFiles/test_mpin_vectors_BLS381.dir/build
-.PHONY : test_mpin_vectors_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BLS381
-
-# Build rule for target.
-test_mpinfull_random_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BLS381
-.PHONY : test_mpinfull_random_BLS381
-
-# fast build rule for target.
-test_mpinfull_random_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BLS381.dir/build.make test/CMakeFiles/test_mpinfull_random_BLS381.dir/build
-.PHONY : test_mpinfull_random_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_CTR_256
-
-# Build rule for target.
-test_aes_encrypt_CTR_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_CTR_256
-.PHONY : test_aes_encrypt_CTR_256
-
-# fast build rule for target.
-test_aes_encrypt_CTR_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_CTR_256.dir/build.make test/CMakeFiles/test_aes_encrypt_CTR_256.dir/build
-.PHONY : test_aes_encrypt_CTR_256/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BRAINPOOL
-
-# Build rule for target.
-test_ecp_arithmetics_BRAINPOOL: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BRAINPOOL
-.PHONY : test_ecp_arithmetics_BRAINPOOL
-
-# fast build rule for target.
-test_ecp_arithmetics_BRAINPOOL/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BRAINPOOL.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BRAINPOOL.dir/build
-.PHONY : test_ecp_arithmetics_BRAINPOOL/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BN254CX
-
-# Build rule for target.
-test_mpin_bad_pin_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BN254CX
-.PHONY : test_mpin_bad_pin_BN254CX
-
-# fast build rule for target.
-test_mpin_bad_pin_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BN254CX.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BN254CX.dir/build
-.PHONY : test_mpin_bad_pin_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BN254CX
-
-# Build rule for target.
-test_mpin_expired_tp_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BN254CX
-.PHONY : test_mpin_expired_tp_BN254CX
-
-# fast build rule for target.
-test_mpin_expired_tp_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BN254CX.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BN254CX.dir/build
-.PHONY : test_mpin_expired_tp_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_FP512BN
-
-# Build rule for target.
-test_mpinfull_sha256_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_FP512BN
-.PHONY : test_mpinfull_sha256_FP512BN
-
-# fast build rule for target.
-test_mpinfull_sha256_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_FP512BN.dir/build.make test/CMakeFiles/test_mpinfull_sha256_FP512BN.dir/build
-.PHONY : test_mpinfull_sha256_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BLS24
-
-# Build rule for target.
-test_output_functions_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BLS24
-.PHONY : test_output_functions_BLS24
-
-# fast build rule for target.
-test_output_functions_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BLS24.dir/build.make test/CMakeFiles/test_output_functions_BLS24.dir/build
-.PHONY : test_output_functions_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_ANSSI
-
-# Build rule for target.
-test_ecc_ANSSI: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_ANSSI
-.PHONY : test_ecc_ANSSI
-
-# fast build rule for target.
-test_ecc_ANSSI/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_ANSSI.dir/build.make test/CMakeFiles/test_ecc_ANSSI.dir/build
-.PHONY : test_ecc_ANSSI/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_CBC_128
-
-# Build rule for target.
-test_aes_encrypt_CBC_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_CBC_128
-.PHONY : test_aes_encrypt_CBC_128
-
-# fast build rule for target.
-test_aes_encrypt_CBC_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_CBC_128.dir/build.make test/CMakeFiles/test_aes_encrypt_CBC_128.dir/build
-.PHONY : test_aes_encrypt_CBC_128/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_FP512BN
-
-# Build rule for target.
-test_mpinfull_sha384_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_FP512BN
-.PHONY : test_mpinfull_sha384_FP512BN
-
-# fast build rule for target.
-test_mpinfull_sha384_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_FP512BN.dir/build.make test/CMakeFiles/test_mpinfull_sha384_FP512BN.dir/build
-.PHONY : test_mpinfull_sha384_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BLS383
-
-# Build rule for target.
-test_output_functions_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BLS383
-.PHONY : test_output_functions_BLS383
-
-# fast build rule for target.
-test_output_functions_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BLS383.dir/build.make test/CMakeFiles/test_output_functions_BLS383.dir/build
-.PHONY : test_output_functions_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BLS381
-
-# Build rule for target.
-test_mpin_good_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BLS381
-.PHONY : test_mpin_good_BLS381
-
-# fast build rule for target.
-test_mpin_good_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BLS381.dir/build.make test/CMakeFiles/test_mpin_good_BLS381.dir/build
-.PHONY : test_mpin_good_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_ECB_128
-
-# Build rule for target.
-test_aes_encrypt_ECB_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_ECB_128
-.PHONY : test_aes_encrypt_ECB_128
-
-# fast build rule for target.
-test_aes_encrypt_ECB_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_ECB_128.dir/build.make test/CMakeFiles/test_aes_encrypt_ECB_128.dir/build
-.PHONY : test_aes_encrypt_ECB_128/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_BN254CX
-
-# Build rule for target.
-test_ecp2_arithmetics_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_BN254CX
-.PHONY : test_ecp2_arithmetics_BN254CX
-
-# fast build rule for target.
-test_ecp2_arithmetics_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_BN254CX.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_BN254CX.dir/build
-.PHONY : test_ecp2_arithmetics_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BLS24
-
-# Build rule for target.
-test_mpin_dvs_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BLS24
-.PHONY : test_mpin_dvs_BLS24
-
-# fast build rule for target.
-test_mpin_dvs_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BLS24.dir/build.make test/CMakeFiles/test_mpin_dvs_BLS24.dir/build
-.PHONY : test_mpin_dvs_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_ECB_256
-
-# Build rule for target.
-test_aes_encrypt_ECB_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_ECB_256
-.PHONY : test_aes_encrypt_ECB_256
-
-# fast build rule for target.
-test_aes_encrypt_ECB_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_ECB_256.dir/build.make test/CMakeFiles/test_aes_encrypt_ECB_256.dir/build
-.PHONY : test_aes_encrypt_ECB_256/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_FP256BN
-
-# Build rule for target.
-test_ecc_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_FP256BN
-.PHONY : test_ecc_FP256BN
-
-# fast build rule for target.
-test_ecc_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_FP256BN.dir/build.make test/CMakeFiles/test_ecc_FP256BN.dir/build
-.PHONY : test_ecc_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BLS24
-
-# Build rule for target.
-test_mpin_random_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BLS24
-.PHONY : test_mpin_random_BLS24
-
-# fast build rule for target.
-test_mpin_random_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BLS24.dir/build.make test/CMakeFiles/test_mpin_random_BLS24.dir/build
-.PHONY : test_mpin_random_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NUMS256E
-
-# Build rule for target.
-test_ecc_NUMS256E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NUMS256E
-.PHONY : test_ecc_NUMS256E
-
-# fast build rule for target.
-test_ecc_NUMS256E/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NUMS256E.dir/build.make test/CMakeFiles/test_ecc_NUMS256E.dir/build
-.PHONY : test_ecc_NUMS256E/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BLS461
-
-# Build rule for target.
-test_ecc_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BLS461
-.PHONY : test_ecc_BLS461
-
-# fast build rule for target.
-test_ecc_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BLS461.dir/build.make test/CMakeFiles/test_ecc_BLS461.dir/build
-.PHONY : test_ecc_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_FP512BN
-
-# Build rule for target.
-test_mpin_random_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_FP512BN
-.PHONY : test_mpin_random_FP512BN
-
-# fast build rule for target.
-test_mpin_random_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_FP512BN.dir/build.make test/CMakeFiles/test_mpin_random_FP512BN.dir/build
-.PHONY : test_mpin_random_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_CBC_256
-
-# Build rule for target.
-test_aes_decrypt_CBC_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_CBC_256
-.PHONY : test_aes_decrypt_CBC_256
-
-# fast build rule for target.
-test_aes_decrypt_CBC_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_CBC_256.dir/build.make test/CMakeFiles/test_aes_decrypt_CBC_256.dir/build
-.PHONY : test_aes_decrypt_CBC_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BLS24
-
-# Build rule for target.
-test_mpinfull_random_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BLS24
-.PHONY : test_mpinfull_random_BLS24
-
-# fast build rule for target.
-test_mpinfull_random_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BLS24.dir/build.make test/CMakeFiles/test_mpinfull_random_BLS24.dir/build
-.PHONY : test_mpinfull_random_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BLS381
-
-# Build rule for target.
-test_mpin_expired_tp_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BLS381
-.PHONY : test_mpin_expired_tp_BLS381
-
-# fast build rule for target.
-test_mpin_expired_tp_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BLS381.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BLS381.dir/build
-.PHONY : test_mpin_expired_tp_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BN254CX
-
-# Build rule for target.
-test_mpinfull_tp_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BN254CX
-.PHONY : test_mpinfull_tp_BN254CX
-
-# fast build rule for target.
-test_mpinfull_tp_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BN254CX.dir/build.make test/CMakeFiles/test_mpinfull_tp_BN254CX.dir/build
-.PHONY : test_mpinfull_tp_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_FP256BN
-
-# Build rule for target.
-test_wcc_random_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_FP256BN
-.PHONY : test_wcc_random_FP256BN
-
-# fast build rule for target.
-test_wcc_random_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_FP256BN.dir/build.make test/CMakeFiles/test_wcc_random_FP256BN.dir/build
-.PHONY : test_wcc_random_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BLS383
-
-# Build rule for target.
-test_mpinfull_sha384_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BLS383
-.PHONY : test_mpinfull_sha384_BLS383
-
-# fast build rule for target.
-test_mpinfull_sha384_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BLS383.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BLS383.dir/build
-.PHONY : test_mpinfull_sha384_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_FP256BN
-
-# Build rule for target.
-test_mpin_expired_tp_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_FP256BN
-.PHONY : test_mpin_expired_tp_FP256BN
-
-# fast build rule for target.
-test_mpin_expired_tp_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_FP256BN.dir/build.make test/CMakeFiles/test_mpin_expired_tp_FP256BN.dir/build
-.PHONY : test_mpin_expired_tp_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_CTR_256
-
-# Build rule for target.
-test_aes_decrypt_CTR_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_CTR_256
-.PHONY : test_aes_decrypt_CTR_256
-
-# fast build rule for target.
-test_aes_decrypt_CTR_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_CTR_256.dir/build.make test/CMakeFiles/test_aes_decrypt_CTR_256.dir/build
-.PHONY : test_aes_decrypt_CTR_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BLS383
-
-# Build rule for target.
-test_mpinfull_tp_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BLS383
-.PHONY : test_mpinfull_tp_BLS383
-
-# fast build rule for target.
-test_mpinfull_tp_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BLS383.dir/build.make test/CMakeFiles/test_mpinfull_tp_BLS383.dir/build
-.PHONY : test_mpinfull_tp_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_1024_58
-
-# Build rule for target.
-test_big_arithmetics_1024_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_1024_58
-.PHONY : test_big_arithmetics_1024_58
-
-# fast build rule for target.
-test_big_arithmetics_1024_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_1024_58.dir/build.make test/CMakeFiles/test_big_arithmetics_1024_58.dir/build
-.PHONY : test_big_arithmetics_1024_58/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_256_56
-
-# Build rule for target.
-test_big_consistency_256_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_256_56
-.PHONY : test_big_consistency_256_56
-
-# fast build rule for target.
-test_big_consistency_256_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_256_56.dir/build.make test/CMakeFiles/test_big_consistency_256_56.dir/build
-.PHONY : test_big_consistency_256_56/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_CBC_128
-
-# Build rule for target.
-test_aes_decrypt_CBC_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_CBC_128
-.PHONY : test_aes_decrypt_CBC_128
-
-# fast build rule for target.
-test_aes_decrypt_CBC_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_CBC_128.dir/build.make test/CMakeFiles/test_aes_decrypt_CBC_128.dir/build
-.PHONY : test_aes_decrypt_CBC_128/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BLS24
-
-# Build rule for target.
-test_mpin_bad_token_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BLS24
-.PHONY : test_mpin_bad_token_BLS24
-
-# fast build rule for target.
-test_mpin_bad_token_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BLS24.dir/build.make test/CMakeFiles/test_mpin_bad_token_BLS24.dir/build
-.PHONY : test_mpin_bad_token_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BLS48
-
-# Build rule for target.
-test_ecp_arithmetics_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BLS48
-.PHONY : test_ecp_arithmetics_BLS48
-
-# fast build rule for target.
-test_ecp_arithmetics_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BLS48.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BLS48.dir/build
-.PHONY : test_ecp_arithmetics_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_FP512BN
-
-# Build rule for target.
-test_output_functions_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_FP512BN
-.PHONY : test_output_functions_FP512BN
-
-# fast build rule for target.
-test_output_functions_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_FP512BN.dir/build.make test/CMakeFiles/test_output_functions_FP512BN.dir/build
-.PHONY : test_output_functions_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST256_256
-
-# Build rule for target.
-test_ecdsa_verify_NIST256_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST256_256
-.PHONY : test_ecdsa_verify_NIST256_256
-
-# fast build rule for target.
-test_ecdsa_verify_NIST256_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST256_256.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST256_256.dir/build
-.PHONY : test_ecdsa_verify_NIST256_256/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_CFB1_128
-
-# Build rule for target.
-test_aes_decrypt_CFB1_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_CFB1_128
-.PHONY : test_aes_decrypt_CFB1_128
-
-# fast build rule for target.
-test_aes_decrypt_CFB1_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_CFB1_128.dir/build.make test/CMakeFiles/test_aes_decrypt_CFB1_128.dir/build
-.PHONY : test_aes_decrypt_CFB1_128/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_FP256BN
-
-# Build rule for target.
-test_mpin_bad_token_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_FP256BN
-.PHONY : test_mpin_bad_token_FP256BN
-
-# fast build rule for target.
-test_mpin_bad_token_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_FP256BN.dir/build.make test/CMakeFiles/test_mpin_bad_token_FP256BN.dir/build
-.PHONY : test_mpin_bad_token_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BLS383
-
-# Build rule for target.
-test_ecc_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BLS383
-.PHONY : test_ecc_BLS383
-
-# fast build rule for target.
-test_ecc_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BLS383.dir/build.make test/CMakeFiles/test_ecc_BLS383.dir/build
-.PHONY : test_ecc_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BLS24
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BLS24
-.PHONY : test_mpin_dvs_wrong_pk_BLS24
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS24.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS24.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdh_NIST256
-
-# Build rule for target.
-test_ecdh_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdh_NIST256
-.PHONY : test_ecdh_NIST256
-
-# fast build rule for target.
-test_ecdh_NIST256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdh_NIST256.dir/build.make test/CMakeFiles/test_ecdh_NIST256.dir/build
-.PHONY : test_ecdh_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BLS381
-
-# Build rule for target.
-test_wcc_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BLS381
-.PHONY : test_wcc_BLS381
-
-# fast build rule for target.
-test_wcc_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BLS381.dir/build.make test/CMakeFiles/test_wcc_BLS381.dir/build
-.PHONY : test_wcc_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BLS461
-
-# Build rule for target.
-test_mpinfull_sha512_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BLS461
-.PHONY : test_mpinfull_sha512_BLS461
-
-# fast build rule for target.
-test_mpinfull_sha512_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BLS461.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BLS461.dir/build
-.PHONY : test_mpinfull_sha512_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_ANSSI
-
-# Build rule for target.
-test_ecp_arithmetics_ANSSI: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_ANSSI
-.PHONY : test_ecp_arithmetics_ANSSI
-
-# fast build rule for target.
-test_ecp_arithmetics_ANSSI/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_ANSSI.dir/build.make test/CMakeFiles/test_ecp_arithmetics_ANSSI.dir/build
-.PHONY : test_ecp_arithmetics_ANSSI/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_384_58
-
-# Build rule for target.
-test_big_consistency_384_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_384_58
-.PHONY : test_big_consistency_384_58
-
-# fast build rule for target.
-test_big_consistency_384_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_384_58.dir/build.make test/CMakeFiles/test_big_consistency_384_58.dir/build
-.PHONY : test_big_consistency_384_58/fast
-
-#=============================================================================
-# Target rules for targets named test_gcm_encrypt_128
-
-# Build rule for target.
-test_gcm_encrypt_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_gcm_encrypt_128
-.PHONY : test_gcm_encrypt_128
-
-# fast build rule for target.
-test_gcm_encrypt_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_gcm_encrypt_128.dir/build.make test/CMakeFiles/test_gcm_encrypt_128.dir/build
-.PHONY : test_gcm_encrypt_128/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BLS461
-
-# Build rule for target.
-test_mpinfull_tp_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BLS461
-.PHONY : test_mpinfull_tp_BLS461
-
-# fast build rule for target.
-test_mpinfull_tp_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BLS461.dir/build.make test/CMakeFiles/test_mpinfull_tp_BLS461.dir/build
-.PHONY : test_mpinfull_tp_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_480_56
-
-# Build rule for target.
-test_big_arithmetics_480_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_480_56
-.PHONY : test_big_arithmetics_480_56
-
-# fast build rule for target.
-test_big_arithmetics_480_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_480_56.dir/build.make test/CMakeFiles/test_big_arithmetics_480_56.dir/build
-.PHONY : test_big_arithmetics_480_56/fast
-
-#=============================================================================
-# Target rules for targets named test_hash_512
-
-# Build rule for target.
-test_hash_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_hash_512
-.PHONY : test_hash_512
-
-# fast build rule for target.
-test_hash_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_hash_512.dir/build.make test/CMakeFiles/test_hash_512.dir/build
-.PHONY : test_hash_512/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_BLS383
-
-# Build rule for target.
-test_ecp2_arithmetics_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_BLS383
-.PHONY : test_ecp2_arithmetics_BLS383
-
-# fast build rule for target.
-test_ecp2_arithmetics_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_BLS383.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_BLS383.dir/build
-.PHONY : test_ecp2_arithmetics_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_CFB1_128
-
-# Build rule for target.
-test_aes_encrypt_CFB1_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_CFB1_128
-.PHONY : test_aes_encrypt_CFB1_128
-
-# fast build rule for target.
-test_aes_encrypt_CFB1_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_CFB1_128.dir/build.make test/CMakeFiles/test_aes_encrypt_CFB1_128.dir/build
-.PHONY : test_aes_encrypt_CFB1_128/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_256_56
-
-# Build rule for target.
-test_big_arithmetics_256_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_256_56
-.PHONY : test_big_arithmetics_256_56
-
-# fast build rule for target.
-test_big_arithmetics_256_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_256_56.dir/build.make test/CMakeFiles/test_big_arithmetics_256_56.dir/build
-.PHONY : test_big_arithmetics_256_56/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BLS461
-
-# Build rule for target.
-test_bls_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BLS461
-.PHONY : test_bls_BLS461
-
-# fast build rule for target.
-test_bls_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BLS461.dir/build.make test/CMakeFiles/test_bls_BLS461.dir/build
-.PHONY : test_bls_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_512_60
-
-# Build rule for target.
-test_big_consistency_512_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_512_60
-.PHONY : test_big_consistency_512_60
-
-# fast build rule for target.
-test_big_consistency_512_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_512_60.dir/build.make test/CMakeFiles/test_big_consistency_512_60.dir/build
-.PHONY : test_big_consistency_512_60/fast
-
-#=============================================================================
-# Target rules for targets named test_hash_256
-
-# Build rule for target.
-test_hash_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_hash_256
-.PHONY : test_hash_256
-
-# fast build rule for target.
-test_hash_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_hash_256.dir/build.make test/CMakeFiles/test_hash_256.dir/build
-.PHONY : test_hash_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_FP256BN
-
-# Build rule for target.
-test_mpinfull_tp_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_FP256BN
-.PHONY : test_mpinfull_tp_FP256BN
-
-# fast build rule for target.
-test_mpinfull_tp_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_FP256BN.dir/build.make test/CMakeFiles/test_mpinfull_tp_FP256BN.dir/build
-.PHONY : test_mpinfull_tp_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_FP512BN
-
-# Build rule for target.
-test_mpin_sign_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_FP512BN
-.PHONY : test_mpin_sign_FP512BN
-
-# fast build rule for target.
-test_mpin_sign_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_FP512BN.dir/build.make test/CMakeFiles/test_mpin_sign_FP512BN.dir/build
-.PHONY : test_mpin_sign_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BLS383
-
-# Build rule for target.
-test_mpinfull_sha256_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BLS383
-.PHONY : test_mpinfull_sha256_BLS383
-
-# fast build rule for target.
-test_mpinfull_sha256_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BLS383.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BLS383.dir/build
-.PHONY : test_mpinfull_sha256_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BN254
-
-# Build rule for target.
-test_mpinfull_tp_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BN254
-.PHONY : test_mpinfull_tp_BN254
-
-# fast build rule for target.
-test_mpinfull_tp_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BN254.dir/build.make test/CMakeFiles/test_mpinfull_tp_BN254.dir/build
-.PHONY : test_mpinfull_tp_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BLS383
-
-# Build rule for target.
-test_mpin_good_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BLS383
-.PHONY : test_mpin_good_BLS383
-
-# fast build rule for target.
-test_mpin_good_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BLS383.dir/build.make test/CMakeFiles/test_mpin_good_BLS383.dir/build
-.PHONY : test_mpin_good_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_sign_3072_NIST384
-
-# Build rule for target.
-test_rsa_sign_3072_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_sign_3072_NIST384
-.PHONY : test_rsa_sign_3072_NIST384
-
-# fast build rule for target.
-test_rsa_sign_3072_NIST384/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_sign_3072_NIST384.dir/build.make test/CMakeFiles/test_rsa_sign_3072_NIST384.dir/build
-.PHONY : test_rsa_sign_3072_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_FP256BN
-
-# Build rule for target.
-test_ecp2_arithmetics_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_FP256BN
-.PHONY : test_ecp2_arithmetics_FP256BN
-
-# fast build rule for target.
-test_ecp2_arithmetics_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_FP256BN.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_FP256BN.dir/build
-.PHONY : test_ecp2_arithmetics_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BLS24
-
-# Build rule for target.
-test_pair_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BLS24
-.PHONY : test_pair_BLS24
-
-# fast build rule for target.
-test_pair_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BLS24.dir/build.make test/CMakeFiles/test_pair_BLS24.dir/build
-.PHONY : test_pair_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BLS381
-
-# Build rule for target.
-test_mpin_sign_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BLS381
-.PHONY : test_mpin_sign_BLS381
-
-# fast build rule for target.
-test_mpin_sign_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BLS381.dir/build.make test/CMakeFiles/test_mpin_sign_BLS381.dir/build
-.PHONY : test_mpin_sign_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BLS381
-
-# Build rule for target.
-test_mpinfull_onepass_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BLS381
-.PHONY : test_mpinfull_onepass_BLS381
-
-# fast build rule for target.
-test_mpinfull_onepass_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BLS381.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BLS381.dir/build
-.PHONY : test_mpinfull_onepass_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_utils
-
-# Build rule for target.
-test_utils: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_utils
-.PHONY : test_utils
-
-# fast build rule for target.
-test_utils/fast:
-	$(MAKE) -f test/CMakeFiles/test_utils.dir/build.make test/CMakeFiles/test_utils.dir/build
-.PHONY : test_utils/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BLS383
-
-# Build rule for target.
-test_mpin_expired_tp_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BLS383
-.PHONY : test_mpin_expired_tp_BLS383
-
-# fast build rule for target.
-test_mpin_expired_tp_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BLS383.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BLS383.dir/build
-.PHONY : test_mpin_expired_tp_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BLS48
-
-# Build rule for target.
-test_wcc_random_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BLS48
-.PHONY : test_wcc_random_BLS48
-
-# fast build rule for target.
-test_wcc_random_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BLS48.dir/build.make test/CMakeFiles/test_wcc_random_BLS48.dir/build
-.PHONY : test_wcc_random_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_336_60
-
-# Build rule for target.
-test_big_arithmetics_336_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_336_60
-.PHONY : test_big_arithmetics_336_60
-
-# fast build rule for target.
-test_big_arithmetics_336_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_336_60.dir/build.make test/CMakeFiles/test_big_arithmetics_336_60.dir/build
-.PHONY : test_big_arithmetics_336_60/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_FP256BN
-
-# Build rule for target.
-test_mpinfull_sha512_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_FP256BN
-.PHONY : test_mpinfull_sha512_FP256BN
-
-# fast build rule for target.
-test_mpinfull_sha512_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_FP256BN.dir/build.make test/CMakeFiles/test_mpinfull_sha512_FP256BN.dir/build
-.PHONY : test_mpinfull_sha512_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST256_256
-
-# Build rule for target.
-test_ecdsa_sign_NIST256_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST256_256
-.PHONY : test_ecdsa_sign_NIST256_256
-
-# fast build rule for target.
-test_ecdsa_sign_NIST256_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST256_256.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST256_256.dir/build
-.PHONY : test_ecdsa_sign_NIST256_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BLS461
-
-# Build rule for target.
-test_mpin_bad_pin_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BLS461
-.PHONY : test_mpin_bad_pin_BLS461
-
-# fast build rule for target.
-test_mpin_bad_pin_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BLS461.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BLS461.dir/build
-.PHONY : test_mpin_bad_pin_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_FP256BN
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_FP256BN
-.PHONY : test_mpin_dvs_wrong_pk_FP256BN
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_FP256BN.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_FP256BN.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_CFB1_256
-
-# Build rule for target.
-test_aes_encrypt_CFB1_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_CFB1_256
-.PHONY : test_aes_encrypt_CFB1_256
-
-# fast build rule for target.
-test_aes_encrypt_CFB1_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_CFB1_256.dir/build.make test/CMakeFiles/test_aes_encrypt_CFB1_256.dir/build
-.PHONY : test_aes_encrypt_CFB1_256/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_CTR_128
-
-# Build rule for target.
-test_aes_encrypt_CTR_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_CTR_128
-.PHONY : test_aes_encrypt_CTR_128
-
-# fast build rule for target.
-test_aes_encrypt_CTR_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_CTR_128.dir/build.make test/CMakeFiles/test_aes_encrypt_CTR_128.dir/build
-.PHONY : test_aes_encrypt_CTR_128/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BLS461
-
-# Build rule for target.
-test_wcc_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BLS461
-.PHONY : test_wcc_BLS461
-
-# fast build rule for target.
-test_wcc_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BLS461.dir/build.make test/CMakeFiles/test_wcc_BLS461.dir/build
-.PHONY : test_wcc_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BLS48
-
-# Build rule for target.
-test_wcc_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BLS48
-.PHONY : test_wcc_BLS48
-
-# fast build rule for target.
-test_wcc_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BLS48.dir/build.make test/CMakeFiles/test_wcc_BLS48.dir/build
-.PHONY : test_wcc_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_version
-
-# Build rule for target.
-test_version: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_version
-.PHONY : test_version
-
-# fast build rule for target.
-test_version/fast:
-	$(MAKE) -f test/CMakeFiles/test_version.dir/build.make test/CMakeFiles/test_version.dir/build
-.PHONY : test_version/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BLS48
-
-# Build rule for target.
-test_pair_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BLS48
-.PHONY : test_pair_BLS48
-
-# fast build rule for target.
-test_pair_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BLS48.dir/build.make test/CMakeFiles/test_pair_BLS48.dir/build
-.PHONY : test_pair_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BLS381
-
-# Build rule for target.
-test_mpinfull_sha256_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BLS381
-.PHONY : test_mpinfull_sha256_BLS381
-
-# fast build rule for target.
-test_mpinfull_sha256_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BLS381.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BLS381.dir/build
-.PHONY : test_mpinfull_sha256_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BLS461
-
-# Build rule for target.
-test_wcc_bad_sender_key_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BLS461
-.PHONY : test_wcc_bad_sender_key_BLS461
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BLS461.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BLS461.dir/build
-.PHONY : test_wcc_bad_sender_key_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BN254
-
-# Build rule for target.
-test_bls_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BN254
-.PHONY : test_bls_BN254
-
-# fast build rule for target.
-test_bls_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BN254.dir/build.make test/CMakeFiles/test_bls_BN254.dir/build
-.PHONY : test_bls_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BLS383
-
-# Build rule for target.
-test_mpin_bad_token_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BLS383
-.PHONY : test_mpin_bad_token_BLS383
-
-# fast build rule for target.
-test_mpin_bad_token_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BLS383.dir/build.make test/CMakeFiles/test_mpin_bad_token_BLS383.dir/build
-.PHONY : test_mpin_bad_token_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_3072_NIST521_1
-
-# Build rule for target.
-test_x509_3072_NIST521_1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_3072_NIST521_1
-.PHONY : test_x509_3072_NIST521_1
-
-# fast build rule for target.
-test_x509_3072_NIST521_1/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_3072_NIST521_1.dir/build.make test/CMakeFiles/test_x509_3072_NIST521_1.dir/build
-.PHONY : test_x509_3072_NIST521_1/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST384_512
-
-# Build rule for target.
-test_ecdsa_sign_NIST384_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST384_512
-.PHONY : test_ecdsa_sign_NIST384_512
-
-# fast build rule for target.
-test_ecdsa_sign_NIST384_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST384_512.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST384_512.dir/build
-.PHONY : test_ecdsa_sign_NIST384_512/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_FP512BN
-
-# Build rule for target.
-test_ecp_arithmetics_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_FP512BN
-.PHONY : test_ecp_arithmetics_FP512BN
-
-# fast build rule for target.
-test_ecp_arithmetics_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_FP512BN.dir/build.make test/CMakeFiles/test_ecp_arithmetics_FP512BN.dir/build
-.PHONY : test_ecp_arithmetics_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BLS383
-
-# Build rule for target.
-test_ecp_arithmetics_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BLS383
-.PHONY : test_ecp_arithmetics_BLS383
-
-# fast build rule for target.
-test_ecp_arithmetics_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BLS383.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BLS383.dir/build
-.PHONY : test_ecp_arithmetics_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_hash_384
-
-# Build rule for target.
-test_hash_384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_hash_384
-.PHONY : test_hash_384
-
-# fast build rule for target.
-test_hash_384/fast:
-	$(MAKE) -f test/CMakeFiles/test_hash_384.dir/build.make test/CMakeFiles/test_hash_384.dir/build
-.PHONY : test_hash_384/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BN254CX
-
-# Build rule for target.
-test_wcc_bad_sender_key_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BN254CX
-.PHONY : test_wcc_bad_sender_key_BN254CX
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BN254CX.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BN254CX.dir/build
-.PHONY : test_wcc_bad_sender_key_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_ECB_128
-
-# Build rule for target.
-test_aes_decrypt_ECB_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_ECB_128
-.PHONY : test_aes_decrypt_ECB_128
-
-# fast build rule for target.
-test_aes_decrypt_ECB_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_ECB_128.dir/build.make test/CMakeFiles/test_aes_decrypt_ECB_128.dir/build
-.PHONY : test_aes_decrypt_ECB_128/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BLS381
-
-# Build rule for target.
-test_mpin_bad_token_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BLS381
-.PHONY : test_mpin_bad_token_BLS381
-
-# fast build rule for target.
-test_mpin_bad_token_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BLS381.dir/build.make test/CMakeFiles/test_mpin_bad_token_BLS381.dir/build
-.PHONY : test_mpin_bad_token_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NIST384
-
-# Build rule for target.
-test_ecc_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NIST384
-.PHONY : test_ecc_NIST384
-
-# fast build rule for target.
-test_ecc_NIST384/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NIST384.dir/build.make test/CMakeFiles/test_ecc_NIST384.dir/build
-.PHONY : test_ecc_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BLS383
-
-# Build rule for target.
-test_mpinfull_sha512_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BLS383
-.PHONY : test_mpinfull_sha512_BLS383
-
-# fast build rule for target.
-test_mpinfull_sha512_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BLS383.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BLS383.dir/build
-.PHONY : test_mpinfull_sha512_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BLS24
-
-# Build rule for target.
-test_ecc_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BLS24
-.PHONY : test_ecc_BLS24
-
-# fast build rule for target.
-test_ecc_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BLS24.dir/build.make test/CMakeFiles/test_ecc_BLS24.dir/build
-.PHONY : test_ecc_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BLS383
-
-# Build rule for target.
-test_mpin_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BLS383
-.PHONY : test_mpin_BLS383
-
-# fast build rule for target.
-test_mpin_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BLS383.dir/build.make test/CMakeFiles/test_mpin_BLS383.dir/build
-.PHONY : test_mpin_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_gcm_encrypt_256
-
-# Build rule for target.
-test_gcm_encrypt_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_gcm_encrypt_256
-.PHONY : test_gcm_encrypt_256
-
-# fast build rule for target.
-test_gcm_encrypt_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_gcm_encrypt_256.dir/build.make test/CMakeFiles/test_gcm_encrypt_256.dir/build
-.PHONY : test_gcm_encrypt_256/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_512_56
-
-# Build rule for target.
-test_big_consistency_512_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_512_56
-.PHONY : test_big_consistency_512_56
-
-# fast build rule for target.
-test_big_consistency_512_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_512_56.dir/build.make test/CMakeFiles/test_big_consistency_512_56.dir/build
-.PHONY : test_big_consistency_512_56/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BN254
-
-# Build rule for target.
-test_mpin_dvs_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BN254
-.PHONY : test_mpin_dvs_BN254
-
-# fast build rule for target.
-test_mpin_dvs_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BN254.dir/build.make test/CMakeFiles/test_mpin_dvs_BN254.dir/build
-.PHONY : test_mpin_dvs_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BLS24
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BLS24
-.PHONY : test_wcc_bad_receiver_key_BLS24
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BLS24.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BLS24.dir/build
-.PHONY : test_wcc_bad_receiver_key_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BLS461
-
-# Build rule for target.
-test_mpinfull_random_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BLS461
-.PHONY : test_mpinfull_random_BLS461
-
-# fast build rule for target.
-test_mpinfull_random_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BLS461.dir/build.make test/CMakeFiles/test_mpinfull_random_BLS461.dir/build
-.PHONY : test_mpinfull_random_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_480_56
-
-# Build rule for target.
-test_big_consistency_480_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_480_56
-.PHONY : test_big_consistency_480_56
-
-# fast build rule for target.
-test_big_consistency_480_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_480_56.dir/build.make test/CMakeFiles/test_big_consistency_480_56.dir/build
-.PHONY : test_big_consistency_480_56/fast
-
-#=============================================================================
-# Target rules for targets named test_octet_consistency
-
-# Build rule for target.
-test_octet_consistency: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_octet_consistency
-.PHONY : test_octet_consistency
-
-# fast build rule for target.
-test_octet_consistency/fast:
-	$(MAKE) -f test/CMakeFiles/test_octet_consistency.dir/build.make test/CMakeFiles/test_octet_consistency.dir/build
-.PHONY : test_octet_consistency/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BLS383
-
-# Build rule for target.
-test_wcc_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BLS383
-.PHONY : test_wcc_BLS383
-
-# fast build rule for target.
-test_wcc_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BLS383.dir/build.make test/CMakeFiles/test_wcc_BLS383.dir/build
-.PHONY : test_wcc_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BLS381
-
-# Build rule for target.
-test_ecc_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BLS381
-.PHONY : test_ecc_BLS381
-
-# fast build rule for target.
-test_ecc_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BLS381.dir/build.make test/CMakeFiles/test_ecc_BLS381.dir/build
-.PHONY : test_ecc_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_gcm_decrypt_128
-
-# Build rule for target.
-test_gcm_decrypt_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_gcm_decrypt_128
-.PHONY : test_gcm_decrypt_128
-
-# fast build rule for target.
-test_gcm_decrypt_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_gcm_decrypt_128.dir/build.make test/CMakeFiles/test_gcm_decrypt_128.dir/build
-.PHONY : test_gcm_decrypt_128/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BLS381
-
-# Build rule for target.
-test_output_functions_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BLS381
-.PHONY : test_output_functions_BLS381
-
-# fast build rule for target.
-test_output_functions_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BLS381.dir/build.make test/CMakeFiles/test_output_functions_BLS381.dir/build
-.PHONY : test_output_functions_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BLS24
-
-# Build rule for target.
-test_mpin_sign_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BLS24
-.PHONY : test_mpin_sign_BLS24
-
-# fast build rule for target.
-test_mpin_sign_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BLS24.dir/build.make test/CMakeFiles/test_mpin_sign_BLS24.dir/build
-.PHONY : test_mpin_sign_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BLS48
-
-# Build rule for target.
-test_ecc_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BLS48
-.PHONY : test_ecc_BLS48
-
-# fast build rule for target.
-test_ecc_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BLS48.dir/build.make test/CMakeFiles/test_ecc_BLS48.dir/build
-.PHONY : test_ecc_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp8_arithmetics_BLS48
-
-# Build rule for target.
-test_ecp8_arithmetics_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp8_arithmetics_BLS48
-.PHONY : test_ecp8_arithmetics_BLS48
-
-# fast build rule for target.
-test_ecp8_arithmetics_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp8_arithmetics_BLS48.dir/build.make test/CMakeFiles/test_ecp8_arithmetics_BLS48.dir/build
-.PHONY : test_ecp8_arithmetics_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_ECB_256
-
-# Build rule for target.
-test_aes_decrypt_ECB_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_ECB_256
-.PHONY : test_aes_decrypt_ECB_256
-
-# fast build rule for target.
-test_aes_decrypt_ECB_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_ECB_256.dir/build.make test/CMakeFiles/test_aes_decrypt_ECB_256.dir/build
-.PHONY : test_aes_decrypt_ECB_256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BLS24
-
-# Build rule for target.
-test_mpin_good_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BLS24
-.PHONY : test_mpin_good_BLS24
-
-# fast build rule for target.
-test_mpin_good_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BLS24.dir/build.make test/CMakeFiles/test_mpin_good_BLS24.dir/build
-.PHONY : test_mpin_good_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_336_60
-
-# Build rule for target.
-test_big_consistency_336_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_336_60
-.PHONY : test_big_consistency_336_60
-
-# fast build rule for target.
-test_big_consistency_336_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_336_60.dir/build.make test/CMakeFiles/test_big_consistency_336_60.dir/build
-.PHONY : test_big_consistency_336_60/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BLS24
-
-# Build rule for target.
-test_mpin_expired_tp_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BLS24
-.PHONY : test_mpin_expired_tp_BLS24
-
-# fast build rule for target.
-test_mpin_expired_tp_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BLS24.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BLS24.dir/build
-.PHONY : test_mpin_expired_tp_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BLS24
-
-# Build rule for target.
-test_mpinfull_sha256_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BLS24
-.PHONY : test_mpinfull_sha256_BLS24
-
-# fast build rule for target.
-test_mpinfull_sha256_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BLS24.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BLS24.dir/build
-.PHONY : test_mpinfull_sha256_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BN254CX
-
-# Build rule for target.
-test_wcc_random_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BN254CX
-.PHONY : test_wcc_random_BN254CX
-
-# fast build rule for target.
-test_wcc_random_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BN254CX.dir/build.make test/CMakeFiles/test_wcc_random_BN254CX.dir/build
-.PHONY : test_wcc_random_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_NUMS512W
-
-# Build rule for target.
-test_ecp_arithmetics_NUMS512W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_NUMS512W
-.PHONY : test_ecp_arithmetics_NUMS512W
-
-# fast build rule for target.
-test_ecp_arithmetics_NUMS512W/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_NUMS512W.dir/build.make test/CMakeFiles/test_ecp_arithmetics_NUMS512W.dir/build
-.PHONY : test_ecp_arithmetics_NUMS512W/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_decrypt_CTR_128
-
-# Build rule for target.
-test_aes_decrypt_CTR_128: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_decrypt_CTR_128
-.PHONY : test_aes_decrypt_CTR_128
-
-# fast build rule for target.
-test_aes_decrypt_CTR_128/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_decrypt_CTR_128.dir/build.make test/CMakeFiles/test_aes_decrypt_CTR_128.dir/build
-.PHONY : test_aes_decrypt_CTR_128/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BLS24
-
-# Build rule for target.
-test_wcc_bad_sender_key_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BLS24
-.PHONY : test_wcc_bad_sender_key_BLS24
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BLS24.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BLS24.dir/build
-.PHONY : test_wcc_bad_sender_key_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BLS383
-
-# Build rule for target.
-test_mpinfull_random_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BLS383
-.PHONY : test_mpinfull_random_BLS383
-
-# fast build rule for target.
-test_mpinfull_random_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BLS383.dir/build.make test/CMakeFiles/test_mpinfull_random_BLS383.dir/build
-.PHONY : test_mpinfull_random_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_464_60
-
-# Build rule for target.
-test_big_arithmetics_464_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_464_60
-.PHONY : test_big_arithmetics_464_60
-
-# fast build rule for target.
-test_big_arithmetics_464_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_464_60.dir/build.make test/CMakeFiles/test_big_arithmetics_464_60.dir/build
-.PHONY : test_big_arithmetics_464_60/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BLS381
-
-# Build rule for target.
-test_mpin_tp_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BLS381
-.PHONY : test_mpin_tp_BLS381
-
-# fast build rule for target.
-test_mpin_tp_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BLS381.dir/build.make test/CMakeFiles/test_mpin_tp_BLS381.dir/build
-.PHONY : test_mpin_tp_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_BN254
-
-# Build rule for target.
-test_mpin_expired_tp_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_BN254
-.PHONY : test_mpin_expired_tp_BN254
-
-# fast build rule for target.
-test_mpin_expired_tp_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_BN254.dir/build.make test/CMakeFiles/test_mpin_expired_tp_BN254.dir/build
-.PHONY : test_mpin_expired_tp_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_FP256BN
-
-# Build rule for target.
-test_pair_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_FP256BN
-.PHONY : test_pair_FP256BN
-
-# fast build rule for target.
-test_pair_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_FP256BN.dir/build.make test/CMakeFiles/test_pair_FP256BN.dir/build
-.PHONY : test_pair_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BLS24
-
-# Build rule for target.
-test_mpinfull_sha512_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BLS24
-.PHONY : test_mpinfull_sha512_BLS24
-
-# fast build rule for target.
-test_mpinfull_sha512_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BLS24.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BLS24.dir/build
-.PHONY : test_mpinfull_sha512_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BLS24
-
-# Build rule for target.
-test_mpinfull_tp_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BLS24
-.PHONY : test_mpinfull_tp_BLS24
-
-# fast build rule for target.
-test_mpinfull_tp_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BLS24.dir/build.make test/CMakeFiles/test_mpinfull_tp_BLS24.dir/build
-.PHONY : test_mpinfull_tp_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BLS381
-
-# Build rule for target.
-test_mpinfull_sha512_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BLS381
-.PHONY : test_mpinfull_sha512_BLS381
-
-# fast build rule for target.
-test_mpinfull_sha512_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BLS381.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BLS381.dir/build
-.PHONY : test_mpinfull_sha512_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BLS381
-
-# Build rule for target.
-test_wcc_random_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BLS381
-.PHONY : test_wcc_random_BLS381
-
-# fast build rule for target.
-test_wcc_random_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BLS381.dir/build.make test/CMakeFiles/test_wcc_random_BLS381.dir/build
-.PHONY : test_wcc_random_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_C25519
-
-# Build rule for target.
-test_ecc_C25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_C25519
-.PHONY : test_ecc_C25519
-
-# fast build rule for target.
-test_ecc_C25519/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_C25519.dir/build.make test/CMakeFiles/test_ecc_C25519.dir/build
-.PHONY : test_ecc_C25519/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST384_384
-
-# Build rule for target.
-test_ecdsa_sign_NIST384_384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST384_384
-.PHONY : test_ecdsa_sign_NIST384_384
-
-# fast build rule for target.
-test_ecdsa_sign_NIST384_384/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST384_384.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST384_384.dir/build
-.PHONY : test_ecdsa_sign_NIST384_384/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NUMS256W
-
-# Build rule for target.
-test_ecc_NUMS256W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NUMS256W
-.PHONY : test_ecc_NUMS256W
-
-# fast build rule for target.
-test_ecc_NUMS256W/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NUMS256W.dir/build.make test/CMakeFiles/test_ecc_NUMS256W.dir/build
-.PHONY : test_ecc_NUMS256W/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BLS461
-
-# Build rule for target.
-test_output_functions_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BLS461
-.PHONY : test_output_functions_BLS461
-
-# fast build rule for target.
-test_output_functions_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BLS461.dir/build.make test/CMakeFiles/test_output_functions_BLS461.dir/build
-.PHONY : test_output_functions_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_384_58
-
-# Build rule for target.
-test_big_arithmetics_384_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_384_58
-.PHONY : test_big_arithmetics_384_58
-
-# fast build rule for target.
-test_big_arithmetics_384_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_384_58.dir/build.make test/CMakeFiles/test_big_arithmetics_384_58.dir/build
-.PHONY : test_big_arithmetics_384_58/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_BLS381
-
-# Build rule for target.
-test_ecp2_arithmetics_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_BLS381
-.PHONY : test_ecp2_arithmetics_BLS381
-
-# fast build rule for target.
-test_ecp2_arithmetics_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_BLS381.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_BLS381.dir/build
-.PHONY : test_ecp2_arithmetics_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BN254
-
-# Build rule for target.
-test_mpinfull_sha256_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BN254
-.PHONY : test_mpinfull_sha256_BN254
-
-# fast build rule for target.
-test_mpinfull_sha256_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BN254.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BN254.dir/build
-.PHONY : test_mpinfull_sha256_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BLS24
-
-# Build rule for target.
-test_mpin_bad_pin_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BLS24
-.PHONY : test_mpin_bad_pin_BLS24
-
-# fast build rule for target.
-test_mpin_bad_pin_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BLS24.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BLS24.dir/build
-.PHONY : test_mpin_bad_pin_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BLS48
-
-# Build rule for target.
-test_mpinfull_random_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BLS48
-.PHONY : test_mpinfull_random_BLS48
-
-# fast build rule for target.
-test_mpinfull_random_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BLS48.dir/build.make test/CMakeFiles/test_mpinfull_random_BLS48.dir/build
-.PHONY : test_mpinfull_random_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BN254
-
-# Build rule for target.
-test_output_functions_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BN254
-.PHONY : test_output_functions_BN254
-
-# fast build rule for target.
-test_output_functions_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BN254.dir/build.make test/CMakeFiles/test_output_functions_BN254.dir/build
-.PHONY : test_output_functions_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BLS24
-
-# Build rule for target.
-test_mpinfull_onepass_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BLS24
-.PHONY : test_mpinfull_onepass_BLS24
-
-# fast build rule for target.
-test_mpinfull_onepass_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BLS24.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BLS24.dir/build
-.PHONY : test_mpinfull_onepass_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BLS381
-
-# Build rule for target.
-test_mpinfull_sha384_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BLS381
-.PHONY : test_mpinfull_sha384_BLS381
-
-# fast build rule for target.
-test_mpinfull_sha384_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BLS381.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BLS381.dir/build
-.PHONY : test_mpinfull_sha384_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BLS48
-
-# Build rule for target.
-test_output_functions_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BLS48
-.PHONY : test_output_functions_BLS48
-
-# fast build rule for target.
-test_output_functions_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BLS48.dir/build.make test/CMakeFiles/test_output_functions_BLS48.dir/build
-.PHONY : test_output_functions_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BLS381
-
-# Build rule for target.
-test_mpin_random_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BLS381
-.PHONY : test_mpin_random_BLS381
-
-# fast build rule for target.
-test_mpin_random_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BLS381.dir/build.make test/CMakeFiles/test_mpin_random_BLS381.dir/build
-.PHONY : test_mpin_random_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BLS461
-
-# Build rule for target.
-test_mpin_bad_token_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BLS461
-.PHONY : test_mpin_bad_token_BLS461
-
-# fast build rule for target.
-test_mpin_bad_token_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BLS461.dir/build.make test/CMakeFiles/test_mpin_bad_token_BLS461.dir/build
-.PHONY : test_mpin_bad_token_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_FP512BN
-
-# Build rule for target.
-test_mpin_bad_token_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_FP512BN
-.PHONY : test_mpin_bad_token_FP512BN
-
-# fast build rule for target.
-test_mpin_bad_token_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_FP512BN.dir/build.make test/CMakeFiles/test_mpin_bad_token_FP512BN.dir/build
-.PHONY : test_mpin_bad_token_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_FP512BN
-
-# Build rule for target.
-test_mpinfull_onepass_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_FP512BN
-.PHONY : test_mpinfull_onepass_FP512BN
-
-# fast build rule for target.
-test_mpinfull_onepass_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_FP512BN.dir/build.make test/CMakeFiles/test_mpinfull_onepass_FP512BN.dir/build
-.PHONY : test_mpinfull_onepass_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BLS461
-
-# Build rule for target.
-test_mpin_sign_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BLS461
-.PHONY : test_mpin_sign_BLS461
-
-# fast build rule for target.
-test_mpin_sign_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BLS461.dir/build.make test/CMakeFiles/test_mpin_sign_BLS461.dir/build
-.PHONY : test_mpin_sign_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_FP512BN
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_FP512BN
-.PHONY : test_mpin_dvs_wrong_pk_FP512BN
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_FP512BN.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_FP512BN.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BLS461
-
-# Build rule for target.
-test_wcc_random_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BLS461
-.PHONY : test_wcc_random_BLS461
-
-# fast build rule for target.
-test_wcc_random_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BLS461.dir/build.make test/CMakeFiles/test_wcc_random_BLS461.dir/build
-.PHONY : test_wcc_random_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BLS24
-
-# Build rule for target.
-test_wcc_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BLS24
-.PHONY : test_wcc_BLS24
-
-# fast build rule for target.
-test_wcc_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BLS24.dir/build.make test/CMakeFiles/test_wcc_BLS24.dir/build
-.PHONY : test_wcc_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BLS381
-
-# Build rule for target.
-test_mpin_dvs_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BLS381
-.PHONY : test_mpin_dvs_BLS381
-
-# fast build rule for target.
-test_mpin_dvs_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BLS381.dir/build.make test/CMakeFiles/test_mpin_dvs_BLS381.dir/build
-.PHONY : test_mpin_dvs_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_GOLDILOCKS
-
-# Build rule for target.
-test_ecc_GOLDILOCKS: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_GOLDILOCKS
-.PHONY : test_ecc_GOLDILOCKS
-
-# fast build rule for target.
-test_ecc_GOLDILOCKS/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_GOLDILOCKS.dir/build.make test/CMakeFiles/test_ecc_GOLDILOCKS.dir/build
-.PHONY : test_ecc_GOLDILOCKS/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_BLS48
-
-# Build rule for target.
-test_mpin_dvs_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_BLS48
-.PHONY : test_mpin_dvs_BLS48
-
-# fast build rule for target.
-test_mpin_dvs_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_BLS48.dir/build.make test/CMakeFiles/test_mpin_dvs_BLS48.dir/build
-.PHONY : test_mpin_dvs_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_FP512BN
-
-# Build rule for target.
-test_mpin_dvs_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_FP512BN
-.PHONY : test_mpin_dvs_FP512BN
-
-# fast build rule for target.
-test_mpin_dvs_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_FP512BN.dir/build.make test/CMakeFiles/test_mpin_dvs_FP512BN.dir/build
-.PHONY : test_mpin_dvs_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BLS48
-
-# Build rule for target.
-test_mpinfull_onepass_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BLS48
-.PHONY : test_mpinfull_onepass_BLS48
-
-# fast build rule for target.
-test_mpinfull_onepass_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BLS48.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BLS48.dir/build
-.PHONY : test_mpinfull_onepass_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BLS48
-
-# Build rule for target.
-test_wcc_invalid_points_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BLS48
-.PHONY : test_wcc_invalid_points_BLS48
-
-# fast build rule for target.
-test_wcc_invalid_points_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BLS48.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BLS48.dir/build
-.PHONY : test_wcc_invalid_points_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BLS48
-
-# Build rule for target.
-test_wcc_bad_sender_key_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BLS48
-.PHONY : test_wcc_bad_sender_key_BLS48
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BLS48.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BLS48.dir/build
-.PHONY : test_wcc_bad_sender_key_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BLS48
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BLS48
-.PHONY : test_wcc_bad_receiver_key_BLS48
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BLS48.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BLS48.dir/build
-.PHONY : test_wcc_bad_receiver_key_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BLS48
-
-# Build rule for target.
-test_bls_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BLS48
-.PHONY : test_bls_BLS48
-
-# fast build rule for target.
-test_bls_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BLS48.dir/build.make test/CMakeFiles/test_bls_BLS48.dir/build
-.PHONY : test_bls_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_416_60
-
-# Build rule for target.
-test_big_arithmetics_416_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_416_60
-.PHONY : test_big_arithmetics_416_60
-
-# fast build rule for target.
-test_big_arithmetics_416_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_416_60.dir/build.make test/CMakeFiles/test_big_arithmetics_416_60.dir/build
-.PHONY : test_big_arithmetics_416_60/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_BLS461
-
-# Build rule for target.
-test_mpinfull_sha384_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_BLS461
-.PHONY : test_mpinfull_sha384_BLS461
-
-# fast build rule for target.
-test_mpinfull_sha384_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_BLS461.dir/build.make test/CMakeFiles/test_mpinfull_sha384_BLS461.dir/build
-.PHONY : test_mpinfull_sha384_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BN254
-
-# Build rule for target.
-test_ecc_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BN254
-.PHONY : test_ecc_BN254
-
-# fast build rule for target.
-test_ecc_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BN254.dir/build.make test/CMakeFiles/test_ecc_BN254.dir/build
-.PHONY : test_ecc_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_FP256BN
-
-# Build rule for target.
-test_bls_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_FP256BN
-.PHONY : test_bls_FP256BN
-
-# fast build rule for target.
-test_bls_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_FP256BN.dir/build.make test/CMakeFiles/test_bls_FP256BN.dir/build
-.PHONY : test_bls_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BLS24
-
-# Build rule for target.
-test_bls_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BLS24
-.PHONY : test_bls_BLS24
-
-# fast build rule for target.
-test_bls_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BLS24.dir/build.make test/CMakeFiles/test_bls_BLS24.dir/build
-.PHONY : test_bls_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BLS24
-
-# Build rule for target.
-test_mpin_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BLS24
-.PHONY : test_mpin_BLS24
-
-# fast build rule for target.
-test_mpin_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BLS24.dir/build.make test/CMakeFiles/test_mpin_BLS24.dir/build
-.PHONY : test_mpin_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BN254
-
-# Build rule for target.
-test_ecp_arithmetics_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BN254
-.PHONY : test_ecp_arithmetics_BN254
-
-# fast build rule for target.
-test_ecp_arithmetics_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BN254.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BN254.dir/build
-.PHONY : test_ecp_arithmetics_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp2_arithmetics_BN254
-
-# Build rule for target.
-test_ecp2_arithmetics_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp2_arithmetics_BN254
-.PHONY : test_ecp2_arithmetics_BN254
-
-# fast build rule for target.
-test_ecp2_arithmetics_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp2_arithmetics_BN254.dir/build.make test/CMakeFiles/test_ecp2_arithmetics_BN254.dir/build
-.PHONY : test_ecp2_arithmetics_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BN254
-
-# Build rule for target.
-test_pair_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BN254
-.PHONY : test_pair_BN254
-
-# fast build rule for target.
-test_pair_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BN254.dir/build.make test/CMakeFiles/test_pair_BN254.dir/build
-.PHONY : test_pair_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BN254
-
-# Build rule for target.
-test_mpin_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BN254
-.PHONY : test_mpin_BN254
-
-# fast build rule for target.
-test_mpin_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BN254.dir/build.make test/CMakeFiles/test_mpin_BN254.dir/build
-.PHONY : test_mpin_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_BN254
-
-# Build rule for target.
-test_mpin_sign_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_BN254
-.PHONY : test_mpin_sign_BN254
-
-# fast build rule for target.
-test_mpin_sign_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_BN254.dir/build.make test/CMakeFiles/test_mpin_sign_BN254.dir/build
-.PHONY : test_mpin_sign_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NUMS512E
-
-# Build rule for target.
-test_ecc_NUMS512E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NUMS512E
-.PHONY : test_ecc_NUMS512E
-
-# fast build rule for target.
-test_ecc_NUMS512E/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NUMS512E.dir/build.make test/CMakeFiles/test_ecc_NUMS512E.dir/build
-.PHONY : test_ecc_NUMS512E/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BN254
-
-# Build rule for target.
-test_mpin_good_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BN254
-.PHONY : test_mpin_good_BN254
-
-# fast build rule for target.
-test_mpin_good_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BN254.dir/build.make test/CMakeFiles/test_mpin_good_BN254.dir/build
-.PHONY : test_mpin_good_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_BN254
-
-# Build rule for target.
-test_mpin_bad_pin_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_BN254
-.PHONY : test_mpin_bad_pin_BN254
-
-# fast build rule for target.
-test_mpin_bad_pin_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_BN254.dir/build.make test/CMakeFiles/test_mpin_bad_pin_BN254.dir/build
-.PHONY : test_mpin_bad_pin_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_sign_2048_C25519
-
-# Build rule for target.
-test_rsa_sign_2048_C25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_sign_2048_C25519
-.PHONY : test_rsa_sign_2048_C25519
-
-# fast build rule for target.
-test_rsa_sign_2048_C25519/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_sign_2048_C25519.dir/build.make test/CMakeFiles/test_rsa_sign_2048_C25519.dir/build
-.PHONY : test_rsa_sign_2048_C25519/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BN254
-
-# Build rule for target.
-test_mpinfull_onepass_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BN254
-.PHONY : test_mpinfull_onepass_BN254
-
-# fast build rule for target.
-test_mpinfull_onepass_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BN254.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BN254.dir/build
-.PHONY : test_mpinfull_onepass_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_GOLDILOCKS
-
-# Build rule for target.
-test_ecp_arithmetics_GOLDILOCKS: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_GOLDILOCKS
-.PHONY : test_ecp_arithmetics_GOLDILOCKS
-
-# fast build rule for target.
-test_ecp_arithmetics_GOLDILOCKS/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_GOLDILOCKS.dir/build.make test/CMakeFiles/test_ecp_arithmetics_GOLDILOCKS.dir/build
-.PHONY : test_ecp_arithmetics_GOLDILOCKS/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BLS383
-
-# Build rule for target.
-test_wcc_bad_sender_key_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BLS383
-.PHONY : test_wcc_bad_sender_key_BLS383
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BLS383.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BLS383.dir/build
-.PHONY : test_wcc_bad_sender_key_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BN254
-
-# Build rule for target.
-test_mpin_tp_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BN254
-.PHONY : test_mpin_tp_BN254
-
-# fast build rule for target.
-test_mpin_tp_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BN254.dir/build.make test/CMakeFiles/test_mpin_tp_BN254.dir/build
-.PHONY : test_mpin_tp_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BN254
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BN254
-.PHONY : test_mpin_dvs_wrong_pk_BN254
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BN254.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BN254.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BN254
-
-# Build rule for target.
-test_mpinfull_sha512_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BN254
-.PHONY : test_mpinfull_sha512_BN254
-
-# fast build rule for target.
-test_mpinfull_sha512_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BN254.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BN254.dir/build
-.PHONY : test_mpinfull_sha512_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BN254
-
-# Build rule for target.
-test_mpinfull_random_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BN254
-.PHONY : test_mpinfull_random_BN254
-
-# fast build rule for target.
-test_mpinfull_random_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BN254.dir/build.make test/CMakeFiles/test_mpinfull_random_BN254.dir/build
-.PHONY : test_mpinfull_random_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST521_256
-
-# Build rule for target.
-test_ecdsa_sign_NIST521_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST521_256
-.PHONY : test_ecdsa_sign_NIST521_256
-
-# fast build rule for target.
-test_ecdsa_sign_NIST521_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST521_256.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST521_256.dir/build
-.PHONY : test_ecdsa_sign_NIST521_256/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BN254
-
-# Build rule for target.
-test_wcc_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BN254
-.PHONY : test_wcc_BN254
-
-# fast build rule for target.
-test_wcc_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BN254.dir/build.make test/CMakeFiles/test_wcc_BN254.dir/build
-.PHONY : test_wcc_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BLS381
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BLS381
-.PHONY : test_mpin_dvs_wrong_pk_BLS381
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS381.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BLS381.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_BN254
-
-# Build rule for target.
-test_wcc_random_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_BN254
-.PHONY : test_wcc_random_BN254
-
-# fast build rule for target.
-test_wcc_random_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_BN254.dir/build.make test/CMakeFiles/test_wcc_random_BN254.dir/build
-.PHONY : test_wcc_random_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BN254
-
-# Build rule for target.
-test_mpin_bad_token_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BN254
-.PHONY : test_mpin_bad_token_BN254
-
-# fast build rule for target.
-test_mpin_bad_token_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BN254.dir/build.make test/CMakeFiles/test_mpin_bad_token_BN254.dir/build
-.PHONY : test_mpin_bad_token_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BN254
-
-# Build rule for target.
-test_wcc_invalid_points_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BN254
-.PHONY : test_wcc_invalid_points_BN254
-
-# fast build rule for target.
-test_wcc_invalid_points_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BN254.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BN254.dir/build
-.PHONY : test_wcc_invalid_points_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_BN254CX
-
-# Build rule for target.
-test_output_functions_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_BN254CX
-.PHONY : test_output_functions_BN254CX
-
-# fast build rule for target.
-test_output_functions_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_BN254CX.dir/build.make test/CMakeFiles/test_output_functions_BN254CX.dir/build
-.PHONY : test_output_functions_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_BLS48
-
-# Build rule for target.
-test_mpinfull_tp_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_BLS48
-.PHONY : test_mpinfull_tp_BLS48
-
-# fast build rule for target.
-test_mpinfull_tp_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_BLS48.dir/build.make test/CMakeFiles/test_mpinfull_tp_BLS48.dir/build
-.PHONY : test_mpinfull_tp_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_BN254
-
-# Build rule for target.
-test_wcc_bad_sender_key_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_BN254
-.PHONY : test_wcc_bad_sender_key_BN254
-
-# fast build rule for target.
-test_wcc_bad_sender_key_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_BN254.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_BN254.dir/build
-.PHONY : test_wcc_bad_sender_key_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_BN254CX
-
-# Build rule for target.
-test_ecp_arithmetics_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_BN254CX
-.PHONY : test_ecp_arithmetics_BN254CX
-
-# fast build rule for target.
-test_ecp_arithmetics_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_BN254CX.dir/build.make test/CMakeFiles/test_ecp_arithmetics_BN254CX.dir/build
-.PHONY : test_ecp_arithmetics_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BN254
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BN254
-.PHONY : test_wcc_bad_receiver_key_BN254
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BN254.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BN254.dir/build
-.PHONY : test_wcc_bad_receiver_key_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BLS383
-
-# Build rule for target.
-test_mpin_random_BLS383: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BLS383
-.PHONY : test_mpin_random_BLS383
-
-# fast build rule for target.
-test_mpin_random_BLS383/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BLS383.dir/build.make test/CMakeFiles/test_mpin_random_BLS383.dir/build
-.PHONY : test_mpin_random_BLS383/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BLS381
-
-# Build rule for target.
-test_mpin_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BLS381
-.PHONY : test_mpin_BLS381
-
-# fast build rule for target.
-test_mpin_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BLS381.dir/build.make test/CMakeFiles/test_mpin_BLS381.dir/build
-.PHONY : test_mpin_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_FP256BN
-
-# Build rule for target.
-test_mpin_dvs_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_FP256BN
-.PHONY : test_mpin_dvs_FP256BN
-
-# fast build rule for target.
-test_mpin_dvs_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_FP256BN.dir/build.make test/CMakeFiles/test_mpin_dvs_FP256BN.dir/build
-.PHONY : test_mpin_dvs_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_448_58
-
-# Build rule for target.
-test_big_consistency_448_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_448_58
-.PHONY : test_big_consistency_448_58
-
-# fast build rule for target.
-test_big_consistency_448_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_448_58.dir/build.make test/CMakeFiles/test_big_consistency_448_58.dir/build
-.PHONY : test_big_consistency_448_58/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BN254CX
-
-# Build rule for target.
-test_pair_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BN254CX
-.PHONY : test_pair_BN254CX
-
-# fast build rule for target.
-test_pair_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BN254CX.dir/build.make test/CMakeFiles/test_pair_BN254CX.dir/build
-.PHONY : test_pair_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_BN254CX
-
-# Build rule for target.
-test_mpin_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_BN254CX
-.PHONY : test_mpin_BN254CX
-
-# fast build rule for target.
-test_mpin_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_BN254CX.dir/build.make test/CMakeFiles/test_mpin_BN254CX.dir/build
-.PHONY : test_mpin_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_FP256BN
-
-# Build rule for target.
-test_mpin_random_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_FP256BN
-.PHONY : test_mpin_random_FP256BN
-
-# fast build rule for target.
-test_mpin_random_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_FP256BN.dir/build.make test/CMakeFiles/test_mpin_random_FP256BN.dir/build
-.PHONY : test_mpin_random_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BN254CX
-
-# Build rule for target.
-test_ecc_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BN254CX
-.PHONY : test_ecc_BN254CX
-
-# fast build rule for target.
-test_ecc_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BN254CX.dir/build.make test/CMakeFiles/test_ecc_BN254CX.dir/build
-.PHONY : test_ecc_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BN254CX
-
-# Build rule for target.
-test_mpin_tp_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BN254CX
-.PHONY : test_mpin_tp_BN254CX
-
-# fast build rule for target.
-test_mpin_tp_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BN254CX.dir/build.make test/CMakeFiles/test_mpin_tp_BN254CX.dir/build
-.PHONY : test_mpin_tp_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_sign_FP256BN
-
-# Build rule for target.
-test_mpin_sign_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_sign_FP256BN
-.PHONY : test_mpin_sign_FP256BN
-
-# fast build rule for target.
-test_mpin_sign_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_sign_FP256BN.dir/build.make test/CMakeFiles/test_mpin_sign_FP256BN.dir/build
-.PHONY : test_mpin_sign_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_dvs_wrong_pk_BN254CX
-
-# Build rule for target.
-test_mpin_dvs_wrong_pk_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_dvs_wrong_pk_BN254CX
-.PHONY : test_mpin_dvs_wrong_pk_BN254CX
-
-# fast build rule for target.
-test_mpin_dvs_wrong_pk_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_dvs_wrong_pk_BN254CX.dir/build.make test/CMakeFiles/test_mpin_dvs_wrong_pk_BN254CX.dir/build
-.PHONY : test_mpin_dvs_wrong_pk_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BN254CX
-
-# Build rule for target.
-test_mpin_random_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BN254CX
-.PHONY : test_mpin_random_BN254CX
-
-# fast build rule for target.
-test_mpin_random_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BN254CX.dir/build.make test/CMakeFiles/test_mpin_random_BN254CX.dir/build
-.PHONY : test_mpin_random_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_BN254CX
-
-# Build rule for target.
-test_mpinfull_sha256_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_BN254CX
-.PHONY : test_mpinfull_sha256_BN254CX
-
-# fast build rule for target.
-test_mpinfull_sha256_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_BN254CX.dir/build.make test/CMakeFiles/test_mpinfull_sha256_BN254CX.dir/build
-.PHONY : test_mpinfull_sha256_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_x509_2048_NIST521_1
-
-# Build rule for target.
-test_x509_2048_NIST521_1: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_x509_2048_NIST521_1
-.PHONY : test_x509_2048_NIST521_1
-
-# fast build rule for target.
-test_x509_2048_NIST521_1/fast:
-	$(MAKE) -f test/CMakeFiles/test_x509_2048_NIST521_1.dir/build.make test/CMakeFiles/test_x509_2048_NIST521_1.dir/build
-.PHONY : test_x509_2048_NIST521_1/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_BLS48
-
-# Build rule for target.
-test_mpin_good_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_BLS48
-.PHONY : test_mpin_good_BLS48
-
-# fast build rule for target.
-test_mpin_good_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_BLS48.dir/build.make test/CMakeFiles/test_mpin_good_BLS48.dir/build
-.PHONY : test_mpin_good_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_FP256BN
-
-# Build rule for target.
-test_wcc_bad_receiver_key_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_FP256BN
-.PHONY : test_wcc_bad_receiver_key_FP256BN
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_FP256BN.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_FP256BN.dir/build
-.PHONY : test_wcc_bad_receiver_key_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_BN254CX
-
-# Build rule for target.
-test_mpinfull_onepass_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_BN254CX
-.PHONY : test_mpinfull_onepass_BN254CX
-
-# fast build rule for target.
-test_mpinfull_onepass_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_BN254CX.dir/build.make test/CMakeFiles/test_mpinfull_onepass_BN254CX.dir/build
-.PHONY : test_mpinfull_onepass_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_BN254CX
-
-# Build rule for target.
-test_mpinfull_random_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_BN254CX
-.PHONY : test_mpinfull_random_BN254CX
-
-# fast build rule for target.
-test_mpinfull_random_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_BN254CX.dir/build.make test/CMakeFiles/test_mpinfull_random_BN254CX.dir/build
-.PHONY : test_mpinfull_random_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_output_functions_FP256BN
-
-# Build rule for target.
-test_output_functions_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_output_functions_FP256BN
-.PHONY : test_output_functions_FP256BN
-
-# fast build rule for target.
-test_output_functions_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_output_functions_FP256BN.dir/build.make test/CMakeFiles/test_output_functions_FP256BN.dir/build
-.PHONY : test_output_functions_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST521_512
-
-# Build rule for target.
-test_ecdsa_verify_NIST521_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST521_512
-.PHONY : test_ecdsa_verify_NIST521_512
-
-# fast build rule for target.
-test_ecdsa_verify_NIST521_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST521_512.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST521_512.dir/build
-.PHONY : test_ecdsa_verify_NIST521_512/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_token_BN254CX
-
-# Build rule for target.
-test_mpin_bad_token_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_token_BN254CX
-.PHONY : test_mpin_bad_token_BN254CX
-
-# fast build rule for target.
-test_mpin_bad_token_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_token_BN254CX.dir/build.make test/CMakeFiles/test_mpin_bad_token_BN254CX.dir/build
-.PHONY : test_mpin_bad_token_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_BN254CX
-
-# Build rule for target.
-test_wcc_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_BN254CX
-.PHONY : test_wcc_BN254CX
-
-# fast build rule for target.
-test_wcc_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_BN254CX.dir/build.make test/CMakeFiles/test_wcc_BN254CX.dir/build
-.PHONY : test_wcc_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_FP256BN
-
-# Build rule for target.
-test_mpin_tp_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_FP256BN
-.PHONY : test_mpin_tp_FP256BN
-
-# fast build rule for target.
-test_mpin_tp_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_FP256BN.dir/build.make test/CMakeFiles/test_mpin_tp_FP256BN.dir/build
-.PHONY : test_mpin_tp_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NUMS384E
-
-# Build rule for target.
-test_ecc_NUMS384E: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NUMS384E
-.PHONY : test_ecc_NUMS384E
-
-# fast build rule for target.
-test_ecc_NUMS384E/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NUMS384E.dir/build.make test/CMakeFiles/test_ecc_NUMS384E.dir/build
-.PHONY : test_ecc_NUMS384E/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BN254CX
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BN254CX
-.PHONY : test_wcc_bad_receiver_key_BN254CX
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BN254CX.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BN254CX.dir/build
-.PHONY : test_wcc_bad_receiver_key_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_bls_BN254CX
-
-# Build rule for target.
-test_bls_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_bls_BN254CX
-.PHONY : test_bls_BN254CX
-
-# fast build rule for target.
-test_bls_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_bls_BN254CX.dir/build.make test/CMakeFiles/test_bls_BN254CX.dir/build
-.PHONY : test_bls_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_C25519
-
-# Build rule for target.
-test_ecp_arithmetics_C25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_C25519
-.PHONY : test_ecp_arithmetics_C25519
-
-# fast build rule for target.
-test_ecp_arithmetics_C25519/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_C25519.dir/build.make test/CMakeFiles/test_ecp_arithmetics_C25519.dir/build
-.PHONY : test_ecp_arithmetics_C25519/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST521_256
-
-# Build rule for target.
-test_ecdsa_verify_NIST521_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST521_256
-.PHONY : test_ecdsa_verify_NIST521_256
-
-# fast build rule for target.
-test_ecdsa_verify_NIST521_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST521_256.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST521_256.dir/build
-.PHONY : test_ecdsa_verify_NIST521_256/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_416_60
-
-# Build rule for target.
-test_big_consistency_416_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_416_60
-.PHONY : test_big_consistency_416_60
-
-# fast build rule for target.
-test_big_consistency_416_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_416_60.dir/build.make test/CMakeFiles/test_big_consistency_416_60.dir/build
-.PHONY : test_big_consistency_416_60/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_C41417
-
-# Build rule for target.
-test_ecc_C41417: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_C41417
-.PHONY : test_ecc_C41417
-
-# fast build rule for target.
-test_ecc_C41417/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_C41417.dir/build.make test/CMakeFiles/test_ecc_C41417.dir/build
-.PHONY : test_ecc_C41417/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_BRAINPOOL
-
-# Build rule for target.
-test_ecc_BRAINPOOL: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_BRAINPOOL
-.PHONY : test_ecc_BRAINPOOL
-
-# fast build rule for target.
-test_ecc_BRAINPOOL/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_BRAINPOOL.dir/build.make test/CMakeFiles/test_ecc_BRAINPOOL.dir/build
-.PHONY : test_ecc_BRAINPOOL/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_C41417
-
-# Build rule for target.
-test_ecp_arithmetics_C41417: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_C41417
-.PHONY : test_ecp_arithmetics_C41417
-
-# fast build rule for target.
-test_ecp_arithmetics_C41417/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_C41417.dir/build.make test/CMakeFiles/test_ecp_arithmetics_C41417.dir/build
-.PHONY : test_ecp_arithmetics_C41417/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_ED25519
-
-# Build rule for target.
-test_ecc_ED25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_ED25519
-.PHONY : test_ecc_ED25519
-
-# fast build rule for target.
-test_ecc_ED25519/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_ED25519.dir/build.make test/CMakeFiles/test_ecc_ED25519.dir/build
-.PHONY : test_ecc_ED25519/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_464_60
-
-# Build rule for target.
-test_big_consistency_464_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_464_60
-.PHONY : test_big_consistency_464_60
-
-# fast build rule for target.
-test_big_consistency_464_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_464_60.dir/build.make test/CMakeFiles/test_big_consistency_464_60.dir/build
-.PHONY : test_big_consistency_464_60/fast
-
-#=============================================================================
-# Target rules for targets named test_aes_encrypt_CBC_256
-
-# Build rule for target.
-test_aes_encrypt_CBC_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_aes_encrypt_CBC_256
-.PHONY : test_aes_encrypt_CBC_256
-
-# fast build rule for target.
-test_aes_encrypt_CBC_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_aes_encrypt_CBC_256.dir/build.make test/CMakeFiles/test_aes_encrypt_CBC_256.dir/build
-.PHONY : test_aes_encrypt_CBC_256/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_FP256BN
-
-# Build rule for target.
-test_ecp_arithmetics_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_FP256BN
-.PHONY : test_ecp_arithmetics_FP256BN
-
-# fast build rule for target.
-test_ecp_arithmetics_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_FP256BN.dir/build.make test/CMakeFiles/test_ecp_arithmetics_FP256BN.dir/build
-.PHONY : test_ecp_arithmetics_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_good_FP256BN
-
-# Build rule for target.
-test_mpin_good_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_good_FP256BN
-.PHONY : test_mpin_good_FP256BN
-
-# fast build rule for target.
-test_mpin_good_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_good_FP256BN.dir/build.make test/CMakeFiles/test_mpin_good_FP256BN.dir/build
-.PHONY : test_mpin_good_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_HIFIVE
-
-# Build rule for target.
-test_ecp_arithmetics_HIFIVE: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_HIFIVE
-.PHONY : test_ecp_arithmetics_HIFIVE
-
-# fast build rule for target.
-test_ecp_arithmetics_HIFIVE/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_HIFIVE.dir/build.make test/CMakeFiles/test_ecp_arithmetics_HIFIVE.dir/build
-.PHONY : test_ecp_arithmetics_HIFIVE/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_bad_pin_FP256BN
-
-# Build rule for target.
-test_mpin_bad_pin_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_bad_pin_FP256BN
-.PHONY : test_mpin_bad_pin_FP256BN
-
-# fast build rule for target.
-test_mpin_bad_pin_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_bad_pin_FP256BN.dir/build.make test/CMakeFiles/test_mpin_bad_pin_FP256BN.dir/build
-.PHONY : test_mpin_bad_pin_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_FP512BN
-
-# Build rule for target.
-test_wcc_invalid_points_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_FP512BN
-.PHONY : test_wcc_invalid_points_FP512BN
-
-# fast build rule for target.
-test_wcc_invalid_points_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_FP512BN.dir/build.make test/CMakeFiles/test_wcc_invalid_points_FP512BN.dir/build
-.PHONY : test_wcc_invalid_points_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha256_FP256BN
-
-# Build rule for target.
-test_mpinfull_sha256_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha256_FP256BN
-.PHONY : test_mpinfull_sha256_FP256BN
-
-# fast build rule for target.
-test_mpinfull_sha256_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha256_FP256BN.dir/build.make test/CMakeFiles/test_mpinfull_sha256_FP256BN.dir/build
-.PHONY : test_mpinfull_sha256_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha384_FP256BN
-
-# Build rule for target.
-test_mpinfull_sha384_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha384_FP256BN
-.PHONY : test_mpinfull_sha384_FP256BN
-
-# fast build rule for target.
-test_mpinfull_sha384_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha384_FP256BN.dir/build.make test/CMakeFiles/test_mpinfull_sha384_FP256BN.dir/build
-.PHONY : test_mpinfull_sha384_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_onepass_FP256BN
-
-# Build rule for target.
-test_mpinfull_onepass_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_onepass_FP256BN
-.PHONY : test_mpinfull_onepass_FP256BN
-
-# fast build rule for target.
-test_mpinfull_onepass_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_onepass_FP256BN.dir/build.make test/CMakeFiles/test_mpinfull_onepass_FP256BN.dir/build
-.PHONY : test_mpinfull_onepass_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_FP512BN
-
-# Build rule for target.
-test_ecc_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_FP512BN
-.PHONY : test_ecc_FP512BN
-
-# fast build rule for target.
-test_ecc_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_FP512BN.dir/build.make test/CMakeFiles/test_ecc_FP512BN.dir/build
-.PHONY : test_ecc_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_FP256BN
-
-# Build rule for target.
-test_mpinfull_random_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_FP256BN
-.PHONY : test_mpinfull_random_FP256BN
-
-# fast build rule for target.
-test_mpinfull_random_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_FP256BN.dir/build.make test/CMakeFiles/test_mpinfull_random_FP256BN.dir/build
-.PHONY : test_mpinfull_random_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_ED25519
-
-# Build rule for target.
-test_ecp_arithmetics_ED25519: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_ED25519
-.PHONY : test_ecp_arithmetics_ED25519
-
-# fast build rule for target.
-test_ecp_arithmetics_ED25519/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_ED25519.dir/build.make test/CMakeFiles/test_ecp_arithmetics_ED25519.dir/build
-.PHONY : test_ecp_arithmetics_ED25519/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_FP256BN
-
-# Build rule for target.
-test_wcc_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_FP256BN
-.PHONY : test_wcc_FP256BN
-
-# fast build rule for target.
-test_wcc_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_FP256BN.dir/build.make test/CMakeFiles/test_wcc_FP256BN.dir/build
-.PHONY : test_wcc_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_HIFIVE
-
-# Build rule for target.
-test_ecc_HIFIVE: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_HIFIVE
-.PHONY : test_ecc_HIFIVE
-
-# fast build rule for target.
-test_ecc_HIFIVE/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_HIFIVE.dir/build.make test/CMakeFiles/test_ecc_HIFIVE.dir/build
-.PHONY : test_ecc_HIFIVE/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_FP256BN
-
-# Build rule for target.
-test_wcc_invalid_points_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_FP256BN
-.PHONY : test_wcc_invalid_points_FP256BN
-
-# fast build rule for target.
-test_wcc_invalid_points_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_FP256BN.dir/build.make test/CMakeFiles/test_wcc_invalid_points_FP256BN.dir/build
-.PHONY : test_wcc_invalid_points_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_keypair_NIST256
-
-# Build rule for target.
-test_ecdsa_keypair_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_keypair_NIST256
-.PHONY : test_ecdsa_keypair_NIST256
-
-# fast build rule for target.
-test_ecdsa_keypair_NIST256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_keypair_NIST256.dir/build.make test/CMakeFiles/test_ecdsa_keypair_NIST256.dir/build
-.PHONY : test_ecdsa_keypair_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp4_arithmetics_BLS24
-
-# Build rule for target.
-test_ecp4_arithmetics_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp4_arithmetics_BLS24
-.PHONY : test_ecp4_arithmetics_BLS24
-
-# fast build rule for target.
-test_ecp4_arithmetics_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp4_arithmetics_BLS24.dir/build.make test/CMakeFiles/test_ecp4_arithmetics_BLS24.dir/build
-.PHONY : test_ecp4_arithmetics_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_vectors_dta_BN254CX
-
-# Build rule for target.
-test_mpin_vectors_dta_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_vectors_dta_BN254CX
-.PHONY : test_mpin_vectors_dta_BN254CX
-
-# fast build rule for target.
-test_mpin_vectors_dta_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_vectors_dta_BN254CX.dir/build.make test/CMakeFiles/test_mpin_vectors_dta_BN254CX.dir/build
-.PHONY : test_mpin_vectors_dta_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_FP256BN
-
-# Build rule for target.
-test_wcc_bad_sender_key_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_FP256BN
-.PHONY : test_wcc_bad_sender_key_FP256BN
-
-# fast build rule for target.
-test_wcc_bad_sender_key_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_FP256BN.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_FP256BN.dir/build
-.PHONY : test_wcc_bad_sender_key_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_512_60
-
-# Build rule for target.
-test_big_arithmetics_512_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_512_60
-.PHONY : test_big_arithmetics_512_60
-
-# fast build rule for target.
-test_big_arithmetics_512_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_512_60.dir/build.make test/CMakeFiles/test_big_arithmetics_512_60.dir/build
-.PHONY : test_big_arithmetics_512_60/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_FP512BN
-
-# Build rule for target.
-test_pair_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_FP512BN
-.PHONY : test_pair_FP512BN
-
-# fast build rule for target.
-test_pair_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_FP512BN.dir/build.make test/CMakeFiles/test_pair_FP512BN.dir/build
-.PHONY : test_pair_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_FP512BN
-
-# Build rule for target.
-test_mpin_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_FP512BN
-.PHONY : test_mpin_FP512BN
-
-# fast build rule for target.
-test_mpin_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_FP512BN.dir/build.make test/CMakeFiles/test_mpin_FP512BN.dir/build
-.PHONY : test_mpin_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_FP512BN
-
-# Build rule for target.
-test_mpin_tp_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_FP512BN
-.PHONY : test_mpin_tp_FP512BN
-
-# fast build rule for target.
-test_mpin_tp_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_FP512BN.dir/build.make test/CMakeFiles/test_mpin_tp_FP512BN.dir/build
-.PHONY : test_mpin_tp_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_expired_tp_FP512BN
-
-# Build rule for target.
-test_mpin_expired_tp_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_expired_tp_FP512BN
-.PHONY : test_mpin_expired_tp_FP512BN
-
-# fast build rule for target.
-test_mpin_expired_tp_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_expired_tp_FP512BN.dir/build.make test/CMakeFiles/test_mpin_expired_tp_FP512BN.dir/build
-.PHONY : test_mpin_expired_tp_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_keypair_NIST384
-
-# Build rule for target.
-test_ecdsa_keypair_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_keypair_NIST384
-.PHONY : test_ecdsa_keypair_NIST384
-
-# fast build rule for target.
-test_ecdsa_keypair_NIST384/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_keypair_NIST384.dir/build.make test/CMakeFiles/test_ecdsa_keypair_NIST384.dir/build
-.PHONY : test_ecdsa_keypair_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_FP512BN
-
-# Build rule for target.
-test_mpinfull_sha512_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_FP512BN
-.PHONY : test_mpinfull_sha512_FP512BN
-
-# fast build rule for target.
-test_mpinfull_sha512_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_FP512BN.dir/build.make test/CMakeFiles/test_mpinfull_sha512_FP512BN.dir/build
-.PHONY : test_mpinfull_sha512_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_tp_FP512BN
-
-# Build rule for target.
-test_mpinfull_tp_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_tp_FP512BN
-.PHONY : test_mpinfull_tp_FP512BN
-
-# fast build rule for target.
-test_mpinfull_tp_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_tp_FP512BN.dir/build.make test/CMakeFiles/test_mpinfull_tp_FP512BN.dir/build
-.PHONY : test_mpinfull_tp_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_random_FP512BN
-
-# Build rule for target.
-test_mpinfull_random_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_random_FP512BN
-.PHONY : test_mpinfull_random_FP512BN
-
-# fast build rule for target.
-test_mpinfull_random_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_random_FP512BN.dir/build.make test/CMakeFiles/test_mpinfull_random_FP512BN.dir/build
-.PHONY : test_mpinfull_random_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_FP512BN
-
-# Build rule for target.
-test_wcc_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_FP512BN
-.PHONY : test_wcc_FP512BN
-
-# fast build rule for target.
-test_wcc_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_FP512BN.dir/build.make test/CMakeFiles/test_wcc_FP512BN.dir/build
-.PHONY : test_wcc_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_random_FP512BN
-
-# Build rule for target.
-test_wcc_random_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_random_FP512BN
-.PHONY : test_wcc_random_FP512BN
-
-# fast build rule for target.
-test_wcc_random_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_random_FP512BN.dir/build.make test/CMakeFiles/test_wcc_random_FP512BN.dir/build
-.PHONY : test_wcc_random_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_sender_key_FP512BN
-
-# Build rule for target.
-test_wcc_bad_sender_key_FP512BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_sender_key_FP512BN
-.PHONY : test_wcc_bad_sender_key_FP512BN
-
-# fast build rule for target.
-test_wcc_bad_sender_key_FP512BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_sender_key_FP512BN.dir/build.make test/CMakeFiles/test_wcc_bad_sender_key_FP512BN.dir/build
-.PHONY : test_wcc_bad_sender_key_FP512BN/fast
-
-#=============================================================================
-# Target rules for targets named test_rsa_2048
-
-# Build rule for target.
-test_rsa_2048: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_rsa_2048
-.PHONY : test_rsa_2048
-
-# fast build rule for target.
-test_rsa_2048/fast:
-	$(MAKE) -f test/CMakeFiles/test_rsa_2048.dir/build.make test/CMakeFiles/test_rsa_2048.dir/build
-.PHONY : test_rsa_2048/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_448_58
-
-# Build rule for target.
-test_big_arithmetics_448_58: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_448_58
-.PHONY : test_big_arithmetics_448_58
-
-# fast build rule for target.
-test_big_arithmetics_448_58/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_448_58.dir/build.make test/CMakeFiles/test_big_arithmetics_448_58.dir/build
-.PHONY : test_big_arithmetics_448_58/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BLS48
-
-# Build rule for target.
-test_mpin_tp_BLS48: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BLS48
-.PHONY : test_mpin_tp_BLS48
-
-# fast build rule for target.
-test_mpin_tp_BLS48/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BLS48.dir/build.make test/CMakeFiles/test_mpin_tp_BLS48.dir/build
-.PHONY : test_mpin_tp_BLS48/fast
-
-#=============================================================================
-# Target rules for targets named test_ecc_NIST256
-
-# Build rule for target.
-test_ecc_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecc_NIST256
-.PHONY : test_ecc_NIST256
-
-# fast build rule for target.
-test_ecc_NIST256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecc_NIST256.dir/build.make test/CMakeFiles/test_ecc_NIST256.dir/build
-.PHONY : test_ecc_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_tp_BLS461
-
-# Build rule for target.
-test_mpin_tp_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_tp_BLS461
-.PHONY : test_mpin_tp_BLS461
-
-# fast build rule for target.
-test_mpin_tp_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_tp_BLS461.dir/build.make test/CMakeFiles/test_mpin_tp_BLS461.dir/build
-.PHONY : test_mpin_tp_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST256_512
-
-# Build rule for target.
-test_ecdsa_sign_NIST256_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST256_512
-.PHONY : test_ecdsa_sign_NIST256_512
-
-# fast build rule for target.
-test_ecdsa_sign_NIST256_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST256_512.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST256_512.dir/build
-.PHONY : test_ecdsa_sign_NIST256_512/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST256_512
-
-# Build rule for target.
-test_ecdsa_verify_NIST256_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST256_512
-.PHONY : test_ecdsa_verify_NIST256_512
-
-# fast build rule for target.
-test_ecdsa_verify_NIST256_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST256_512.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST256_512.dir/build
-.PHONY : test_ecdsa_verify_NIST256_512/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_random_BN254
-
-# Build rule for target.
-test_mpin_random_BN254: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_random_BN254
-.PHONY : test_mpin_random_BN254
-
-# fast build rule for target.
-test_mpin_random_BN254/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_random_BN254.dir/build.make test/CMakeFiles/test_mpin_random_BN254.dir/build
-.PHONY : test_mpin_random_BN254/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_384_56
-
-# Build rule for target.
-test_big_arithmetics_384_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_384_56
-.PHONY : test_big_arithmetics_384_56
-
-# fast build rule for target.
-test_big_arithmetics_384_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_384_56.dir/build.make test/CMakeFiles/test_big_arithmetics_384_56.dir/build
-.PHONY : test_big_arithmetics_384_56/fast
-
-#=============================================================================
-# Target rules for targets named test_mpinfull_sha512_BN254CX
-
-# Build rule for target.
-test_mpinfull_sha512_BN254CX: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpinfull_sha512_BN254CX
-.PHONY : test_mpinfull_sha512_BN254CX
-
-# fast build rule for target.
-test_mpinfull_sha512_BN254CX/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpinfull_sha512_BN254CX.dir/build.make test/CMakeFiles/test_mpinfull_sha512_BN254CX.dir/build
-.PHONY : test_mpinfull_sha512_BN254CX/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_384_56
-
-# Build rule for target.
-test_big_consistency_384_56: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_384_56
-.PHONY : test_big_consistency_384_56
-
-# fast build rule for target.
-test_big_consistency_384_56/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_384_56.dir/build.make test/CMakeFiles/test_big_consistency_384_56.dir/build
-.PHONY : test_big_consistency_384_56/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BLS461
-
-# Build rule for target.
-test_wcc_invalid_points_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BLS461
-.PHONY : test_wcc_invalid_points_BLS461
-
-# fast build rule for target.
-test_wcc_invalid_points_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BLS461.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BLS461.dir/build
-.PHONY : test_wcc_invalid_points_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_NIST384
-
-# Build rule for target.
-test_ecp_arithmetics_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_NIST384
-.PHONY : test_ecp_arithmetics_NIST384
-
-# fast build rule for target.
-test_ecp_arithmetics_NIST384/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_NIST384.dir/build.make test/CMakeFiles/test_ecp_arithmetics_NIST384.dir/build
-.PHONY : test_ecp_arithmetics_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdh_NIST384
-
-# Build rule for target.
-test_ecdh_NIST384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdh_NIST384
-.PHONY : test_ecdh_NIST384
-
-# fast build rule for target.
-test_ecdh_NIST384/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdh_NIST384.dir/build.make test/CMakeFiles/test_ecdh_NIST384.dir/build
-.PHONY : test_ecdh_NIST384/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_NIST256
-
-# Build rule for target.
-test_ecp_arithmetics_NIST256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_NIST256
-.PHONY : test_ecp_arithmetics_NIST256
-
-# fast build rule for target.
-test_ecp_arithmetics_NIST256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_NIST256.dir/build.make test/CMakeFiles/test_ecp_arithmetics_NIST256.dir/build
-.PHONY : test_ecp_arithmetics_NIST256/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_invalid_points_BLS24
-
-# Build rule for target.
-test_wcc_invalid_points_BLS24: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_invalid_points_BLS24
-.PHONY : test_wcc_invalid_points_BLS24
-
-# fast build rule for target.
-test_wcc_invalid_points_BLS24/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_invalid_points_BLS24.dir/build.make test/CMakeFiles/test_wcc_invalid_points_BLS24.dir/build
-.PHONY : test_wcc_invalid_points_BLS24/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST384_256
-
-# Build rule for target.
-test_ecdsa_sign_NIST384_256: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST384_256
-.PHONY : test_ecdsa_sign_NIST384_256
-
-# fast build rule for target.
-test_ecdsa_sign_NIST384_256/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST384_256.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST384_256.dir/build
-.PHONY : test_ecdsa_sign_NIST384_256/fast
-
-#=============================================================================
-# Target rules for targets named test_pair_BLS381
-
-# Build rule for target.
-test_pair_BLS381: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_pair_BLS381
-.PHONY : test_pair_BLS381
-
-# fast build rule for target.
-test_pair_BLS381/fast:
-	$(MAKE) -f test/CMakeFiles/test_pair_BLS381.dir/build.make test/CMakeFiles/test_pair_BLS381.dir/build
-.PHONY : test_pair_BLS381/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST384_384
-
-# Build rule for target.
-test_ecdsa_verify_NIST384_384: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST384_384
-.PHONY : test_ecdsa_verify_NIST384_384
-
-# fast build rule for target.
-test_ecdsa_verify_NIST384_384/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST384_384.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST384_384.dir/build
-.PHONY : test_ecdsa_verify_NIST384_384/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_verify_NIST384_512
-
-# Build rule for target.
-test_ecdsa_verify_NIST384_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_verify_NIST384_512
-.PHONY : test_ecdsa_verify_NIST384_512
-
-# fast build rule for target.
-test_ecdsa_verify_NIST384_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_verify_NIST384_512.dir/build.make test/CMakeFiles/test_ecdsa_verify_NIST384_512.dir/build
-.PHONY : test_ecdsa_verify_NIST384_512/fast
-
-#=============================================================================
-# Target rules for targets named test_big_arithmetics_528_60
-
-# Build rule for target.
-test_big_arithmetics_528_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_arithmetics_528_60
-.PHONY : test_big_arithmetics_528_60
-
-# fast build rule for target.
-test_big_arithmetics_528_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_arithmetics_528_60.dir/build.make test/CMakeFiles/test_big_arithmetics_528_60.dir/build
-.PHONY : test_big_arithmetics_528_60/fast
-
-#=============================================================================
-# Target rules for targets named test_big_consistency_528_60
-
-# Build rule for target.
-test_big_consistency_528_60: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_big_consistency_528_60
-.PHONY : test_big_consistency_528_60
-
-# fast build rule for target.
-test_big_consistency_528_60/fast:
-	$(MAKE) -f test/CMakeFiles/test_big_consistency_528_60.dir/build.make test/CMakeFiles/test_big_consistency_528_60.dir/build
-.PHONY : test_big_consistency_528_60/fast
-
-#=============================================================================
-# Target rules for targets named test_mpin_FP256BN
-
-# Build rule for target.
-test_mpin_FP256BN: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_mpin_FP256BN
-.PHONY : test_mpin_FP256BN
-
-# fast build rule for target.
-test_mpin_FP256BN/fast:
-	$(MAKE) -f test/CMakeFiles/test_mpin_FP256BN.dir/build.make test/CMakeFiles/test_mpin_FP256BN.dir/build
-.PHONY : test_mpin_FP256BN/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdh_NIST521
-
-# Build rule for target.
-test_ecdh_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdh_NIST521
-.PHONY : test_ecdh_NIST521
-
-# fast build rule for target.
-test_ecdh_NIST521/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdh_NIST521.dir/build.make test/CMakeFiles/test_ecdh_NIST521.dir/build
-.PHONY : test_ecdh_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_keypair_NIST521
-
-# Build rule for target.
-test_ecdsa_keypair_NIST521: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_keypair_NIST521
-.PHONY : test_ecdsa_keypair_NIST521
-
-# fast build rule for target.
-test_ecdsa_keypair_NIST521/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_keypair_NIST521.dir/build.make test/CMakeFiles/test_ecdsa_keypair_NIST521.dir/build
-.PHONY : test_ecdsa_keypair_NIST521/fast
-
-#=============================================================================
-# Target rules for targets named test_ecdsa_sign_NIST521_512
-
-# Build rule for target.
-test_ecdsa_sign_NIST521_512: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecdsa_sign_NIST521_512
-.PHONY : test_ecdsa_sign_NIST521_512
-
-# fast build rule for target.
-test_ecdsa_sign_NIST521_512/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecdsa_sign_NIST521_512.dir/build.make test/CMakeFiles/test_ecdsa_sign_NIST521_512.dir/build
-.PHONY : test_ecdsa_sign_NIST521_512/fast
-
-#=============================================================================
-# Target rules for targets named test_wcc_bad_receiver_key_BLS461
-
-# Build rule for target.
-test_wcc_bad_receiver_key_BLS461: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_wcc_bad_receiver_key_BLS461
-.PHONY : test_wcc_bad_receiver_key_BLS461
-
-# fast build rule for target.
-test_wcc_bad_receiver_key_BLS461/fast:
-	$(MAKE) -f test/CMakeFiles/test_wcc_bad_receiver_key_BLS461.dir/build.make test/CMakeFiles/test_wcc_bad_receiver_key_BLS461.dir/build
-.PHONY : test_wcc_bad_receiver_key_BLS461/fast
-
-#=============================================================================
-# Target rules for targets named test_ecp_arithmetics_NUMS256W
-
-# Build rule for target.
-test_ecp_arithmetics_NUMS256W: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 test_ecp_arithmetics_NUMS256W
-.PHONY : test_ecp_arithmetics_NUMS256W
-
-# fast build rule for target.
-test_ecp_arithmetics_NUMS256W/fast:
-	$(MAKE) -f test/CMakeFiles/test_ecp_arithmetics_NUMS256W.dir/build.make test/CMakeFiles/test_ecp_arithmetics_NUMS256W.dir/build
-.PHONY : test_ecp_arithmetics_NUMS256W/fast
-
-src/aes.o: src/aes.c.o
-
-.PHONY : src/aes.o
-
-# target to build an object file
-src/aes.c.o:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/src/aes.c.o
-.PHONY : src/aes.c.o
-
-src/aes.i: src/aes.c.i
-
-.PHONY : src/aes.i
-
-# target to preprocess a source file
-src/aes.c.i:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/src/aes.c.i
-.PHONY : src/aes.c.i
-
-src/aes.s: src/aes.c.s
-
-.PHONY : src/aes.s
-
-# target to generate assembly for a file
-src/aes.c.s:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/src/aes.c.s
-.PHONY : src/aes.c.s
-
-src/big_1024_58.o: src/big_1024_58.c.o
-
-.PHONY : src/big_1024_58.o
-
-# target to build an object file
-src/big_1024_58.c.o:
-	$(MAKE) -f CMakeFiles/amcl_rsa_2048.dir/build.make CMakeFiles/amcl_rsa_2048.dir/src/big_1024_58.c.o
-.PHONY : src/big_1024_58.c.o
-
-src/big_1024_58.i: src/big_1024_58.c.i
-
-.PHONY : src/big_1024_58.i
-
-# target to preprocess a source file
-src/big_1024_58.c.i:
-	$(MAKE) -f CMakeFiles/amcl_rsa_2048.dir/build.make CMakeFiles/amcl_rsa_2048.dir/src/big_1024_58.c.i
-.PHONY : src/big_1024_58.c.i
-
-src/big_1024_58.s: src/big_1024_58.c.s
-
-.PHONY : src/big_1024_58.s
-
-# target to generate assembly for a file
-src/big_1024_58.c.s:
-	$(MAKE) -f CMakeFiles/amcl_rsa_2048.dir/build.make CMakeFiles/amcl_rsa_2048.dir/src/big_1024_58.c.s
-.PHONY : src/big_1024_58.c.s
-
-src/big_256_56.o: src/big_256_56.c.o
-
-.PHONY : src/big_256_56.o
-
-# target to build an object file
-src/big_256_56.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/big_256_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/big_256_56.c.o
-.PHONY : src/big_256_56.c.o
-
-src/big_256_56.i: src/big_256_56.c.i
-
-.PHONY : src/big_256_56.i
-
-# target to preprocess a source file
-src/big_256_56.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/big_256_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/big_256_56.c.i
-.PHONY : src/big_256_56.c.i
-
-src/big_256_56.s: src/big_256_56.c.s
-
-.PHONY : src/big_256_56.s
-
-# target to generate assembly for a file
-src/big_256_56.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/big_256_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/big_256_56.c.s
-.PHONY : src/big_256_56.c.s
-
-src/big_336_60.o: src/big_336_60.c.o
-
-.PHONY : src/big_336_60.o
-
-# target to build an object file
-src/big_336_60.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/big_336_60.c.o
-.PHONY : src/big_336_60.c.o
-
-src/big_336_60.i: src/big_336_60.c.i
-
-.PHONY : src/big_336_60.i
-
-# target to preprocess a source file
-src/big_336_60.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/big_336_60.c.i
-.PHONY : src/big_336_60.c.i
-
-src/big_336_60.s: src/big_336_60.c.s
-
-.PHONY : src/big_336_60.s
-
-# target to generate assembly for a file
-src/big_336_60.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/big_336_60.c.s
-.PHONY : src/big_336_60.c.s
-
-src/big_384_56.o: src/big_384_56.c.o
-
-.PHONY : src/big_384_56.o
-
-# target to build an object file
-src/big_384_56.c.o:
-	$(MAKE) -f CMakeFiles/amcl_rsa_3072.dir/build.make CMakeFiles/amcl_rsa_3072.dir/src/big_384_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/big_384_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/big_384_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/big_384_56.c.o
-.PHONY : src/big_384_56.c.o
-
-src/big_384_56.i: src/big_384_56.c.i
-
-.PHONY : src/big_384_56.i
-
-# target to preprocess a source file
-src/big_384_56.c.i:
-	$(MAKE) -f CMakeFiles/amcl_rsa_3072.dir/build.make CMakeFiles/amcl_rsa_3072.dir/src/big_384_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/big_384_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/big_384_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/big_384_56.c.i
-.PHONY : src/big_384_56.c.i
-
-src/big_384_56.s: src/big_384_56.c.s
-
-.PHONY : src/big_384_56.s
-
-# target to generate assembly for a file
-src/big_384_56.c.s:
-	$(MAKE) -f CMakeFiles/amcl_rsa_3072.dir/build.make CMakeFiles/amcl_rsa_3072.dir/src/big_384_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/big_384_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/big_384_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/big_384_56.c.s
-.PHONY : src/big_384_56.c.s
-
-src/big_384_58.o: src/big_384_58.c.o
-
-.PHONY : src/big_384_58.o
-
-# target to build an object file
-src/big_384_58.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/big_384_58.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/big_384_58.c.o
-.PHONY : src/big_384_58.c.o
-
-src/big_384_58.i: src/big_384_58.c.i
-
-.PHONY : src/big_384_58.i
-
-# target to preprocess a source file
-src/big_384_58.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/big_384_58.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/big_384_58.c.i
-.PHONY : src/big_384_58.c.i
-
-src/big_384_58.s: src/big_384_58.c.s
-
-.PHONY : src/big_384_58.s
-
-# target to generate assembly for a file
-src/big_384_58.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/big_384_58.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/big_384_58.c.s
-.PHONY : src/big_384_58.c.s
-
-src/big_416_60.o: src/big_416_60.c.o
-
-.PHONY : src/big_416_60.o
-
-# target to build an object file
-src/big_416_60.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/big_416_60.c.o
-.PHONY : src/big_416_60.c.o
-
-src/big_416_60.i: src/big_416_60.c.i
-
-.PHONY : src/big_416_60.i
-
-# target to preprocess a source file
-src/big_416_60.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/big_416_60.c.i
-.PHONY : src/big_416_60.c.i
-
-src/big_416_60.s: src/big_416_60.c.s
-
-.PHONY : src/big_416_60.s
-
-# target to generate assembly for a file
-src/big_416_60.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/big_416_60.c.s
-.PHONY : src/big_416_60.c.s
-
-src/big_448_58.o: src/big_448_58.c.o
-
-.PHONY : src/big_448_58.o
-
-# target to build an object file
-src/big_448_58.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/big_448_58.c.o
-.PHONY : src/big_448_58.c.o
-
-src/big_448_58.i: src/big_448_58.c.i
-
-.PHONY : src/big_448_58.i
-
-# target to preprocess a source file
-src/big_448_58.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/big_448_58.c.i
-.PHONY : src/big_448_58.c.i
-
-src/big_448_58.s: src/big_448_58.c.s
-
-.PHONY : src/big_448_58.s
-
-# target to generate assembly for a file
-src/big_448_58.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/big_448_58.c.s
-.PHONY : src/big_448_58.c.s
-
-src/big_464_60.o: src/big_464_60.c.o
-
-.PHONY : src/big_464_60.o
-
-# target to build an object file
-src/big_464_60.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/big_464_60.c.o
-.PHONY : src/big_464_60.c.o
-
-src/big_464_60.i: src/big_464_60.c.i
-
-.PHONY : src/big_464_60.i
-
-# target to preprocess a source file
-src/big_464_60.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/big_464_60.c.i
-.PHONY : src/big_464_60.c.i
-
-src/big_464_60.s: src/big_464_60.c.s
-
-.PHONY : src/big_464_60.s
-
-# target to generate assembly for a file
-src/big_464_60.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/big_464_60.c.s
-.PHONY : src/big_464_60.c.s
-
-src/big_480_56.o: src/big_480_56.c.o
-
-.PHONY : src/big_480_56.o
-
-# target to build an object file
-src/big_480_56.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/big_480_56.c.o
-.PHONY : src/big_480_56.c.o
-
-src/big_480_56.i: src/big_480_56.c.i
-
-.PHONY : src/big_480_56.i
-
-# target to preprocess a source file
-src/big_480_56.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/big_480_56.c.i
-.PHONY : src/big_480_56.c.i
-
-src/big_480_56.s: src/big_480_56.c.s
-
-.PHONY : src/big_480_56.s
-
-# target to generate assembly for a file
-src/big_480_56.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/big_480_56.c.s
-.PHONY : src/big_480_56.c.s
-
-src/big_512_56.o: src/big_512_56.c.o
-
-.PHONY : src/big_512_56.o
-
-# target to build an object file
-src/big_512_56.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/src/big_512_56.c.o
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/src/big_512_56.c.o
-.PHONY : src/big_512_56.c.o
-
-src/big_512_56.i: src/big_512_56.c.i
-
-.PHONY : src/big_512_56.i
-
-# target to preprocess a source file
-src/big_512_56.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/src/big_512_56.c.i
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/src/big_512_56.c.i
-.PHONY : src/big_512_56.c.i
-
-src/big_512_56.s: src/big_512_56.c.s
-
-.PHONY : src/big_512_56.s
-
-# target to generate assembly for a file
-src/big_512_56.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/src/big_512_56.c.s
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/src/big_512_56.c.s
-.PHONY : src/big_512_56.c.s
-
-src/big_512_60.o: src/big_512_60.c.o
-
-.PHONY : src/big_512_60.o
-
-# target to build an object file
-src/big_512_60.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/big_512_60.c.o
-	$(MAKE) -f CMakeFiles/amcl_rsa_4096.dir/build.make CMakeFiles/amcl_rsa_4096.dir/src/big_512_60.c.o
-.PHONY : src/big_512_60.c.o
-
-src/big_512_60.i: src/big_512_60.c.i
-
-.PHONY : src/big_512_60.i
-
-# target to preprocess a source file
-src/big_512_60.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/big_512_60.c.i
-	$(MAKE) -f CMakeFiles/amcl_rsa_4096.dir/build.make CMakeFiles/amcl_rsa_4096.dir/src/big_512_60.c.i
-.PHONY : src/big_512_60.c.i
-
-src/big_512_60.s: src/big_512_60.c.s
-
-.PHONY : src/big_512_60.s
-
-# target to generate assembly for a file
-src/big_512_60.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/big_512_60.c.s
-	$(MAKE) -f CMakeFiles/amcl_rsa_4096.dir/build.make CMakeFiles/amcl_rsa_4096.dir/src/big_512_60.c.s
-.PHONY : src/big_512_60.c.s
-
-src/big_528_60.o: src/big_528_60.c.o
-
-.PHONY : src/big_528_60.o
-
-# target to build an object file
-src/big_528_60.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/big_528_60.c.o
-.PHONY : src/big_528_60.c.o
-
-src/big_528_60.i: src/big_528_60.c.i
-
-.PHONY : src/big_528_60.i
-
-# target to preprocess a source file
-src/big_528_60.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/big_528_60.c.i
-.PHONY : src/big_528_60.c.i
-
-src/big_528_60.s: src/big_528_60.c.s
-
-.PHONY : src/big_528_60.s
-
-# target to generate assembly for a file
-src/big_528_60.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/big_528_60.c.s
-.PHONY : src/big_528_60.c.s
-
-src/big_560_58.o: src/big_560_58.c.o
-
-.PHONY : src/big_560_58.o
-
-# target to build an object file
-src/big_560_58.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/big_560_58.c.o
-.PHONY : src/big_560_58.c.o
-
-src/big_560_58.i: src/big_560_58.c.i
-
-.PHONY : src/big_560_58.i
-
-# target to preprocess a source file
-src/big_560_58.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/big_560_58.c.i
-.PHONY : src/big_560_58.c.i
-
-src/big_560_58.s: src/big_560_58.c.s
-
-.PHONY : src/big_560_58.s
-
-# target to generate assembly for a file
-src/big_560_58.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/big_560_58.c.s
-.PHONY : src/big_560_58.c.s
-
-src/bls192_BLS24.o: src/bls192_BLS24.c.o
-
-.PHONY : src/bls192_BLS24.o
-
-# target to build an object file
-src/bls192_BLS24.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS24.dir/build.make CMakeFiles/amcl_bls_BLS24.dir/src/bls192_BLS24.c.o
-.PHONY : src/bls192_BLS24.c.o
-
-src/bls192_BLS24.i: src/bls192_BLS24.c.i
-
-.PHONY : src/bls192_BLS24.i
-
-# target to preprocess a source file
-src/bls192_BLS24.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS24.dir/build.make CMakeFiles/amcl_bls_BLS24.dir/src/bls192_BLS24.c.i
-.PHONY : src/bls192_BLS24.c.i
-
-src/bls192_BLS24.s: src/bls192_BLS24.c.s
-
-.PHONY : src/bls192_BLS24.s
-
-# target to generate assembly for a file
-src/bls192_BLS24.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS24.dir/build.make CMakeFiles/amcl_bls_BLS24.dir/src/bls192_BLS24.c.s
-.PHONY : src/bls192_BLS24.c.s
-
-src/bls256_BLS48.o: src/bls256_BLS48.c.o
-
-.PHONY : src/bls256_BLS48.o
-
-# target to build an object file
-src/bls256_BLS48.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS48.dir/build.make CMakeFiles/amcl_bls_BLS48.dir/src/bls256_BLS48.c.o
-.PHONY : src/bls256_BLS48.c.o
-
-src/bls256_BLS48.i: src/bls256_BLS48.c.i
-
-.PHONY : src/bls256_BLS48.i
-
-# target to preprocess a source file
-src/bls256_BLS48.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS48.dir/build.make CMakeFiles/amcl_bls_BLS48.dir/src/bls256_BLS48.c.i
-.PHONY : src/bls256_BLS48.c.i
-
-src/bls256_BLS48.s: src/bls256_BLS48.c.s
-
-.PHONY : src/bls256_BLS48.s
-
-# target to generate assembly for a file
-src/bls256_BLS48.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS48.dir/build.make CMakeFiles/amcl_bls_BLS48.dir/src/bls256_BLS48.c.s
-.PHONY : src/bls256_BLS48.c.s
-
-src/bls_BLS381.o: src/bls_BLS381.c.o
-
-.PHONY : src/bls_BLS381.o
-
-# target to build an object file
-src/bls_BLS381.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS381.dir/build.make CMakeFiles/amcl_bls_BLS381.dir/src/bls_BLS381.c.o
-.PHONY : src/bls_BLS381.c.o
-
-src/bls_BLS381.i: src/bls_BLS381.c.i
-
-.PHONY : src/bls_BLS381.i
-
-# target to preprocess a source file
-src/bls_BLS381.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS381.dir/build.make CMakeFiles/amcl_bls_BLS381.dir/src/bls_BLS381.c.i
-.PHONY : src/bls_BLS381.c.i
-
-src/bls_BLS381.s: src/bls_BLS381.c.s
-
-.PHONY : src/bls_BLS381.s
-
-# target to generate assembly for a file
-src/bls_BLS381.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS381.dir/build.make CMakeFiles/amcl_bls_BLS381.dir/src/bls_BLS381.c.s
-.PHONY : src/bls_BLS381.c.s
-
-src/bls_BLS383.o: src/bls_BLS383.c.o
-
-.PHONY : src/bls_BLS383.o
-
-# target to build an object file
-src/bls_BLS383.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS383.dir/build.make CMakeFiles/amcl_bls_BLS383.dir/src/bls_BLS383.c.o
-.PHONY : src/bls_BLS383.c.o
-
-src/bls_BLS383.i: src/bls_BLS383.c.i
-
-.PHONY : src/bls_BLS383.i
-
-# target to preprocess a source file
-src/bls_BLS383.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS383.dir/build.make CMakeFiles/amcl_bls_BLS383.dir/src/bls_BLS383.c.i
-.PHONY : src/bls_BLS383.c.i
-
-src/bls_BLS383.s: src/bls_BLS383.c.s
-
-.PHONY : src/bls_BLS383.s
-
-# target to generate assembly for a file
-src/bls_BLS383.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS383.dir/build.make CMakeFiles/amcl_bls_BLS383.dir/src/bls_BLS383.c.s
-.PHONY : src/bls_BLS383.c.s
-
-src/bls_BLS461.o: src/bls_BLS461.c.o
-
-.PHONY : src/bls_BLS461.o
-
-# target to build an object file
-src/bls_BLS461.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS461.dir/build.make CMakeFiles/amcl_bls_BLS461.dir/src/bls_BLS461.c.o
-.PHONY : src/bls_BLS461.c.o
-
-src/bls_BLS461.i: src/bls_BLS461.c.i
-
-.PHONY : src/bls_BLS461.i
-
-# target to preprocess a source file
-src/bls_BLS461.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS461.dir/build.make CMakeFiles/amcl_bls_BLS461.dir/src/bls_BLS461.c.i
-.PHONY : src/bls_BLS461.c.i
-
-src/bls_BLS461.s: src/bls_BLS461.c.s
-
-.PHONY : src/bls_BLS461.s
-
-# target to generate assembly for a file
-src/bls_BLS461.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BLS461.dir/build.make CMakeFiles/amcl_bls_BLS461.dir/src/bls_BLS461.c.s
-.PHONY : src/bls_BLS461.c.s
-
-src/bls_BN254.o: src/bls_BN254.c.o
-
-.PHONY : src/bls_BN254.o
-
-# target to build an object file
-src/bls_BN254.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254.dir/build.make CMakeFiles/amcl_bls_BN254.dir/src/bls_BN254.c.o
-.PHONY : src/bls_BN254.c.o
-
-src/bls_BN254.i: src/bls_BN254.c.i
-
-.PHONY : src/bls_BN254.i
-
-# target to preprocess a source file
-src/bls_BN254.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254.dir/build.make CMakeFiles/amcl_bls_BN254.dir/src/bls_BN254.c.i
-.PHONY : src/bls_BN254.c.i
-
-src/bls_BN254.s: src/bls_BN254.c.s
-
-.PHONY : src/bls_BN254.s
-
-# target to generate assembly for a file
-src/bls_BN254.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254.dir/build.make CMakeFiles/amcl_bls_BN254.dir/src/bls_BN254.c.s
-.PHONY : src/bls_BN254.c.s
-
-src/bls_BN254CX.o: src/bls_BN254CX.c.o
-
-.PHONY : src/bls_BN254CX.o
-
-# target to build an object file
-src/bls_BN254CX.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254CX.dir/build.make CMakeFiles/amcl_bls_BN254CX.dir/src/bls_BN254CX.c.o
-.PHONY : src/bls_BN254CX.c.o
-
-src/bls_BN254CX.i: src/bls_BN254CX.c.i
-
-.PHONY : src/bls_BN254CX.i
-
-# target to preprocess a source file
-src/bls_BN254CX.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254CX.dir/build.make CMakeFiles/amcl_bls_BN254CX.dir/src/bls_BN254CX.c.i
-.PHONY : src/bls_BN254CX.c.i
-
-src/bls_BN254CX.s: src/bls_BN254CX.c.s
-
-.PHONY : src/bls_BN254CX.s
-
-# target to generate assembly for a file
-src/bls_BN254CX.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_BN254CX.dir/build.make CMakeFiles/amcl_bls_BN254CX.dir/src/bls_BN254CX.c.s
-.PHONY : src/bls_BN254CX.c.s
-
-src/bls_FP256BN.o: src/bls_FP256BN.c.o
-
-.PHONY : src/bls_FP256BN.o
-
-# target to build an object file
-src/bls_FP256BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP256BN.dir/build.make CMakeFiles/amcl_bls_FP256BN.dir/src/bls_FP256BN.c.o
-.PHONY : src/bls_FP256BN.c.o
-
-src/bls_FP256BN.i: src/bls_FP256BN.c.i
-
-.PHONY : src/bls_FP256BN.i
-
-# target to preprocess a source file
-src/bls_FP256BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP256BN.dir/build.make CMakeFiles/amcl_bls_FP256BN.dir/src/bls_FP256BN.c.i
-.PHONY : src/bls_FP256BN.c.i
-
-src/bls_FP256BN.s: src/bls_FP256BN.c.s
-
-.PHONY : src/bls_FP256BN.s
-
-# target to generate assembly for a file
-src/bls_FP256BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP256BN.dir/build.make CMakeFiles/amcl_bls_FP256BN.dir/src/bls_FP256BN.c.s
-.PHONY : src/bls_FP256BN.c.s
-
-src/bls_FP512BN.o: src/bls_FP512BN.c.o
-
-.PHONY : src/bls_FP512BN.o
-
-# target to build an object file
-src/bls_FP512BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP512BN.dir/build.make CMakeFiles/amcl_bls_FP512BN.dir/src/bls_FP512BN.c.o
-.PHONY : src/bls_FP512BN.c.o
-
-src/bls_FP512BN.i: src/bls_FP512BN.c.i
-
-.PHONY : src/bls_FP512BN.i
-
-# target to preprocess a source file
-src/bls_FP512BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP512BN.dir/build.make CMakeFiles/amcl_bls_FP512BN.dir/src/bls_FP512BN.c.i
-.PHONY : src/bls_FP512BN.c.i
-
-src/bls_FP512BN.s: src/bls_FP512BN.c.s
-
-.PHONY : src/bls_FP512BN.s
-
-# target to generate assembly for a file
-src/bls_FP512BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_bls_FP512BN.dir/build.make CMakeFiles/amcl_bls_FP512BN.dir/src/bls_FP512BN.c.s
-.PHONY : src/bls_FP512BN.c.s
-
-src/ecdh_ANSSI.o: src/ecdh_ANSSI.c.o
-
-.PHONY : src/ecdh_ANSSI.o
-
-# target to build an object file
-src/ecdh_ANSSI.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/ecdh_ANSSI.c.o
-.PHONY : src/ecdh_ANSSI.c.o
-
-src/ecdh_ANSSI.i: src/ecdh_ANSSI.c.i
-
-.PHONY : src/ecdh_ANSSI.i
-
-# target to preprocess a source file
-src/ecdh_ANSSI.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/ecdh_ANSSI.c.i
-.PHONY : src/ecdh_ANSSI.c.i
-
-src/ecdh_ANSSI.s: src/ecdh_ANSSI.c.s
-
-.PHONY : src/ecdh_ANSSI.s
-
-# target to generate assembly for a file
-src/ecdh_ANSSI.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/ecdh_ANSSI.c.s
-.PHONY : src/ecdh_ANSSI.c.s
-
-src/ecdh_BLS24.o: src/ecdh_BLS24.c.o
-
-.PHONY : src/ecdh_BLS24.o
-
-# target to build an object file
-src/ecdh_BLS24.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/ecdh_BLS24.c.o
-.PHONY : src/ecdh_BLS24.c.o
-
-src/ecdh_BLS24.i: src/ecdh_BLS24.c.i
-
-.PHONY : src/ecdh_BLS24.i
-
-# target to preprocess a source file
-src/ecdh_BLS24.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/ecdh_BLS24.c.i
-.PHONY : src/ecdh_BLS24.c.i
-
-src/ecdh_BLS24.s: src/ecdh_BLS24.c.s
-
-.PHONY : src/ecdh_BLS24.s
-
-# target to generate assembly for a file
-src/ecdh_BLS24.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/ecdh_BLS24.c.s
-.PHONY : src/ecdh_BLS24.c.s
-
-src/ecdh_BLS381.o: src/ecdh_BLS381.c.o
-
-.PHONY : src/ecdh_BLS381.o
-
-# target to build an object file
-src/ecdh_BLS381.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/ecdh_BLS381.c.o
-.PHONY : src/ecdh_BLS381.c.o
-
-src/ecdh_BLS381.i: src/ecdh_BLS381.c.i
-
-.PHONY : src/ecdh_BLS381.i
-
-# target to preprocess a source file
-src/ecdh_BLS381.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/ecdh_BLS381.c.i
-.PHONY : src/ecdh_BLS381.c.i
-
-src/ecdh_BLS381.s: src/ecdh_BLS381.c.s
-
-.PHONY : src/ecdh_BLS381.s
-
-# target to generate assembly for a file
-src/ecdh_BLS381.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/ecdh_BLS381.c.s
-.PHONY : src/ecdh_BLS381.c.s
-
-src/ecdh_BLS383.o: src/ecdh_BLS383.c.o
-
-.PHONY : src/ecdh_BLS383.o
-
-# target to build an object file
-src/ecdh_BLS383.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/ecdh_BLS383.c.o
-.PHONY : src/ecdh_BLS383.c.o
-
-src/ecdh_BLS383.i: src/ecdh_BLS383.c.i
-
-.PHONY : src/ecdh_BLS383.i
-
-# target to preprocess a source file
-src/ecdh_BLS383.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/ecdh_BLS383.c.i
-.PHONY : src/ecdh_BLS383.c.i
-
-src/ecdh_BLS383.s: src/ecdh_BLS383.c.s
-
-.PHONY : src/ecdh_BLS383.s
-
-# target to generate assembly for a file
-src/ecdh_BLS383.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/ecdh_BLS383.c.s
-.PHONY : src/ecdh_BLS383.c.s
-
-src/ecdh_BLS461.o: src/ecdh_BLS461.c.o
-
-.PHONY : src/ecdh_BLS461.o
-
-# target to build an object file
-src/ecdh_BLS461.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/ecdh_BLS461.c.o
-.PHONY : src/ecdh_BLS461.c.o
-
-src/ecdh_BLS461.i: src/ecdh_BLS461.c.i
-
-.PHONY : src/ecdh_BLS461.i
-
-# target to preprocess a source file
-src/ecdh_BLS461.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/ecdh_BLS461.c.i
-.PHONY : src/ecdh_BLS461.c.i
-
-src/ecdh_BLS461.s: src/ecdh_BLS461.c.s
-
-.PHONY : src/ecdh_BLS461.s
-
-# target to generate assembly for a file
-src/ecdh_BLS461.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/ecdh_BLS461.c.s
-.PHONY : src/ecdh_BLS461.c.s
-
-src/ecdh_BLS48.o: src/ecdh_BLS48.c.o
-
-.PHONY : src/ecdh_BLS48.o
-
-# target to build an object file
-src/ecdh_BLS48.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/ecdh_BLS48.c.o
-.PHONY : src/ecdh_BLS48.c.o
-
-src/ecdh_BLS48.i: src/ecdh_BLS48.c.i
-
-.PHONY : src/ecdh_BLS48.i
-
-# target to preprocess a source file
-src/ecdh_BLS48.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/ecdh_BLS48.c.i
-.PHONY : src/ecdh_BLS48.c.i
-
-src/ecdh_BLS48.s: src/ecdh_BLS48.c.s
-
-.PHONY : src/ecdh_BLS48.s
-
-# target to generate assembly for a file
-src/ecdh_BLS48.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/ecdh_BLS48.c.s
-.PHONY : src/ecdh_BLS48.c.s
-
-src/ecdh_BN254.o: src/ecdh_BN254.c.o
-
-.PHONY : src/ecdh_BN254.o
-
-# target to build an object file
-src/ecdh_BN254.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/ecdh_BN254.c.o
-.PHONY : src/ecdh_BN254.c.o
-
-src/ecdh_BN254.i: src/ecdh_BN254.c.i
-
-.PHONY : src/ecdh_BN254.i
-
-# target to preprocess a source file
-src/ecdh_BN254.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/ecdh_BN254.c.i
-.PHONY : src/ecdh_BN254.c.i
-
-src/ecdh_BN254.s: src/ecdh_BN254.c.s
-
-.PHONY : src/ecdh_BN254.s
-
-# target to generate assembly for a file
-src/ecdh_BN254.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/ecdh_BN254.c.s
-.PHONY : src/ecdh_BN254.c.s
-
-src/ecdh_BN254CX.o: src/ecdh_BN254CX.c.o
-
-.PHONY : src/ecdh_BN254CX.o
-
-# target to build an object file
-src/ecdh_BN254CX.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/ecdh_BN254CX.c.o
-.PHONY : src/ecdh_BN254CX.c.o
-
-src/ecdh_BN254CX.i: src/ecdh_BN254CX.c.i
-
-.PHONY : src/ecdh_BN254CX.i
-
-# target to preprocess a source file
-src/ecdh_BN254CX.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/ecdh_BN254CX.c.i
-.PHONY : src/ecdh_BN254CX.c.i
-
-src/ecdh_BN254CX.s: src/ecdh_BN254CX.c.s
-
-.PHONY : src/ecdh_BN254CX.s
-
-# target to generate assembly for a file
-src/ecdh_BN254CX.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/ecdh_BN254CX.c.s
-.PHONY : src/ecdh_BN254CX.c.s
-
-src/ecdh_BRAINPOOL.o: src/ecdh_BRAINPOOL.c.o
-
-.PHONY : src/ecdh_BRAINPOOL.o
-
-# target to build an object file
-src/ecdh_BRAINPOOL.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/ecdh_BRAINPOOL.c.o
-.PHONY : src/ecdh_BRAINPOOL.c.o
-
-src/ecdh_BRAINPOOL.i: src/ecdh_BRAINPOOL.c.i
-
-.PHONY : src/ecdh_BRAINPOOL.i
-
-# target to preprocess a source file
-src/ecdh_BRAINPOOL.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/ecdh_BRAINPOOL.c.i
-.PHONY : src/ecdh_BRAINPOOL.c.i
-
-src/ecdh_BRAINPOOL.s: src/ecdh_BRAINPOOL.c.s
-
-.PHONY : src/ecdh_BRAINPOOL.s
-
-# target to generate assembly for a file
-src/ecdh_BRAINPOOL.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/ecdh_BRAINPOOL.c.s
-.PHONY : src/ecdh_BRAINPOOL.c.s
-
-src/ecdh_C25519.o: src/ecdh_C25519.c.o
-
-.PHONY : src/ecdh_C25519.o
-
-# target to build an object file
-src/ecdh_C25519.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/ecdh_C25519.c.o
-.PHONY : src/ecdh_C25519.c.o
-
-src/ecdh_C25519.i: src/ecdh_C25519.c.i
-
-.PHONY : src/ecdh_C25519.i
-
-# target to preprocess a source file
-src/ecdh_C25519.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/ecdh_C25519.c.i
-.PHONY : src/ecdh_C25519.c.i
-
-src/ecdh_C25519.s: src/ecdh_C25519.c.s
-
-.PHONY : src/ecdh_C25519.s
-
-# target to generate assembly for a file
-src/ecdh_C25519.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/ecdh_C25519.c.s
-.PHONY : src/ecdh_C25519.c.s
-
-src/ecdh_C41417.o: src/ecdh_C41417.c.o
-
-.PHONY : src/ecdh_C41417.o
-
-# target to build an object file
-src/ecdh_C41417.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/ecdh_C41417.c.o
-.PHONY : src/ecdh_C41417.c.o
-
-src/ecdh_C41417.i: src/ecdh_C41417.c.i
-
-.PHONY : src/ecdh_C41417.i
-
-# target to preprocess a source file
-src/ecdh_C41417.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/ecdh_C41417.c.i
-.PHONY : src/ecdh_C41417.c.i
-
-src/ecdh_C41417.s: src/ecdh_C41417.c.s
-
-.PHONY : src/ecdh_C41417.s
-
-# target to generate assembly for a file
-src/ecdh_C41417.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/ecdh_C41417.c.s
-.PHONY : src/ecdh_C41417.c.s
-
-src/ecdh_ED25519.o: src/ecdh_ED25519.c.o
-
-.PHONY : src/ecdh_ED25519.o
-
-# target to build an object file
-src/ecdh_ED25519.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/ecdh_ED25519.c.o
-.PHONY : src/ecdh_ED25519.c.o
-
-src/ecdh_ED25519.i: src/ecdh_ED25519.c.i
-
-.PHONY : src/ecdh_ED25519.i
-
-# target to preprocess a source file
-src/ecdh_ED25519.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/ecdh_ED25519.c.i
-.PHONY : src/ecdh_ED25519.c.i
-
-src/ecdh_ED25519.s: src/ecdh_ED25519.c.s
-
-.PHONY : src/ecdh_ED25519.s
-
-# target to generate assembly for a file
-src/ecdh_ED25519.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/ecdh_ED25519.c.s
-.PHONY : src/ecdh_ED25519.c.s
-
-src/ecdh_FP256BN.o: src/ecdh_FP256BN.c.o
-
-.PHONY : src/ecdh_FP256BN.o
-
-# target to build an object file
-src/ecdh_FP256BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/ecdh_FP256BN.c.o
-.PHONY : src/ecdh_FP256BN.c.o
-
-src/ecdh_FP256BN.i: src/ecdh_FP256BN.c.i
-
-.PHONY : src/ecdh_FP256BN.i
-
-# target to preprocess a source file
-src/ecdh_FP256BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/ecdh_FP256BN.c.i
-.PHONY : src/ecdh_FP256BN.c.i
-
-src/ecdh_FP256BN.s: src/ecdh_FP256BN.c.s
-
-.PHONY : src/ecdh_FP256BN.s
-
-# target to generate assembly for a file
-src/ecdh_FP256BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/ecdh_FP256BN.c.s
-.PHONY : src/ecdh_FP256BN.c.s
-
-src/ecdh_FP512BN.o: src/ecdh_FP512BN.c.o
-
-.PHONY : src/ecdh_FP512BN.o
-
-# target to build an object file
-src/ecdh_FP512BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/ecdh_FP512BN.c.o
-.PHONY : src/ecdh_FP512BN.c.o
-
-src/ecdh_FP512BN.i: src/ecdh_FP512BN.c.i
-
-.PHONY : src/ecdh_FP512BN.i
-
-# target to preprocess a source file
-src/ecdh_FP512BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/ecdh_FP512BN.c.i
-.PHONY : src/ecdh_FP512BN.c.i
-
-src/ecdh_FP512BN.s: src/ecdh_FP512BN.c.s
-
-.PHONY : src/ecdh_FP512BN.s
-
-# target to generate assembly for a file
-src/ecdh_FP512BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/ecdh_FP512BN.c.s
-.PHONY : src/ecdh_FP512BN.c.s
-
-src/ecdh_GOLDILOCKS.o: src/ecdh_GOLDILOCKS.c.o
-
-.PHONY : src/ecdh_GOLDILOCKS.o
-
-# target to build an object file
-src/ecdh_GOLDILOCKS.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/ecdh_GOLDILOCKS.c.o
-.PHONY : src/ecdh_GOLDILOCKS.c.o
-
-src/ecdh_GOLDILOCKS.i: src/ecdh_GOLDILOCKS.c.i
-
-.PHONY : src/ecdh_GOLDILOCKS.i
-
-# target to preprocess a source file
-src/ecdh_GOLDILOCKS.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/ecdh_GOLDILOCKS.c.i
-.PHONY : src/ecdh_GOLDILOCKS.c.i
-
-src/ecdh_GOLDILOCKS.s: src/ecdh_GOLDILOCKS.c.s
-
-.PHONY : src/ecdh_GOLDILOCKS.s
-
-# target to generate assembly for a file
-src/ecdh_GOLDILOCKS.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/ecdh_GOLDILOCKS.c.s
-.PHONY : src/ecdh_GOLDILOCKS.c.s
-
-src/ecdh_HIFIVE.o: src/ecdh_HIFIVE.c.o
-
-.PHONY : src/ecdh_HIFIVE.o
-
-# target to build an object file
-src/ecdh_HIFIVE.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/ecdh_HIFIVE.c.o
-.PHONY : src/ecdh_HIFIVE.c.o
-
-src/ecdh_HIFIVE.i: src/ecdh_HIFIVE.c.i
-
-.PHONY : src/ecdh_HIFIVE.i
-
-# target to preprocess a source file
-src/ecdh_HIFIVE.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/ecdh_HIFIVE.c.i
-.PHONY : src/ecdh_HIFIVE.c.i
-
-src/ecdh_HIFIVE.s: src/ecdh_HIFIVE.c.s
-
-.PHONY : src/ecdh_HIFIVE.s
-
-# target to generate assembly for a file
-src/ecdh_HIFIVE.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/ecdh_HIFIVE.c.s
-.PHONY : src/ecdh_HIFIVE.c.s
-
-src/ecdh_NIST256.o: src/ecdh_NIST256.c.o
-
-.PHONY : src/ecdh_NIST256.o
-
-# target to build an object file
-src/ecdh_NIST256.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/ecdh_NIST256.c.o
-.PHONY : src/ecdh_NIST256.c.o
-
-src/ecdh_NIST256.i: src/ecdh_NIST256.c.i
-
-.PHONY : src/ecdh_NIST256.i
-
-# target to preprocess a source file
-src/ecdh_NIST256.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/ecdh_NIST256.c.i
-.PHONY : src/ecdh_NIST256.c.i
-
-src/ecdh_NIST256.s: src/ecdh_NIST256.c.s
-
-.PHONY : src/ecdh_NIST256.s
-
-# target to generate assembly for a file
-src/ecdh_NIST256.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/ecdh_NIST256.c.s
-.PHONY : src/ecdh_NIST256.c.s
-
-src/ecdh_NIST384.o: src/ecdh_NIST384.c.o
-
-.PHONY : src/ecdh_NIST384.o
-
-# target to build an object file
-src/ecdh_NIST384.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/ecdh_NIST384.c.o
-.PHONY : src/ecdh_NIST384.c.o
-
-src/ecdh_NIST384.i: src/ecdh_NIST384.c.i
-
-.PHONY : src/ecdh_NIST384.i
-
-# target to preprocess a source file
-src/ecdh_NIST384.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/ecdh_NIST384.c.i
-.PHONY : src/ecdh_NIST384.c.i
-
-src/ecdh_NIST384.s: src/ecdh_NIST384.c.s
-
-.PHONY : src/ecdh_NIST384.s
-
-# target to generate assembly for a file
-src/ecdh_NIST384.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/ecdh_NIST384.c.s
-.PHONY : src/ecdh_NIST384.c.s
-
-src/ecdh_NIST521.o: src/ecdh_NIST521.c.o
-
-.PHONY : src/ecdh_NIST521.o
-
-# target to build an object file
-src/ecdh_NIST521.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/ecdh_NIST521.c.o
-.PHONY : src/ecdh_NIST521.c.o
-
-src/ecdh_NIST521.i: src/ecdh_NIST521.c.i
-
-.PHONY : src/ecdh_NIST521.i
-
-# target to preprocess a source file
-src/ecdh_NIST521.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/ecdh_NIST521.c.i
-.PHONY : src/ecdh_NIST521.c.i
-
-src/ecdh_NIST521.s: src/ecdh_NIST521.c.s
-
-.PHONY : src/ecdh_NIST521.s
-
-# target to generate assembly for a file
-src/ecdh_NIST521.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/ecdh_NIST521.c.s
-.PHONY : src/ecdh_NIST521.c.s
-
-src/ecdh_NUMS256E.o: src/ecdh_NUMS256E.c.o
-
-.PHONY : src/ecdh_NUMS256E.o
-
-# target to build an object file
-src/ecdh_NUMS256E.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/ecdh_NUMS256E.c.o
-.PHONY : src/ecdh_NUMS256E.c.o
-
-src/ecdh_NUMS256E.i: src/ecdh_NUMS256E.c.i
-
-.PHONY : src/ecdh_NUMS256E.i
-
-# target to preprocess a source file
-src/ecdh_NUMS256E.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/ecdh_NUMS256E.c.i
-.PHONY : src/ecdh_NUMS256E.c.i
-
-src/ecdh_NUMS256E.s: src/ecdh_NUMS256E.c.s
-
-.PHONY : src/ecdh_NUMS256E.s
-
-# target to generate assembly for a file
-src/ecdh_NUMS256E.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/ecdh_NUMS256E.c.s
-.PHONY : src/ecdh_NUMS256E.c.s
-
-src/ecdh_NUMS256W.o: src/ecdh_NUMS256W.c.o
-
-.PHONY : src/ecdh_NUMS256W.o
-
-# target to build an object file
-src/ecdh_NUMS256W.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/ecdh_NUMS256W.c.o
-.PHONY : src/ecdh_NUMS256W.c.o
-
-src/ecdh_NUMS256W.i: src/ecdh_NUMS256W.c.i
-
-.PHONY : src/ecdh_NUMS256W.i
-
-# target to preprocess a source file
-src/ecdh_NUMS256W.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/ecdh_NUMS256W.c.i
-.PHONY : src/ecdh_NUMS256W.c.i
-
-src/ecdh_NUMS256W.s: src/ecdh_NUMS256W.c.s
-
-.PHONY : src/ecdh_NUMS256W.s
-
-# target to generate assembly for a file
-src/ecdh_NUMS256W.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/ecdh_NUMS256W.c.s
-.PHONY : src/ecdh_NUMS256W.c.s
-
-src/ecdh_NUMS384E.o: src/ecdh_NUMS384E.c.o
-
-.PHONY : src/ecdh_NUMS384E.o
-
-# target to build an object file
-src/ecdh_NUMS384E.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/ecdh_NUMS384E.c.o
-.PHONY : src/ecdh_NUMS384E.c.o
-
-src/ecdh_NUMS384E.i: src/ecdh_NUMS384E.c.i
-
-.PHONY : src/ecdh_NUMS384E.i
-
-# target to preprocess a source file
-src/ecdh_NUMS384E.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/ecdh_NUMS384E.c.i
-.PHONY : src/ecdh_NUMS384E.c.i
-
-src/ecdh_NUMS384E.s: src/ecdh_NUMS384E.c.s
-
-.PHONY : src/ecdh_NUMS384E.s
-
-# target to generate assembly for a file
-src/ecdh_NUMS384E.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/ecdh_NUMS384E.c.s
-.PHONY : src/ecdh_NUMS384E.c.s
-
-src/ecdh_NUMS384W.o: src/ecdh_NUMS384W.c.o
-
-.PHONY : src/ecdh_NUMS384W.o
-
-# target to build an object file
-src/ecdh_NUMS384W.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/ecdh_NUMS384W.c.o
-.PHONY : src/ecdh_NUMS384W.c.o
-
-src/ecdh_NUMS384W.i: src/ecdh_NUMS384W.c.i
-
-.PHONY : src/ecdh_NUMS384W.i
-
-# target to preprocess a source file
-src/ecdh_NUMS384W.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/ecdh_NUMS384W.c.i
-.PHONY : src/ecdh_NUMS384W.c.i
-
-src/ecdh_NUMS384W.s: src/ecdh_NUMS384W.c.s
-
-.PHONY : src/ecdh_NUMS384W.s
-
-# target to generate assembly for a file
-src/ecdh_NUMS384W.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/ecdh_NUMS384W.c.s
-.PHONY : src/ecdh_NUMS384W.c.s
-
-src/ecdh_NUMS512E.o: src/ecdh_NUMS512E.c.o
-
-.PHONY : src/ecdh_NUMS512E.o
-
-# target to build an object file
-src/ecdh_NUMS512E.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/src/ecdh_NUMS512E.c.o
-.PHONY : src/ecdh_NUMS512E.c.o
-
-src/ecdh_NUMS512E.i: src/ecdh_NUMS512E.c.i
-
-.PHONY : src/ecdh_NUMS512E.i
-
-# target to preprocess a source file
-src/ecdh_NUMS512E.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/src/ecdh_NUMS512E.c.i
-.PHONY : src/ecdh_NUMS512E.c.i
-
-src/ecdh_NUMS512E.s: src/ecdh_NUMS512E.c.s
-
-.PHONY : src/ecdh_NUMS512E.s
-
-# target to generate assembly for a file
-src/ecdh_NUMS512E.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512E.dir/build.make CMakeFiles/amcl_curve_NUMS512E.dir/src/ecdh_NUMS512E.c.s
-.PHONY : src/ecdh_NUMS512E.c.s
-
-src/ecdh_NUMS512W.o: src/ecdh_NUMS512W.c.o
-
-.PHONY : src/ecdh_NUMS512W.o
-
-# target to build an object file
-src/ecdh_NUMS512W.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/src/ecdh_NUMS512W.c.o
-.PHONY : src/ecdh_NUMS512W.c.o
-
-src/ecdh_NUMS512W.i: src/ecdh_NUMS512W.c.i
-
-.PHONY : src/ecdh_NUMS512W.i
-
-# target to preprocess a source file
-src/ecdh_NUMS512W.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/src/ecdh_NUMS512W.c.i
-.PHONY : src/ecdh_NUMS512W.c.i
-
-src/ecdh_NUMS512W.s: src/ecdh_NUMS512W.c.s
-
-.PHONY : src/ecdh_NUMS512W.s
-
-# target to generate assembly for a file
-src/ecdh_NUMS512W.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS512W.dir/build.make CMakeFiles/amcl_curve_NUMS512W.dir/src/ecdh_NUMS512W.c.s
-.PHONY : src/ecdh_NUMS512W.c.s
-
-src/ecdh_SECP256K1.o: src/ecdh_SECP256K1.c.o
-
-.PHONY : src/ecdh_SECP256K1.o
-
-# target to build an object file
-src/ecdh_SECP256K1.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/src/ecdh_SECP256K1.c.o
-.PHONY : src/ecdh_SECP256K1.c.o
-
-src/ecdh_SECP256K1.i: src/ecdh_SECP256K1.c.i
-
-.PHONY : src/ecdh_SECP256K1.i
-
-# target to preprocess a source file
-src/ecdh_SECP256K1.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/src/ecdh_SECP256K1.c.i
-.PHONY : src/ecdh_SECP256K1.c.i
-
-src/ecdh_SECP256K1.s: src/ecdh_SECP256K1.c.s
-
-.PHONY : src/ecdh_SECP256K1.s
-
-# target to generate assembly for a file
-src/ecdh_SECP256K1.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_SECP256K1.dir/build.make CMakeFiles/amcl_curve_SECP256K1.dir/src/ecdh_SECP256K1.c.s
-.PHONY : src/ecdh_SECP256K1.c.s
-
-src/ecdh_support.o: src/ecdh_support.c.o
-
-.PHONY : src/ecdh_support.o
-
-# target to build an object file
-src/ecdh_support.c.o:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/src/ecdh_support.c.o
-.PHONY : src/ecdh_support.c.o
-
-src/ecdh_support.i: src/ecdh_support.c.i
-
-.PHONY : src/ecdh_support.i
-
-# target to preprocess a source file
-src/ecdh_support.c.i:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/src/ecdh_support.c.i
-.PHONY : src/ecdh_support.c.i
-
-src/ecdh_support.s: src/ecdh_support.c.s
-
-.PHONY : src/ecdh_support.s
-
-# target to generate assembly for a file
-src/ecdh_support.c.s:
-	$(MAKE) -f CMakeFiles/amcl_core.dir/build.make CMakeFiles/amcl_core.dir/src/ecdh_support.c.s
-.PHONY : src/ecdh_support.c.s
-
-src/ecp2_BLS381.o: src/ecp2_BLS381.c.o
-
-.PHONY : src/ecp2_BLS381.o
-
-# target to build an object file
-src/ecp2_BLS381.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS381.dir/build.make CMakeFiles/amcl_pairing_BLS381.dir/src/ecp2_BLS381.c.o
-.PHONY : src/ecp2_BLS381.c.o
-
-src/ecp2_BLS381.i: src/ecp2_BLS381.c.i
-
-.PHONY : src/ecp2_BLS381.i
-
-# target to preprocess a source file
-src/ecp2_BLS381.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS381.dir/build.make CMakeFiles/amcl_pairing_BLS381.dir/src/ecp2_BLS381.c.i
-.PHONY : src/ecp2_BLS381.c.i
-
-src/ecp2_BLS381.s: src/ecp2_BLS381.c.s
-
-.PHONY : src/ecp2_BLS381.s
-
-# target to generate assembly for a file
-src/ecp2_BLS381.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS381.dir/build.make CMakeFiles/amcl_pairing_BLS381.dir/src/ecp2_BLS381.c.s
-.PHONY : src/ecp2_BLS381.c.s
-
-src/ecp2_BLS383.o: src/ecp2_BLS383.c.o
-
-.PHONY : src/ecp2_BLS383.o
-
-# target to build an object file
-src/ecp2_BLS383.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS383.dir/build.make CMakeFiles/amcl_pairing_BLS383.dir/src/ecp2_BLS383.c.o
-.PHONY : src/ecp2_BLS383.c.o
-
-src/ecp2_BLS383.i: src/ecp2_BLS383.c.i
-
-.PHONY : src/ecp2_BLS383.i
-
-# target to preprocess a source file
-src/ecp2_BLS383.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS383.dir/build.make CMakeFiles/amcl_pairing_BLS383.dir/src/ecp2_BLS383.c.i
-.PHONY : src/ecp2_BLS383.c.i
-
-src/ecp2_BLS383.s: src/ecp2_BLS383.c.s
-
-.PHONY : src/ecp2_BLS383.s
-
-# target to generate assembly for a file
-src/ecp2_BLS383.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS383.dir/build.make CMakeFiles/amcl_pairing_BLS383.dir/src/ecp2_BLS383.c.s
-.PHONY : src/ecp2_BLS383.c.s
-
-src/ecp2_BLS461.o: src/ecp2_BLS461.c.o
-
-.PHONY : src/ecp2_BLS461.o
-
-# target to build an object file
-src/ecp2_BLS461.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS461.dir/build.make CMakeFiles/amcl_pairing_BLS461.dir/src/ecp2_BLS461.c.o
-.PHONY : src/ecp2_BLS461.c.o
-
-src/ecp2_BLS461.i: src/ecp2_BLS461.c.i
-
-.PHONY : src/ecp2_BLS461.i
-
-# target to preprocess a source file
-src/ecp2_BLS461.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS461.dir/build.make CMakeFiles/amcl_pairing_BLS461.dir/src/ecp2_BLS461.c.i
-.PHONY : src/ecp2_BLS461.c.i
-
-src/ecp2_BLS461.s: src/ecp2_BLS461.c.s
-
-.PHONY : src/ecp2_BLS461.s
-
-# target to generate assembly for a file
-src/ecp2_BLS461.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS461.dir/build.make CMakeFiles/amcl_pairing_BLS461.dir/src/ecp2_BLS461.c.s
-.PHONY : src/ecp2_BLS461.c.s
-
-src/ecp2_BN254.o: src/ecp2_BN254.c.o
-
-.PHONY : src/ecp2_BN254.o
-
-# target to build an object file
-src/ecp2_BN254.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254.dir/build.make CMakeFiles/amcl_pairing_BN254.dir/src/ecp2_BN254.c.o
-.PHONY : src/ecp2_BN254.c.o
-
-src/ecp2_BN254.i: src/ecp2_BN254.c.i
-
-.PHONY : src/ecp2_BN254.i
-
-# target to preprocess a source file
-src/ecp2_BN254.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254.dir/build.make CMakeFiles/amcl_pairing_BN254.dir/src/ecp2_BN254.c.i
-.PHONY : src/ecp2_BN254.c.i
-
-src/ecp2_BN254.s: src/ecp2_BN254.c.s
-
-.PHONY : src/ecp2_BN254.s
-
-# target to generate assembly for a file
-src/ecp2_BN254.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254.dir/build.make CMakeFiles/amcl_pairing_BN254.dir/src/ecp2_BN254.c.s
-.PHONY : src/ecp2_BN254.c.s
-
-src/ecp2_BN254CX.o: src/ecp2_BN254CX.c.o
-
-.PHONY : src/ecp2_BN254CX.o
-
-# target to build an object file
-src/ecp2_BN254CX.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254CX.dir/build.make CMakeFiles/amcl_pairing_BN254CX.dir/src/ecp2_BN254CX.c.o
-.PHONY : src/ecp2_BN254CX.c.o
-
-src/ecp2_BN254CX.i: src/ecp2_BN254CX.c.i
-
-.PHONY : src/ecp2_BN254CX.i
-
-# target to preprocess a source file
-src/ecp2_BN254CX.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254CX.dir/build.make CMakeFiles/amcl_pairing_BN254CX.dir/src/ecp2_BN254CX.c.i
-.PHONY : src/ecp2_BN254CX.c.i
-
-src/ecp2_BN254CX.s: src/ecp2_BN254CX.c.s
-
-.PHONY : src/ecp2_BN254CX.s
-
-# target to generate assembly for a file
-src/ecp2_BN254CX.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BN254CX.dir/build.make CMakeFiles/amcl_pairing_BN254CX.dir/src/ecp2_BN254CX.c.s
-.PHONY : src/ecp2_BN254CX.c.s
-
-src/ecp2_FP256BN.o: src/ecp2_FP256BN.c.o
-
-.PHONY : src/ecp2_FP256BN.o
-
-# target to build an object file
-src/ecp2_FP256BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP256BN.dir/build.make CMakeFiles/amcl_pairing_FP256BN.dir/src/ecp2_FP256BN.c.o
-.PHONY : src/ecp2_FP256BN.c.o
-
-src/ecp2_FP256BN.i: src/ecp2_FP256BN.c.i
-
-.PHONY : src/ecp2_FP256BN.i
-
-# target to preprocess a source file
-src/ecp2_FP256BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP256BN.dir/build.make CMakeFiles/amcl_pairing_FP256BN.dir/src/ecp2_FP256BN.c.i
-.PHONY : src/ecp2_FP256BN.c.i
-
-src/ecp2_FP256BN.s: src/ecp2_FP256BN.c.s
-
-.PHONY : src/ecp2_FP256BN.s
-
-# target to generate assembly for a file
-src/ecp2_FP256BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP256BN.dir/build.make CMakeFiles/amcl_pairing_FP256BN.dir/src/ecp2_FP256BN.c.s
-.PHONY : src/ecp2_FP256BN.c.s
-
-src/ecp2_FP512BN.o: src/ecp2_FP512BN.c.o
-
-.PHONY : src/ecp2_FP512BN.o
-
-# target to build an object file
-src/ecp2_FP512BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP512BN.dir/build.make CMakeFiles/amcl_pairing_FP512BN.dir/src/ecp2_FP512BN.c.o
-.PHONY : src/ecp2_FP512BN.c.o
-
-src/ecp2_FP512BN.i: src/ecp2_FP512BN.c.i
-
-.PHONY : src/ecp2_FP512BN.i
-
-# target to preprocess a source file
-src/ecp2_FP512BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP512BN.dir/build.make CMakeFiles/amcl_pairing_FP512BN.dir/src/ecp2_FP512BN.c.i
-.PHONY : src/ecp2_FP512BN.c.i
-
-src/ecp2_FP512BN.s: src/ecp2_FP512BN.c.s
-
-.PHONY : src/ecp2_FP512BN.s
-
-# target to generate assembly for a file
-src/ecp2_FP512BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_FP512BN.dir/build.make CMakeFiles/amcl_pairing_FP512BN.dir/src/ecp2_FP512BN.c.s
-.PHONY : src/ecp2_FP512BN.c.s
-
-src/ecp4_BLS24.o: src/ecp4_BLS24.c.o
-
-.PHONY : src/ecp4_BLS24.o
-
-# target to build an object file
-src/ecp4_BLS24.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS24.dir/build.make CMakeFiles/amcl_pairing_BLS24.dir/src/ecp4_BLS24.c.o
-.PHONY : src/ecp4_BLS24.c.o
-
-src/ecp4_BLS24.i: src/ecp4_BLS24.c.i
-
-.PHONY : src/ecp4_BLS24.i
-
-# target to preprocess a source file
-src/ecp4_BLS24.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS24.dir/build.make CMakeFiles/amcl_pairing_BLS24.dir/src/ecp4_BLS24.c.i
-.PHONY : src/ecp4_BLS24.c.i
-
-src/ecp4_BLS24.s: src/ecp4_BLS24.c.s
-
-.PHONY : src/ecp4_BLS24.s
-
-# target to generate assembly for a file
-src/ecp4_BLS24.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS24.dir/build.make CMakeFiles/amcl_pairing_BLS24.dir/src/ecp4_BLS24.c.s
-.PHONY : src/ecp4_BLS24.c.s
-
-src/ecp8_BLS48.o: src/ecp8_BLS48.c.o
-
-.PHONY : src/ecp8_BLS48.o
-
-# target to build an object file
-src/ecp8_BLS48.c.o:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS48.dir/build.make CMakeFiles/amcl_pairing_BLS48.dir/src/ecp8_BLS48.c.o
-.PHONY : src/ecp8_BLS48.c.o
-
-src/ecp8_BLS48.i: src/ecp8_BLS48.c.i
-
-.PHONY : src/ecp8_BLS48.i
-
-# target to preprocess a source file
-src/ecp8_BLS48.c.i:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS48.dir/build.make CMakeFiles/amcl_pairing_BLS48.dir/src/ecp8_BLS48.c.i
-.PHONY : src/ecp8_BLS48.c.i
-
-src/ecp8_BLS48.s: src/ecp8_BLS48.c.s
-
-.PHONY : src/ecp8_BLS48.s
-
-# target to generate assembly for a file
-src/ecp8_BLS48.c.s:
-	$(MAKE) -f CMakeFiles/amcl_pairing_BLS48.dir/build.make CMakeFiles/amcl_pairing_BLS48.dir/src/ecp8_BLS48.c.s
-.PHONY : src/ecp8_BLS48.c.s
-
-src/ecp_ANSSI.o: src/ecp_ANSSI.c.o
-
-.PHONY : src/ecp_ANSSI.o
-
-# target to build an object file
-src/ecp_ANSSI.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/ecp_ANSSI.c.o
-.PHONY : src/ecp_ANSSI.c.o
-
-src/ecp_ANSSI.i: src/ecp_ANSSI.c.i
-
-.PHONY : src/ecp_ANSSI.i
-
-# target to preprocess a source file
-src/ecp_ANSSI.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/ecp_ANSSI.c.i
-.PHONY : src/ecp_ANSSI.c.i
-
-src/ecp_ANSSI.s: src/ecp_ANSSI.c.s
-
-.PHONY : src/ecp_ANSSI.s
-
-# target to generate assembly for a file
-src/ecp_ANSSI.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_ANSSI.dir/build.make CMakeFiles/amcl_curve_ANSSI.dir/src/ecp_ANSSI.c.s
-.PHONY : src/ecp_ANSSI.c.s
-
-src/ecp_BLS24.o: src/ecp_BLS24.c.o
-
-.PHONY : src/ecp_BLS24.o
-
-# target to build an object file
-src/ecp_BLS24.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/ecp_BLS24.c.o
-.PHONY : src/ecp_BLS24.c.o
-
-src/ecp_BLS24.i: src/ecp_BLS24.c.i
-
-.PHONY : src/ecp_BLS24.i
-
-# target to preprocess a source file
-src/ecp_BLS24.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/ecp_BLS24.c.i
-.PHONY : src/ecp_BLS24.c.i
-
-src/ecp_BLS24.s: src/ecp_BLS24.c.s
-
-.PHONY : src/ecp_BLS24.s
-
-# target to generate assembly for a file
-src/ecp_BLS24.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS24.dir/build.make CMakeFiles/amcl_curve_BLS24.dir/src/ecp_BLS24.c.s
-.PHONY : src/ecp_BLS24.c.s
-
-src/ecp_BLS381.o: src/ecp_BLS381.c.o
-
-.PHONY : src/ecp_BLS381.o
-
-# target to build an object file
-src/ecp_BLS381.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/ecp_BLS381.c.o
-.PHONY : src/ecp_BLS381.c.o
-
-src/ecp_BLS381.i: src/ecp_BLS381.c.i
-
-.PHONY : src/ecp_BLS381.i
-
-# target to preprocess a source file
-src/ecp_BLS381.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/ecp_BLS381.c.i
-.PHONY : src/ecp_BLS381.c.i
-
-src/ecp_BLS381.s: src/ecp_BLS381.c.s
-
-.PHONY : src/ecp_BLS381.s
-
-# target to generate assembly for a file
-src/ecp_BLS381.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS381.dir/build.make CMakeFiles/amcl_curve_BLS381.dir/src/ecp_BLS381.c.s
-.PHONY : src/ecp_BLS381.c.s
-
-src/ecp_BLS383.o: src/ecp_BLS383.c.o
-
-.PHONY : src/ecp_BLS383.o
-
-# target to build an object file
-src/ecp_BLS383.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/ecp_BLS383.c.o
-.PHONY : src/ecp_BLS383.c.o
-
-src/ecp_BLS383.i: src/ecp_BLS383.c.i
-
-.PHONY : src/ecp_BLS383.i
-
-# target to preprocess a source file
-src/ecp_BLS383.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/ecp_BLS383.c.i
-.PHONY : src/ecp_BLS383.c.i
-
-src/ecp_BLS383.s: src/ecp_BLS383.c.s
-
-.PHONY : src/ecp_BLS383.s
-
-# target to generate assembly for a file
-src/ecp_BLS383.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS383.dir/build.make CMakeFiles/amcl_curve_BLS383.dir/src/ecp_BLS383.c.s
-.PHONY : src/ecp_BLS383.c.s
-
-src/ecp_BLS461.o: src/ecp_BLS461.c.o
-
-.PHONY : src/ecp_BLS461.o
-
-# target to build an object file
-src/ecp_BLS461.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/ecp_BLS461.c.o
-.PHONY : src/ecp_BLS461.c.o
-
-src/ecp_BLS461.i: src/ecp_BLS461.c.i
-
-.PHONY : src/ecp_BLS461.i
-
-# target to preprocess a source file
-src/ecp_BLS461.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/ecp_BLS461.c.i
-.PHONY : src/ecp_BLS461.c.i
-
-src/ecp_BLS461.s: src/ecp_BLS461.c.s
-
-.PHONY : src/ecp_BLS461.s
-
-# target to generate assembly for a file
-src/ecp_BLS461.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS461.dir/build.make CMakeFiles/amcl_curve_BLS461.dir/src/ecp_BLS461.c.s
-.PHONY : src/ecp_BLS461.c.s
-
-src/ecp_BLS48.o: src/ecp_BLS48.c.o
-
-.PHONY : src/ecp_BLS48.o
-
-# target to build an object file
-src/ecp_BLS48.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/ecp_BLS48.c.o
-.PHONY : src/ecp_BLS48.c.o
-
-src/ecp_BLS48.i: src/ecp_BLS48.c.i
-
-.PHONY : src/ecp_BLS48.i
-
-# target to preprocess a source file
-src/ecp_BLS48.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/ecp_BLS48.c.i
-.PHONY : src/ecp_BLS48.c.i
-
-src/ecp_BLS48.s: src/ecp_BLS48.c.s
-
-.PHONY : src/ecp_BLS48.s
-
-# target to generate assembly for a file
-src/ecp_BLS48.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BLS48.dir/build.make CMakeFiles/amcl_curve_BLS48.dir/src/ecp_BLS48.c.s
-.PHONY : src/ecp_BLS48.c.s
-
-src/ecp_BN254.o: src/ecp_BN254.c.o
-
-.PHONY : src/ecp_BN254.o
-
-# target to build an object file
-src/ecp_BN254.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/ecp_BN254.c.o
-.PHONY : src/ecp_BN254.c.o
-
-src/ecp_BN254.i: src/ecp_BN254.c.i
-
-.PHONY : src/ecp_BN254.i
-
-# target to preprocess a source file
-src/ecp_BN254.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/ecp_BN254.c.i
-.PHONY : src/ecp_BN254.c.i
-
-src/ecp_BN254.s: src/ecp_BN254.c.s
-
-.PHONY : src/ecp_BN254.s
-
-# target to generate assembly for a file
-src/ecp_BN254.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254.dir/build.make CMakeFiles/amcl_curve_BN254.dir/src/ecp_BN254.c.s
-.PHONY : src/ecp_BN254.c.s
-
-src/ecp_BN254CX.o: src/ecp_BN254CX.c.o
-
-.PHONY : src/ecp_BN254CX.o
-
-# target to build an object file
-src/ecp_BN254CX.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/ecp_BN254CX.c.o
-.PHONY : src/ecp_BN254CX.c.o
-
-src/ecp_BN254CX.i: src/ecp_BN254CX.c.i
-
-.PHONY : src/ecp_BN254CX.i
-
-# target to preprocess a source file
-src/ecp_BN254CX.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/ecp_BN254CX.c.i
-.PHONY : src/ecp_BN254CX.c.i
-
-src/ecp_BN254CX.s: src/ecp_BN254CX.c.s
-
-.PHONY : src/ecp_BN254CX.s
-
-# target to generate assembly for a file
-src/ecp_BN254CX.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BN254CX.dir/build.make CMakeFiles/amcl_curve_BN254CX.dir/src/ecp_BN254CX.c.s
-.PHONY : src/ecp_BN254CX.c.s
-
-src/ecp_BRAINPOOL.o: src/ecp_BRAINPOOL.c.o
-
-.PHONY : src/ecp_BRAINPOOL.o
-
-# target to build an object file
-src/ecp_BRAINPOOL.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/ecp_BRAINPOOL.c.o
-.PHONY : src/ecp_BRAINPOOL.c.o
-
-src/ecp_BRAINPOOL.i: src/ecp_BRAINPOOL.c.i
-
-.PHONY : src/ecp_BRAINPOOL.i
-
-# target to preprocess a source file
-src/ecp_BRAINPOOL.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/ecp_BRAINPOOL.c.i
-.PHONY : src/ecp_BRAINPOOL.c.i
-
-src/ecp_BRAINPOOL.s: src/ecp_BRAINPOOL.c.s
-
-.PHONY : src/ecp_BRAINPOOL.s
-
-# target to generate assembly for a file
-src/ecp_BRAINPOOL.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_BRAINPOOL.dir/build.make CMakeFiles/amcl_curve_BRAINPOOL.dir/src/ecp_BRAINPOOL.c.s
-.PHONY : src/ecp_BRAINPOOL.c.s
-
-src/ecp_C25519.o: src/ecp_C25519.c.o
-
-.PHONY : src/ecp_C25519.o
-
-# target to build an object file
-src/ecp_C25519.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/ecp_C25519.c.o
-.PHONY : src/ecp_C25519.c.o
-
-src/ecp_C25519.i: src/ecp_C25519.c.i
-
-.PHONY : src/ecp_C25519.i
-
-# target to preprocess a source file
-src/ecp_C25519.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/ecp_C25519.c.i
-.PHONY : src/ecp_C25519.c.i
-
-src/ecp_C25519.s: src/ecp_C25519.c.s
-
-.PHONY : src/ecp_C25519.s
-
-# target to generate assembly for a file
-src/ecp_C25519.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_C25519.dir/build.make CMakeFiles/amcl_curve_C25519.dir/src/ecp_C25519.c.s
-.PHONY : src/ecp_C25519.c.s
-
-src/ecp_C41417.o: src/ecp_C41417.c.o
-
-.PHONY : src/ecp_C41417.o
-
-# target to build an object file
-src/ecp_C41417.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/ecp_C41417.c.o
-.PHONY : src/ecp_C41417.c.o
-
-src/ecp_C41417.i: src/ecp_C41417.c.i
-
-.PHONY : src/ecp_C41417.i
-
-# target to preprocess a source file
-src/ecp_C41417.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/ecp_C41417.c.i
-.PHONY : src/ecp_C41417.c.i
-
-src/ecp_C41417.s: src/ecp_C41417.c.s
-
-.PHONY : src/ecp_C41417.s
-
-# target to generate assembly for a file
-src/ecp_C41417.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_C41417.dir/build.make CMakeFiles/amcl_curve_C41417.dir/src/ecp_C41417.c.s
-.PHONY : src/ecp_C41417.c.s
-
-src/ecp_ED25519.o: src/ecp_ED25519.c.o
-
-.PHONY : src/ecp_ED25519.o
-
-# target to build an object file
-src/ecp_ED25519.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/ecp_ED25519.c.o
-.PHONY : src/ecp_ED25519.c.o
-
-src/ecp_ED25519.i: src/ecp_ED25519.c.i
-
-.PHONY : src/ecp_ED25519.i
-
-# target to preprocess a source file
-src/ecp_ED25519.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/ecp_ED25519.c.i
-.PHONY : src/ecp_ED25519.c.i
-
-src/ecp_ED25519.s: src/ecp_ED25519.c.s
-
-.PHONY : src/ecp_ED25519.s
-
-# target to generate assembly for a file
-src/ecp_ED25519.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_ED25519.dir/build.make CMakeFiles/amcl_curve_ED25519.dir/src/ecp_ED25519.c.s
-.PHONY : src/ecp_ED25519.c.s
-
-src/ecp_FP256BN.o: src/ecp_FP256BN.c.o
-
-.PHONY : src/ecp_FP256BN.o
-
-# target to build an object file
-src/ecp_FP256BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/ecp_FP256BN.c.o
-.PHONY : src/ecp_FP256BN.c.o
-
-src/ecp_FP256BN.i: src/ecp_FP256BN.c.i
-
-.PHONY : src/ecp_FP256BN.i
-
-# target to preprocess a source file
-src/ecp_FP256BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/ecp_FP256BN.c.i
-.PHONY : src/ecp_FP256BN.c.i
-
-src/ecp_FP256BN.s: src/ecp_FP256BN.c.s
-
-.PHONY : src/ecp_FP256BN.s
-
-# target to generate assembly for a file
-src/ecp_FP256BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP256BN.dir/build.make CMakeFiles/amcl_curve_FP256BN.dir/src/ecp_FP256BN.c.s
-.PHONY : src/ecp_FP256BN.c.s
-
-src/ecp_FP512BN.o: src/ecp_FP512BN.c.o
-
-.PHONY : src/ecp_FP512BN.o
-
-# target to build an object file
-src/ecp_FP512BN.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/ecp_FP512BN.c.o
-.PHONY : src/ecp_FP512BN.c.o
-
-src/ecp_FP512BN.i: src/ecp_FP512BN.c.i
-
-.PHONY : src/ecp_FP512BN.i
-
-# target to preprocess a source file
-src/ecp_FP512BN.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/ecp_FP512BN.c.i
-.PHONY : src/ecp_FP512BN.c.i
-
-src/ecp_FP512BN.s: src/ecp_FP512BN.c.s
-
-.PHONY : src/ecp_FP512BN.s
-
-# target to generate assembly for a file
-src/ecp_FP512BN.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_FP512BN.dir/build.make CMakeFiles/amcl_curve_FP512BN.dir/src/ecp_FP512BN.c.s
-.PHONY : src/ecp_FP512BN.c.s
-
-src/ecp_GOLDILOCKS.o: src/ecp_GOLDILOCKS.c.o
-
-.PHONY : src/ecp_GOLDILOCKS.o
-
-# target to build an object file
-src/ecp_GOLDILOCKS.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/ecp_GOLDILOCKS.c.o
-.PHONY : src/ecp_GOLDILOCKS.c.o
-
-src/ecp_GOLDILOCKS.i: src/ecp_GOLDILOCKS.c.i
-
-.PHONY : src/ecp_GOLDILOCKS.i
-
-# target to preprocess a source file
-src/ecp_GOLDILOCKS.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/ecp_GOLDILOCKS.c.i
-.PHONY : src/ecp_GOLDILOCKS.c.i
-
-src/ecp_GOLDILOCKS.s: src/ecp_GOLDILOCKS.c.s
-
-.PHONY : src/ecp_GOLDILOCKS.s
-
-# target to generate assembly for a file
-src/ecp_GOLDILOCKS.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_GOLDILOCKS.dir/build.make CMakeFiles/amcl_curve_GOLDILOCKS.dir/src/ecp_GOLDILOCKS.c.s
-.PHONY : src/ecp_GOLDILOCKS.c.s
-
-src/ecp_HIFIVE.o: src/ecp_HIFIVE.c.o
-
-.PHONY : src/ecp_HIFIVE.o
-
-# target to build an object file
-src/ecp_HIFIVE.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/ecp_HIFIVE.c.o
-.PHONY : src/ecp_HIFIVE.c.o
-
-src/ecp_HIFIVE.i: src/ecp_HIFIVE.c.i
-
-.PHONY : src/ecp_HIFIVE.i
-
-# target to preprocess a source file
-src/ecp_HIFIVE.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/ecp_HIFIVE.c.i
-.PHONY : src/ecp_HIFIVE.c.i
-
-src/ecp_HIFIVE.s: src/ecp_HIFIVE.c.s
-
-.PHONY : src/ecp_HIFIVE.s
-
-# target to generate assembly for a file
-src/ecp_HIFIVE.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_HIFIVE.dir/build.make CMakeFiles/amcl_curve_HIFIVE.dir/src/ecp_HIFIVE.c.s
-.PHONY : src/ecp_HIFIVE.c.s
-
-src/ecp_NIST256.o: src/ecp_NIST256.c.o
-
-.PHONY : src/ecp_NIST256.o
-
-# target to build an object file
-src/ecp_NIST256.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/ecp_NIST256.c.o
-.PHONY : src/ecp_NIST256.c.o
-
-src/ecp_NIST256.i: src/ecp_NIST256.c.i
-
-.PHONY : src/ecp_NIST256.i
-
-# target to preprocess a source file
-src/ecp_NIST256.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/ecp_NIST256.c.i
-.PHONY : src/ecp_NIST256.c.i
-
-src/ecp_NIST256.s: src/ecp_NIST256.c.s
-
-.PHONY : src/ecp_NIST256.s
-
-# target to generate assembly for a file
-src/ecp_NIST256.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST256.dir/build.make CMakeFiles/amcl_curve_NIST256.dir/src/ecp_NIST256.c.s
-.PHONY : src/ecp_NIST256.c.s
-
-src/ecp_NIST384.o: src/ecp_NIST384.c.o
-
-.PHONY : src/ecp_NIST384.o
-
-# target to build an object file
-src/ecp_NIST384.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/ecp_NIST384.c.o
-.PHONY : src/ecp_NIST384.c.o
-
-src/ecp_NIST384.i: src/ecp_NIST384.c.i
-
-.PHONY : src/ecp_NIST384.i
-
-# target to preprocess a source file
-src/ecp_NIST384.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/ecp_NIST384.c.i
-.PHONY : src/ecp_NIST384.c.i
-
-src/ecp_NIST384.s: src/ecp_NIST384.c.s
-
-.PHONY : src/ecp_NIST384.s
-
-# target to generate assembly for a file
-src/ecp_NIST384.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST384.dir/build.make CMakeFiles/amcl_curve_NIST384.dir/src/ecp_NIST384.c.s
-.PHONY : src/ecp_NIST384.c.s
-
-src/ecp_NIST521.o: src/ecp_NIST521.c.o
-
-.PHONY : src/ecp_NIST521.o
-
-# target to build an object file
-src/ecp_NIST521.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/ecp_NIST521.c.o
-.PHONY : src/ecp_NIST521.c.o
-
-src/ecp_NIST521.i: src/ecp_NIST521.c.i
-
-.PHONY : src/ecp_NIST521.i
-
-# target to preprocess a source file
-src/ecp_NIST521.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/ecp_NIST521.c.i
-.PHONY : src/ecp_NIST521.c.i
-
-src/ecp_NIST521.s: src/ecp_NIST521.c.s
-
-.PHONY : src/ecp_NIST521.s
-
-# target to generate assembly for a file
-src/ecp_NIST521.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NIST521.dir/build.make CMakeFiles/amcl_curve_NIST521.dir/src/ecp_NIST521.c.s
-.PHONY : src/ecp_NIST521.c.s
-
-src/ecp_NUMS256E.o: src/ecp_NUMS256E.c.o
-
-.PHONY : src/ecp_NUMS256E.o
-
-# target to build an object file
-src/ecp_NUMS256E.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/ecp_NUMS256E.c.o
-.PHONY : src/ecp_NUMS256E.c.o
-
-src/ecp_NUMS256E.i: src/ecp_NUMS256E.c.i
-
-.PHONY : src/ecp_NUMS256E.i
-
-# target to preprocess a source file
-src/ecp_NUMS256E.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/ecp_NUMS256E.c.i
-.PHONY : src/ecp_NUMS256E.c.i
-
-src/ecp_NUMS256E.s: src/ecp_NUMS256E.c.s
-
-.PHONY : src/ecp_NUMS256E.s
-
-# target to generate assembly for a file
-src/ecp_NUMS256E.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256E.dir/build.make CMakeFiles/amcl_curve_NUMS256E.dir/src/ecp_NUMS256E.c.s
-.PHONY : src/ecp_NUMS256E.c.s
-
-src/ecp_NUMS256W.o: src/ecp_NUMS256W.c.o
-
-.PHONY : src/ecp_NUMS256W.o
-
-# target to build an object file
-src/ecp_NUMS256W.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/ecp_NUMS256W.c.o
-.PHONY : src/ecp_NUMS256W.c.o
-
-src/ecp_NUMS256W.i: src/ecp_NUMS256W.c.i
-
-.PHONY : src/ecp_NUMS256W.i
-
-# target to preprocess a source file
-src/ecp_NUMS256W.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/ecp_NUMS256W.c.i
-.PHONY : src/ecp_NUMS256W.c.i
-
-src/ecp_NUMS256W.s: src/ecp_NUMS256W.c.s
-
-.PHONY : src/ecp_NUMS256W.s
-
-# target to generate assembly for a file
-src/ecp_NUMS256W.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS256W.dir/build.make CMakeFiles/amcl_curve_NUMS256W.dir/src/ecp_NUMS256W.c.s
-.PHONY : src/ecp_NUMS256W.c.s
-
-src/ecp_NUMS384E.o: src/ecp_NUMS384E.c.o
-
-.PHONY : src/ecp_NUMS384E.o
-
-# target to build an object file
-src/ecp_NUMS384E.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/ecp_NUMS384E.c.o
-.PHONY : src/ecp_NUMS384E.c.o
-
-src/ecp_NUMS384E.i: src/ecp_NUMS384E.c.i
-
-.PHONY : src/ecp_NUMS384E.i
-
-# target to preprocess a source file
-src/ecp_NUMS384E.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/ecp_NUMS384E.c.i
-.PHONY : src/ecp_NUMS384E.c.i
-
-src/ecp_NUMS384E.s: src/ecp_NUMS384E.c.s
-
-.PHONY : src/ecp_NUMS384E.s
-
-# target to generate assembly for a file
-src/ecp_NUMS384E.c.s:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384E.dir/build.make CMakeFiles/amcl_curve_NUMS384E.dir/src/ecp_NUMS384E.c.s
-.PHONY : src/ecp_NUMS384E.c.s
-
-src/ecp_NUMS384W.o: src/ecp_NUMS384W.c.o
-
-.PHONY : src/ecp_NUMS384W.o
-
-# target to build an object file
-src/ecp_NUMS384W.c.o:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/ecp_NUMS384W.c.o
-.PHONY : src/ecp_NUMS384W.c.o
-
-src/ecp_NUMS384W.i: src/ecp_NUMS384W.c.i
-
-.PHONY : src/ecp_NUMS384W.i
-
-# target to preprocess a source file
-src/ecp_NUMS384W.c.i:
-	$(MAKE) -f CMakeFiles/amcl_curve_NUMS384W.dir/build.make CMakeFiles/amcl_curve_NUMS384W.dir/src/ecp_NUMS384W.c.i
-.PHONY : src/ecp_NUMS384W.c.i
-
... 5704 lines suppressed ...