mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 09:55:06 +00:00
3354 lines
133 KiB
Makefile
3354 lines
133 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/ken/Projects/Tactility
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/ken/Projects/Tactility/build_tests
|
|
|
|
#=============================================================================
|
|
# 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 -S$(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 rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build_tests/CMakeFiles /home/ken/Projects/Tactility/build_tests//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build_tests/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Tactility
|
|
|
|
# Build rule for target.
|
|
Tactility: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tactility
|
|
.PHONY : Tactility
|
|
|
|
# fast build rule for target.
|
|
Tactility/fast:
|
|
$(MAKE) $(MAKESILENT) -f Tactility/CMakeFiles/Tactility.dir/build.make Tactility/CMakeFiles/Tactility.dir/build
|
|
.PHONY : Tactility/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TactilityCore
|
|
|
|
# Build rule for target.
|
|
TactilityCore: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityCore
|
|
.PHONY : TactilityCore
|
|
|
|
# fast build rule for target.
|
|
TactilityCore/fast:
|
|
$(MAKE) $(MAKESILENT) -f TactilityCore/CMakeFiles/TactilityCore.dir/build.make TactilityCore/CMakeFiles/TactilityCore.dir/build
|
|
.PHONY : TactilityCore/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TactilityKernel
|
|
|
|
# Build rule for target.
|
|
TactilityKernel: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityKernel
|
|
.PHONY : TactilityKernel
|
|
|
|
# fast build rule for target.
|
|
TactilityKernel/fast:
|
|
$(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/build
|
|
.PHONY : TactilityKernel/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PlatformPosix
|
|
|
|
# Build rule for target.
|
|
PlatformPosix: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PlatformPosix
|
|
.PHONY : PlatformPosix
|
|
|
|
# fast build rule for target.
|
|
PlatformPosix/fast:
|
|
$(MAKE) $(MAKESILENT) -f Platforms/PlatformPosix/CMakeFiles/PlatformPosix.dir/build.make Platforms/PlatformPosix/CMakeFiles/PlatformPosix.dir/build
|
|
.PHONY : PlatformPosix/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Simulator
|
|
|
|
# Build rule for target.
|
|
Simulator: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Simulator
|
|
.PHONY : Simulator
|
|
|
|
# fast build rule for target.
|
|
Simulator/fast:
|
|
$(MAKE) $(MAKESILENT) -f Devices/simulator/CMakeFiles/Simulator.dir/build.make Devices/simulator/CMakeFiles/Simulator.dir/build
|
|
.PHONY : Simulator/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named cJSON
|
|
|
|
# Build rule for target.
|
|
cJSON: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cJSON
|
|
.PHONY : cJSON
|
|
|
|
# fast build rule for target.
|
|
cJSON/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/cJSON/CMakeFiles/cJSON.dir/build.make Libraries/cJSON/CMakeFiles/cJSON.dir/build
|
|
.PHONY : cJSON/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lv_screenshot
|
|
|
|
# Build rule for target.
|
|
lv_screenshot: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lv_screenshot
|
|
.PHONY : lv_screenshot
|
|
|
|
# fast build rule for target.
|
|
lv_screenshot/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/lv_screenshot/CMakeFiles/lv_screenshot.dir/build.make Libraries/lv_screenshot/CMakeFiles/lv_screenshot.dir/build
|
|
.PHONY : lv_screenshot/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named QRCode
|
|
|
|
# Build rule for target.
|
|
QRCode: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 QRCode
|
|
.PHONY : QRCode
|
|
|
|
# fast build rule for target.
|
|
QRCode/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/QRCode/CMakeFiles/QRCode.dir/build.make Libraries/QRCode/CMakeFiles/QRCode.dir/build
|
|
.PHONY : QRCode/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named minitar
|
|
|
|
# Build rule for target.
|
|
minitar: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minitar
|
|
.PHONY : minitar
|
|
|
|
# fast build rule for target.
|
|
minitar/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/minitar/CMakeFiles/minitar.dir/build.make Libraries/minitar/CMakeFiles/minitar.dir/build
|
|
.PHONY : minitar/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named minmea
|
|
|
|
# Build rule for target.
|
|
minmea: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minmea
|
|
.PHONY : minmea
|
|
|
|
# fast build rule for target.
|
|
minmea/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/minmea/CMakeFiles/minmea.dir/build.make Libraries/minmea/CMakeFiles/minmea.dir/build
|
|
.PHONY : minmea/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named freertos_kernel
|
|
|
|
# Build rule for target.
|
|
freertos_kernel: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freertos_kernel
|
|
.PHONY : freertos_kernel
|
|
|
|
# fast build rule for target.
|
|
freertos_kernel/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/FreeRTOS-Kernel/CMakeFiles/freertos_kernel.dir/build.make Libraries/FreeRTOS-Kernel/CMakeFiles/freertos_kernel.dir/build
|
|
.PHONY : freertos_kernel/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named freertos_kernel_port
|
|
|
|
# Build rule for target.
|
|
freertos_kernel_port: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freertos_kernel_port
|
|
.PHONY : freertos_kernel_port
|
|
|
|
# fast build rule for target.
|
|
freertos_kernel_port/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/FreeRTOS-Kernel/portable/CMakeFiles/freertos_kernel_port.dir/build.make Libraries/FreeRTOS-Kernel/portable/CMakeFiles/freertos_kernel_port.dir/build
|
|
.PHONY : freertos_kernel_port/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mbedtls_test
|
|
|
|
# Build rule for target.
|
|
mbedtls_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedtls_test
|
|
.PHONY : mbedtls_test
|
|
|
|
# fast build rule for target.
|
|
mbedtls_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/CMakeFiles/mbedtls_test.dir/build.make Libraries/mbedtls/CMakeFiles/mbedtls_test.dir/build
|
|
.PHONY : mbedtls_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mbedtls_test_helpers
|
|
|
|
# Build rule for target.
|
|
mbedtls_test_helpers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedtls_test_helpers
|
|
.PHONY : mbedtls_test_helpers
|
|
|
|
# fast build rule for target.
|
|
mbedtls_test_helpers/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/CMakeFiles/mbedtls_test_helpers.dir/build.make Libraries/mbedtls/CMakeFiles/mbedtls_test_helpers.dir/build
|
|
.PHONY : mbedtls_test_helpers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named apidoc
|
|
|
|
# Build rule for target.
|
|
apidoc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apidoc
|
|
.PHONY : apidoc
|
|
|
|
# fast build rule for target.
|
|
apidoc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/CMakeFiles/apidoc.dir/build.make Libraries/mbedtls/CMakeFiles/apidoc.dir/build
|
|
.PHONY : apidoc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lcov
|
|
|
|
# Build rule for target.
|
|
lcov: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lcov
|
|
.PHONY : lcov
|
|
|
|
# fast build rule for target.
|
|
lcov/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/CMakeFiles/lcov.dir/build.make Libraries/mbedtls/CMakeFiles/lcov.dir/build
|
|
.PHONY : lcov/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named memcheck
|
|
|
|
# Build rule for target.
|
|
memcheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 memcheck
|
|
.PHONY : memcheck
|
|
|
|
# fast build rule for target.
|
|
memcheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/CMakeFiles/memcheck.dir/build.make Libraries/mbedtls/CMakeFiles/memcheck.dir/build
|
|
.PHONY : memcheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named everest
|
|
|
|
# Build rule for target.
|
|
everest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 everest
|
|
.PHONY : everest
|
|
|
|
# fast build rule for target.
|
|
everest/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/build.make Libraries/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/build
|
|
.PHONY : everest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p256m
|
|
|
|
# Build rule for target.
|
|
p256m: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 p256m
|
|
.PHONY : p256m
|
|
|
|
# fast build rule for target.
|
|
p256m/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/build.make Libraries/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/build
|
|
.PHONY : p256m/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mbedcrypto
|
|
|
|
# Build rule for target.
|
|
mbedcrypto: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedcrypto
|
|
.PHONY : mbedcrypto
|
|
|
|
# fast build rule for target.
|
|
mbedcrypto/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/mbedcrypto.dir/build.make Libraries/mbedtls/library/CMakeFiles/mbedcrypto.dir/build
|
|
.PHONY : mbedcrypto/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mbedx509
|
|
|
|
# Build rule for target.
|
|
mbedx509: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedx509
|
|
.PHONY : mbedx509
|
|
|
|
# fast build rule for target.
|
|
mbedx509/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/mbedx509.dir/build.make Libraries/mbedtls/library/CMakeFiles/mbedx509.dir/build
|
|
.PHONY : mbedx509/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mbedtls
|
|
|
|
# Build rule for target.
|
|
mbedtls: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedtls
|
|
.PHONY : mbedtls
|
|
|
|
# fast build rule for target.
|
|
mbedtls/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/mbedtls.dir/build.make Libraries/mbedtls/library/CMakeFiles/mbedtls.dir/build
|
|
.PHONY : mbedtls/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lib
|
|
|
|
# Build rule for target.
|
|
lib: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib
|
|
.PHONY : lib
|
|
|
|
# fast build rule for target.
|
|
lib/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/lib.dir/build.make Libraries/mbedtls/library/CMakeFiles/lib.dir/build
|
|
.PHONY : lib/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named crypt_and_hash
|
|
|
|
# Build rule for target.
|
|
crypt_and_hash: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 crypt_and_hash
|
|
.PHONY : crypt_and_hash
|
|
|
|
# fast build rule for target.
|
|
crypt_and_hash/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/aes/CMakeFiles/crypt_and_hash.dir/build.make Libraries/mbedtls/programs/aes/CMakeFiles/crypt_and_hash.dir/build
|
|
.PHONY : crypt_and_hash/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named cipher_aead_demo
|
|
|
|
# Build rule for target.
|
|
cipher_aead_demo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher_aead_demo
|
|
.PHONY : cipher_aead_demo
|
|
|
|
# fast build rule for target.
|
|
cipher_aead_demo/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/cipher/CMakeFiles/cipher_aead_demo.dir/build.make Libraries/mbedtls/programs/cipher/CMakeFiles/cipher_aead_demo.dir/build
|
|
.PHONY : cipher_aead_demo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_pubkey
|
|
|
|
# Build rule for target.
|
|
fuzz_pubkey: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_pubkey
|
|
.PHONY : fuzz_pubkey
|
|
|
|
# fast build rule for target.
|
|
fuzz_pubkey/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_pubkey.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_pubkey.dir/build
|
|
.PHONY : fuzz_pubkey/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_x509crl
|
|
|
|
# Build rule for target.
|
|
fuzz_x509crl: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_x509crl
|
|
.PHONY : fuzz_x509crl
|
|
|
|
# fast build rule for target.
|
|
fuzz_x509crl/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_x509crl.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_x509crl.dir/build
|
|
.PHONY : fuzz_x509crl/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_x509crt
|
|
|
|
# Build rule for target.
|
|
fuzz_x509crt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_x509crt
|
|
.PHONY : fuzz_x509crt
|
|
|
|
# fast build rule for target.
|
|
fuzz_x509crt/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_x509crt.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_x509crt.dir/build
|
|
.PHONY : fuzz_x509crt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_x509csr
|
|
|
|
# Build rule for target.
|
|
fuzz_x509csr: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_x509csr
|
|
.PHONY : fuzz_x509csr
|
|
|
|
# fast build rule for target.
|
|
fuzz_x509csr/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_x509csr.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_x509csr.dir/build
|
|
.PHONY : fuzz_x509csr/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_pkcs7
|
|
|
|
# Build rule for target.
|
|
fuzz_pkcs7: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_pkcs7
|
|
.PHONY : fuzz_pkcs7
|
|
|
|
# fast build rule for target.
|
|
fuzz_pkcs7/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_pkcs7.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_pkcs7.dir/build
|
|
.PHONY : fuzz_pkcs7/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_privkey
|
|
|
|
# Build rule for target.
|
|
fuzz_privkey: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_privkey
|
|
.PHONY : fuzz_privkey
|
|
|
|
# fast build rule for target.
|
|
fuzz_privkey/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_privkey.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_privkey.dir/build
|
|
.PHONY : fuzz_privkey/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_client
|
|
|
|
# Build rule for target.
|
|
fuzz_client: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_client
|
|
.PHONY : fuzz_client
|
|
|
|
# fast build rule for target.
|
|
fuzz_client/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_client.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_client.dir/build
|
|
.PHONY : fuzz_client/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_dtlsclient
|
|
|
|
# Build rule for target.
|
|
fuzz_dtlsclient: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_dtlsclient
|
|
.PHONY : fuzz_dtlsclient
|
|
|
|
# fast build rule for target.
|
|
fuzz_dtlsclient/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_dtlsclient.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_dtlsclient.dir/build
|
|
.PHONY : fuzz_dtlsclient/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_dtlsserver
|
|
|
|
# Build rule for target.
|
|
fuzz_dtlsserver: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_dtlsserver
|
|
.PHONY : fuzz_dtlsserver
|
|
|
|
# fast build rule for target.
|
|
fuzz_dtlsserver/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_dtlsserver.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_dtlsserver.dir/build
|
|
.PHONY : fuzz_dtlsserver/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named fuzz_server
|
|
|
|
# Build rule for target.
|
|
fuzz_server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_server
|
|
.PHONY : fuzz_server
|
|
|
|
# fast build rule for target.
|
|
fuzz_server/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_server.dir/build.make Libraries/mbedtls/programs/fuzz/CMakeFiles/fuzz_server.dir/build
|
|
.PHONY : fuzz_server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named generic_sum
|
|
|
|
# Build rule for target.
|
|
generic_sum: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generic_sum
|
|
.PHONY : generic_sum
|
|
|
|
# fast build rule for target.
|
|
generic_sum/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/hash/CMakeFiles/generic_sum.dir/build.make Libraries/mbedtls/programs/hash/CMakeFiles/generic_sum.dir/build
|
|
.PHONY : generic_sum/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named hello
|
|
|
|
# Build rule for target.
|
|
hello: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hello
|
|
.PHONY : hello
|
|
|
|
# fast build rule for target.
|
|
hello/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/hash/CMakeFiles/hello.dir/build.make Libraries/mbedtls/programs/hash/CMakeFiles/hello.dir/build
|
|
.PHONY : hello/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named md_hmac_demo
|
|
|
|
# Build rule for target.
|
|
md_hmac_demo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 md_hmac_demo
|
|
.PHONY : md_hmac_demo
|
|
|
|
# fast build rule for target.
|
|
md_hmac_demo/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/hash/CMakeFiles/md_hmac_demo.dir/build.make Libraries/mbedtls/programs/hash/CMakeFiles/md_hmac_demo.dir/build
|
|
.PHONY : md_hmac_demo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dh_client
|
|
|
|
# Build rule for target.
|
|
dh_client: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dh_client
|
|
.PHONY : dh_client
|
|
|
|
# fast build rule for target.
|
|
dh_client/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/dh_client.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/dh_client.dir/build
|
|
.PHONY : dh_client/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dh_server
|
|
|
|
# Build rule for target.
|
|
dh_server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dh_server
|
|
.PHONY : dh_server
|
|
|
|
# fast build rule for target.
|
|
dh_server/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/dh_server.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/dh_server.dir/build
|
|
.PHONY : dh_server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dh_genprime
|
|
|
|
# Build rule for target.
|
|
dh_genprime: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dh_genprime
|
|
.PHONY : dh_genprime
|
|
|
|
# fast build rule for target.
|
|
dh_genprime/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/dh_genprime.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/dh_genprime.dir/build
|
|
.PHONY : dh_genprime/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ecdh_curve25519
|
|
|
|
# Build rule for target.
|
|
ecdh_curve25519: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ecdh_curve25519
|
|
.PHONY : ecdh_curve25519
|
|
|
|
# fast build rule for target.
|
|
ecdh_curve25519/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/ecdh_curve25519.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/ecdh_curve25519.dir/build
|
|
.PHONY : ecdh_curve25519/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ecdsa
|
|
|
|
# Build rule for target.
|
|
ecdsa: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ecdsa
|
|
.PHONY : ecdsa
|
|
|
|
# fast build rule for target.
|
|
ecdsa/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/ecdsa.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/ecdsa.dir/build
|
|
.PHONY : ecdsa/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gen_key
|
|
|
|
# Build rule for target.
|
|
gen_key: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_key
|
|
.PHONY : gen_key
|
|
|
|
# fast build rule for target.
|
|
gen_key/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/gen_key.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/gen_key.dir/build
|
|
.PHONY : gen_key/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named key_app
|
|
|
|
# Build rule for target.
|
|
key_app: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 key_app
|
|
.PHONY : key_app
|
|
|
|
# fast build rule for target.
|
|
key_app/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/key_app.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/key_app.dir/build
|
|
.PHONY : key_app/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named key_app_writer
|
|
|
|
# Build rule for target.
|
|
key_app_writer: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 key_app_writer
|
|
.PHONY : key_app_writer
|
|
|
|
# fast build rule for target.
|
|
key_app_writer/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/key_app_writer.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/key_app_writer.dir/build
|
|
.PHONY : key_app_writer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mpi_demo
|
|
|
|
# Build rule for target.
|
|
mpi_demo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mpi_demo
|
|
.PHONY : mpi_demo
|
|
|
|
# fast build rule for target.
|
|
mpi_demo/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/mpi_demo.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/mpi_demo.dir/build
|
|
.PHONY : mpi_demo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pk_encrypt
|
|
|
|
# Build rule for target.
|
|
pk_encrypt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pk_encrypt
|
|
.PHONY : pk_encrypt
|
|
|
|
# fast build rule for target.
|
|
pk_encrypt/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/pk_encrypt.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/pk_encrypt.dir/build
|
|
.PHONY : pk_encrypt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pk_decrypt
|
|
|
|
# Build rule for target.
|
|
pk_decrypt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pk_decrypt
|
|
.PHONY : pk_decrypt
|
|
|
|
# fast build rule for target.
|
|
pk_decrypt/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/pk_decrypt.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/pk_decrypt.dir/build
|
|
.PHONY : pk_decrypt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pk_sign
|
|
|
|
# Build rule for target.
|
|
pk_sign: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pk_sign
|
|
.PHONY : pk_sign
|
|
|
|
# fast build rule for target.
|
|
pk_sign/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/pk_sign.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/pk_sign.dir/build
|
|
.PHONY : pk_sign/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pk_verify
|
|
|
|
# Build rule for target.
|
|
pk_verify: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pk_verify
|
|
.PHONY : pk_verify
|
|
|
|
# fast build rule for target.
|
|
pk_verify/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/pk_verify.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/pk_verify.dir/build
|
|
.PHONY : pk_verify/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_decrypt
|
|
|
|
# Build rule for target.
|
|
rsa_decrypt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_decrypt
|
|
.PHONY : rsa_decrypt
|
|
|
|
# fast build rule for target.
|
|
rsa_decrypt/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_decrypt.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_decrypt.dir/build
|
|
.PHONY : rsa_decrypt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_encrypt
|
|
|
|
# Build rule for target.
|
|
rsa_encrypt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_encrypt
|
|
.PHONY : rsa_encrypt
|
|
|
|
# fast build rule for target.
|
|
rsa_encrypt/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_encrypt.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_encrypt.dir/build
|
|
.PHONY : rsa_encrypt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_genkey
|
|
|
|
# Build rule for target.
|
|
rsa_genkey: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_genkey
|
|
.PHONY : rsa_genkey
|
|
|
|
# fast build rule for target.
|
|
rsa_genkey/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_genkey.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_genkey.dir/build
|
|
.PHONY : rsa_genkey/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_sign
|
|
|
|
# Build rule for target.
|
|
rsa_sign: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_sign
|
|
.PHONY : rsa_sign
|
|
|
|
# fast build rule for target.
|
|
rsa_sign/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_sign.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_sign.dir/build
|
|
.PHONY : rsa_sign/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_sign_pss
|
|
|
|
# Build rule for target.
|
|
rsa_sign_pss: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_sign_pss
|
|
.PHONY : rsa_sign_pss
|
|
|
|
# fast build rule for target.
|
|
rsa_sign_pss/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_sign_pss.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_sign_pss.dir/build
|
|
.PHONY : rsa_sign_pss/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_verify
|
|
|
|
# Build rule for target.
|
|
rsa_verify: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_verify
|
|
.PHONY : rsa_verify
|
|
|
|
# fast build rule for target.
|
|
rsa_verify/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_verify.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_verify.dir/build
|
|
.PHONY : rsa_verify/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named rsa_verify_pss
|
|
|
|
# Build rule for target.
|
|
rsa_verify_pss: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rsa_verify_pss
|
|
.PHONY : rsa_verify_pss
|
|
|
|
# fast build rule for target.
|
|
rsa_verify_pss/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_verify_pss.dir/build.make Libraries/mbedtls/programs/pkey/CMakeFiles/rsa_verify_pss.dir/build
|
|
.PHONY : rsa_verify_pss/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named aead_demo
|
|
|
|
# Build rule for target.
|
|
aead_demo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 aead_demo
|
|
.PHONY : aead_demo
|
|
|
|
# fast build rule for target.
|
|
aead_demo/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/psa/CMakeFiles/aead_demo.dir/build.make Libraries/mbedtls/programs/psa/CMakeFiles/aead_demo.dir/build
|
|
.PHONY : aead_demo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named crypto_examples
|
|
|
|
# Build rule for target.
|
|
crypto_examples: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 crypto_examples
|
|
.PHONY : crypto_examples
|
|
|
|
# fast build rule for target.
|
|
crypto_examples/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/psa/CMakeFiles/crypto_examples.dir/build.make Libraries/mbedtls/programs/psa/CMakeFiles/crypto_examples.dir/build
|
|
.PHONY : crypto_examples/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named hmac_demo
|
|
|
|
# Build rule for target.
|
|
hmac_demo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hmac_demo
|
|
.PHONY : hmac_demo
|
|
|
|
# fast build rule for target.
|
|
hmac_demo/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/psa/CMakeFiles/hmac_demo.dir/build.make Libraries/mbedtls/programs/psa/CMakeFiles/hmac_demo.dir/build
|
|
.PHONY : hmac_demo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named key_ladder_demo
|
|
|
|
# Build rule for target.
|
|
key_ladder_demo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 key_ladder_demo
|
|
.PHONY : key_ladder_demo
|
|
|
|
# fast build rule for target.
|
|
key_ladder_demo/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/psa/CMakeFiles/key_ladder_demo.dir/build.make Libraries/mbedtls/programs/psa/CMakeFiles/key_ladder_demo.dir/build
|
|
.PHONY : key_ladder_demo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named psa_constant_names
|
|
|
|
# Build rule for target.
|
|
psa_constant_names: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psa_constant_names
|
|
.PHONY : psa_constant_names
|
|
|
|
# fast build rule for target.
|
|
psa_constant_names/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/psa/CMakeFiles/psa_constant_names.dir/build.make Libraries/mbedtls/programs/psa/CMakeFiles/psa_constant_names.dir/build
|
|
.PHONY : psa_constant_names/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gen_entropy
|
|
|
|
# Build rule for target.
|
|
gen_entropy: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_entropy
|
|
.PHONY : gen_entropy
|
|
|
|
# fast build rule for target.
|
|
gen_entropy/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/random/CMakeFiles/gen_entropy.dir/build.make Libraries/mbedtls/programs/random/CMakeFiles/gen_entropy.dir/build
|
|
.PHONY : gen_entropy/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gen_random_ctr_drbg
|
|
|
|
# Build rule for target.
|
|
gen_random_ctr_drbg: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_random_ctr_drbg
|
|
.PHONY : gen_random_ctr_drbg
|
|
|
|
# fast build rule for target.
|
|
gen_random_ctr_drbg/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/random/CMakeFiles/gen_random_ctr_drbg.dir/build.make Libraries/mbedtls/programs/random/CMakeFiles/gen_random_ctr_drbg.dir/build
|
|
.PHONY : gen_random_ctr_drbg/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dtls_client
|
|
|
|
# Build rule for target.
|
|
dtls_client: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dtls_client
|
|
.PHONY : dtls_client
|
|
|
|
# fast build rule for target.
|
|
dtls_client/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/dtls_client.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/dtls_client.dir/build
|
|
.PHONY : dtls_client/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dtls_server
|
|
|
|
# Build rule for target.
|
|
dtls_server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dtls_server
|
|
.PHONY : dtls_server
|
|
|
|
# fast build rule for target.
|
|
dtls_server/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/dtls_server.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/dtls_server.dir/build
|
|
.PHONY : dtls_server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mini_client
|
|
|
|
# Build rule for target.
|
|
mini_client: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mini_client
|
|
.PHONY : mini_client
|
|
|
|
# fast build rule for target.
|
|
mini_client/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/mini_client.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/mini_client.dir/build
|
|
.PHONY : mini_client/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_client1
|
|
|
|
# Build rule for target.
|
|
ssl_client1: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_client1
|
|
.PHONY : ssl_client1
|
|
|
|
# fast build rule for target.
|
|
ssl_client1/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_client1.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_client1.dir/build
|
|
.PHONY : ssl_client1/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_client2
|
|
|
|
# Build rule for target.
|
|
ssl_client2: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_client2
|
|
.PHONY : ssl_client2
|
|
|
|
# fast build rule for target.
|
|
ssl_client2/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_client2.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_client2.dir/build
|
|
.PHONY : ssl_client2/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_context_info
|
|
|
|
# Build rule for target.
|
|
ssl_context_info: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_context_info
|
|
.PHONY : ssl_context_info
|
|
|
|
# fast build rule for target.
|
|
ssl_context_info/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_context_info.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_context_info.dir/build
|
|
.PHONY : ssl_context_info/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_fork_server
|
|
|
|
# Build rule for target.
|
|
ssl_fork_server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_fork_server
|
|
.PHONY : ssl_fork_server
|
|
|
|
# fast build rule for target.
|
|
ssl_fork_server/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_fork_server.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_fork_server.dir/build
|
|
.PHONY : ssl_fork_server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_mail_client
|
|
|
|
# Build rule for target.
|
|
ssl_mail_client: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_mail_client
|
|
.PHONY : ssl_mail_client
|
|
|
|
# fast build rule for target.
|
|
ssl_mail_client/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_mail_client.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_mail_client.dir/build
|
|
.PHONY : ssl_mail_client/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_server
|
|
|
|
# Build rule for target.
|
|
ssl_server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_server
|
|
.PHONY : ssl_server
|
|
|
|
# fast build rule for target.
|
|
ssl_server/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_server.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_server.dir/build
|
|
.PHONY : ssl_server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_server2
|
|
|
|
# Build rule for target.
|
|
ssl_server2: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_server2
|
|
.PHONY : ssl_server2
|
|
|
|
# fast build rule for target.
|
|
ssl_server2/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_server2.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_server2.dir/build
|
|
.PHONY : ssl_server2/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ssl_pthread_server
|
|
|
|
# Build rule for target.
|
|
ssl_pthread_server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl_pthread_server
|
|
.PHONY : ssl_pthread_server
|
|
|
|
# fast build rule for target.
|
|
ssl_pthread_server/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_pthread_server.dir/build.make Libraries/mbedtls/programs/ssl/CMakeFiles/ssl_pthread_server.dir/build
|
|
.PHONY : ssl_pthread_server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named query_included_headers
|
|
|
|
# Build rule for target.
|
|
query_included_headers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 query_included_headers
|
|
.PHONY : query_included_headers
|
|
|
|
# fast build rule for target.
|
|
query_included_headers/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build
|
|
.PHONY : query_included_headers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named selftest
|
|
|
|
# Build rule for target.
|
|
selftest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 selftest
|
|
.PHONY : selftest
|
|
|
|
# fast build rule for target.
|
|
selftest/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build
|
|
.PHONY : selftest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named udp_proxy
|
|
|
|
# Build rule for target.
|
|
udp_proxy: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_proxy
|
|
.PHONY : udp_proxy
|
|
|
|
# fast build rule for target.
|
|
udp_proxy/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build
|
|
.PHONY : udp_proxy/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named benchmark
|
|
|
|
# Build rule for target.
|
|
benchmark: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark
|
|
.PHONY : benchmark
|
|
|
|
# fast build rule for target.
|
|
benchmark/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build
|
|
.PHONY : benchmark/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named query_compile_time_config
|
|
|
|
# Build rule for target.
|
|
query_compile_time_config: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 query_compile_time_config
|
|
.PHONY : query_compile_time_config
|
|
|
|
# fast build rule for target.
|
|
query_compile_time_config/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build
|
|
.PHONY : query_compile_time_config/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named zeroize
|
|
|
|
# Build rule for target.
|
|
zeroize: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zeroize
|
|
.PHONY : zeroize
|
|
|
|
# fast build rule for target.
|
|
zeroize/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build
|
|
.PHONY : zeroize/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pem2der
|
|
|
|
# Build rule for target.
|
|
pem2der: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pem2der
|
|
.PHONY : pem2der
|
|
|
|
# fast build rule for target.
|
|
pem2der/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/util/CMakeFiles/pem2der.dir/build.make Libraries/mbedtls/programs/util/CMakeFiles/pem2der.dir/build
|
|
.PHONY : pem2der/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named strerror
|
|
|
|
# Build rule for target.
|
|
strerror: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 strerror
|
|
.PHONY : strerror
|
|
|
|
# fast build rule for target.
|
|
strerror/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/util/CMakeFiles/strerror.dir/build.make Libraries/mbedtls/programs/util/CMakeFiles/strerror.dir/build
|
|
.PHONY : strerror/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named cert_app
|
|
|
|
# Build rule for target.
|
|
cert_app: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cert_app
|
|
.PHONY : cert_app
|
|
|
|
# fast build rule for target.
|
|
cert_app/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/x509/CMakeFiles/cert_app.dir/build.make Libraries/mbedtls/programs/x509/CMakeFiles/cert_app.dir/build
|
|
.PHONY : cert_app/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named cert_req
|
|
|
|
# Build rule for target.
|
|
cert_req: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cert_req
|
|
.PHONY : cert_req
|
|
|
|
# fast build rule for target.
|
|
cert_req/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/x509/CMakeFiles/cert_req.dir/build.make Libraries/mbedtls/programs/x509/CMakeFiles/cert_req.dir/build
|
|
.PHONY : cert_req/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named cert_write
|
|
|
|
# Build rule for target.
|
|
cert_write: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cert_write
|
|
.PHONY : cert_write
|
|
|
|
# fast build rule for target.
|
|
cert_write/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/x509/CMakeFiles/cert_write.dir/build.make Libraries/mbedtls/programs/x509/CMakeFiles/cert_write.dir/build
|
|
.PHONY : cert_write/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named crl_app
|
|
|
|
# Build rule for target.
|
|
crl_app: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 crl_app
|
|
.PHONY : crl_app
|
|
|
|
# fast build rule for target.
|
|
crl_app/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/x509/CMakeFiles/crl_app.dir/build.make Libraries/mbedtls/programs/x509/CMakeFiles/crl_app.dir/build
|
|
.PHONY : crl_app/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named load_roots
|
|
|
|
# Build rule for target.
|
|
load_roots: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 load_roots
|
|
.PHONY : load_roots
|
|
|
|
# fast build rule for target.
|
|
load_roots/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/x509/CMakeFiles/load_roots.dir/build.make Libraries/mbedtls/programs/x509/CMakeFiles/load_roots.dir/build
|
|
.PHONY : load_roots/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named req_app
|
|
|
|
# Build rule for target.
|
|
req_app: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 req_app
|
|
.PHONY : req_app
|
|
|
|
# fast build rule for target.
|
|
req_app/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/x509/CMakeFiles/req_app.dir/build.make Libraries/mbedtls/programs/x509/CMakeFiles/req_app.dir/build
|
|
.PHONY : req_app/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_generated_data
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_generated_data: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_generated_data
|
|
.PHONY : test_suite_bignum_generated_data
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_generated_data/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_generated_data.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_generated_data.dir/build
|
|
.PHONY : test_suite_bignum_generated_data/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ecp_generated_data
|
|
|
|
# Build rule for target.
|
|
test_suite_ecp_generated_data: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ecp_generated_data
|
|
.PHONY : test_suite_ecp_generated_data
|
|
|
|
# fast build rule for target.
|
|
test_suite_ecp_generated_data/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ecp_generated_data.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ecp_generated_data.dir/build
|
|
.PHONY : test_suite_ecp_generated_data/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_generated_data
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_generated_data: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_generated_data
|
|
.PHONY : test_suite_psa_generated_data
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_generated_data/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_generated_data.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_generated_data.dir/build
|
|
.PHONY : test_suite_psa_generated_data/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aes.cbc
|
|
|
|
# Build rule for target.
|
|
test_suite_aes.cbc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.cbc
|
|
.PHONY : test_suite_aes.cbc
|
|
|
|
# fast build rule for target.
|
|
test_suite_aes.cbc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.cbc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.cbc.dir/build
|
|
.PHONY : test_suite_aes.cbc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aes.cfb
|
|
|
|
# Build rule for target.
|
|
test_suite_aes.cfb: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.cfb
|
|
.PHONY : test_suite_aes.cfb
|
|
|
|
# fast build rule for target.
|
|
test_suite_aes.cfb/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.cfb.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.cfb.dir/build
|
|
.PHONY : test_suite_aes.cfb/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aes.ecb
|
|
|
|
# Build rule for target.
|
|
test_suite_aes.ecb: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.ecb
|
|
.PHONY : test_suite_aes.ecb
|
|
|
|
# fast build rule for target.
|
|
test_suite_aes.ecb/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.ecb.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.ecb.dir/build
|
|
.PHONY : test_suite_aes.ecb/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aes.ofb
|
|
|
|
# Build rule for target.
|
|
test_suite_aes.ofb: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.ofb
|
|
.PHONY : test_suite_aes.ofb
|
|
|
|
# fast build rule for target.
|
|
test_suite_aes.ofb/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.ofb.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.ofb.dir/build
|
|
.PHONY : test_suite_aes.ofb/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aes.rest
|
|
|
|
# Build rule for target.
|
|
test_suite_aes.rest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.rest
|
|
.PHONY : test_suite_aes.rest
|
|
|
|
# fast build rule for target.
|
|
test_suite_aes.rest/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.rest.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.rest.dir/build
|
|
.PHONY : test_suite_aes.rest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aes.xts
|
|
|
|
# Build rule for target.
|
|
test_suite_aes.xts: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.xts
|
|
.PHONY : test_suite_aes.xts
|
|
|
|
# fast build rule for target.
|
|
test_suite_aes.xts/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.xts.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aes.xts.dir/build
|
|
.PHONY : test_suite_aes.xts/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_alignment
|
|
|
|
# Build rule for target.
|
|
test_suite_alignment: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_alignment
|
|
.PHONY : test_suite_alignment
|
|
|
|
# fast build rule for target.
|
|
test_suite_alignment/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_alignment.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_alignment.dir/build
|
|
.PHONY : test_suite_alignment/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_aria
|
|
|
|
# Build rule for target.
|
|
test_suite_aria: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aria
|
|
.PHONY : test_suite_aria
|
|
|
|
# fast build rule for target.
|
|
test_suite_aria/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_aria.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_aria.dir/build
|
|
.PHONY : test_suite_aria/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_asn1parse
|
|
|
|
# Build rule for target.
|
|
test_suite_asn1parse: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_asn1parse
|
|
.PHONY : test_suite_asn1parse
|
|
|
|
# fast build rule for target.
|
|
test_suite_asn1parse/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_asn1parse.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_asn1parse.dir/build
|
|
.PHONY : test_suite_asn1parse/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_asn1write
|
|
|
|
# Build rule for target.
|
|
test_suite_asn1write: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_asn1write
|
|
.PHONY : test_suite_asn1write
|
|
|
|
# fast build rule for target.
|
|
test_suite_asn1write/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_asn1write.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_asn1write.dir/build
|
|
.PHONY : test_suite_asn1write/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_base64
|
|
|
|
# Build rule for target.
|
|
test_suite_base64: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_base64
|
|
.PHONY : test_suite_base64
|
|
|
|
# fast build rule for target.
|
|
test_suite_base64/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_base64.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_base64.dir/build
|
|
.PHONY : test_suite_base64/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum.generated
|
|
.PHONY : test_suite_bignum.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum.generated.dir/build
|
|
.PHONY : test_suite_bignum.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum.misc
|
|
.PHONY : test_suite_bignum.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum.misc.dir/build
|
|
.PHONY : test_suite_bignum.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_core.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_core.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_core.generated
|
|
.PHONY : test_suite_bignum_core.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_core.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_core.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_core.generated.dir/build
|
|
.PHONY : test_suite_bignum_core.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_core.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_core.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_core.misc
|
|
.PHONY : test_suite_bignum_core.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_core.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_core.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_core.misc.dir/build
|
|
.PHONY : test_suite_bignum_core.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_mod.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_mod.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_mod.generated
|
|
.PHONY : test_suite_bignum_mod.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_mod.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod.generated.dir/build
|
|
.PHONY : test_suite_bignum_mod.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_mod.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_mod.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_mod.misc
|
|
.PHONY : test_suite_bignum_mod.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_mod.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod.misc.dir/build
|
|
.PHONY : test_suite_bignum_mod.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_mod_raw
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_mod_raw: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_mod_raw
|
|
.PHONY : test_suite_bignum_mod_raw
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_mod_raw/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod_raw.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod_raw.dir/build
|
|
.PHONY : test_suite_bignum_mod_raw/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_mod_raw.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_mod_raw.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_mod_raw.generated
|
|
.PHONY : test_suite_bignum_mod_raw.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_mod_raw.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod_raw.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_mod_raw.generated.dir/build
|
|
.PHONY : test_suite_bignum_mod_raw.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_bignum_random
|
|
|
|
# Build rule for target.
|
|
test_suite_bignum_random: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_bignum_random
|
|
.PHONY : test_suite_bignum_random
|
|
|
|
# fast build rule for target.
|
|
test_suite_bignum_random/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_random.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_bignum_random.dir/build
|
|
.PHONY : test_suite_bignum_random/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_camellia
|
|
|
|
# Build rule for target.
|
|
test_suite_camellia: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_camellia
|
|
.PHONY : test_suite_camellia
|
|
|
|
# fast build rule for target.
|
|
test_suite_camellia/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_camellia.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_camellia.dir/build
|
|
.PHONY : test_suite_camellia/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ccm
|
|
|
|
# Build rule for target.
|
|
test_suite_ccm: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ccm
|
|
.PHONY : test_suite_ccm
|
|
|
|
# fast build rule for target.
|
|
test_suite_ccm/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ccm.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ccm.dir/build
|
|
.PHONY : test_suite_ccm/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_chacha20
|
|
|
|
# Build rule for target.
|
|
test_suite_chacha20: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_chacha20
|
|
.PHONY : test_suite_chacha20
|
|
|
|
# fast build rule for target.
|
|
test_suite_chacha20/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_chacha20.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_chacha20.dir/build
|
|
.PHONY : test_suite_chacha20/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_chachapoly
|
|
|
|
# Build rule for target.
|
|
test_suite_chachapoly: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_chachapoly
|
|
.PHONY : test_suite_chachapoly
|
|
|
|
# fast build rule for target.
|
|
test_suite_chachapoly/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_chachapoly.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_chachapoly.dir/build
|
|
.PHONY : test_suite_chachapoly/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.aes
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.aes: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.aes
|
|
.PHONY : test_suite_cipher.aes
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.aes/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.aes.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.aes.dir/build
|
|
.PHONY : test_suite_cipher.aes/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.aria
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.aria: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.aria
|
|
.PHONY : test_suite_cipher.aria
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.aria/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.aria.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.aria.dir/build
|
|
.PHONY : test_suite_cipher.aria/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.camellia
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.camellia: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.camellia
|
|
.PHONY : test_suite_cipher.camellia
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.camellia/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.camellia.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.camellia.dir/build
|
|
.PHONY : test_suite_cipher.camellia/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.ccm
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.ccm: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.ccm
|
|
.PHONY : test_suite_cipher.ccm
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.ccm/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.ccm.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.ccm.dir/build
|
|
.PHONY : test_suite_cipher.ccm/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.chacha20
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.chacha20: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.chacha20
|
|
.PHONY : test_suite_cipher.chacha20
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.chacha20/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.chacha20.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.chacha20.dir/build
|
|
.PHONY : test_suite_cipher.chacha20/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.chachapoly
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.chachapoly: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.chachapoly
|
|
.PHONY : test_suite_cipher.chachapoly
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.chachapoly/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.chachapoly.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.chachapoly.dir/build
|
|
.PHONY : test_suite_cipher.chachapoly/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.des
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.des: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.des
|
|
.PHONY : test_suite_cipher.des
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.des/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.des.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.des.dir/build
|
|
.PHONY : test_suite_cipher.des/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.gcm
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.gcm: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.gcm
|
|
.PHONY : test_suite_cipher.gcm
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.gcm/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.gcm.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.gcm.dir/build
|
|
.PHONY : test_suite_cipher.gcm/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.misc
|
|
.PHONY : test_suite_cipher.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.misc.dir/build
|
|
.PHONY : test_suite_cipher.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.nist_kw
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.nist_kw: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.nist_kw
|
|
.PHONY : test_suite_cipher.nist_kw
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.nist_kw/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.nist_kw.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.nist_kw.dir/build
|
|
.PHONY : test_suite_cipher.nist_kw/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.null
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.null: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.null
|
|
.PHONY : test_suite_cipher.null
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.null/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.null.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.null.dir/build
|
|
.PHONY : test_suite_cipher.null/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cipher.padding
|
|
|
|
# Build rule for target.
|
|
test_suite_cipher.padding: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cipher.padding
|
|
.PHONY : test_suite_cipher.padding
|
|
|
|
# fast build rule for target.
|
|
test_suite_cipher.padding/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.padding.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cipher.padding.dir/build
|
|
.PHONY : test_suite_cipher.padding/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_cmac
|
|
|
|
# Build rule for target.
|
|
test_suite_cmac: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_cmac
|
|
.PHONY : test_suite_cmac
|
|
|
|
# fast build rule for target.
|
|
test_suite_cmac/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_cmac.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_cmac.dir/build
|
|
.PHONY : test_suite_cmac/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_common
|
|
|
|
# Build rule for target.
|
|
test_suite_common: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_common
|
|
.PHONY : test_suite_common
|
|
|
|
# fast build rule for target.
|
|
test_suite_common/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_common.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_common.dir/build
|
|
.PHONY : test_suite_common/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_constant_time
|
|
|
|
# Build rule for target.
|
|
test_suite_constant_time: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_constant_time
|
|
.PHONY : test_suite_constant_time
|
|
|
|
# fast build rule for target.
|
|
test_suite_constant_time/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_constant_time.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_constant_time.dir/build
|
|
.PHONY : test_suite_constant_time/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_constant_time_hmac
|
|
|
|
# Build rule for target.
|
|
test_suite_constant_time_hmac: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_constant_time_hmac
|
|
.PHONY : test_suite_constant_time_hmac
|
|
|
|
# fast build rule for target.
|
|
test_suite_constant_time_hmac/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_constant_time_hmac.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_constant_time_hmac.dir/build
|
|
.PHONY : test_suite_constant_time_hmac/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ctr_drbg
|
|
|
|
# Build rule for target.
|
|
test_suite_ctr_drbg: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ctr_drbg
|
|
.PHONY : test_suite_ctr_drbg
|
|
|
|
# fast build rule for target.
|
|
test_suite_ctr_drbg/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ctr_drbg.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ctr_drbg.dir/build
|
|
.PHONY : test_suite_ctr_drbg/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_debug
|
|
|
|
# Build rule for target.
|
|
test_suite_debug: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_debug
|
|
.PHONY : test_suite_debug
|
|
|
|
# fast build rule for target.
|
|
test_suite_debug/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_debug.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_debug.dir/build
|
|
.PHONY : test_suite_debug/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_des
|
|
|
|
# Build rule for target.
|
|
test_suite_des: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_des
|
|
.PHONY : test_suite_des
|
|
|
|
# fast build rule for target.
|
|
test_suite_des/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_des.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_des.dir/build
|
|
.PHONY : test_suite_des/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_dhm
|
|
|
|
# Build rule for target.
|
|
test_suite_dhm: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_dhm
|
|
.PHONY : test_suite_dhm
|
|
|
|
# fast build rule for target.
|
|
test_suite_dhm/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_dhm.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_dhm.dir/build
|
|
.PHONY : test_suite_dhm/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ecdh
|
|
|
|
# Build rule for target.
|
|
test_suite_ecdh: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ecdh
|
|
.PHONY : test_suite_ecdh
|
|
|
|
# fast build rule for target.
|
|
test_suite_ecdh/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ecdh.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ecdh.dir/build
|
|
.PHONY : test_suite_ecdh/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ecdsa
|
|
|
|
# Build rule for target.
|
|
test_suite_ecdsa: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ecdsa
|
|
.PHONY : test_suite_ecdsa
|
|
|
|
# fast build rule for target.
|
|
test_suite_ecdsa/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ecdsa.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ecdsa.dir/build
|
|
.PHONY : test_suite_ecdsa/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ecjpake
|
|
|
|
# Build rule for target.
|
|
test_suite_ecjpake: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ecjpake
|
|
.PHONY : test_suite_ecjpake
|
|
|
|
# fast build rule for target.
|
|
test_suite_ecjpake/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ecjpake.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ecjpake.dir/build
|
|
.PHONY : test_suite_ecjpake/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ecp
|
|
|
|
# Build rule for target.
|
|
test_suite_ecp: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ecp
|
|
.PHONY : test_suite_ecp
|
|
|
|
# fast build rule for target.
|
|
test_suite_ecp/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ecp.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ecp.dir/build
|
|
.PHONY : test_suite_ecp/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ecp.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_ecp.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ecp.generated
|
|
.PHONY : test_suite_ecp.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_ecp.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ecp.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ecp.generated.dir/build
|
|
.PHONY : test_suite_ecp.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_entropy
|
|
|
|
# Build rule for target.
|
|
test_suite_entropy: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_entropy
|
|
.PHONY : test_suite_entropy
|
|
|
|
# fast build rule for target.
|
|
test_suite_entropy/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_entropy.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_entropy.dir/build
|
|
.PHONY : test_suite_entropy/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_error
|
|
|
|
# Build rule for target.
|
|
test_suite_error: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_error
|
|
.PHONY : test_suite_error
|
|
|
|
# fast build rule for target.
|
|
test_suite_error/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_error.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_error.dir/build
|
|
.PHONY : test_suite_error/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.aes128_de
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.aes128_de: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.aes128_de
|
|
.PHONY : test_suite_gcm.aes128_de
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.aes128_de/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes128_de.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes128_de.dir/build
|
|
.PHONY : test_suite_gcm.aes128_de/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.aes128_en
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.aes128_en: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.aes128_en
|
|
.PHONY : test_suite_gcm.aes128_en
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.aes128_en/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes128_en.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes128_en.dir/build
|
|
.PHONY : test_suite_gcm.aes128_en/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.aes192_de
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.aes192_de: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.aes192_de
|
|
.PHONY : test_suite_gcm.aes192_de
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.aes192_de/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes192_de.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes192_de.dir/build
|
|
.PHONY : test_suite_gcm.aes192_de/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.aes192_en
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.aes192_en: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.aes192_en
|
|
.PHONY : test_suite_gcm.aes192_en
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.aes192_en/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes192_en.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes192_en.dir/build
|
|
.PHONY : test_suite_gcm.aes192_en/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.aes256_de
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.aes256_de: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.aes256_de
|
|
.PHONY : test_suite_gcm.aes256_de
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.aes256_de/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes256_de.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes256_de.dir/build
|
|
.PHONY : test_suite_gcm.aes256_de/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.aes256_en
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.aes256_en: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.aes256_en
|
|
.PHONY : test_suite_gcm.aes256_en
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.aes256_en/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes256_en.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.aes256_en.dir/build
|
|
.PHONY : test_suite_gcm.aes256_en/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.camellia
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.camellia: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.camellia
|
|
.PHONY : test_suite_gcm.camellia
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.camellia/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.camellia.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.camellia.dir/build
|
|
.PHONY : test_suite_gcm.camellia/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_gcm.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_gcm.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_gcm.misc
|
|
.PHONY : test_suite_gcm.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_gcm.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_gcm.misc.dir/build
|
|
.PHONY : test_suite_gcm.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_hkdf
|
|
|
|
# Build rule for target.
|
|
test_suite_hkdf: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_hkdf
|
|
.PHONY : test_suite_hkdf
|
|
|
|
# fast build rule for target.
|
|
test_suite_hkdf/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_hkdf.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_hkdf.dir/build
|
|
.PHONY : test_suite_hkdf/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_hmac_drbg.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_hmac_drbg.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_hmac_drbg.misc
|
|
.PHONY : test_suite_hmac_drbg.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_hmac_drbg.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.misc.dir/build
|
|
.PHONY : test_suite_hmac_drbg.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_hmac_drbg.no_reseed
|
|
|
|
# Build rule for target.
|
|
test_suite_hmac_drbg.no_reseed: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_hmac_drbg.no_reseed
|
|
.PHONY : test_suite_hmac_drbg.no_reseed
|
|
|
|
# fast build rule for target.
|
|
test_suite_hmac_drbg.no_reseed/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.no_reseed.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.no_reseed.dir/build
|
|
.PHONY : test_suite_hmac_drbg.no_reseed/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_hmac_drbg.nopr
|
|
|
|
# Build rule for target.
|
|
test_suite_hmac_drbg.nopr: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_hmac_drbg.nopr
|
|
.PHONY : test_suite_hmac_drbg.nopr
|
|
|
|
# fast build rule for target.
|
|
test_suite_hmac_drbg.nopr/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.nopr.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.nopr.dir/build
|
|
.PHONY : test_suite_hmac_drbg.nopr/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_hmac_drbg.pr
|
|
|
|
# Build rule for target.
|
|
test_suite_hmac_drbg.pr: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_hmac_drbg.pr
|
|
.PHONY : test_suite_hmac_drbg.pr
|
|
|
|
# fast build rule for target.
|
|
test_suite_hmac_drbg.pr/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.pr.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_hmac_drbg.pr.dir/build
|
|
.PHONY : test_suite_hmac_drbg.pr/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_lmots
|
|
|
|
# Build rule for target.
|
|
test_suite_lmots: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_lmots
|
|
.PHONY : test_suite_lmots
|
|
|
|
# fast build rule for target.
|
|
test_suite_lmots/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_lmots.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_lmots.dir/build
|
|
.PHONY : test_suite_lmots/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_lms
|
|
|
|
# Build rule for target.
|
|
test_suite_lms: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_lms
|
|
.PHONY : test_suite_lms
|
|
|
|
# fast build rule for target.
|
|
test_suite_lms/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_lms.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_lms.dir/build
|
|
.PHONY : test_suite_lms/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_md
|
|
|
|
# Build rule for target.
|
|
test_suite_md: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_md
|
|
.PHONY : test_suite_md
|
|
|
|
# fast build rule for target.
|
|
test_suite_md/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_md.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_md.dir/build
|
|
.PHONY : test_suite_md/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_md.psa
|
|
|
|
# Build rule for target.
|
|
test_suite_md.psa: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_md.psa
|
|
.PHONY : test_suite_md.psa
|
|
|
|
# fast build rule for target.
|
|
test_suite_md.psa/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_md.psa.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_md.psa.dir/build
|
|
.PHONY : test_suite_md.psa/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_mdx
|
|
|
|
# Build rule for target.
|
|
test_suite_mdx: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_mdx
|
|
.PHONY : test_suite_mdx
|
|
|
|
# fast build rule for target.
|
|
test_suite_mdx/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_mdx.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_mdx.dir/build
|
|
.PHONY : test_suite_mdx/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_memory_buffer_alloc
|
|
|
|
# Build rule for target.
|
|
test_suite_memory_buffer_alloc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_memory_buffer_alloc
|
|
.PHONY : test_suite_memory_buffer_alloc
|
|
|
|
# fast build rule for target.
|
|
test_suite_memory_buffer_alloc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_memory_buffer_alloc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_memory_buffer_alloc.dir/build
|
|
.PHONY : test_suite_memory_buffer_alloc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_mps
|
|
|
|
# Build rule for target.
|
|
test_suite_mps: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_mps
|
|
.PHONY : test_suite_mps
|
|
|
|
# fast build rule for target.
|
|
test_suite_mps/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_mps.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_mps.dir/build
|
|
.PHONY : test_suite_mps/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_net
|
|
|
|
# Build rule for target.
|
|
test_suite_net: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_net
|
|
.PHONY : test_suite_net
|
|
|
|
# fast build rule for target.
|
|
test_suite_net/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_net.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_net.dir/build
|
|
.PHONY : test_suite_net/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_nist_kw
|
|
|
|
# Build rule for target.
|
|
test_suite_nist_kw: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_nist_kw
|
|
.PHONY : test_suite_nist_kw
|
|
|
|
# fast build rule for target.
|
|
test_suite_nist_kw/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_nist_kw.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_nist_kw.dir/build
|
|
.PHONY : test_suite_nist_kw/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_oid
|
|
|
|
# Build rule for target.
|
|
test_suite_oid: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_oid
|
|
.PHONY : test_suite_oid
|
|
|
|
# fast build rule for target.
|
|
test_suite_oid/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_oid.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_oid.dir/build
|
|
.PHONY : test_suite_oid/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pem
|
|
|
|
# Build rule for target.
|
|
test_suite_pem: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pem
|
|
.PHONY : test_suite_pem
|
|
|
|
# fast build rule for target.
|
|
test_suite_pem/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pem.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pem.dir/build
|
|
.PHONY : test_suite_pem/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pk
|
|
|
|
# Build rule for target.
|
|
test_suite_pk: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pk
|
|
.PHONY : test_suite_pk
|
|
|
|
# fast build rule for target.
|
|
test_suite_pk/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pk.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pk.dir/build
|
|
.PHONY : test_suite_pk/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkcs12
|
|
|
|
# Build rule for target.
|
|
test_suite_pkcs12: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkcs12
|
|
.PHONY : test_suite_pkcs12
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkcs12/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs12.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs12.dir/build
|
|
.PHONY : test_suite_pkcs12/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkcs1_v15
|
|
|
|
# Build rule for target.
|
|
test_suite_pkcs1_v15: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkcs1_v15
|
|
.PHONY : test_suite_pkcs1_v15
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkcs1_v15/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs1_v15.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs1_v15.dir/build
|
|
.PHONY : test_suite_pkcs1_v15/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkcs1_v21
|
|
|
|
# Build rule for target.
|
|
test_suite_pkcs1_v21: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkcs1_v21
|
|
.PHONY : test_suite_pkcs1_v21
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkcs1_v21/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs1_v21.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs1_v21.dir/build
|
|
.PHONY : test_suite_pkcs1_v21/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkcs5
|
|
|
|
# Build rule for target.
|
|
test_suite_pkcs5: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkcs5
|
|
.PHONY : test_suite_pkcs5
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkcs5/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs5.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs5.dir/build
|
|
.PHONY : test_suite_pkcs5/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkcs7
|
|
|
|
# Build rule for target.
|
|
test_suite_pkcs7: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkcs7
|
|
.PHONY : test_suite_pkcs7
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkcs7/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs7.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkcs7.dir/build
|
|
.PHONY : test_suite_pkcs7/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkparse
|
|
|
|
# Build rule for target.
|
|
test_suite_pkparse: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkparse
|
|
.PHONY : test_suite_pkparse
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkparse/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkparse.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkparse.dir/build
|
|
.PHONY : test_suite_pkparse/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_pkwrite
|
|
|
|
# Build rule for target.
|
|
test_suite_pkwrite: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_pkwrite
|
|
.PHONY : test_suite_pkwrite
|
|
|
|
# fast build rule for target.
|
|
test_suite_pkwrite/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_pkwrite.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_pkwrite.dir/build
|
|
.PHONY : test_suite_pkwrite/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_platform
|
|
|
|
# Build rule for target.
|
|
test_suite_platform: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_platform
|
|
.PHONY : test_suite_platform
|
|
|
|
# fast build rule for target.
|
|
test_suite_platform/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_platform.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_platform.dir/build
|
|
.PHONY : test_suite_platform/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_platform_printf
|
|
|
|
# Build rule for target.
|
|
test_suite_platform_printf: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_platform_printf
|
|
.PHONY : test_suite_platform_printf
|
|
|
|
# fast build rule for target.
|
|
test_suite_platform_printf/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_platform_printf.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_platform_printf.dir/build
|
|
.PHONY : test_suite_platform_printf/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_platform_util
|
|
|
|
# Build rule for target.
|
|
test_suite_platform_util: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_platform_util
|
|
.PHONY : test_suite_platform_util
|
|
|
|
# fast build rule for target.
|
|
test_suite_platform_util/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_platform_util.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_platform_util.dir/build
|
|
.PHONY : test_suite_platform_util/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_poly1305
|
|
|
|
# Build rule for target.
|
|
test_suite_poly1305: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_poly1305
|
|
.PHONY : test_suite_poly1305
|
|
|
|
# fast build rule for target.
|
|
test_suite_poly1305/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_poly1305.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_poly1305.dir/build
|
|
.PHONY : test_suite_poly1305/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto
|
|
.PHONY : test_suite_psa_crypto
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto.dir/build
|
|
.PHONY : test_suite_psa_crypto/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto.pbkdf2
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto.pbkdf2: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto.pbkdf2
|
|
.PHONY : test_suite_psa_crypto.pbkdf2
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto.pbkdf2/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto.pbkdf2.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto.pbkdf2.dir/build
|
|
.PHONY : test_suite_psa_crypto.pbkdf2/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_attributes
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_attributes: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_attributes
|
|
.PHONY : test_suite_psa_crypto_attributes
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_attributes/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_attributes.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_attributes.dir/build
|
|
.PHONY : test_suite_psa_crypto_attributes/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_driver_wrappers
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_driver_wrappers: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_driver_wrappers
|
|
.PHONY : test_suite_psa_crypto_driver_wrappers
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_driver_wrappers/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_driver_wrappers.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_driver_wrappers.dir/build
|
|
.PHONY : test_suite_psa_crypto_driver_wrappers/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_entropy
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_entropy: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_entropy
|
|
.PHONY : test_suite_psa_crypto_entropy
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_entropy/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_entropy.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_entropy.dir/build
|
|
.PHONY : test_suite_psa_crypto_entropy/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_generate_key.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_generate_key.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_generate_key.generated
|
|
.PHONY : test_suite_psa_crypto_generate_key.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_generate_key.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_generate_key.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_generate_key.generated.dir/build
|
|
.PHONY : test_suite_psa_crypto_generate_key.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_hash
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_hash: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_hash
|
|
.PHONY : test_suite_psa_crypto_hash
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_hash/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_hash.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_hash.dir/build
|
|
.PHONY : test_suite_psa_crypto_hash/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_init
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_init: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_init
|
|
.PHONY : test_suite_psa_crypto_init
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_init/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_init.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_init.dir/build
|
|
.PHONY : test_suite_psa_crypto_init/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_low_hash.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_low_hash.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_low_hash.generated
|
|
.PHONY : test_suite_psa_crypto_low_hash.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_low_hash.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_low_hash.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_low_hash.generated.dir/build
|
|
.PHONY : test_suite_psa_crypto_low_hash.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_metadata
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_metadata: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_metadata
|
|
.PHONY : test_suite_psa_crypto_metadata
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_metadata/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_metadata.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_metadata.dir/build
|
|
.PHONY : test_suite_psa_crypto_metadata/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_not_supported.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_not_supported.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_not_supported.generated
|
|
.PHONY : test_suite_psa_crypto_not_supported.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_not_supported.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_not_supported.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_not_supported.generated.dir/build
|
|
.PHONY : test_suite_psa_crypto_not_supported.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_not_supported.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_not_supported.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_not_supported.misc
|
|
.PHONY : test_suite_psa_crypto_not_supported.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_not_supported.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_not_supported.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_not_supported.misc.dir/build
|
|
.PHONY : test_suite_psa_crypto_not_supported.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_op_fail.generated
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_op_fail.generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_op_fail.generated
|
|
.PHONY : test_suite_psa_crypto_op_fail.generated
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_op_fail.generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_op_fail.generated.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_op_fail.generated.dir/build
|
|
.PHONY : test_suite_psa_crypto_op_fail.generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_op_fail.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_op_fail.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_op_fail.misc
|
|
.PHONY : test_suite_psa_crypto_op_fail.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_op_fail.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_op_fail.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_op_fail.misc.dir/build
|
|
.PHONY : test_suite_psa_crypto_op_fail.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_pake
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_pake: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_pake
|
|
.PHONY : test_suite_psa_crypto_pake
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_pake/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_pake.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_pake.dir/build
|
|
.PHONY : test_suite_psa_crypto_pake/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_persistent_key
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_persistent_key: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_persistent_key
|
|
.PHONY : test_suite_psa_crypto_persistent_key
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_persistent_key/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_persistent_key.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_persistent_key.dir/build
|
|
.PHONY : test_suite_psa_crypto_persistent_key/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_se_driver_hal
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_se_driver_hal: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_se_driver_hal
|
|
.PHONY : test_suite_psa_crypto_se_driver_hal
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_se_driver_hal/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_se_driver_hal.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_se_driver_hal.dir/build
|
|
.PHONY : test_suite_psa_crypto_se_driver_hal/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_se_driver_hal_mocks
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_se_driver_hal_mocks: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_se_driver_hal_mocks
|
|
.PHONY : test_suite_psa_crypto_se_driver_hal_mocks
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_se_driver_hal_mocks/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_se_driver_hal_mocks.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_se_driver_hal_mocks.dir/build
|
|
.PHONY : test_suite_psa_crypto_se_driver_hal_mocks/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_slot_management
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_slot_management: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_slot_management
|
|
.PHONY : test_suite_psa_crypto_slot_management
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_slot_management/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_slot_management.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_slot_management.dir/build
|
|
.PHONY : test_suite_psa_crypto_slot_management/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_storage_format.current
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_storage_format.current: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_storage_format.current
|
|
.PHONY : test_suite_psa_crypto_storage_format.current
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_storage_format.current/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_storage_format.current.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_storage_format.current.dir/build
|
|
.PHONY : test_suite_psa_crypto_storage_format.current/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_storage_format.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_storage_format.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_storage_format.misc
|
|
.PHONY : test_suite_psa_crypto_storage_format.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_storage_format.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_storage_format.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_storage_format.misc.dir/build
|
|
.PHONY : test_suite_psa_crypto_storage_format.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_crypto_storage_format.v0
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_crypto_storage_format.v0: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_storage_format.v0
|
|
.PHONY : test_suite_psa_crypto_storage_format.v0
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_crypto_storage_format.v0/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_storage_format.v0.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_crypto_storage_format.v0.dir/build
|
|
.PHONY : test_suite_psa_crypto_storage_format.v0/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_psa_its
|
|
|
|
# Build rule for target.
|
|
test_suite_psa_its: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_its
|
|
.PHONY : test_suite_psa_its
|
|
|
|
# fast build rule for target.
|
|
test_suite_psa_its/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_its.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_psa_its.dir/build
|
|
.PHONY : test_suite_psa_its/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_random
|
|
|
|
# Build rule for target.
|
|
test_suite_random: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_random
|
|
.PHONY : test_suite_random
|
|
|
|
# fast build rule for target.
|
|
test_suite_random/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_random.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_random.dir/build
|
|
.PHONY : test_suite_random/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_rsa
|
|
|
|
# Build rule for target.
|
|
test_suite_rsa: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_rsa
|
|
.PHONY : test_suite_rsa
|
|
|
|
# fast build rule for target.
|
|
test_suite_rsa/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_rsa.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_rsa.dir/build
|
|
.PHONY : test_suite_rsa/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_shax
|
|
|
|
# Build rule for target.
|
|
test_suite_shax: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_shax
|
|
.PHONY : test_suite_shax
|
|
|
|
# fast build rule for target.
|
|
test_suite_shax/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_shax.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_shax.dir/build
|
|
.PHONY : test_suite_shax/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ssl
|
|
|
|
# Build rule for target.
|
|
test_suite_ssl: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ssl
|
|
.PHONY : test_suite_ssl
|
|
|
|
# fast build rule for target.
|
|
test_suite_ssl/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ssl.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ssl.dir/build
|
|
.PHONY : test_suite_ssl/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_ssl_decrypt.misc
|
|
|
|
# Build rule for target.
|
|
test_suite_ssl_decrypt.misc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ssl_decrypt.misc
|
|
.PHONY : test_suite_ssl_decrypt.misc
|
|
|
|
# fast build rule for target.
|
|
test_suite_ssl_decrypt.misc/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_ssl_decrypt.misc.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_ssl_decrypt.misc.dir/build
|
|
.PHONY : test_suite_ssl_decrypt.misc/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_timing
|
|
|
|
# Build rule for target.
|
|
test_suite_timing: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_timing
|
|
.PHONY : test_suite_timing
|
|
|
|
# fast build rule for target.
|
|
test_suite_timing/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_timing.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_timing.dir/build
|
|
.PHONY : test_suite_timing/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_version
|
|
|
|
# Build rule for target.
|
|
test_suite_version: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_version
|
|
.PHONY : test_suite_version
|
|
|
|
# fast build rule for target.
|
|
test_suite_version/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_version.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_version.dir/build
|
|
.PHONY : test_suite_version/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_x509parse
|
|
|
|
# Build rule for target.
|
|
test_suite_x509parse: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_x509parse
|
|
.PHONY : test_suite_x509parse
|
|
|
|
# fast build rule for target.
|
|
test_suite_x509parse/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_x509parse.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_x509parse.dir/build
|
|
.PHONY : test_suite_x509parse/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test_suite_x509write
|
|
|
|
# Build rule for target.
|
|
test_suite_x509write: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_x509write
|
|
.PHONY : test_suite_x509write
|
|
|
|
# fast build rule for target.
|
|
test_suite_x509write/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/tests/CMakeFiles/test_suite_x509write.dir/build.make Libraries/mbedtls/tests/CMakeFiles/test_suite_x509write.dir/build
|
|
.PHONY : test_suite_x509write/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named sdl_headers_copy
|
|
|
|
# Build rule for target.
|
|
sdl_headers_copy: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sdl_headers_copy
|
|
.PHONY : sdl_headers_copy
|
|
|
|
# fast build rule for target.
|
|
sdl_headers_copy/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/sdl_headers_copy.dir/build.make Libraries/SDL/CMakeFiles/sdl_headers_copy.dir/build
|
|
.PHONY : sdl_headers_copy/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named SDL2main
|
|
|
|
# Build rule for target.
|
|
SDL2main: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL2main
|
|
.PHONY : SDL2main
|
|
|
|
# fast build rule for target.
|
|
SDL2main/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/SDL2main.dir/build.make Libraries/SDL/CMakeFiles/SDL2main.dir/build
|
|
.PHONY : SDL2main/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named SDL2-static
|
|
|
|
# Build rule for target.
|
|
SDL2-static: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL2-static
|
|
.PHONY : SDL2-static
|
|
|
|
# fast build rule for target.
|
|
SDL2-static/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/SDL2-static.dir/build.make Libraries/SDL/CMakeFiles/SDL2-static.dir/build
|
|
.PHONY : SDL2-static/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named SDL2_test
|
|
|
|
# Build rule for target.
|
|
SDL2_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL2_test
|
|
.PHONY : SDL2_test
|
|
|
|
# fast build rule for target.
|
|
SDL2_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/SDL2_test.dir/build.make Libraries/SDL/CMakeFiles/SDL2_test.dir/build
|
|
.PHONY : SDL2_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named uninstall
|
|
|
|
# Build rule for target.
|
|
uninstall: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
|
|
.PHONY : uninstall
|
|
|
|
# fast build rule for target.
|
|
uninstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/uninstall.dir/build.make Libraries/SDL/CMakeFiles/uninstall.dir/build
|
|
.PHONY : uninstall/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lvgl
|
|
|
|
# Build rule for target.
|
|
lvgl: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl
|
|
.PHONY : lvgl
|
|
|
|
# fast build rule for target.
|
|
lvgl/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/lvgl/CMakeFiles/lvgl.dir/build.make Libraries/lvgl/CMakeFiles/lvgl.dir/build
|
|
.PHONY : lvgl/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lvgl_thorvg
|
|
|
|
# Build rule for target.
|
|
lvgl_thorvg: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl_thorvg
|
|
.PHONY : lvgl_thorvg
|
|
|
|
# fast build rule for target.
|
|
lvgl_thorvg/fast:
|
|
$(MAKE) $(MAKESILENT) -f Libraries/lvgl/CMakeFiles/lvgl_thorvg.dir/build.make Libraries/lvgl/CMakeFiles/lvgl_thorvg.dir/build
|
|
.PHONY : lvgl_thorvg/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named FirmwareSim
|
|
|
|
# Build rule for target.
|
|
FirmwareSim: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FirmwareSim
|
|
.PHONY : FirmwareSim
|
|
|
|
# fast build rule for target.
|
|
FirmwareSim/fast:
|
|
$(MAKE) $(MAKESILENT) -f Firmware/CMakeFiles/FirmwareSim.dir/build.make Firmware/CMakeFiles/FirmwareSim.dir/build
|
|
.PHONY : FirmwareSim/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Generated
|
|
|
|
# Build rule for target.
|
|
Generated: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Generated
|
|
.PHONY : Generated
|
|
|
|
# fast build rule for target.
|
|
Generated/fast:
|
|
$(MAKE) $(MAKESILENT) -f Firmware/CMakeFiles/Generated.dir/build.make Firmware/CMakeFiles/Generated.dir/build
|
|
.PHONY : Generated/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named build-tests
|
|
|
|
# Build rule for target.
|
|
build-tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build-tests
|
|
.PHONY : build-tests
|
|
|
|
# fast build rule for target.
|
|
build-tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f Tests/CMakeFiles/build-tests.dir/build.make Tests/CMakeFiles/build-tests.dir/build
|
|
.PHONY : build-tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TactilityCoreTests
|
|
|
|
# Build rule for target.
|
|
TactilityCoreTests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityCoreTests
|
|
.PHONY : TactilityCoreTests
|
|
|
|
# fast build rule for target.
|
|
TactilityCoreTests/fast:
|
|
$(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build
|
|
.PHONY : TactilityCoreTests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TactilityFreeRtosTests
|
|
|
|
# Build rule for target.
|
|
TactilityFreeRtosTests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityFreeRtosTests
|
|
.PHONY : TactilityFreeRtosTests
|
|
|
|
# fast build rule for target.
|
|
TactilityFreeRtosTests/fast:
|
|
$(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build
|
|
.PHONY : TactilityFreeRtosTests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TactilityKernelTests
|
|
|
|
# Build rule for target.
|
|
TactilityKernelTests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityKernelTests
|
|
.PHONY : TactilityKernelTests
|
|
|
|
# fast build rule for target.
|
|
TactilityKernelTests/fast:
|
|
$(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build
|
|
.PHONY : TactilityKernelTests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TactilityTests
|
|
|
|
# Build rule for target.
|
|
TactilityTests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityTests
|
|
.PHONY : TactilityTests
|
|
|
|
# fast build rule for target.
|
|
TactilityTests/fast:
|
|
$(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/build
|
|
.PHONY : TactilityTests/fast
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... Generated"
|
|
@echo "... apidoc"
|
|
@echo "... build-tests"
|
|
@echo "... lcov"
|
|
@echo "... lib"
|
|
@echo "... memcheck"
|
|
@echo "... sdl_headers_copy"
|
|
@echo "... test_suite_bignum_generated_data"
|
|
@echo "... test_suite_ecp_generated_data"
|
|
@echo "... test_suite_psa_generated_data"
|
|
@echo "... uninstall"
|
|
@echo "... FirmwareSim"
|
|
@echo "... PlatformPosix"
|
|
@echo "... QRCode"
|
|
@echo "... SDL2-static"
|
|
@echo "... SDL2_test"
|
|
@echo "... SDL2main"
|
|
@echo "... Simulator"
|
|
@echo "... Tactility"
|
|
@echo "... TactilityCore"
|
|
@echo "... TactilityCoreTests"
|
|
@echo "... TactilityFreeRtosTests"
|
|
@echo "... TactilityKernel"
|
|
@echo "... TactilityKernelTests"
|
|
@echo "... TactilityTests"
|
|
@echo "... aead_demo"
|
|
@echo "... benchmark"
|
|
@echo "... cJSON"
|
|
@echo "... cert_app"
|
|
@echo "... cert_req"
|
|
@echo "... cert_write"
|
|
@echo "... cipher_aead_demo"
|
|
@echo "... crl_app"
|
|
@echo "... crypt_and_hash"
|
|
@echo "... crypto_examples"
|
|
@echo "... dh_client"
|
|
@echo "... dh_genprime"
|
|
@echo "... dh_server"
|
|
@echo "... dtls_client"
|
|
@echo "... dtls_server"
|
|
@echo "... ecdh_curve25519"
|
|
@echo "... ecdsa"
|
|
@echo "... everest"
|
|
@echo "... freertos_kernel"
|
|
@echo "... freertos_kernel_port"
|
|
@echo "... fuzz_client"
|
|
@echo "... fuzz_dtlsclient"
|
|
@echo "... fuzz_dtlsserver"
|
|
@echo "... fuzz_pkcs7"
|
|
@echo "... fuzz_privkey"
|
|
@echo "... fuzz_pubkey"
|
|
@echo "... fuzz_server"
|
|
@echo "... fuzz_x509crl"
|
|
@echo "... fuzz_x509crt"
|
|
@echo "... fuzz_x509csr"
|
|
@echo "... gen_entropy"
|
|
@echo "... gen_key"
|
|
@echo "... gen_random_ctr_drbg"
|
|
@echo "... generic_sum"
|
|
@echo "... hello"
|
|
@echo "... hmac_demo"
|
|
@echo "... key_app"
|
|
@echo "... key_app_writer"
|
|
@echo "... key_ladder_demo"
|
|
@echo "... load_roots"
|
|
@echo "... lv_screenshot"
|
|
@echo "... lvgl"
|
|
@echo "... lvgl_thorvg"
|
|
@echo "... mbedcrypto"
|
|
@echo "... mbedtls"
|
|
@echo "... mbedtls_test"
|
|
@echo "... mbedtls_test_helpers"
|
|
@echo "... mbedx509"
|
|
@echo "... md_hmac_demo"
|
|
@echo "... mini_client"
|
|
@echo "... minitar"
|
|
@echo "... minmea"
|
|
@echo "... mpi_demo"
|
|
@echo "... p256m"
|
|
@echo "... pem2der"
|
|
@echo "... pk_decrypt"
|
|
@echo "... pk_encrypt"
|
|
@echo "... pk_sign"
|
|
@echo "... pk_verify"
|
|
@echo "... psa_constant_names"
|
|
@echo "... query_compile_time_config"
|
|
@echo "... query_included_headers"
|
|
@echo "... req_app"
|
|
@echo "... rsa_decrypt"
|
|
@echo "... rsa_encrypt"
|
|
@echo "... rsa_genkey"
|
|
@echo "... rsa_sign"
|
|
@echo "... rsa_sign_pss"
|
|
@echo "... rsa_verify"
|
|
@echo "... rsa_verify_pss"
|
|
@echo "... selftest"
|
|
@echo "... ssl_client1"
|
|
@echo "... ssl_client2"
|
|
@echo "... ssl_context_info"
|
|
@echo "... ssl_fork_server"
|
|
@echo "... ssl_mail_client"
|
|
@echo "... ssl_pthread_server"
|
|
@echo "... ssl_server"
|
|
@echo "... ssl_server2"
|
|
@echo "... strerror"
|
|
@echo "... test_suite_aes.cbc"
|
|
@echo "... test_suite_aes.cfb"
|
|
@echo "... test_suite_aes.ecb"
|
|
@echo "... test_suite_aes.ofb"
|
|
@echo "... test_suite_aes.rest"
|
|
@echo "... test_suite_aes.xts"
|
|
@echo "... test_suite_alignment"
|
|
@echo "... test_suite_aria"
|
|
@echo "... test_suite_asn1parse"
|
|
@echo "... test_suite_asn1write"
|
|
@echo "... test_suite_base64"
|
|
@echo "... test_suite_bignum.generated"
|
|
@echo "... test_suite_bignum.misc"
|
|
@echo "... test_suite_bignum_core.generated"
|
|
@echo "... test_suite_bignum_core.misc"
|
|
@echo "... test_suite_bignum_mod.generated"
|
|
@echo "... test_suite_bignum_mod.misc"
|
|
@echo "... test_suite_bignum_mod_raw"
|
|
@echo "... test_suite_bignum_mod_raw.generated"
|
|
@echo "... test_suite_bignum_random"
|
|
@echo "... test_suite_camellia"
|
|
@echo "... test_suite_ccm"
|
|
@echo "... test_suite_chacha20"
|
|
@echo "... test_suite_chachapoly"
|
|
@echo "... test_suite_cipher.aes"
|
|
@echo "... test_suite_cipher.aria"
|
|
@echo "... test_suite_cipher.camellia"
|
|
@echo "... test_suite_cipher.ccm"
|
|
@echo "... test_suite_cipher.chacha20"
|
|
@echo "... test_suite_cipher.chachapoly"
|
|
@echo "... test_suite_cipher.des"
|
|
@echo "... test_suite_cipher.gcm"
|
|
@echo "... test_suite_cipher.misc"
|
|
@echo "... test_suite_cipher.nist_kw"
|
|
@echo "... test_suite_cipher.null"
|
|
@echo "... test_suite_cipher.padding"
|
|
@echo "... test_suite_cmac"
|
|
@echo "... test_suite_common"
|
|
@echo "... test_suite_constant_time"
|
|
@echo "... test_suite_constant_time_hmac"
|
|
@echo "... test_suite_ctr_drbg"
|
|
@echo "... test_suite_debug"
|
|
@echo "... test_suite_des"
|
|
@echo "... test_suite_dhm"
|
|
@echo "... test_suite_ecdh"
|
|
@echo "... test_suite_ecdsa"
|
|
@echo "... test_suite_ecjpake"
|
|
@echo "... test_suite_ecp"
|
|
@echo "... test_suite_ecp.generated"
|
|
@echo "... test_suite_entropy"
|
|
@echo "... test_suite_error"
|
|
@echo "... test_suite_gcm.aes128_de"
|
|
@echo "... test_suite_gcm.aes128_en"
|
|
@echo "... test_suite_gcm.aes192_de"
|
|
@echo "... test_suite_gcm.aes192_en"
|
|
@echo "... test_suite_gcm.aes256_de"
|
|
@echo "... test_suite_gcm.aes256_en"
|
|
@echo "... test_suite_gcm.camellia"
|
|
@echo "... test_suite_gcm.misc"
|
|
@echo "... test_suite_hkdf"
|
|
@echo "... test_suite_hmac_drbg.misc"
|
|
@echo "... test_suite_hmac_drbg.no_reseed"
|
|
@echo "... test_suite_hmac_drbg.nopr"
|
|
@echo "... test_suite_hmac_drbg.pr"
|
|
@echo "... test_suite_lmots"
|
|
@echo "... test_suite_lms"
|
|
@echo "... test_suite_md"
|
|
@echo "... test_suite_md.psa"
|
|
@echo "... test_suite_mdx"
|
|
@echo "... test_suite_memory_buffer_alloc"
|
|
@echo "... test_suite_mps"
|
|
@echo "... test_suite_net"
|
|
@echo "... test_suite_nist_kw"
|
|
@echo "... test_suite_oid"
|
|
@echo "... test_suite_pem"
|
|
@echo "... test_suite_pk"
|
|
@echo "... test_suite_pkcs12"
|
|
@echo "... test_suite_pkcs1_v15"
|
|
@echo "... test_suite_pkcs1_v21"
|
|
@echo "... test_suite_pkcs5"
|
|
@echo "... test_suite_pkcs7"
|
|
@echo "... test_suite_pkparse"
|
|
@echo "... test_suite_pkwrite"
|
|
@echo "... test_suite_platform"
|
|
@echo "... test_suite_platform_printf"
|
|
@echo "... test_suite_platform_util"
|
|
@echo "... test_suite_poly1305"
|
|
@echo "... test_suite_psa_crypto"
|
|
@echo "... test_suite_psa_crypto.pbkdf2"
|
|
@echo "... test_suite_psa_crypto_attributes"
|
|
@echo "... test_suite_psa_crypto_driver_wrappers"
|
|
@echo "... test_suite_psa_crypto_entropy"
|
|
@echo "... test_suite_psa_crypto_generate_key.generated"
|
|
@echo "... test_suite_psa_crypto_hash"
|
|
@echo "... test_suite_psa_crypto_init"
|
|
@echo "... test_suite_psa_crypto_low_hash.generated"
|
|
@echo "... test_suite_psa_crypto_metadata"
|
|
@echo "... test_suite_psa_crypto_not_supported.generated"
|
|
@echo "... test_suite_psa_crypto_not_supported.misc"
|
|
@echo "... test_suite_psa_crypto_op_fail.generated"
|
|
@echo "... test_suite_psa_crypto_op_fail.misc"
|
|
@echo "... test_suite_psa_crypto_pake"
|
|
@echo "... test_suite_psa_crypto_persistent_key"
|
|
@echo "... test_suite_psa_crypto_se_driver_hal"
|
|
@echo "... test_suite_psa_crypto_se_driver_hal_mocks"
|
|
@echo "... test_suite_psa_crypto_slot_management"
|
|
@echo "... test_suite_psa_crypto_storage_format.current"
|
|
@echo "... test_suite_psa_crypto_storage_format.misc"
|
|
@echo "... test_suite_psa_crypto_storage_format.v0"
|
|
@echo "... test_suite_psa_its"
|
|
@echo "... test_suite_random"
|
|
@echo "... test_suite_rsa"
|
|
@echo "... test_suite_shax"
|
|
@echo "... test_suite_ssl"
|
|
@echo "... test_suite_ssl_decrypt.misc"
|
|
@echo "... test_suite_timing"
|
|
@echo "... test_suite_version"
|
|
@echo "... test_suite_x509parse"
|
|
@echo "... test_suite_x509write"
|
|
@echo "... udp_proxy"
|
|
@echo "... zeroize"
|
|
.PHONY : help
|
|
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets to cleanup operation of make.
|
|
|
|
# Special rule to run CMake to check the build system integrity.
|
|
# No rule that depends on this can have commands that come from listfiles
|
|
# because they might be regenerated.
|
|
cmake_check_build_system:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|