2026-01-27 22:16:21 +01:00

469 lines
19 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/ken/Projects/Tactility
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ken/Projects/Tactility/build_tests
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/ken/Projects/Tactility/build_tests && $(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build_tests/CMakeFiles /home/ken/Projects/Tactility/build_tests/Libraries/mbedtls/programs/test//CMakeFiles/progress.marks
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build_tests/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/ken/Projects/Tactility/build_tests && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/rule:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/rule
.PHONY : Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/rule
# Convenience name for target.
query_included_headers: Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/rule
.PHONY : query_included_headers
# fast build rule for target.
query_included_headers/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build
.PHONY : query_included_headers/fast
# Convenience name for target.
Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/rule:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/rule
.PHONY : Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/rule
# Convenience name for target.
selftest: Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/rule
.PHONY : selftest
# fast build rule for target.
selftest/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build
.PHONY : selftest/fast
# Convenience name for target.
Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/rule:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/rule
.PHONY : Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/rule
# Convenience name for target.
udp_proxy: Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/rule
.PHONY : udp_proxy
# fast build rule for target.
udp_proxy/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build
.PHONY : udp_proxy/fast
# Convenience name for target.
Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/rule:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/rule
.PHONY : Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/rule
# Convenience name for target.
benchmark: Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/rule
.PHONY : benchmark
# fast build rule for target.
benchmark/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build
.PHONY : benchmark/fast
# Convenience name for target.
Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/rule:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/rule
.PHONY : Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/rule
# Convenience name for target.
query_compile_time_config: Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/rule
.PHONY : query_compile_time_config
# fast build rule for target.
query_compile_time_config/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build
.PHONY : query_compile_time_config/fast
# Convenience name for target.
Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/rule:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/rule
.PHONY : Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/rule
# Convenience name for target.
zeroize: Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/rule
.PHONY : zeroize
# fast build rule for target.
zeroize/fast:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build
.PHONY : zeroize/fast
benchmark.o: benchmark.c.o
.PHONY : benchmark.o
# target to build an object file
benchmark.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/benchmark.c.o
.PHONY : benchmark.c.o
benchmark.i: benchmark.c.i
.PHONY : benchmark.i
# target to preprocess a source file
benchmark.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/benchmark.c.i
.PHONY : benchmark.c.i
benchmark.s: benchmark.c.s
.PHONY : benchmark.s
# target to generate assembly for a file
benchmark.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/benchmark.dir/benchmark.c.s
.PHONY : benchmark.c.s
query_compile_time_config.o: query_compile_time_config.c.o
.PHONY : query_compile_time_config.o
# target to build an object file
query_compile_time_config.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/query_compile_time_config.c.o
.PHONY : query_compile_time_config.c.o
query_compile_time_config.i: query_compile_time_config.c.i
.PHONY : query_compile_time_config.i
# target to preprocess a source file
query_compile_time_config.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/query_compile_time_config.c.i
.PHONY : query_compile_time_config.c.i
query_compile_time_config.s: query_compile_time_config.c.s
.PHONY : query_compile_time_config.s
# target to generate assembly for a file
query_compile_time_config.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/query_compile_time_config.c.s
.PHONY : query_compile_time_config.c.s
query_config.o: query_config.c.o
.PHONY : query_config.o
# target to build an object file
query_config.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/query_config.c.o
.PHONY : query_config.c.o
query_config.i: query_config.c.i
.PHONY : query_config.i
# target to preprocess a source file
query_config.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/query_config.c.i
.PHONY : query_config.c.i
query_config.s: query_config.c.s
.PHONY : query_config.s
# target to generate assembly for a file
query_config.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_compile_time_config.dir/query_config.c.s
.PHONY : query_config.c.s
query_included_headers.o: query_included_headers.c.o
.PHONY : query_included_headers.o
# target to build an object file
query_included_headers.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/query_included_headers.c.o
.PHONY : query_included_headers.c.o
query_included_headers.i: query_included_headers.c.i
.PHONY : query_included_headers.i
# target to preprocess a source file
query_included_headers.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/query_included_headers.c.i
.PHONY : query_included_headers.c.i
query_included_headers.s: query_included_headers.c.s
.PHONY : query_included_headers.s
# target to generate assembly for a file
query_included_headers.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/query_included_headers.dir/query_included_headers.c.s
.PHONY : query_included_headers.c.s
selftest.o: selftest.c.o
.PHONY : selftest.o
# target to build an object file
selftest.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/selftest.c.o
.PHONY : selftest.c.o
selftest.i: selftest.c.i
.PHONY : selftest.i
# target to preprocess a source file
selftest.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/selftest.c.i
.PHONY : selftest.c.i
selftest.s: selftest.c.s
.PHONY : selftest.s
# target to generate assembly for a file
selftest.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/selftest.dir/selftest.c.s
.PHONY : selftest.c.s
udp_proxy.o: udp_proxy.c.o
.PHONY : udp_proxy.o
# target to build an object file
udp_proxy.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/udp_proxy.c.o
.PHONY : udp_proxy.c.o
udp_proxy.i: udp_proxy.c.i
.PHONY : udp_proxy.i
# target to preprocess a source file
udp_proxy.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/udp_proxy.c.i
.PHONY : udp_proxy.c.i
udp_proxy.s: udp_proxy.c.s
.PHONY : udp_proxy.s
# target to generate assembly for a file
udp_proxy.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/udp_proxy.dir/udp_proxy.c.s
.PHONY : udp_proxy.c.s
zeroize.o: zeroize.c.o
.PHONY : zeroize.o
# target to build an object file
zeroize.c.o:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/zeroize.c.o
.PHONY : zeroize.c.o
zeroize.i: zeroize.c.i
.PHONY : zeroize.i
# target to preprocess a source file
zeroize.c.i:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/zeroize.c.i
.PHONY : zeroize.c.i
zeroize.s: zeroize.c.s
.PHONY : zeroize.s
# target to generate assembly for a file
zeroize.c.s:
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/build.make Libraries/mbedtls/programs/test/CMakeFiles/zeroize.dir/zeroize.c.s
.PHONY : zeroize.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 "... benchmark"
@echo "... query_compile_time_config"
@echo "... query_included_headers"
@echo "... selftest"
@echo "... udp_proxy"
@echo "... zeroize"
@echo "... benchmark.o"
@echo "... benchmark.i"
@echo "... benchmark.s"
@echo "... query_compile_time_config.o"
@echo "... query_compile_time_config.i"
@echo "... query_compile_time_config.s"
@echo "... query_config.o"
@echo "... query_config.i"
@echo "... query_config.s"
@echo "... query_included_headers.o"
@echo "... query_included_headers.i"
@echo "... query_included_headers.s"
@echo "... selftest.o"
@echo "... selftest.i"
@echo "... selftest.s"
@echo "... udp_proxy.o"
@echo "... udp_proxy.i"
@echo "... udp_proxy.s"
@echo "... zeroize.o"
@echo "... zeroize.i"
@echo "... zeroize.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:
cd /home/ken/Projects/Tactility/build_tests && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system