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.
This commit is contained in:
Ken Van Hoeylandt
2026-07-01 21:11:46 +02:00
committed by GitHub
parent 599fa46766
commit d3439f6f45
251 changed files with 112319 additions and 67 deletions
+10
View File
@@ -0,0 +1,10 @@
# CMake generated Testfile for
# Source directory: /home/ken/Projects/Tactility/Tests
# Build directory: /home/ken/Projects/Tactility/build-tests/Tests
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("TactilityCore")
subdirs("TactilityFreeRtos")
subdirs("TactilityKernel")
subdirs("Tactility")
+204
View File
@@ -0,0 +1,204 @@
# 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//CMakeFiles/progress.marks
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/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/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/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/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/CMakeFiles/build-tests.dir/rule:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/CMakeFiles/build-tests.dir/rule
.PHONY : Tests/CMakeFiles/build-tests.dir/rule
# Convenience name for target.
build-tests: Tests/CMakeFiles/build-tests.dir/rule
.PHONY : build-tests
# fast build rule for target.
build-tests/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/CMakeFiles/build-tests.dir/build.make Tests/CMakeFiles/build-tests.dir/build
.PHONY : build-tests/fast
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... build-tests"
.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
@@ -0,0 +1,8 @@
# CMake generated Testfile for
# Source directory: /home/ken/Projects/Tactility/Tests/Tactility
# Build directory: /home/ken/Projects/Tactility/build-tests/Tests/Tactility
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test([=[TactilityTests]=] "/home/ken/Projects/Tactility/build-tests/Tests/Tactility/TactilityTests")
set_tests_properties([=[TactilityTests]=] PROPERTIES _BACKTRACE_TRIPLES "/home/ken/Projects/Tactility/Tests/Tactility/CMakeLists.txt;12;add_test;/home/ken/Projects/Tactility/Tests/Tactility/CMakeLists.txt;0;")
+339
View File
@@ -0,0 +1,339 @@
# 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/Tactility//CMakeFiles/progress.marks
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/Tactility/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/Tactility/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/Tactility/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/Tactility/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/Tactility/CMakeFiles/TactilityTests.dir/rule:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/Tactility/CMakeFiles/TactilityTests.dir/rule
.PHONY : Tests/Tactility/CMakeFiles/TactilityTests.dir/rule
# Convenience name for target.
TactilityTests: Tests/Tactility/CMakeFiles/TactilityTests.dir/rule
.PHONY : TactilityTests
# fast build rule for target.
TactilityTests/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/build
.PHONY : TactilityTests/fast
Source/HalDeviceTest.o: Source/HalDeviceTest.cpp.o
.PHONY : Source/HalDeviceTest.o
# target to build an object file
Source/HalDeviceTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/HalDeviceTest.cpp.o
.PHONY : Source/HalDeviceTest.cpp.o
Source/HalDeviceTest.i: Source/HalDeviceTest.cpp.i
.PHONY : Source/HalDeviceTest.i
# target to preprocess a source file
Source/HalDeviceTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/HalDeviceTest.cpp.i
.PHONY : Source/HalDeviceTest.cpp.i
Source/HalDeviceTest.s: Source/HalDeviceTest.cpp.s
.PHONY : Source/HalDeviceTest.s
# target to generate assembly for a file
Source/HalDeviceTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/HalDeviceTest.cpp.s
.PHONY : Source/HalDeviceTest.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/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.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/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.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/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/Main.cpp.s
.PHONY : Source/Main.cpp.s
Source/ObjectFileTest.o: Source/ObjectFileTest.cpp.o
.PHONY : Source/ObjectFileTest.o
# target to build an object file
Source/ObjectFileTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/ObjectFileTest.cpp.o
.PHONY : Source/ObjectFileTest.cpp.o
Source/ObjectFileTest.i: Source/ObjectFileTest.cpp.i
.PHONY : Source/ObjectFileTest.i
# target to preprocess a source file
Source/ObjectFileTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/ObjectFileTest.cpp.i
.PHONY : Source/ObjectFileTest.cpp.i
Source/ObjectFileTest.s: Source/ObjectFileTest.cpp.s
.PHONY : Source/ObjectFileTest.s
# target to generate assembly for a file
Source/ObjectFileTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/ObjectFileTest.cpp.s
.PHONY : Source/ObjectFileTest.cpp.s
Source/PropertiesFileTest.o: Source/PropertiesFileTest.cpp.o
.PHONY : Source/PropertiesFileTest.o
# target to build an object file
Source/PropertiesFileTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/PropertiesFileTest.cpp.o
.PHONY : Source/PropertiesFileTest.cpp.o
Source/PropertiesFileTest.i: Source/PropertiesFileTest.cpp.i
.PHONY : Source/PropertiesFileTest.i
# target to preprocess a source file
Source/PropertiesFileTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/PropertiesFileTest.cpp.i
.PHONY : Source/PropertiesFileTest.cpp.i
Source/PropertiesFileTest.s: Source/PropertiesFileTest.cpp.s
.PHONY : Source/PropertiesFileTest.s
# target to generate assembly for a file
Source/PropertiesFileTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/PropertiesFileTest.cpp.s
.PHONY : Source/PropertiesFileTest.cpp.s
Source/UrlTest.o: Source/UrlTest.cpp.o
.PHONY : Source/UrlTest.o
# target to build an object file
Source/UrlTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/UrlTest.cpp.o
.PHONY : Source/UrlTest.cpp.o
Source/UrlTest.i: Source/UrlTest.cpp.i
.PHONY : Source/UrlTest.i
# target to preprocess a source file
Source/UrlTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/UrlTest.cpp.i
.PHONY : Source/UrlTest.cpp.i
Source/UrlTest.s: Source/UrlTest.cpp.s
.PHONY : Source/UrlTest.s
# target to generate assembly for a file
Source/UrlTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/Source/UrlTest.cpp.s
.PHONY : Source/UrlTest.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 "... TactilityTests"
@echo "... Source/HalDeviceTest.o"
@echo "... Source/HalDeviceTest.i"
@echo "... Source/HalDeviceTest.s"
@echo "... Source/Main.o"
@echo "... Source/Main.i"
@echo "... Source/Main.s"
@echo "... Source/ObjectFileTest.o"
@echo "... Source/ObjectFileTest.i"
@echo "... Source/ObjectFileTest.s"
@echo "... Source/PropertiesFileTest.o"
@echo "... Source/PropertiesFileTest.i"
@echo "... Source/PropertiesFileTest.s"
@echo "... Source/UrlTest.o"
@echo "... Source/UrlTest.i"
@echo "... Source/UrlTest.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
Binary file not shown.
@@ -0,0 +1,50 @@
# Install script for directory: /home/ken/Projects/Tactility/Tests/Tactility
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/ken/Projects/Tactility/build-tests/Tests/Tactility/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
@@ -0,0 +1,8 @@
# CMake generated Testfile for
# Source directory: /home/ken/Projects/Tactility/Tests/TactilityCore
# Build directory: /home/ken/Projects/Tactility/build-tests/Tests/TactilityCore
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test([=[TactilityCoreTests]=] "/home/ken/Projects/Tactility/build-tests/Tests/TactilityCore/TactilityCoreTests")
set_tests_properties([=[TactilityCoreTests]=] PROPERTIES _BACKTRACE_TRIPLES "/home/ken/Projects/Tactility/Tests/TactilityCore/CMakeLists.txt;12;add_test;/home/ken/Projects/Tactility/Tests/TactilityCore/CMakeLists.txt;0;")
+312
View File
@@ -0,0 +1,312 @@
# 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/TactilityCore//CMakeFiles/progress.marks
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityCore/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/TactilityCore/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/TactilityCore/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityCore/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/TactilityCore/CMakeFiles/TactilityCoreTests.dir/rule:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/rule
.PHONY : Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/rule
# Convenience name for target.
TactilityCoreTests: Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/rule
.PHONY : TactilityCoreTests
# fast build rule for target.
TactilityCoreTests/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build
.PHONY : TactilityCoreTests/fast
Source/BundleTest.o: Source/BundleTest.cpp.o
.PHONY : Source/BundleTest.o
# target to build an object file
Source/BundleTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/BundleTest.cpp.o
.PHONY : Source/BundleTest.cpp.o
Source/BundleTest.i: Source/BundleTest.cpp.i
.PHONY : Source/BundleTest.i
# target to preprocess a source file
Source/BundleTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/BundleTest.cpp.i
.PHONY : Source/BundleTest.cpp.i
Source/BundleTest.s: Source/BundleTest.cpp.s
.PHONY : Source/BundleTest.s
# target to generate assembly for a file
Source/BundleTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/BundleTest.cpp.s
.PHONY : Source/BundleTest.cpp.s
Source/FileTest.o: Source/FileTest.cpp.o
.PHONY : Source/FileTest.o
# target to build an object file
Source/FileTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/FileTest.cpp.o
.PHONY : Source/FileTest.cpp.o
Source/FileTest.i: Source/FileTest.cpp.i
.PHONY : Source/FileTest.i
# target to preprocess a source file
Source/FileTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/FileTest.cpp.i
.PHONY : Source/FileTest.cpp.i
Source/FileTest.s: Source/FileTest.cpp.s
.PHONY : Source/FileTest.s
# target to generate assembly for a file
Source/FileTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/FileTest.cpp.s
.PHONY : Source/FileTest.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/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.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/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.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/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/Main.cpp.s
.PHONY : Source/Main.cpp.s
Source/StringTest.o: Source/StringTest.cpp.o
.PHONY : Source/StringTest.o
# target to build an object file
Source/StringTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/StringTest.cpp.o
.PHONY : Source/StringTest.cpp.o
Source/StringTest.i: Source/StringTest.cpp.i
.PHONY : Source/StringTest.i
# target to preprocess a source file
Source/StringTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/StringTest.cpp.i
.PHONY : Source/StringTest.cpp.i
Source/StringTest.s: Source/StringTest.cpp.s
.PHONY : Source/StringTest.s
# target to generate assembly for a file
Source/StringTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/Source/StringTest.cpp.s
.PHONY : Source/StringTest.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 "... TactilityCoreTests"
@echo "... Source/BundleTest.o"
@echo "... Source/BundleTest.i"
@echo "... Source/BundleTest.s"
@echo "... Source/FileTest.o"
@echo "... Source/FileTest.i"
@echo "... Source/FileTest.s"
@echo "... Source/Main.o"
@echo "... Source/Main.i"
@echo "... Source/Main.s"
@echo "... Source/StringTest.o"
@echo "... Source/StringTest.i"
@echo "... Source/StringTest.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
Binary file not shown.
@@ -0,0 +1,50 @@
# Install script for directory: /home/ken/Projects/Tactility/Tests/TactilityCore
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/ken/Projects/Tactility/build-tests/Tests/TactilityCore/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
@@ -0,0 +1,8 @@
# CMake generated Testfile for
# Source directory: /home/ken/Projects/Tactility/Tests/TactilityFreeRtos
# Build directory: /home/ken/Projects/Tactility/build-tests/Tests/TactilityFreeRtos
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test([=[TactilityFreeRtosTests]=] "/home/ken/Projects/Tactility/build-tests/Tests/TactilityFreeRtos/TactilityFreeRtosTests")
set_tests_properties([=[TactilityFreeRtosTests]=] PROPERTIES _BACKTRACE_TRIPLES "/home/ken/Projects/Tactility/Tests/TactilityFreeRtos/CMakeLists.txt;12;add_test;/home/ken/Projects/Tactility/Tests/TactilityFreeRtos/CMakeLists.txt;0;")
@@ -0,0 +1,501 @@
# 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/TactilityFreeRtos//CMakeFiles/progress.marks
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityFreeRtos/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/TactilityFreeRtos/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/TactilityFreeRtos/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityFreeRtos/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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/rule:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/rule
.PHONY : Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/rule
# Convenience name for target.
TactilityFreeRtosTests: Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/rule
.PHONY : TactilityFreeRtosTests
# fast build rule for target.
TactilityFreeRtosTests/fast:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build
.PHONY : TactilityFreeRtosTests/fast
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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/DispatcherTest.cpp.s
.PHONY : Source/DispatcherTest.cpp.s
Source/DispatcherThreadTest.o: Source/DispatcherThreadTest.cpp.o
.PHONY : Source/DispatcherThreadTest.o
# target to build an object file
Source/DispatcherThreadTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/DispatcherThreadTest.cpp.o
.PHONY : Source/DispatcherThreadTest.cpp.o
Source/DispatcherThreadTest.i: Source/DispatcherThreadTest.cpp.i
.PHONY : Source/DispatcherThreadTest.i
# target to preprocess a source file
Source/DispatcherThreadTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/DispatcherThreadTest.cpp.i
.PHONY : Source/DispatcherThreadTest.cpp.i
Source/DispatcherThreadTest.s: Source/DispatcherThreadTest.cpp.s
.PHONY : Source/DispatcherThreadTest.s
# target to generate assembly for a file
Source/DispatcherThreadTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/DispatcherThreadTest.cpp.s
.PHONY : Source/DispatcherThreadTest.cpp.s
Source/LockTest.o: Source/LockTest.cpp.o
.PHONY : Source/LockTest.o
# target to build an object file
Source/LockTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/LockTest.cpp.o
.PHONY : Source/LockTest.cpp.o
Source/LockTest.i: Source/LockTest.cpp.i
.PHONY : Source/LockTest.i
# target to preprocess a source file
Source/LockTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/LockTest.cpp.i
.PHONY : Source/LockTest.cpp.i
Source/LockTest.s: Source/LockTest.cpp.s
.PHONY : Source/LockTest.s
# target to generate assembly for a file
Source/LockTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/LockTest.cpp.s
.PHONY : Source/LockTest.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/Main.cpp.s
.PHONY : Source/Main.cpp.s
Source/MessageQueueTest.o: Source/MessageQueueTest.cpp.o
.PHONY : Source/MessageQueueTest.o
# target to build an object file
Source/MessageQueueTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/MessageQueueTest.cpp.o
.PHONY : Source/MessageQueueTest.cpp.o
Source/MessageQueueTest.i: Source/MessageQueueTest.cpp.i
.PHONY : Source/MessageQueueTest.i
# target to preprocess a source file
Source/MessageQueueTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/MessageQueueTest.cpp.i
.PHONY : Source/MessageQueueTest.cpp.i
Source/MessageQueueTest.s: Source/MessageQueueTest.cpp.s
.PHONY : Source/MessageQueueTest.s
# target to generate assembly for a file
Source/MessageQueueTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/MessageQueueTest.cpp.s
.PHONY : Source/MessageQueueTest.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/MutexTest.cpp.s
.PHONY : Source/MutexTest.cpp.s
Source/PubSubTest.o: Source/PubSubTest.cpp.o
.PHONY : Source/PubSubTest.o
# target to build an object file
Source/PubSubTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/PubSubTest.cpp.o
.PHONY : Source/PubSubTest.cpp.o
Source/PubSubTest.i: Source/PubSubTest.cpp.i
.PHONY : Source/PubSubTest.i
# target to preprocess a source file
Source/PubSubTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/PubSubTest.cpp.i
.PHONY : Source/PubSubTest.cpp.i
Source/PubSubTest.s: Source/PubSubTest.cpp.s
.PHONY : Source/PubSubTest.s
# target to generate assembly for a file
Source/PubSubTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/PubSubTest.cpp.s
.PHONY : Source/PubSubTest.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/RecursiveMutexTest.cpp.s
.PHONY : Source/RecursiveMutexTest.cpp.s
Source/SemaphoreTest.o: Source/SemaphoreTest.cpp.o
.PHONY : Source/SemaphoreTest.o
# target to build an object file
Source/SemaphoreTest.cpp.o:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/SemaphoreTest.cpp.o
.PHONY : Source/SemaphoreTest.cpp.o
Source/SemaphoreTest.i: Source/SemaphoreTest.cpp.i
.PHONY : Source/SemaphoreTest.i
# target to preprocess a source file
Source/SemaphoreTest.cpp.i:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/SemaphoreTest.cpp.i
.PHONY : Source/SemaphoreTest.cpp.i
Source/SemaphoreTest.s: Source/SemaphoreTest.cpp.s
.PHONY : Source/SemaphoreTest.s
# target to generate assembly for a file
Source/SemaphoreTest.cpp.s:
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/SemaphoreTest.cpp.s
.PHONY : Source/SemaphoreTest.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/Source/ThreadTest.cpp.s
.PHONY : Source/ThreadTest.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.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 "... TactilityFreeRtosTests"
@echo "... Source/DispatcherTest.o"
@echo "... Source/DispatcherTest.i"
@echo "... Source/DispatcherTest.s"
@echo "... Source/DispatcherThreadTest.o"
@echo "... Source/DispatcherThreadTest.i"
@echo "... Source/DispatcherThreadTest.s"
@echo "... Source/LockTest.o"
@echo "... Source/LockTest.i"
@echo "... Source/LockTest.s"
@echo "... Source/Main.o"
@echo "... Source/Main.i"
@echo "... Source/Main.s"
@echo "... Source/MessageQueueTest.o"
@echo "... Source/MessageQueueTest.i"
@echo "... Source/MessageQueueTest.s"
@echo "... Source/MutexTest.o"
@echo "... Source/MutexTest.i"
@echo "... Source/MutexTest.s"
@echo "... Source/PubSubTest.o"
@echo "... Source/PubSubTest.i"
@echo "... Source/PubSubTest.s"
@echo "... Source/RecursiveMutexTest.o"
@echo "... Source/RecursiveMutexTest.i"
@echo "... Source/RecursiveMutexTest.s"
@echo "... Source/SemaphoreTest.o"
@echo "... Source/SemaphoreTest.i"
@echo "... Source/SemaphoreTest.s"
@echo "... Source/ThreadTest.o"
@echo "... Source/ThreadTest.i"
@echo "... Source/ThreadTest.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
Binary file not shown.
@@ -0,0 +1,50 @@
# Install script for directory: /home/ken/Projects/Tactility/Tests/TactilityFreeRtos
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/ken/Projects/Tactility/build-tests/Tests/TactilityFreeRtos/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
@@ -0,0 +1,8 @@
# CMake generated Testfile for
# Source directory: /home/ken/Projects/Tactility/Tests/TactilityKernel
# Build directory: /home/ken/Projects/Tactility/build-tests/Tests/TactilityKernel
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test([=[TactilityKernelTests]=] "/home/ken/Projects/Tactility/build-tests/Tests/TactilityKernel/TactilityKernelTests")
set_tests_properties([=[TactilityKernelTests]=] PROPERTIES _BACKTRACE_TRIPLES "/home/ken/Projects/Tactility/Tests/TactilityKernel/CMakeLists.txt;12;add_test;/home/ken/Projects/Tactility/Tests/TactilityKernel/CMakeLists.txt;0;")
+501
View File
@@ -0,0 +1,501 @@
# 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
Binary file not shown.
@@ -0,0 +1,50 @@
# Install script for directory: /home/ken/Projects/Tactility/Tests/TactilityKernel
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/ken/Projects/Tactility/build-tests/Tests/TactilityKernel/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
+70
View File
@@ -0,0 +1,70 @@
# Install script for directory: /home/ken/Projects/Tactility/Tests
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/ken/Projects/Tactility/build-tests/Tests/TactilityCore/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/ken/Projects/Tactility/build-tests/Tests/TactilityFreeRtos/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/ken/Projects/Tactility/build-tests/Tests/TactilityKernel/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/ken/Projects/Tactility/build-tests/Tests/Tactility/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/ken/Projects/Tactility/build-tests/Tests/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()