Files
tactility/build-tests/Tests/TactilityKernel/Makefile
T
Ken Van Hoeylandt d3439f6f45 Fixes & memory optimizations (#540)
- Disable BlueTooth driver by default, to ensure it doesn't allocate memory
- Update BlueTooth settings app behaviour to make sure it starts/stops the devices
- Disable SPI RAM usage for ST7789 as it broke App Hub
- Reduce T-Display and T-Deck display buffers from 1/3rd to 1/10th of resolution
- Enabled dynamic buffers for MbedTLS to optimize memory
- TLS 1.3 did not work with dynamic buffers: downgrade to 1.2 for now
- WiFi is now enabled from the Boot app callback to the WiFi service, instead of the WiFi service start() function. This avoids a lockup when WiFi is started by the service while the Boot app is updating the WiFi settings.
2026-07-01 21:11:46 +02:00

502 lines
21 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# 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/Tests/TactilityKernel//CMakeFiles/progress.marks
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityKernel/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 Tests/TactilityKernel/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 Tests/TactilityKernel/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityKernel/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.
Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/rule:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/rule
.PHONY : Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/rule
# Convenience name for target.
TactilityKernelTests: Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/rule
.PHONY : TactilityKernelTests
# fast build rule for target.
TactilityKernelTests/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build
.PHONY : TactilityKernelTests/fast
Source/DeviceTest.o: Source/DeviceTest.cpp.o
.PHONY : Source/DeviceTest.o
# target to build an object file
Source/DeviceTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DeviceTest.cpp.o
.PHONY : Source/DeviceTest.cpp.o
Source/DeviceTest.i: Source/DeviceTest.cpp.i
.PHONY : Source/DeviceTest.i
# target to preprocess a source file
Source/DeviceTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DeviceTest.cpp.i
.PHONY : Source/DeviceTest.cpp.i
Source/DeviceTest.s: Source/DeviceTest.cpp.s
.PHONY : Source/DeviceTest.s
# target to generate assembly for a file
Source/DeviceTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DeviceTest.cpp.s
.PHONY : Source/DeviceTest.cpp.s
Source/DispatcherTest.o: Source/DispatcherTest.cpp.o
.PHONY : Source/DispatcherTest.o
# target to build an object file
Source/DispatcherTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DispatcherTest.cpp.o
.PHONY : Source/DispatcherTest.cpp.o
Source/DispatcherTest.i: Source/DispatcherTest.cpp.i
.PHONY : Source/DispatcherTest.i
# target to preprocess a source file
Source/DispatcherTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DispatcherTest.cpp.i
.PHONY : Source/DispatcherTest.cpp.i
Source/DispatcherTest.s: Source/DispatcherTest.cpp.s
.PHONY : Source/DispatcherTest.s
# target to generate assembly for a file
Source/DispatcherTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DispatcherTest.cpp.s
.PHONY : Source/DispatcherTest.cpp.s
Source/DriverIntegrationTest.o: Source/DriverIntegrationTest.cpp.o
.PHONY : Source/DriverIntegrationTest.o
# target to build an object file
Source/DriverIntegrationTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DriverIntegrationTest.cpp.o
.PHONY : Source/DriverIntegrationTest.cpp.o
Source/DriverIntegrationTest.i: Source/DriverIntegrationTest.cpp.i
.PHONY : Source/DriverIntegrationTest.i
# target to preprocess a source file
Source/DriverIntegrationTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DriverIntegrationTest.cpp.i
.PHONY : Source/DriverIntegrationTest.cpp.i
Source/DriverIntegrationTest.s: Source/DriverIntegrationTest.cpp.s
.PHONY : Source/DriverIntegrationTest.s
# target to generate assembly for a file
Source/DriverIntegrationTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DriverIntegrationTest.cpp.s
.PHONY : Source/DriverIntegrationTest.cpp.s
Source/DriverTest.o: Source/DriverTest.cpp.o
.PHONY : Source/DriverTest.o
# target to build an object file
Source/DriverTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DriverTest.cpp.o
.PHONY : Source/DriverTest.cpp.o
Source/DriverTest.i: Source/DriverTest.cpp.i
.PHONY : Source/DriverTest.i
# target to preprocess a source file
Source/DriverTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DriverTest.cpp.i
.PHONY : Source/DriverTest.cpp.i
Source/DriverTest.s: Source/DriverTest.cpp.s
.PHONY : Source/DriverTest.s
# target to generate assembly for a file
Source/DriverTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/DriverTest.cpp.s
.PHONY : Source/DriverTest.cpp.s
Source/Main.o: Source/Main.cpp.o
.PHONY : Source/Main.o
# target to build an object file
Source/Main.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/Main.cpp.o
.PHONY : Source/Main.cpp.o
Source/Main.i: Source/Main.cpp.i
.PHONY : Source/Main.i
# target to preprocess a source file
Source/Main.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/Main.cpp.i
.PHONY : Source/Main.cpp.i
Source/Main.s: Source/Main.cpp.s
.PHONY : Source/Main.s
# target to generate assembly for a file
Source/Main.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/Main.cpp.s
.PHONY : Source/Main.cpp.s
Source/ModuleTest.o: Source/ModuleTest.cpp.o
.PHONY : Source/ModuleTest.o
# target to build an object file
Source/ModuleTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/ModuleTest.cpp.o
.PHONY : Source/ModuleTest.cpp.o
Source/ModuleTest.i: Source/ModuleTest.cpp.i
.PHONY : Source/ModuleTest.i
# target to preprocess a source file
Source/ModuleTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/ModuleTest.cpp.i
.PHONY : Source/ModuleTest.cpp.i
Source/ModuleTest.s: Source/ModuleTest.cpp.s
.PHONY : Source/ModuleTest.s
# target to generate assembly for a file
Source/ModuleTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/ModuleTest.cpp.s
.PHONY : Source/ModuleTest.cpp.s
Source/MutexTest.o: Source/MutexTest.cpp.o
.PHONY : Source/MutexTest.o
# target to build an object file
Source/MutexTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/MutexTest.cpp.o
.PHONY : Source/MutexTest.cpp.o
Source/MutexTest.i: Source/MutexTest.cpp.i
.PHONY : Source/MutexTest.i
# target to preprocess a source file
Source/MutexTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/MutexTest.cpp.i
.PHONY : Source/MutexTest.cpp.i
Source/MutexTest.s: Source/MutexTest.cpp.s
.PHONY : Source/MutexTest.s
# target to generate assembly for a file
Source/MutexTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/MutexTest.cpp.s
.PHONY : Source/MutexTest.cpp.s
Source/RecursiveMutexTest.o: Source/RecursiveMutexTest.cpp.o
.PHONY : Source/RecursiveMutexTest.o
# target to build an object file
Source/RecursiveMutexTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/RecursiveMutexTest.cpp.o
.PHONY : Source/RecursiveMutexTest.cpp.o
Source/RecursiveMutexTest.i: Source/RecursiveMutexTest.cpp.i
.PHONY : Source/RecursiveMutexTest.i
# target to preprocess a source file
Source/RecursiveMutexTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/RecursiveMutexTest.cpp.i
.PHONY : Source/RecursiveMutexTest.cpp.i
Source/RecursiveMutexTest.s: Source/RecursiveMutexTest.cpp.s
.PHONY : Source/RecursiveMutexTest.s
# target to generate assembly for a file
Source/RecursiveMutexTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/RecursiveMutexTest.cpp.s
.PHONY : Source/RecursiveMutexTest.cpp.s
Source/ThreadTest.o: Source/ThreadTest.cpp.o
.PHONY : Source/ThreadTest.o
# target to build an object file
Source/ThreadTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/ThreadTest.cpp.o
.PHONY : Source/ThreadTest.cpp.o
Source/ThreadTest.i: Source/ThreadTest.cpp.i
.PHONY : Source/ThreadTest.i
# target to preprocess a source file
Source/ThreadTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/ThreadTest.cpp.i
.PHONY : Source/ThreadTest.cpp.i
Source/ThreadTest.s: Source/ThreadTest.cpp.s
.PHONY : Source/ThreadTest.s
# target to generate assembly for a file
Source/ThreadTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/ThreadTest.cpp.s
.PHONY : Source/ThreadTest.cpp.s
Source/TimeAndDelay.o: Source/TimeAndDelay.cpp.o
.PHONY : Source/TimeAndDelay.o
# target to build an object file
Source/TimeAndDelay.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/TimeAndDelay.cpp.o
.PHONY : Source/TimeAndDelay.cpp.o
Source/TimeAndDelay.i: Source/TimeAndDelay.cpp.i
.PHONY : Source/TimeAndDelay.i
# target to preprocess a source file
Source/TimeAndDelay.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/TimeAndDelay.cpp.i
.PHONY : Source/TimeAndDelay.cpp.i
Source/TimeAndDelay.s: Source/TimeAndDelay.cpp.s
.PHONY : Source/TimeAndDelay.s
# target to generate assembly for a file
Source/TimeAndDelay.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/TimeAndDelay.cpp.s
.PHONY : Source/TimeAndDelay.cpp.s
Source/TimerTest.o: Source/TimerTest.cpp.o
.PHONY : Source/TimerTest.o
# target to build an object file
Source/TimerTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/TimerTest.cpp.o
.PHONY : Source/TimerTest.cpp.o
Source/TimerTest.i: Source/TimerTest.cpp.i
.PHONY : Source/TimerTest.i
# target to preprocess a source file
Source/TimerTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/TimerTest.cpp.i
.PHONY : Source/TimerTest.cpp.i
Source/TimerTest.s: Source/TimerTest.cpp.s
.PHONY : Source/TimerTest.s
# target to generate assembly for a file
Source/TimerTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/Source/TimerTest.cpp.s
.PHONY : Source/TimerTest.cpp.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 "... TactilityKernelTests"
@echo "... Source/DeviceTest.o"
@echo "... Source/DeviceTest.i"
@echo "... Source/DeviceTest.s"
@echo "... Source/DispatcherTest.o"
@echo "... Source/DispatcherTest.i"
@echo "... Source/DispatcherTest.s"
@echo "... Source/DriverIntegrationTest.o"
@echo "... Source/DriverIntegrationTest.i"
@echo "... Source/DriverIntegrationTest.s"
@echo "... Source/DriverTest.o"
@echo "... Source/DriverTest.i"
@echo "... Source/DriverTest.s"
@echo "... Source/Main.o"
@echo "... Source/Main.i"
@echo "... Source/Main.s"
@echo "... Source/ModuleTest.o"
@echo "... Source/ModuleTest.i"
@echo "... Source/ModuleTest.s"
@echo "... Source/MutexTest.o"
@echo "... Source/MutexTest.i"
@echo "... Source/MutexTest.s"
@echo "... Source/RecursiveMutexTest.o"
@echo "... Source/RecursiveMutexTest.i"
@echo "... Source/RecursiveMutexTest.s"
@echo "... Source/ThreadTest.o"
@echo "... Source/ThreadTest.i"
@echo "... Source/ThreadTest.s"
@echo "... Source/TimeAndDelay.o"
@echo "... Source/TimeAndDelay.i"
@echo "... Source/TimeAndDelay.s"
@echo "... Source/TimerTest.o"
@echo "... Source/TimerTest.i"
@echo "... Source/TimerTest.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