# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21

# 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 = /home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake

# The command to remove a file.
RM = /home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/kzak/repo/mbedtlsprod/mbedtls

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/kzak/repo/mbedtlsprod/mbedtls/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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 install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/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..."
	/home/kzak/.conan/data/cmake/3.21.3-0/library-msp/ga/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kzak/repo/mbedtlsprod/mbedtls/build/CMakeFiles /home/kzak/repo/mbedtlsprod/mbedtls/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kzak/repo/mbedtlsprod/mbedtls/build/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 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 CMakeFiles/apidoc.dir/build.make CMakeFiles/apidoc.dir/build
.PHONY : apidoc/fast

#=============================================================================
# Target rules for targets named ssl-opt

# Build rule for target.
ssl-opt: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ssl-opt
.PHONY : ssl-opt

# fast build rule for target.
ssl-opt/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ssl-opt.dir/build.make CMakeFiles/ssl-opt.dir/build
.PHONY : ssl-opt/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 CMakeFiles/mbedtls_test_helpers.dir/build.make CMakeFiles/mbedtls_test_helpers.dir/build
.PHONY : mbedtls_test_helpers/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 CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/build
.PHONY : mbedtls_test/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 CMakeFiles/lcov.dir/build.make 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 CMakeFiles/memcheck.dir/build.make 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 3rdparty/everest/CMakeFiles/everest.dir/build.make 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 3rdparty/p256-m/CMakeFiles/p256m.dir/build.make 3rdparty/p256-m/CMakeFiles/p256m.dir/build
.PHONY : p256m/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 library/CMakeFiles/lib.dir/build.make library/CMakeFiles/lib.dir/build
.PHONY : lib/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 library/CMakeFiles/mbedtls.dir/build.make library/CMakeFiles/mbedtls.dir/build
.PHONY : mbedtls/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 library/CMakeFiles/mbedx509.dir/build.make library/CMakeFiles/mbedx509.dir/build
.PHONY : mbedx509/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 library/CMakeFiles/mbedcrypto.dir/build.make library/CMakeFiles/mbedcrypto.dir/build
.PHONY : mbedcrypto/fast

#=============================================================================
# Target rules for targets named ti_sl

# Build rule for target.
ti_sl: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ti_sl
.PHONY : ti_sl

# fast build rule for target.
ti_sl/fast:
	$(MAKE) $(MAKESILENT) -f ti/driver/CMakeFiles/ti_sl.dir/build.make ti/driver/CMakeFiles/ti_sl.dir/build
.PHONY : ti_sl/fast

#=============================================================================
# Target rules for targets named programs

# Build rule for target.
programs: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs
.PHONY : programs

# fast build rule for target.
programs/fast:
	$(MAKE) $(MAKESILENT) -f programs/CMakeFiles/programs.dir/build.make programs/CMakeFiles/programs.dir/build
.PHONY : programs/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 programs/aes/CMakeFiles/crypt_and_hash.dir/build.make 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 programs/cipher/CMakeFiles/cipher_aead_demo.dir/build.make programs/cipher/CMakeFiles/cipher_aead_demo.dir/build
.PHONY : cipher_aead_demo/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 programs/fuzz/CMakeFiles/fuzz_x509crl.dir/build.make programs/fuzz/CMakeFiles/fuzz_x509crl.dir/build
.PHONY : fuzz_x509crl/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 programs/fuzz/CMakeFiles/fuzz_x509csr.dir/build.make programs/fuzz/CMakeFiles/fuzz_x509csr.dir/build
.PHONY : fuzz_x509csr/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 programs/fuzz/CMakeFiles/fuzz_pubkey.dir/build.make programs/fuzz/CMakeFiles/fuzz_pubkey.dir/build
.PHONY : fuzz_pubkey/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 programs/fuzz/CMakeFiles/fuzz_pkcs7.dir/build.make 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 programs/fuzz/CMakeFiles/fuzz_privkey.dir/build.make 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 programs/fuzz/CMakeFiles/fuzz_client.dir/build.make programs/fuzz/CMakeFiles/fuzz_client.dir/build
.PHONY : fuzz_client/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 programs/fuzz/CMakeFiles/fuzz_dtlsserver.dir/build.make programs/fuzz/CMakeFiles/fuzz_dtlsserver.dir/build
.PHONY : fuzz_dtlsserver/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 programs/fuzz/CMakeFiles/fuzz_dtlsclient.dir/build.make programs/fuzz/CMakeFiles/fuzz_dtlsclient.dir/build
.PHONY : fuzz_dtlsclient/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 programs/fuzz/CMakeFiles/fuzz_x509crt.dir/build.make programs/fuzz/CMakeFiles/fuzz_x509crt.dir/build
.PHONY : fuzz_x509crt/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 programs/fuzz/CMakeFiles/fuzz_server.dir/build.make 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 programs/hash/CMakeFiles/generic_sum.dir/build.make 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 programs/hash/CMakeFiles/hello.dir/build.make 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 programs/hash/CMakeFiles/md_hmac_demo.dir/build.make programs/hash/CMakeFiles/md_hmac_demo.dir/build
.PHONY : md_hmac_demo/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 programs/pkey/CMakeFiles/mpi_demo.dir/build.make programs/pkey/CMakeFiles/mpi_demo.dir/build
.PHONY : mpi_demo/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 programs/pkey/CMakeFiles/key_app.dir/build.make programs/pkey/CMakeFiles/key_app.dir/build
.PHONY : key_app/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 programs/pkey/CMakeFiles/pk_encrypt.dir/build.make programs/pkey/CMakeFiles/pk_encrypt.dir/build
.PHONY : pk_encrypt/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 programs/pkey/CMakeFiles/gen_key.dir/build.make programs/pkey/CMakeFiles/gen_key.dir/build
.PHONY : gen_key/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 programs/pkey/CMakeFiles/ecdsa.dir/build.make programs/pkey/CMakeFiles/ecdsa.dir/build
.PHONY : ecdsa/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 programs/pkey/CMakeFiles/rsa_encrypt.dir/build.make programs/pkey/CMakeFiles/rsa_encrypt.dir/build
.PHONY : rsa_encrypt/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 programs/pkey/CMakeFiles/dh_client.dir/build.make 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 programs/pkey/CMakeFiles/dh_server.dir/build.make 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 programs/pkey/CMakeFiles/dh_genprime.dir/build.make 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 programs/pkey/CMakeFiles/ecdh_curve25519.dir/build.make programs/pkey/CMakeFiles/ecdh_curve25519.dir/build
.PHONY : ecdh_curve25519/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 programs/pkey/CMakeFiles/pk_decrypt.dir/build.make 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 programs/pkey/CMakeFiles/pk_sign.dir/build.make programs/pkey/CMakeFiles/pk_sign.dir/build
.PHONY : pk_sign/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 programs/pkey/CMakeFiles/key_app_writer.dir/build.make programs/pkey/CMakeFiles/key_app_writer.dir/build
.PHONY : key_app_writer/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 programs/pkey/CMakeFiles/pk_verify.dir/build.make 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 programs/pkey/CMakeFiles/rsa_decrypt.dir/build.make programs/pkey/CMakeFiles/rsa_decrypt.dir/build
.PHONY : rsa_decrypt/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 programs/pkey/CMakeFiles/rsa_genkey.dir/build.make 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 programs/pkey/CMakeFiles/rsa_sign.dir/build.make 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 programs/pkey/CMakeFiles/rsa_sign_pss.dir/build.make 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 programs/pkey/CMakeFiles/rsa_verify.dir/build.make 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 programs/pkey/CMakeFiles/rsa_verify_pss.dir/build.make programs/pkey/CMakeFiles/rsa_verify_pss.dir/build
.PHONY : rsa_verify_pss/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 programs/psa/CMakeFiles/crypto_examples.dir/build.make programs/psa/CMakeFiles/crypto_examples.dir/build
.PHONY : crypto_examples/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 programs/psa/CMakeFiles/aead_demo.dir/build.make programs/psa/CMakeFiles/aead_demo.dir/build
.PHONY : aead_demo/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 programs/psa/CMakeFiles/hmac_demo.dir/build.make programs/psa/CMakeFiles/hmac_demo.dir/build
.PHONY : hmac_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 programs/psa/CMakeFiles/psa_constant_names.dir/build.make programs/psa/CMakeFiles/psa_constant_names.dir/build
.PHONY : psa_constant_names/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 programs/psa/CMakeFiles/key_ladder_demo.dir/build.make programs/psa/CMakeFiles/key_ladder_demo.dir/build
.PHONY : key_ladder_demo/fast

#=============================================================================
# Target rules for targets named psa_hash

# Build rule for target.
psa_hash: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psa_hash
.PHONY : psa_hash

# fast build rule for target.
psa_hash/fast:
	$(MAKE) $(MAKESILENT) -f programs/psa/CMakeFiles/psa_hash.dir/build.make programs/psa/CMakeFiles/psa_hash.dir/build
.PHONY : psa_hash/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 programs/random/CMakeFiles/gen_entropy.dir/build.make 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 programs/random/CMakeFiles/gen_random_ctr_drbg.dir/build.make programs/random/CMakeFiles/gen_random_ctr_drbg.dir/build
.PHONY : gen_random_ctr_drbg/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 programs/ssl/CMakeFiles/ssl_pthread_server.dir/build.make programs/ssl/CMakeFiles/ssl_pthread_server.dir/build
.PHONY : ssl_pthread_server/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 programs/ssl/CMakeFiles/ssl_client1.dir/build.make 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 programs/ssl/CMakeFiles/ssl_client2.dir/build.make programs/ssl/CMakeFiles/ssl_client2.dir/build
.PHONY : ssl_client2/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 programs/ssl/CMakeFiles/mini_client.dir/build.make programs/ssl/CMakeFiles/mini_client.dir/build
.PHONY : mini_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 programs/ssl/CMakeFiles/dtls_server.dir/build.make programs/ssl/CMakeFiles/dtls_server.dir/build
.PHONY : dtls_server/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 programs/ssl/CMakeFiles/dtls_client.dir/build.make programs/ssl/CMakeFiles/dtls_client.dir/build
.PHONY : dtls_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 programs/ssl/CMakeFiles/ssl_server.dir/build.make 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 programs/ssl/CMakeFiles/ssl_server2.dir/build.make programs/ssl/CMakeFiles/ssl_server2.dir/build
.PHONY : ssl_server2/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 programs/ssl/CMakeFiles/ssl_context_info.dir/build.make 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 programs/ssl/CMakeFiles/ssl_fork_server.dir/build.make 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 programs/ssl/CMakeFiles/ssl_mail_client.dir/build.make programs/ssl/CMakeFiles/ssl_mail_client.dir/build
.PHONY : ssl_mail_client/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 programs/test/CMakeFiles/selftest.dir/build.make programs/test/CMakeFiles/selftest.dir/build
.PHONY : selftest/fast

#=============================================================================
# Target rules for targets named metatest

# Build rule for target.
metatest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 metatest
.PHONY : metatest

# fast build rule for target.
metatest/fast:
	$(MAKE) $(MAKESILENT) -f programs/test/CMakeFiles/metatest.dir/build.make programs/test/CMakeFiles/metatest.dir/build
.PHONY : metatest/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 programs/test/CMakeFiles/benchmark.dir/build.make programs/test/CMakeFiles/benchmark.dir/build
.PHONY : benchmark/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 programs/test/CMakeFiles/udp_proxy.dir/build.make programs/test/CMakeFiles/udp_proxy.dir/build
.PHONY : udp_proxy/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 programs/test/CMakeFiles/query_compile_time_config.dir/build.make 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 programs/test/CMakeFiles/zeroize.dir/build.make programs/test/CMakeFiles/zeroize.dir/build
.PHONY : zeroize/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 programs/test/CMakeFiles/query_included_headers.dir/build.make programs/test/CMakeFiles/query_included_headers.dir/build
.PHONY : query_included_headers/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 programs/util/CMakeFiles/pem2der.dir/build.make 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 programs/util/CMakeFiles/strerror.dir/build.make programs/util/CMakeFiles/strerror.dir/build
.PHONY : strerror/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 programs/x509/CMakeFiles/load_roots.dir/build.make programs/x509/CMakeFiles/load_roots.dir/build
.PHONY : load_roots/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 programs/x509/CMakeFiles/cert_req.dir/build.make 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 programs/x509/CMakeFiles/cert_write.dir/build.make 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 programs/x509/CMakeFiles/crl_app.dir/build.make programs/x509/CMakeFiles/crl_app.dir/build
.PHONY : crl_app/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 programs/x509/CMakeFiles/req_app.dir/build.make programs/x509/CMakeFiles/req_app.dir/build
.PHONY : req_app/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 programs/x509/CMakeFiles/cert_app.dir/build.make programs/x509/CMakeFiles/cert_app.dir/build
.PHONY : cert_app/fast

#=============================================================================
# Target rules for targets named test_suite_test_helpers

# Build rule for target.
test_suite_test_helpers: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_test_helpers
.PHONY : test_suite_test_helpers

# fast build rule for target.
test_suite_test_helpers/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_test_helpers.dir/build.make tests/CMakeFiles/test_suite_test_helpers.dir/build
.PHONY : test_suite_test_helpers/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 tests/CMakeFiles/test_suite_psa_its.dir/build.make tests/CMakeFiles/test_suite_psa_its.dir/build
.PHONY : test_suite_psa_its/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 tests/CMakeFiles/test_suite_psa_crypto_storage_format.current.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_se_driver_hal.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_op_fail.misc.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_not_supported.misc.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_low_hash.generated.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_generate_key.generated.dir/build.make 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_ecp

# Build rule for target.
test_suite_psa_crypto_ecp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_ecp
.PHONY : test_suite_psa_crypto_ecp

# fast build rule for target.
test_suite_psa_crypto_ecp/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_psa_crypto_ecp.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_ecp.dir/build
.PHONY : test_suite_psa_crypto_ecp/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 tests/CMakeFiles/test_suite_psa_crypto_driver_wrappers.dir/build.make 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

# 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 tests/CMakeFiles/test_suite_psa_crypto.dir/build.make tests/CMakeFiles/test_suite_psa_crypto.dir/build
.PHONY : test_suite_psa_crypto/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 tests/CMakeFiles/test_suite_poly1305.dir/build.make tests/CMakeFiles/test_suite_poly1305.dir/build
.PHONY : test_suite_poly1305/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 tests/CMakeFiles/test_suite_x509parse.dir/build.make tests/CMakeFiles/test_suite_x509parse.dir/build
.PHONY : test_suite_x509parse/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 tests/CMakeFiles/test_suite_platform_util.dir/build.make tests/CMakeFiles/test_suite_platform_util.dir/build
.PHONY : test_suite_platform_util/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 tests/CMakeFiles/test_suite_platform_printf.dir/build.make tests/CMakeFiles/test_suite_platform_printf.dir/build
.PHONY : test_suite_platform_printf/fast

#=============================================================================
# Target rules for targets named test_suite_config.crypto_combinations

# Build rule for target.
test_suite_config.crypto_combinations: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_config.crypto_combinations
.PHONY : test_suite_config.crypto_combinations

# fast build rule for target.
test_suite_config.crypto_combinations/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_config.crypto_combinations.dir/build.make tests/CMakeFiles/test_suite_config.crypto_combinations.dir/build
.PHONY : test_suite_config.crypto_combinations/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 tests/CMakeFiles/test_suite_cipher.camellia.dir/build.make tests/CMakeFiles/test_suite_cipher.camellia.dir/build
.PHONY : test_suite_cipher.camellia/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 tests/CMakeFiles/test_suite_cipher.gcm.dir/build.make tests/CMakeFiles/test_suite_cipher.gcm.dir/build
.PHONY : test_suite_cipher.gcm/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 tests/CMakeFiles/test_suite_psa_crypto_storage_format.misc.dir/build.make 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_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 tests/CMakeFiles/test_suite_ccm.dir/build.make tests/CMakeFiles/test_suite_ccm.dir/build
.PHONY : test_suite_ccm/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 tests/CMakeFiles/test_suite_chachapoly.dir/build.make tests/CMakeFiles/test_suite_chachapoly.dir/build
.PHONY : test_suite_chachapoly/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 tests/CMakeFiles/test_suite_mdx.dir/build.make tests/CMakeFiles/test_suite_mdx.dir/build
.PHONY : test_suite_mdx/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 tests/CMakeFiles/test_suite_bignum.generated.dir/build.make tests/CMakeFiles/test_suite_bignum.generated.dir/build
.PHONY : test_suite_bignum.generated/fast

#=============================================================================
# Target rules for targets named test_suite_config.psa_combinations

# Build rule for target.
test_suite_config.psa_combinations: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_config.psa_combinations
.PHONY : test_suite_config.psa_combinations

# fast build rule for target.
test_suite_config.psa_combinations/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_config.psa_combinations.dir/build.make tests/CMakeFiles/test_suite_config.psa_combinations.dir/build
.PHONY : test_suite_config.psa_combinations/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 tests/CMakeFiles/test_suite_chacha20.dir/build.make tests/CMakeFiles/test_suite_chacha20.dir/build
.PHONY : test_suite_chacha20/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 tests/CMakeFiles/test_suite_x509write.dir/build.make tests/CMakeFiles/test_suite_x509write.dir/build
.PHONY : test_suite_x509write/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 tests/CMakeFiles/test_suite_common.dir/build.make tests/CMakeFiles/test_suite_common.dir/build
.PHONY : test_suite_common/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 tests/CMakeFiles/test_suite_pkcs12.dir/build.make tests/CMakeFiles/test_suite_pkcs12.dir/build
.PHONY : test_suite_pkcs12/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 tests/CMakeFiles/test_suite_bignum_mod_raw.generated.dir/build.make 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_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 tests/CMakeFiles/test_suite_base64.dir/build.make tests/CMakeFiles/test_suite_base64.dir/build
.PHONY : test_suite_base64/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 tests/CMakeFiles/test_suite_oid.dir/build.make tests/CMakeFiles/test_suite_oid.dir/build
.PHONY : test_suite_oid/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 tests/CMakeFiles/test_suite_bignum_mod_raw.dir/build.make tests/CMakeFiles/test_suite_bignum_mod_raw.dir/build
.PHONY : test_suite_bignum_mod_raw/fast

#=============================================================================
# Target rules for targets named test_suite_config.psa_boolean

# Build rule for target.
test_suite_config.psa_boolean: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_config.psa_boolean
.PHONY : test_suite_config.psa_boolean

# fast build rule for target.
test_suite_config.psa_boolean/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_config.psa_boolean.dir/build.make tests/CMakeFiles/test_suite_config.psa_boolean.dir/build
.PHONY : test_suite_config.psa_boolean/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 tests/CMakeFiles/test_suite_aes.rest.dir/build.make tests/CMakeFiles/test_suite_aes.rest.dir/build
.PHONY : test_suite_aes.rest/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 tests/CMakeFiles/test_suite_bignum.misc.dir/build.make tests/CMakeFiles/test_suite_bignum.misc.dir/build
.PHONY : test_suite_bignum.misc/fast

#=============================================================================
# Target rules for targets named test_suite_config.mbedtls_boolean

# Build rule for target.
test_suite_config.mbedtls_boolean: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_config.mbedtls_boolean
.PHONY : test_suite_config.mbedtls_boolean

# fast build rule for target.
test_suite_config.mbedtls_boolean/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_config.mbedtls_boolean.dir/build.make tests/CMakeFiles/test_suite_config.mbedtls_boolean.dir/build
.PHONY : test_suite_config.mbedtls_boolean/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 tests/CMakeFiles/test_suite_cipher.null.dir/build.make tests/CMakeFiles/test_suite_cipher.null.dir/build
.PHONY : test_suite_cipher.null/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 tests/CMakeFiles/test_suite_psa_crypto_entropy.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_entropy.dir/build
.PHONY : test_suite_psa_crypto_entropy/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 tests/CMakeFiles/test_suite_bignum_generated_data.dir/build.make tests/CMakeFiles/test_suite_bignum_generated_data.dir/build
.PHONY : test_suite_bignum_generated_data/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 tests/CMakeFiles/test_suite_alignment.dir/build.make tests/CMakeFiles/test_suite_alignment.dir/build
.PHONY : test_suite_alignment/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 tests/CMakeFiles/test_suite_timing.dir/build.make tests/CMakeFiles/test_suite_timing.dir/build
.PHONY : test_suite_timing/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 tests/CMakeFiles/test_suite_ssl.dir/build.make tests/CMakeFiles/test_suite_ssl.dir/build
.PHONY : test_suite_ssl/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 tests/CMakeFiles/test_suite_rsa.dir/build.make tests/CMakeFiles/test_suite_rsa.dir/build
.PHONY : test_suite_rsa/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 tests/CMakeFiles/test_suite_entropy.dir/build.make tests/CMakeFiles/test_suite_entropy.dir/build
.PHONY : test_suite_entropy/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 tests/CMakeFiles/test_suite_shax.dir/build.make tests/CMakeFiles/test_suite_shax.dir/build
.PHONY : test_suite_shax/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 tests/CMakeFiles/test_suite_hmac_drbg.pr.dir/build.make tests/CMakeFiles/test_suite_hmac_drbg.pr.dir/build
.PHONY : test_suite_hmac_drbg.pr/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 tests/CMakeFiles/test_suite_camellia.dir/build.make tests/CMakeFiles/test_suite_camellia.dir/build
.PHONY : test_suite_camellia/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 tests/CMakeFiles/test_suite_cmac.dir/build.make tests/CMakeFiles/test_suite_cmac.dir/build
.PHONY : test_suite_cmac/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 tests/CMakeFiles/test_suite_psa_crypto_not_supported.generated.dir/build.make 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_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 tests/CMakeFiles/test_suite_cipher.padding.dir/build.make tests/CMakeFiles/test_suite_cipher.padding.dir/build
.PHONY : test_suite_cipher.padding/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 tests/CMakeFiles/test_suite_version.dir/build.make tests/CMakeFiles/test_suite_version.dir/build
.PHONY : test_suite_version/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 tests/CMakeFiles/test_suite_psa_crypto_se_driver_hal_mocks.dir/build.make 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_block_cipher

# Build rule for target.
test_suite_block_cipher: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_block_cipher
.PHONY : test_suite_block_cipher

# fast build rule for target.
test_suite_block_cipher/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_block_cipher.dir/build.make tests/CMakeFiles/test_suite_block_cipher.dir/build
.PHONY : test_suite_block_cipher/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 tests/CMakeFiles/test_suite_ecp.generated.dir/build.make tests/CMakeFiles/test_suite_ecp.generated.dir/build
.PHONY : test_suite_ecp.generated/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 tests/CMakeFiles/test_suite_gcm.aes256_en.dir/build.make tests/CMakeFiles/test_suite_gcm.aes256_en.dir/build
.PHONY : test_suite_gcm.aes256_en/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 tests/CMakeFiles/test_suite_aes.cfb.dir/build.make tests/CMakeFiles/test_suite_aes.cfb.dir/build
.PHONY : test_suite_aes.cfb/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 tests/CMakeFiles/test_suite_cipher.des.dir/build.make tests/CMakeFiles/test_suite_cipher.des.dir/build
.PHONY : test_suite_cipher.des/fast

#=============================================================================
# Target rules for targets named test_suite_psa_crypto_util

# Build rule for target.
test_suite_psa_crypto_util: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_util
.PHONY : test_suite_psa_crypto_util

# fast build rule for target.
test_suite_psa_crypto_util/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_psa_crypto_util.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_util.dir/build
.PHONY : test_suite_psa_crypto_util/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 tests/CMakeFiles/test_suite_dhm.dir/build.make tests/CMakeFiles/test_suite_dhm.dir/build
.PHONY : test_suite_dhm/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 tests/CMakeFiles/test_suite_ecdsa.dir/build.make tests/CMakeFiles/test_suite_ecdsa.dir/build
.PHONY : test_suite_ecdsa/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 tests/CMakeFiles/test_suite_cipher.ccm.dir/build.make tests/CMakeFiles/test_suite_cipher.ccm.dir/build
.PHONY : test_suite_cipher.ccm/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 tests/CMakeFiles/test_suite_pkcs5.dir/build.make tests/CMakeFiles/test_suite_pkcs5.dir/build
.PHONY : test_suite_pkcs5/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 tests/CMakeFiles/test_suite_aes.ofb.dir/build.make tests/CMakeFiles/test_suite_aes.ofb.dir/build
.PHONY : test_suite_aes.ofb/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 tests/CMakeFiles/test_suite_cipher.nist_kw.dir/build.make tests/CMakeFiles/test_suite_cipher.nist_kw.dir/build
.PHONY : test_suite_cipher.nist_kw/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 tests/CMakeFiles/test_suite_hmac_drbg.nopr.dir/build.make tests/CMakeFiles/test_suite_hmac_drbg.nopr.dir/build
.PHONY : test_suite_hmac_drbg.nopr/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 tests/CMakeFiles/test_suite_gcm.aes128_en.dir/build.make tests/CMakeFiles/test_suite_gcm.aes128_en.dir/build
.PHONY : test_suite_gcm.aes128_en/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 tests/CMakeFiles/test_suite_cipher.aria.dir/build.make tests/CMakeFiles/test_suite_cipher.aria.dir/build
.PHONY : test_suite_cipher.aria/fast

#=============================================================================
# Target rules for targets named test_suite_config.tls_combinations

# Build rule for target.
test_suite_config.tls_combinations: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_config.tls_combinations
.PHONY : test_suite_config.tls_combinations

# fast build rule for target.
test_suite_config.tls_combinations/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_config.tls_combinations.dir/build.make tests/CMakeFiles/test_suite_config.tls_combinations.dir/build
.PHONY : test_suite_config.tls_combinations/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 tests/CMakeFiles/test_suite_cipher.aes.dir/build.make tests/CMakeFiles/test_suite_cipher.aes.dir/build
.PHONY : test_suite_cipher.aes/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 tests/CMakeFiles/test_suite_psa_crypto_pake.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_pake.dir/build
.PHONY : test_suite_psa_crypto_pake/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 tests/CMakeFiles/test_suite_error.dir/build.make tests/CMakeFiles/test_suite_error.dir/build
.PHONY : test_suite_error/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 tests/CMakeFiles/test_suite_random.dir/build.make tests/CMakeFiles/test_suite_random.dir/build
.PHONY : test_suite_random/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 tests/CMakeFiles/test_suite_pk.dir/build.make tests/CMakeFiles/test_suite_pk.dir/build
.PHONY : test_suite_pk/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 tests/CMakeFiles/test_suite_aes.cbc.dir/build.make tests/CMakeFiles/test_suite_aes.cbc.dir/build
.PHONY : test_suite_aes.cbc/fast

#=============================================================================
# Target rules for targets named test_suite_config_generated_data

# Build rule for target.
test_suite_config_generated_data: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_config_generated_data
.PHONY : test_suite_config_generated_data

# fast build rule for target.
test_suite_config_generated_data/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_config_generated_data.dir/build.make tests/CMakeFiles/test_suite_config_generated_data.dir/build
.PHONY : test_suite_config_generated_data/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 tests/CMakeFiles/test_suite_psa_crypto_init.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_init.dir/build
.PHONY : test_suite_psa_crypto_init/fast

#=============================================================================
# Target rules for targets named test_suite_block_cipher.psa

# Build rule for target.
test_suite_block_cipher.psa: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_block_cipher.psa
.PHONY : test_suite_block_cipher.psa

# fast build rule for target.
test_suite_block_cipher.psa/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_block_cipher.psa.dir/build.make tests/CMakeFiles/test_suite_block_cipher.psa.dir/build
.PHONY : test_suite_block_cipher.psa/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 tests/CMakeFiles/test_suite_bignum_random.dir/build.make tests/CMakeFiles/test_suite_bignum_random.dir/build
.PHONY : test_suite_bignum_random/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 tests/CMakeFiles/test_suite_bignum_mod.generated.dir/build.make tests/CMakeFiles/test_suite_bignum_mod.generated.dir/build
.PHONY : test_suite_bignum_mod.generated/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 tests/CMakeFiles/test_suite_aes.ecb.dir/build.make tests/CMakeFiles/test_suite_aes.ecb.dir/build
.PHONY : test_suite_aes.ecb/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 tests/CMakeFiles/test_suite_constant_time_hmac.dir/build.make tests/CMakeFiles/test_suite_constant_time_hmac.dir/build
.PHONY : test_suite_constant_time_hmac/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 tests/CMakeFiles/test_suite_hkdf.dir/build.make tests/CMakeFiles/test_suite_hkdf.dir/build
.PHONY : test_suite_hkdf/fast

#=============================================================================
# Target rules for targets named test_suite_aes.ctr

# Build rule for target.
test_suite_aes.ctr: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_aes.ctr
.PHONY : test_suite_aes.ctr

# fast build rule for target.
test_suite_aes.ctr/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_aes.ctr.dir/build.make tests/CMakeFiles/test_suite_aes.ctr.dir/build
.PHONY : test_suite_aes.ctr/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 tests/CMakeFiles/test_suite_aria.dir/build.make tests/CMakeFiles/test_suite_aria.dir/build
.PHONY : test_suite_aria/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 tests/CMakeFiles/test_suite_ecp_generated_data.dir/build.make tests/CMakeFiles/test_suite_ecp_generated_data.dir/build
.PHONY : test_suite_ecp_generated_data/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 tests/CMakeFiles/test_suite_psa_crypto_op_fail.generated.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_attributes.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_attributes.dir/build
.PHONY : test_suite_psa_crypto_attributes/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 tests/CMakeFiles/test_suite_aes.xts.dir/build.make tests/CMakeFiles/test_suite_aes.xts.dir/build
.PHONY : test_suite_aes.xts/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 tests/CMakeFiles/test_suite_pkcs1_v15.dir/build.make tests/CMakeFiles/test_suite_pkcs1_v15.dir/build
.PHONY : test_suite_pkcs1_v15/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 tests/CMakeFiles/test_suite_cipher.chachapoly.dir/build.make tests/CMakeFiles/test_suite_cipher.chachapoly.dir/build
.PHONY : test_suite_cipher.chachapoly/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 tests/CMakeFiles/test_suite_psa_crypto_storage_format.v0.dir/build.make 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_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 tests/CMakeFiles/test_suite_asn1parse.dir/build.make tests/CMakeFiles/test_suite_asn1parse.dir/build
.PHONY : test_suite_asn1parse/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 tests/CMakeFiles/test_suite_psa_generated_data.dir/build.make tests/CMakeFiles/test_suite_psa_generated_data.dir/build
.PHONY : test_suite_psa_generated_data/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 tests/CMakeFiles/test_suite_asn1write.dir/build.make tests/CMakeFiles/test_suite_asn1write.dir/build
.PHONY : test_suite_asn1write/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 tests/CMakeFiles/test_suite_cipher.misc.dir/build.make tests/CMakeFiles/test_suite_cipher.misc.dir/build
.PHONY : test_suite_cipher.misc/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 tests/CMakeFiles/test_suite_bignum_core.misc.dir/build.make 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.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 tests/CMakeFiles/test_suite_bignum_mod.misc.dir/build.make tests/CMakeFiles/test_suite_bignum_mod.misc.dir/build
.PHONY : test_suite_bignum_mod.misc/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 tests/CMakeFiles/test_suite_constant_time.dir/build.make tests/CMakeFiles/test_suite_constant_time.dir/build
.PHONY : test_suite_constant_time/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 tests/CMakeFiles/test_suite_md.psa.dir/build.make tests/CMakeFiles/test_suite_md.psa.dir/build
.PHONY : test_suite_md.psa/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 tests/CMakeFiles/test_suite_ssl_decrypt.misc.dir/build.make tests/CMakeFiles/test_suite_ssl_decrypt.misc.dir/build
.PHONY : test_suite_ssl_decrypt.misc/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 tests/CMakeFiles/test_suite_ctr_drbg.dir/build.make tests/CMakeFiles/test_suite_ctr_drbg.dir/build
.PHONY : test_suite_ctr_drbg/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 tests/CMakeFiles/test_suite_pkcs1_v21.dir/build.make tests/CMakeFiles/test_suite_pkcs1_v21.dir/build
.PHONY : test_suite_pkcs1_v21/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 tests/CMakeFiles/test_suite_debug.dir/build.make tests/CMakeFiles/test_suite_debug.dir/build
.PHONY : test_suite_debug/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 tests/CMakeFiles/test_suite_psa_crypto_persistent_key.dir/build.make 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_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 tests/CMakeFiles/test_suite_lmots.dir/build.make tests/CMakeFiles/test_suite_lmots.dir/build
.PHONY : test_suite_lmots/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 tests/CMakeFiles/test_suite_cipher.chacha20.dir/build.make tests/CMakeFiles/test_suite_cipher.chacha20.dir/build
.PHONY : test_suite_cipher.chacha20/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 tests/CMakeFiles/test_suite_des.dir/build.make tests/CMakeFiles/test_suite_des.dir/build
.PHONY : test_suite_des/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 tests/CMakeFiles/test_suite_ecdh.dir/build.make tests/CMakeFiles/test_suite_ecdh.dir/build
.PHONY : test_suite_ecdh/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 tests/CMakeFiles/test_suite_md.dir/build.make tests/CMakeFiles/test_suite_md.dir/build
.PHONY : test_suite_md/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 tests/CMakeFiles/test_suite_psa_crypto_slot_management.dir/build.make 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_memory

# Build rule for target.
test_suite_psa_crypto_memory: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_psa_crypto_memory
.PHONY : test_suite_psa_crypto_memory

# fast build rule for target.
test_suite_psa_crypto_memory/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_psa_crypto_memory.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_memory.dir/build
.PHONY : test_suite_psa_crypto_memory/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 tests/CMakeFiles/test_suite_ecp.dir/build.make tests/CMakeFiles/test_suite_ecp.dir/build
.PHONY : test_suite_ecp/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 tests/CMakeFiles/test_suite_gcm.aes128_de.dir/build.make tests/CMakeFiles/test_suite_gcm.aes128_de.dir/build
.PHONY : test_suite_gcm.aes128_de/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 tests/CMakeFiles/test_suite_gcm.aes192_de.dir/build.make tests/CMakeFiles/test_suite_gcm.aes192_de.dir/build
.PHONY : test_suite_gcm.aes192_de/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 tests/CMakeFiles/test_suite_bignum_core.generated.dir/build.make tests/CMakeFiles/test_suite_bignum_core.generated.dir/build
.PHONY : test_suite_bignum_core.generated/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 tests/CMakeFiles/test_suite_ecjpake.dir/build.make tests/CMakeFiles/test_suite_ecjpake.dir/build
.PHONY : test_suite_ecjpake/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 tests/CMakeFiles/test_suite_platform.dir/build.make tests/CMakeFiles/test_suite_platform.dir/build
.PHONY : test_suite_platform/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 tests/CMakeFiles/test_suite_gcm.camellia.dir/build.make tests/CMakeFiles/test_suite_gcm.camellia.dir/build
.PHONY : test_suite_gcm.camellia/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 tests/CMakeFiles/test_suite_gcm.aes192_en.dir/build.make 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 tests/CMakeFiles/test_suite_gcm.aes256_de.dir/build.make tests/CMakeFiles/test_suite_gcm.aes256_de.dir/build
.PHONY : test_suite_gcm.aes256_de/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 tests/CMakeFiles/test_suite_gcm.misc.dir/build.make tests/CMakeFiles/test_suite_gcm.misc.dir/build
.PHONY : test_suite_gcm.misc/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 tests/CMakeFiles/test_suite_hmac_drbg.misc.dir/build.make 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 tests/CMakeFiles/test_suite_hmac_drbg.no_reseed.dir/build.make 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_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 tests/CMakeFiles/test_suite_lms.dir/build.make tests/CMakeFiles/test_suite_lms.dir/build
.PHONY : test_suite_lms/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 tests/CMakeFiles/test_suite_mps.dir/build.make tests/CMakeFiles/test_suite_mps.dir/build
.PHONY : test_suite_mps/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 tests/CMakeFiles/test_suite_memory_buffer_alloc.dir/build.make tests/CMakeFiles/test_suite_memory_buffer_alloc.dir/build
.PHONY : test_suite_memory_buffer_alloc/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 tests/CMakeFiles/test_suite_net.dir/build.make 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 tests/CMakeFiles/test_suite_nist_kw.dir/build.make tests/CMakeFiles/test_suite_nist_kw.dir/build
.PHONY : test_suite_nist_kw/fast

#=============================================================================
# Target rules for targets named test_suite_ssl.tls-defrag

# Build rule for target.
test_suite_ssl.tls-defrag: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_suite_ssl.tls-defrag
.PHONY : test_suite_ssl.tls-defrag

# fast build rule for target.
test_suite_ssl.tls-defrag/fast:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_suite_ssl.tls-defrag.dir/build.make tests/CMakeFiles/test_suite_ssl.tls-defrag.dir/build
.PHONY : test_suite_ssl.tls-defrag/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 tests/CMakeFiles/test_suite_psa_crypto_metadata.dir/build.make 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_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 tests/CMakeFiles/test_suite_psa_crypto_hash.dir/build.make tests/CMakeFiles/test_suite_psa_crypto_hash.dir/build
.PHONY : test_suite_psa_crypto_hash/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 tests/CMakeFiles/test_suite_pkparse.dir/build.make tests/CMakeFiles/test_suite_pkparse.dir/build
.PHONY : test_suite_pkparse/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 tests/CMakeFiles/test_suite_pem.dir/build.make tests/CMakeFiles/test_suite_pem.dir/build
.PHONY : test_suite_pem/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 tests/CMakeFiles/test_suite_psa_crypto.pbkdf2.dir/build.make tests/CMakeFiles/test_suite_psa_crypto.pbkdf2.dir/build
.PHONY : test_suite_psa_crypto.pbkdf2/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 tests/CMakeFiles/test_suite_pkcs7.dir/build.make tests/CMakeFiles/test_suite_pkcs7.dir/build
.PHONY : test_suite_pkcs7/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 tests/CMakeFiles/test_suite_pkwrite.dir/build.make tests/CMakeFiles/test_suite_pkwrite.dir/build
.PHONY : test_suite_pkwrite/fast

framework/tests/src/asn1_helpers.o: framework/tests/src/asn1_helpers.c.o
.PHONY : framework/tests/src/asn1_helpers.o

# target to build an object file
framework/tests/src/asn1_helpers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/asn1_helpers.c.o
.PHONY : framework/tests/src/asn1_helpers.c.o

framework/tests/src/asn1_helpers.i: framework/tests/src/asn1_helpers.c.i
.PHONY : framework/tests/src/asn1_helpers.i

# target to preprocess a source file
framework/tests/src/asn1_helpers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/asn1_helpers.c.i
.PHONY : framework/tests/src/asn1_helpers.c.i

framework/tests/src/asn1_helpers.s: framework/tests/src/asn1_helpers.c.s
.PHONY : framework/tests/src/asn1_helpers.s

# target to generate assembly for a file
framework/tests/src/asn1_helpers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/asn1_helpers.c.s
.PHONY : framework/tests/src/asn1_helpers.c.s

framework/tests/src/bignum_codepath_check.o: framework/tests/src/bignum_codepath_check.c.o
.PHONY : framework/tests/src/bignum_codepath_check.o

# target to build an object file
framework/tests/src/bignum_codepath_check.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/bignum_codepath_check.c.o
.PHONY : framework/tests/src/bignum_codepath_check.c.o

framework/tests/src/bignum_codepath_check.i: framework/tests/src/bignum_codepath_check.c.i
.PHONY : framework/tests/src/bignum_codepath_check.i

# target to preprocess a source file
framework/tests/src/bignum_codepath_check.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/bignum_codepath_check.c.i
.PHONY : framework/tests/src/bignum_codepath_check.c.i

framework/tests/src/bignum_codepath_check.s: framework/tests/src/bignum_codepath_check.c.s
.PHONY : framework/tests/src/bignum_codepath_check.s

# target to generate assembly for a file
framework/tests/src/bignum_codepath_check.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/bignum_codepath_check.c.s
.PHONY : framework/tests/src/bignum_codepath_check.c.s

framework/tests/src/bignum_helpers.o: framework/tests/src/bignum_helpers.c.o
.PHONY : framework/tests/src/bignum_helpers.o

# target to build an object file
framework/tests/src/bignum_helpers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/bignum_helpers.c.o
.PHONY : framework/tests/src/bignum_helpers.c.o

framework/tests/src/bignum_helpers.i: framework/tests/src/bignum_helpers.c.i
.PHONY : framework/tests/src/bignum_helpers.i

# target to preprocess a source file
framework/tests/src/bignum_helpers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/bignum_helpers.c.i
.PHONY : framework/tests/src/bignum_helpers.c.i

framework/tests/src/bignum_helpers.s: framework/tests/src/bignum_helpers.c.s
.PHONY : framework/tests/src/bignum_helpers.s

# target to generate assembly for a file
framework/tests/src/bignum_helpers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/bignum_helpers.c.s
.PHONY : framework/tests/src/bignum_helpers.c.s

framework/tests/src/drivers/hash.o: framework/tests/src/drivers/hash.c.o
.PHONY : framework/tests/src/drivers/hash.o

# target to build an object file
framework/tests/src/drivers/hash.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/hash.c.o
.PHONY : framework/tests/src/drivers/hash.c.o

framework/tests/src/drivers/hash.i: framework/tests/src/drivers/hash.c.i
.PHONY : framework/tests/src/drivers/hash.i

# target to preprocess a source file
framework/tests/src/drivers/hash.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/hash.c.i
.PHONY : framework/tests/src/drivers/hash.c.i

framework/tests/src/drivers/hash.s: framework/tests/src/drivers/hash.c.s
.PHONY : framework/tests/src/drivers/hash.s

# target to generate assembly for a file
framework/tests/src/drivers/hash.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/hash.c.s
.PHONY : framework/tests/src/drivers/hash.c.s

framework/tests/src/drivers/platform_builtin_keys.o: framework/tests/src/drivers/platform_builtin_keys.c.o
.PHONY : framework/tests/src/drivers/platform_builtin_keys.o

# target to build an object file
framework/tests/src/drivers/platform_builtin_keys.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/platform_builtin_keys.c.o
.PHONY : framework/tests/src/drivers/platform_builtin_keys.c.o

framework/tests/src/drivers/platform_builtin_keys.i: framework/tests/src/drivers/platform_builtin_keys.c.i
.PHONY : framework/tests/src/drivers/platform_builtin_keys.i

# target to preprocess a source file
framework/tests/src/drivers/platform_builtin_keys.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/platform_builtin_keys.c.i
.PHONY : framework/tests/src/drivers/platform_builtin_keys.c.i

framework/tests/src/drivers/platform_builtin_keys.s: framework/tests/src/drivers/platform_builtin_keys.c.s
.PHONY : framework/tests/src/drivers/platform_builtin_keys.s

# target to generate assembly for a file
framework/tests/src/drivers/platform_builtin_keys.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/platform_builtin_keys.c.s
.PHONY : framework/tests/src/drivers/platform_builtin_keys.c.s

framework/tests/src/drivers/test_driver_aead.o: framework/tests/src/drivers/test_driver_aead.c.o
.PHONY : framework/tests/src/drivers/test_driver_aead.o

# target to build an object file
framework/tests/src/drivers/test_driver_aead.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_aead.c.o
.PHONY : framework/tests/src/drivers/test_driver_aead.c.o

framework/tests/src/drivers/test_driver_aead.i: framework/tests/src/drivers/test_driver_aead.c.i
.PHONY : framework/tests/src/drivers/test_driver_aead.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_aead.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_aead.c.i
.PHONY : framework/tests/src/drivers/test_driver_aead.c.i

framework/tests/src/drivers/test_driver_aead.s: framework/tests/src/drivers/test_driver_aead.c.s
.PHONY : framework/tests/src/drivers/test_driver_aead.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_aead.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_aead.c.s
.PHONY : framework/tests/src/drivers/test_driver_aead.c.s

framework/tests/src/drivers/test_driver_asymmetric_encryption.o: framework/tests/src/drivers/test_driver_asymmetric_encryption.c.o
.PHONY : framework/tests/src/drivers/test_driver_asymmetric_encryption.o

# target to build an object file
framework/tests/src/drivers/test_driver_asymmetric_encryption.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_asymmetric_encryption.c.o
.PHONY : framework/tests/src/drivers/test_driver_asymmetric_encryption.c.o

framework/tests/src/drivers/test_driver_asymmetric_encryption.i: framework/tests/src/drivers/test_driver_asymmetric_encryption.c.i
.PHONY : framework/tests/src/drivers/test_driver_asymmetric_encryption.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_asymmetric_encryption.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_asymmetric_encryption.c.i
.PHONY : framework/tests/src/drivers/test_driver_asymmetric_encryption.c.i

framework/tests/src/drivers/test_driver_asymmetric_encryption.s: framework/tests/src/drivers/test_driver_asymmetric_encryption.c.s
.PHONY : framework/tests/src/drivers/test_driver_asymmetric_encryption.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_asymmetric_encryption.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_asymmetric_encryption.c.s
.PHONY : framework/tests/src/drivers/test_driver_asymmetric_encryption.c.s

framework/tests/src/drivers/test_driver_cipher.o: framework/tests/src/drivers/test_driver_cipher.c.o
.PHONY : framework/tests/src/drivers/test_driver_cipher.o

# target to build an object file
framework/tests/src/drivers/test_driver_cipher.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_cipher.c.o
.PHONY : framework/tests/src/drivers/test_driver_cipher.c.o

framework/tests/src/drivers/test_driver_cipher.i: framework/tests/src/drivers/test_driver_cipher.c.i
.PHONY : framework/tests/src/drivers/test_driver_cipher.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_cipher.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_cipher.c.i
.PHONY : framework/tests/src/drivers/test_driver_cipher.c.i

framework/tests/src/drivers/test_driver_cipher.s: framework/tests/src/drivers/test_driver_cipher.c.s
.PHONY : framework/tests/src/drivers/test_driver_cipher.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_cipher.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_cipher.c.s
.PHONY : framework/tests/src/drivers/test_driver_cipher.c.s

framework/tests/src/drivers/test_driver_key_agreement.o: framework/tests/src/drivers/test_driver_key_agreement.c.o
.PHONY : framework/tests/src/drivers/test_driver_key_agreement.o

# target to build an object file
framework/tests/src/drivers/test_driver_key_agreement.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_key_agreement.c.o
.PHONY : framework/tests/src/drivers/test_driver_key_agreement.c.o

framework/tests/src/drivers/test_driver_key_agreement.i: framework/tests/src/drivers/test_driver_key_agreement.c.i
.PHONY : framework/tests/src/drivers/test_driver_key_agreement.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_key_agreement.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_key_agreement.c.i
.PHONY : framework/tests/src/drivers/test_driver_key_agreement.c.i

framework/tests/src/drivers/test_driver_key_agreement.s: framework/tests/src/drivers/test_driver_key_agreement.c.s
.PHONY : framework/tests/src/drivers/test_driver_key_agreement.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_key_agreement.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_key_agreement.c.s
.PHONY : framework/tests/src/drivers/test_driver_key_agreement.c.s

framework/tests/src/drivers/test_driver_key_management.o: framework/tests/src/drivers/test_driver_key_management.c.o
.PHONY : framework/tests/src/drivers/test_driver_key_management.o

# target to build an object file
framework/tests/src/drivers/test_driver_key_management.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_key_management.c.o
.PHONY : framework/tests/src/drivers/test_driver_key_management.c.o

framework/tests/src/drivers/test_driver_key_management.i: framework/tests/src/drivers/test_driver_key_management.c.i
.PHONY : framework/tests/src/drivers/test_driver_key_management.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_key_management.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_key_management.c.i
.PHONY : framework/tests/src/drivers/test_driver_key_management.c.i

framework/tests/src/drivers/test_driver_key_management.s: framework/tests/src/drivers/test_driver_key_management.c.s
.PHONY : framework/tests/src/drivers/test_driver_key_management.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_key_management.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_key_management.c.s
.PHONY : framework/tests/src/drivers/test_driver_key_management.c.s

framework/tests/src/drivers/test_driver_mac.o: framework/tests/src/drivers/test_driver_mac.c.o
.PHONY : framework/tests/src/drivers/test_driver_mac.o

# target to build an object file
framework/tests/src/drivers/test_driver_mac.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_mac.c.o
.PHONY : framework/tests/src/drivers/test_driver_mac.c.o

framework/tests/src/drivers/test_driver_mac.i: framework/tests/src/drivers/test_driver_mac.c.i
.PHONY : framework/tests/src/drivers/test_driver_mac.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_mac.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_mac.c.i
.PHONY : framework/tests/src/drivers/test_driver_mac.c.i

framework/tests/src/drivers/test_driver_mac.s: framework/tests/src/drivers/test_driver_mac.c.s
.PHONY : framework/tests/src/drivers/test_driver_mac.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_mac.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_mac.c.s
.PHONY : framework/tests/src/drivers/test_driver_mac.c.s

framework/tests/src/drivers/test_driver_pake.o: framework/tests/src/drivers/test_driver_pake.c.o
.PHONY : framework/tests/src/drivers/test_driver_pake.o

# target to build an object file
framework/tests/src/drivers/test_driver_pake.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_pake.c.o
.PHONY : framework/tests/src/drivers/test_driver_pake.c.o

framework/tests/src/drivers/test_driver_pake.i: framework/tests/src/drivers/test_driver_pake.c.i
.PHONY : framework/tests/src/drivers/test_driver_pake.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_pake.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_pake.c.i
.PHONY : framework/tests/src/drivers/test_driver_pake.c.i

framework/tests/src/drivers/test_driver_pake.s: framework/tests/src/drivers/test_driver_pake.c.s
.PHONY : framework/tests/src/drivers/test_driver_pake.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_pake.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_pake.c.s
.PHONY : framework/tests/src/drivers/test_driver_pake.c.s

framework/tests/src/drivers/test_driver_signature.o: framework/tests/src/drivers/test_driver_signature.c.o
.PHONY : framework/tests/src/drivers/test_driver_signature.o

# target to build an object file
framework/tests/src/drivers/test_driver_signature.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_signature.c.o
.PHONY : framework/tests/src/drivers/test_driver_signature.c.o

framework/tests/src/drivers/test_driver_signature.i: framework/tests/src/drivers/test_driver_signature.c.i
.PHONY : framework/tests/src/drivers/test_driver_signature.i

# target to preprocess a source file
framework/tests/src/drivers/test_driver_signature.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_signature.c.i
.PHONY : framework/tests/src/drivers/test_driver_signature.c.i

framework/tests/src/drivers/test_driver_signature.s: framework/tests/src/drivers/test_driver_signature.c.s
.PHONY : framework/tests/src/drivers/test_driver_signature.s

# target to generate assembly for a file
framework/tests/src/drivers/test_driver_signature.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/drivers/test_driver_signature.c.s
.PHONY : framework/tests/src/drivers/test_driver_signature.c.s

framework/tests/src/fake_external_rng_for_test.o: framework/tests/src/fake_external_rng_for_test.c.o
.PHONY : framework/tests/src/fake_external_rng_for_test.o

# target to build an object file
framework/tests/src/fake_external_rng_for_test.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/fake_external_rng_for_test.c.o
.PHONY : framework/tests/src/fake_external_rng_for_test.c.o

framework/tests/src/fake_external_rng_for_test.i: framework/tests/src/fake_external_rng_for_test.c.i
.PHONY : framework/tests/src/fake_external_rng_for_test.i

# target to preprocess a source file
framework/tests/src/fake_external_rng_for_test.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/fake_external_rng_for_test.c.i
.PHONY : framework/tests/src/fake_external_rng_for_test.c.i

framework/tests/src/fake_external_rng_for_test.s: framework/tests/src/fake_external_rng_for_test.c.s
.PHONY : framework/tests/src/fake_external_rng_for_test.s

# target to generate assembly for a file
framework/tests/src/fake_external_rng_for_test.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/fake_external_rng_for_test.c.s
.PHONY : framework/tests/src/fake_external_rng_for_test.c.s

framework/tests/src/helpers.o: framework/tests/src/helpers.c.o
.PHONY : framework/tests/src/helpers.o

# target to build an object file
framework/tests/src/helpers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/helpers.c.o
.PHONY : framework/tests/src/helpers.c.o

framework/tests/src/helpers.i: framework/tests/src/helpers.c.i
.PHONY : framework/tests/src/helpers.i

# target to preprocess a source file
framework/tests/src/helpers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/helpers.c.i
.PHONY : framework/tests/src/helpers.c.i

framework/tests/src/helpers.s: framework/tests/src/helpers.c.s
.PHONY : framework/tests/src/helpers.s

# target to generate assembly for a file
framework/tests/src/helpers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/helpers.c.s
.PHONY : framework/tests/src/helpers.c.s

framework/tests/src/psa_crypto_helpers.o: framework/tests/src/psa_crypto_helpers.c.o
.PHONY : framework/tests/src/psa_crypto_helpers.o

# target to build an object file
framework/tests/src/psa_crypto_helpers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_crypto_helpers.c.o
.PHONY : framework/tests/src/psa_crypto_helpers.c.o

framework/tests/src/psa_crypto_helpers.i: framework/tests/src/psa_crypto_helpers.c.i
.PHONY : framework/tests/src/psa_crypto_helpers.i

# target to preprocess a source file
framework/tests/src/psa_crypto_helpers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_crypto_helpers.c.i
.PHONY : framework/tests/src/psa_crypto_helpers.c.i

framework/tests/src/psa_crypto_helpers.s: framework/tests/src/psa_crypto_helpers.c.s
.PHONY : framework/tests/src/psa_crypto_helpers.s

# target to generate assembly for a file
framework/tests/src/psa_crypto_helpers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_crypto_helpers.c.s
.PHONY : framework/tests/src/psa_crypto_helpers.c.s

framework/tests/src/psa_crypto_stubs.o: framework/tests/src/psa_crypto_stubs.c.o
.PHONY : framework/tests/src/psa_crypto_stubs.o

# target to build an object file
framework/tests/src/psa_crypto_stubs.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_crypto_stubs.c.o
.PHONY : framework/tests/src/psa_crypto_stubs.c.o

framework/tests/src/psa_crypto_stubs.i: framework/tests/src/psa_crypto_stubs.c.i
.PHONY : framework/tests/src/psa_crypto_stubs.i

# target to preprocess a source file
framework/tests/src/psa_crypto_stubs.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_crypto_stubs.c.i
.PHONY : framework/tests/src/psa_crypto_stubs.c.i

framework/tests/src/psa_crypto_stubs.s: framework/tests/src/psa_crypto_stubs.c.s
.PHONY : framework/tests/src/psa_crypto_stubs.s

# target to generate assembly for a file
framework/tests/src/psa_crypto_stubs.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_crypto_stubs.c.s
.PHONY : framework/tests/src/psa_crypto_stubs.c.s

framework/tests/src/psa_exercise_key.o: framework/tests/src/psa_exercise_key.c.o
.PHONY : framework/tests/src/psa_exercise_key.o

# target to build an object file
framework/tests/src/psa_exercise_key.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_exercise_key.c.o
.PHONY : framework/tests/src/psa_exercise_key.c.o

framework/tests/src/psa_exercise_key.i: framework/tests/src/psa_exercise_key.c.i
.PHONY : framework/tests/src/psa_exercise_key.i

# target to preprocess a source file
framework/tests/src/psa_exercise_key.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_exercise_key.c.i
.PHONY : framework/tests/src/psa_exercise_key.c.i

framework/tests/src/psa_exercise_key.s: framework/tests/src/psa_exercise_key.c.s
.PHONY : framework/tests/src/psa_exercise_key.s

# target to generate assembly for a file
framework/tests/src/psa_exercise_key.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_exercise_key.c.s
.PHONY : framework/tests/src/psa_exercise_key.c.s

framework/tests/src/psa_memory_poisoning_wrappers.o: framework/tests/src/psa_memory_poisoning_wrappers.c.o
.PHONY : framework/tests/src/psa_memory_poisoning_wrappers.o

# target to build an object file
framework/tests/src/psa_memory_poisoning_wrappers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_memory_poisoning_wrappers.c.o
.PHONY : framework/tests/src/psa_memory_poisoning_wrappers.c.o

framework/tests/src/psa_memory_poisoning_wrappers.i: framework/tests/src/psa_memory_poisoning_wrappers.c.i
.PHONY : framework/tests/src/psa_memory_poisoning_wrappers.i

# target to preprocess a source file
framework/tests/src/psa_memory_poisoning_wrappers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_memory_poisoning_wrappers.c.i
.PHONY : framework/tests/src/psa_memory_poisoning_wrappers.c.i

framework/tests/src/psa_memory_poisoning_wrappers.s: framework/tests/src/psa_memory_poisoning_wrappers.c.s
.PHONY : framework/tests/src/psa_memory_poisoning_wrappers.s

# target to generate assembly for a file
framework/tests/src/psa_memory_poisoning_wrappers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/psa_memory_poisoning_wrappers.c.s
.PHONY : framework/tests/src/psa_memory_poisoning_wrappers.c.s

framework/tests/src/random.o: framework/tests/src/random.c.o
.PHONY : framework/tests/src/random.o

# target to build an object file
framework/tests/src/random.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/random.c.o
.PHONY : framework/tests/src/random.c.o

framework/tests/src/random.i: framework/tests/src/random.c.i
.PHONY : framework/tests/src/random.i

# target to preprocess a source file
framework/tests/src/random.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/random.c.i
.PHONY : framework/tests/src/random.c.i

framework/tests/src/random.s: framework/tests/src/random.c.s
.PHONY : framework/tests/src/random.s

# target to generate assembly for a file
framework/tests/src/random.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/random.c.s
.PHONY : framework/tests/src/random.c.s

framework/tests/src/test_memory.o: framework/tests/src/test_memory.c.o
.PHONY : framework/tests/src/test_memory.o

# target to build an object file
framework/tests/src/test_memory.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/test_memory.c.o
.PHONY : framework/tests/src/test_memory.c.o

framework/tests/src/test_memory.i: framework/tests/src/test_memory.c.i
.PHONY : framework/tests/src/test_memory.i

# target to preprocess a source file
framework/tests/src/test_memory.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/test_memory.c.i
.PHONY : framework/tests/src/test_memory.c.i

framework/tests/src/test_memory.s: framework/tests/src/test_memory.c.s
.PHONY : framework/tests/src/test_memory.s

# target to generate assembly for a file
framework/tests/src/test_memory.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/test_memory.c.s
.PHONY : framework/tests/src/test_memory.c.s

framework/tests/src/threading_helpers.o: framework/tests/src/threading_helpers.c.o
.PHONY : framework/tests/src/threading_helpers.o

# target to build an object file
framework/tests/src/threading_helpers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/threading_helpers.c.o
.PHONY : framework/tests/src/threading_helpers.c.o

framework/tests/src/threading_helpers.i: framework/tests/src/threading_helpers.c.i
.PHONY : framework/tests/src/threading_helpers.i

# target to preprocess a source file
framework/tests/src/threading_helpers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/threading_helpers.c.i
.PHONY : framework/tests/src/threading_helpers.c.i

framework/tests/src/threading_helpers.s: framework/tests/src/threading_helpers.c.s
.PHONY : framework/tests/src/threading_helpers.s

# target to generate assembly for a file
framework/tests/src/threading_helpers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/framework/tests/src/threading_helpers.c.s
.PHONY : framework/tests/src/threading_helpers.c.s

tests/src/certs.o: tests/src/certs.c.o
.PHONY : tests/src/certs.o

# target to build an object file
tests/src/certs.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/tests/src/certs.c.o
.PHONY : tests/src/certs.c.o

tests/src/certs.i: tests/src/certs.c.i
.PHONY : tests/src/certs.i

# target to preprocess a source file
tests/src/certs.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/tests/src/certs.c.i
.PHONY : tests/src/certs.c.i

tests/src/certs.s: tests/src/certs.c.s
.PHONY : tests/src/certs.s

# target to generate assembly for a file
tests/src/certs.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/tests/src/certs.c.s
.PHONY : tests/src/certs.c.s

tests/src/psa_test_wrappers.o: tests/src/psa_test_wrappers.c.o
.PHONY : tests/src/psa_test_wrappers.o

# target to build an object file
tests/src/psa_test_wrappers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/tests/src/psa_test_wrappers.c.o
.PHONY : tests/src/psa_test_wrappers.c.o

tests/src/psa_test_wrappers.i: tests/src/psa_test_wrappers.c.i
.PHONY : tests/src/psa_test_wrappers.i

# target to preprocess a source file
tests/src/psa_test_wrappers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/tests/src/psa_test_wrappers.c.i
.PHONY : tests/src/psa_test_wrappers.c.i

tests/src/psa_test_wrappers.s: tests/src/psa_test_wrappers.c.s
.PHONY : tests/src/psa_test_wrappers.s

# target to generate assembly for a file
tests/src/psa_test_wrappers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test.dir/build.make CMakeFiles/mbedtls_test.dir/tests/src/psa_test_wrappers.c.s
.PHONY : tests/src/psa_test_wrappers.c.s

tests/src/test_helpers/ssl_helpers.o: tests/src/test_helpers/ssl_helpers.c.o
.PHONY : tests/src/test_helpers/ssl_helpers.o

# target to build an object file
tests/src/test_helpers/ssl_helpers.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test_helpers.dir/build.make CMakeFiles/mbedtls_test_helpers.dir/tests/src/test_helpers/ssl_helpers.c.o
.PHONY : tests/src/test_helpers/ssl_helpers.c.o

tests/src/test_helpers/ssl_helpers.i: tests/src/test_helpers/ssl_helpers.c.i
.PHONY : tests/src/test_helpers/ssl_helpers.i

# target to preprocess a source file
tests/src/test_helpers/ssl_helpers.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test_helpers.dir/build.make CMakeFiles/mbedtls_test_helpers.dir/tests/src/test_helpers/ssl_helpers.c.i
.PHONY : tests/src/test_helpers/ssl_helpers.c.i

tests/src/test_helpers/ssl_helpers.s: tests/src/test_helpers/ssl_helpers.c.s
.PHONY : tests/src/test_helpers/ssl_helpers.s

# target to generate assembly for a file
tests/src/test_helpers/ssl_helpers.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mbedtls_test_helpers.dir/build.make CMakeFiles/mbedtls_test_helpers.dir/tests/src/test_helpers/ssl_helpers.c.s
.PHONY : tests/src/test_helpers/ssl_helpers.c.s

# 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 "... test"
	@echo "... apidoc"
	@echo "... lcov"
	@echo "... lib"
	@echo "... memcheck"
	@echo "... programs"
	@echo "... ssl-opt"
	@echo "... test_suite_bignum_generated_data"
	@echo "... test_suite_config_generated_data"
	@echo "... test_suite_ecp_generated_data"
	@echo "... test_suite_psa_generated_data"
	@echo "... aead_demo"
	@echo "... benchmark"
	@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 "... 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 "... mbedcrypto"
	@echo "... mbedtls"
	@echo "... mbedtls_test"
	@echo "... mbedtls_test_helpers"
	@echo "... mbedx509"
	@echo "... md_hmac_demo"
	@echo "... metatest"
	@echo "... mini_client"
	@echo "... mpi_demo"
	@echo "... p256m"
	@echo "... pem2der"
	@echo "... pk_decrypt"
	@echo "... pk_encrypt"
	@echo "... pk_sign"
	@echo "... pk_verify"
	@echo "... psa_constant_names"
	@echo "... psa_hash"
	@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.ctr"
	@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_block_cipher"
	@echo "... test_suite_block_cipher.psa"
	@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_config.crypto_combinations"
	@echo "... test_suite_config.mbedtls_boolean"
	@echo "... test_suite_config.psa_boolean"
	@echo "... test_suite_config.psa_combinations"
	@echo "... test_suite_config.tls_combinations"
	@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_ecp"
	@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_memory"
	@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_crypto_util"
	@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.tls-defrag"
	@echo "... test_suite_ssl_decrypt.misc"
	@echo "... test_suite_test_helpers"
	@echo "... test_suite_timing"
	@echo "... test_suite_version"
	@echo "... test_suite_x509parse"
	@echo "... test_suite_x509write"
	@echo "... ti_sl"
	@echo "... udp_proxy"
	@echo "... zeroize"
	@echo "... framework/tests/src/asn1_helpers.o"
	@echo "... framework/tests/src/asn1_helpers.i"
	@echo "... framework/tests/src/asn1_helpers.s"
	@echo "... framework/tests/src/bignum_codepath_check.o"
	@echo "... framework/tests/src/bignum_codepath_check.i"
	@echo "... framework/tests/src/bignum_codepath_check.s"
	@echo "... framework/tests/src/bignum_helpers.o"
	@echo "... framework/tests/src/bignum_helpers.i"
	@echo "... framework/tests/src/bignum_helpers.s"
	@echo "... framework/tests/src/drivers/hash.o"
	@echo "... framework/tests/src/drivers/hash.i"
	@echo "... framework/tests/src/drivers/hash.s"
	@echo "... framework/tests/src/drivers/platform_builtin_keys.o"
	@echo "... framework/tests/src/drivers/platform_builtin_keys.i"
	@echo "... framework/tests/src/drivers/platform_builtin_keys.s"
	@echo "... framework/tests/src/drivers/test_driver_aead.o"
	@echo "... framework/tests/src/drivers/test_driver_aead.i"
	@echo "... framework/tests/src/drivers/test_driver_aead.s"
	@echo "... framework/tests/src/drivers/test_driver_asymmetric_encryption.o"
	@echo "... framework/tests/src/drivers/test_driver_asymmetric_encryption.i"
	@echo "... framework/tests/src/drivers/test_driver_asymmetric_encryption.s"
	@echo "... framework/tests/src/drivers/test_driver_cipher.o"
	@echo "... framework/tests/src/drivers/test_driver_cipher.i"
	@echo "... framework/tests/src/drivers/test_driver_cipher.s"
	@echo "... framework/tests/src/drivers/test_driver_key_agreement.o"
	@echo "... framework/tests/src/drivers/test_driver_key_agreement.i"
	@echo "... framework/tests/src/drivers/test_driver_key_agreement.s"
	@echo "... framework/tests/src/drivers/test_driver_key_management.o"
	@echo "... framework/tests/src/drivers/test_driver_key_management.i"
	@echo "... framework/tests/src/drivers/test_driver_key_management.s"
	@echo "... framework/tests/src/drivers/test_driver_mac.o"
	@echo "... framework/tests/src/drivers/test_driver_mac.i"
	@echo "... framework/tests/src/drivers/test_driver_mac.s"
	@echo "... framework/tests/src/drivers/test_driver_pake.o"
	@echo "... framework/tests/src/drivers/test_driver_pake.i"
	@echo "... framework/tests/src/drivers/test_driver_pake.s"
	@echo "... framework/tests/src/drivers/test_driver_signature.o"
	@echo "... framework/tests/src/drivers/test_driver_signature.i"
	@echo "... framework/tests/src/drivers/test_driver_signature.s"
	@echo "... framework/tests/src/fake_external_rng_for_test.o"
	@echo "... framework/tests/src/fake_external_rng_for_test.i"
	@echo "... framework/tests/src/fake_external_rng_for_test.s"
	@echo "... framework/tests/src/helpers.o"
	@echo "... framework/tests/src/helpers.i"
	@echo "... framework/tests/src/helpers.s"
	@echo "... framework/tests/src/psa_crypto_helpers.o"
	@echo "... framework/tests/src/psa_crypto_helpers.i"
	@echo "... framework/tests/src/psa_crypto_helpers.s"
	@echo "... framework/tests/src/psa_crypto_stubs.o"
	@echo "... framework/tests/src/psa_crypto_stubs.i"
	@echo "... framework/tests/src/psa_crypto_stubs.s"
	@echo "... framework/tests/src/psa_exercise_key.o"
	@echo "... framework/tests/src/psa_exercise_key.i"
	@echo "... framework/tests/src/psa_exercise_key.s"
	@echo "... framework/tests/src/psa_memory_poisoning_wrappers.o"
	@echo "... framework/tests/src/psa_memory_poisoning_wrappers.i"
	@echo "... framework/tests/src/psa_memory_poisoning_wrappers.s"
	@echo "... framework/tests/src/random.o"
	@echo "... framework/tests/src/random.i"
	@echo "... framework/tests/src/random.s"
	@echo "... framework/tests/src/test_memory.o"
	@echo "... framework/tests/src/test_memory.i"
	@echo "... framework/tests/src/test_memory.s"
	@echo "... framework/tests/src/threading_helpers.o"
	@echo "... framework/tests/src/threading_helpers.i"
	@echo "... framework/tests/src/threading_helpers.s"
	@echo "... tests/src/certs.o"
	@echo "... tests/src/certs.i"
	@echo "... tests/src/certs.s"
	@echo "... tests/src/psa_test_wrappers.o"
	@echo "... tests/src/psa_test_wrappers.i"
	@echo "... tests/src/psa_test_wrappers.s"
	@echo "... tests/src/test_helpers/ssl_helpers.o"
	@echo "... tests/src/test_helpers/ssl_helpers.i"
	@echo "... tests/src/test_helpers/ssl_helpers.s"
.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

