Files
tactility/build-tests/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

694 lines
24 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
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build-tests/CMakeFiles /home/ken/Projects/Tactility/build-tests//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build-tests/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named Tactility
# Build rule for target.
Tactility: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Tactility
.PHONY : Tactility
# fast build rule for target.
Tactility/fast:
$(MAKE) $(MAKESILENT) -f Tactility/CMakeFiles/Tactility.dir/build.make Tactility/CMakeFiles/Tactility.dir/build
.PHONY : Tactility/fast
#=============================================================================
# Target rules for targets named TactilityCore
# Build rule for target.
TactilityCore: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityCore
.PHONY : TactilityCore
# fast build rule for target.
TactilityCore/fast:
$(MAKE) $(MAKESILENT) -f TactilityCore/CMakeFiles/TactilityCore.dir/build.make TactilityCore/CMakeFiles/TactilityCore.dir/build
.PHONY : TactilityCore/fast
#=============================================================================
# Target rules for targets named TactilityKernel
# Build rule for target.
TactilityKernel: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityKernel
.PHONY : TactilityKernel
# fast build rule for target.
TactilityKernel/fast:
$(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/build
.PHONY : TactilityKernel/fast
#=============================================================================
# Target rules for targets named platform-posix
# Build rule for target.
platform-posix: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 platform-posix
.PHONY : platform-posix
# fast build rule for target.
platform-posix/fast:
$(MAKE) $(MAKESILENT) -f Platforms/platform-posix/CMakeFiles/platform-posix.dir/build.make Platforms/platform-posix/CMakeFiles/platform-posix.dir/build
.PHONY : platform-posix/fast
#=============================================================================
# Target rules for targets named simulator
# Build rule for target.
simulator: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simulator
.PHONY : simulator
# fast build rule for target.
simulator/fast:
$(MAKE) $(MAKESILENT) -f Devices/simulator/CMakeFiles/simulator.dir/build.make Devices/simulator/CMakeFiles/simulator.dir/build
.PHONY : simulator/fast
#=============================================================================
# Target rules for targets named cJSON
# Build rule for target.
cJSON: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cJSON
.PHONY : cJSON
# fast build rule for target.
cJSON/fast:
$(MAKE) $(MAKESILENT) -f Libraries/cJSON/CMakeFiles/cJSON.dir/build.make Libraries/cJSON/CMakeFiles/cJSON.dir/build
.PHONY : cJSON/fast
#=============================================================================
# Target rules for targets named lv_screenshot
# Build rule for target.
lv_screenshot: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lv_screenshot
.PHONY : lv_screenshot
# fast build rule for target.
lv_screenshot/fast:
$(MAKE) $(MAKESILENT) -f Libraries/lv_screenshot/CMakeFiles/lv_screenshot.dir/build.make Libraries/lv_screenshot/CMakeFiles/lv_screenshot.dir/build
.PHONY : lv_screenshot/fast
#=============================================================================
# Target rules for targets named QRCode
# Build rule for target.
QRCode: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 QRCode
.PHONY : QRCode
# fast build rule for target.
QRCode/fast:
$(MAKE) $(MAKESILENT) -f Libraries/QRCode/CMakeFiles/QRCode.dir/build.make Libraries/QRCode/CMakeFiles/QRCode.dir/build
.PHONY : QRCode/fast
#=============================================================================
# Target rules for targets named minitar
# Build rule for target.
minitar: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minitar
.PHONY : minitar
# fast build rule for target.
minitar/fast:
$(MAKE) $(MAKESILENT) -f Libraries/minitar/CMakeFiles/minitar.dir/build.make Libraries/minitar/CMakeFiles/minitar.dir/build
.PHONY : minitar/fast
#=============================================================================
# Target rules for targets named minmea
# Build rule for target.
minmea: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minmea
.PHONY : minmea
# fast build rule for target.
minmea/fast:
$(MAKE) $(MAKESILENT) -f Libraries/minmea/CMakeFiles/minmea.dir/build.make Libraries/minmea/CMakeFiles/minmea.dir/build
.PHONY : minmea/fast
#=============================================================================
# Target rules for targets named hal-device-module
# Build rule for target.
hal-device-module: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hal-device-module
.PHONY : hal-device-module
# fast build rule for target.
hal-device-module/fast:
$(MAKE) $(MAKESILENT) -f Modules/hal-device-module/CMakeFiles/hal-device-module.dir/build.make Modules/hal-device-module/CMakeFiles/hal-device-module.dir/build
.PHONY : hal-device-module/fast
#=============================================================================
# Target rules for targets named lvgl-module
# Build rule for target.
lvgl-module: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl-module
.PHONY : lvgl-module
# fast build rule for target.
lvgl-module/fast:
$(MAKE) $(MAKESILENT) -f Modules/lvgl-module/CMakeFiles/lvgl-module.dir/build.make Modules/lvgl-module/CMakeFiles/lvgl-module.dir/build
.PHONY : lvgl-module/fast
#=============================================================================
# Target rules for targets named freertos_kernel
# Build rule for target.
freertos_kernel: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freertos_kernel
.PHONY : freertos_kernel
# fast build rule for target.
freertos_kernel/fast:
$(MAKE) $(MAKESILENT) -f Libraries/FreeRTOS-Kernel/CMakeFiles/freertos_kernel.dir/build.make Libraries/FreeRTOS-Kernel/CMakeFiles/freertos_kernel.dir/build
.PHONY : freertos_kernel/fast
#=============================================================================
# Target rules for targets named freertos_kernel_port
# Build rule for target.
freertos_kernel_port: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freertos_kernel_port
.PHONY : freertos_kernel_port
# fast build rule for target.
freertos_kernel_port/fast:
$(MAKE) $(MAKESILENT) -f Libraries/FreeRTOS-Kernel/portable/CMakeFiles/freertos_kernel_port.dir/build.make Libraries/FreeRTOS-Kernel/portable/CMakeFiles/freertos_kernel_port.dir/build
.PHONY : freertos_kernel_port/fast
#=============================================================================
# Target rules for targets named apidoc
# Build rule for target.
apidoc: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apidoc
.PHONY : apidoc
# fast build rule for target.
apidoc/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/CMakeFiles/apidoc.dir/build.make Libraries/mbedtls/CMakeFiles/apidoc.dir/build
.PHONY : apidoc/fast
#=============================================================================
# Target rules for targets named everest
# Build rule for target.
everest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 everest
.PHONY : everest
# fast build rule for target.
everest/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/build.make Libraries/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/build
.PHONY : everest/fast
#=============================================================================
# Target rules for targets named p256m
# Build rule for target.
p256m: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 p256m
.PHONY : p256m
# fast build rule for target.
p256m/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/build.make Libraries/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/build
.PHONY : p256m/fast
#=============================================================================
# Target rules for targets named mbedcrypto
# Build rule for target.
mbedcrypto: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedcrypto
.PHONY : mbedcrypto
# fast build rule for target.
mbedcrypto/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/mbedcrypto.dir/build.make Libraries/mbedtls/library/CMakeFiles/mbedcrypto.dir/build
.PHONY : mbedcrypto/fast
#=============================================================================
# Target rules for targets named mbedx509
# Build rule for target.
mbedx509: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedx509
.PHONY : mbedx509
# fast build rule for target.
mbedx509/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/mbedx509.dir/build.make Libraries/mbedtls/library/CMakeFiles/mbedx509.dir/build
.PHONY : mbedx509/fast
#=============================================================================
# Target rules for targets named mbedtls
# Build rule for target.
mbedtls: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mbedtls
.PHONY : mbedtls
# fast build rule for target.
mbedtls/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/mbedtls.dir/build.make Libraries/mbedtls/library/CMakeFiles/mbedtls.dir/build
.PHONY : mbedtls/fast
#=============================================================================
# Target rules for targets named lib
# Build rule for target.
lib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib
.PHONY : lib
# fast build rule for target.
lib/fast:
$(MAKE) $(MAKESILENT) -f Libraries/mbedtls/library/CMakeFiles/lib.dir/build.make Libraries/mbedtls/library/CMakeFiles/lib.dir/build
.PHONY : lib/fast
#=============================================================================
# Target rules for targets named sdl_headers_copy
# Build rule for target.
sdl_headers_copy: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sdl_headers_copy
.PHONY : sdl_headers_copy
# fast build rule for target.
sdl_headers_copy/fast:
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/sdl_headers_copy.dir/build.make Libraries/SDL/CMakeFiles/sdl_headers_copy.dir/build
.PHONY : sdl_headers_copy/fast
#=============================================================================
# Target rules for targets named SDL2main
# Build rule for target.
SDL2main: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL2main
.PHONY : SDL2main
# fast build rule for target.
SDL2main/fast:
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/SDL2main.dir/build.make Libraries/SDL/CMakeFiles/SDL2main.dir/build
.PHONY : SDL2main/fast
#=============================================================================
# Target rules for targets named SDL2-static
# Build rule for target.
SDL2-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL2-static
.PHONY : SDL2-static
# fast build rule for target.
SDL2-static/fast:
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/SDL2-static.dir/build.make Libraries/SDL/CMakeFiles/SDL2-static.dir/build
.PHONY : SDL2-static/fast
#=============================================================================
# Target rules for targets named SDL2_test
# Build rule for target.
SDL2_test: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL2_test
.PHONY : SDL2_test
# fast build rule for target.
SDL2_test/fast:
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/SDL2_test.dir/build.make Libraries/SDL/CMakeFiles/SDL2_test.dir/build
.PHONY : SDL2_test/fast
#=============================================================================
# Target rules for targets named uninstall
# Build rule for target.
uninstall: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall
# fast build rule for target.
uninstall/fast:
$(MAKE) $(MAKESILENT) -f Libraries/SDL/CMakeFiles/uninstall.dir/build.make Libraries/SDL/CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast
#=============================================================================
# Target rules for targets named lvgl
# Build rule for target.
lvgl: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl
.PHONY : lvgl
# fast build rule for target.
lvgl/fast:
$(MAKE) $(MAKESILENT) -f Libraries/lvgl/CMakeFiles/lvgl.dir/build.make Libraries/lvgl/CMakeFiles/lvgl.dir/build
.PHONY : lvgl/fast
#=============================================================================
# Target rules for targets named lvgl_thorvg
# Build rule for target.
lvgl_thorvg: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lvgl_thorvg
.PHONY : lvgl_thorvg
# fast build rule for target.
lvgl_thorvg/fast:
$(MAKE) $(MAKESILENT) -f Libraries/lvgl/CMakeFiles/lvgl_thorvg.dir/build.make Libraries/lvgl/CMakeFiles/lvgl_thorvg.dir/build
.PHONY : lvgl_thorvg/fast
#=============================================================================
# Target rules for targets named FirmwareSim
# Build rule for target.
FirmwareSim: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FirmwareSim
.PHONY : FirmwareSim
# fast build rule for target.
FirmwareSim/fast:
$(MAKE) $(MAKESILENT) -f Firmware/CMakeFiles/FirmwareSim.dir/build.make Firmware/CMakeFiles/FirmwareSim.dir/build
.PHONY : FirmwareSim/fast
#=============================================================================
# Target rules for targets named AlwaysRun
# Build rule for target.
AlwaysRun: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 AlwaysRun
.PHONY : AlwaysRun
# fast build rule for target.
AlwaysRun/fast:
$(MAKE) $(MAKESILENT) -f Firmware/CMakeFiles/AlwaysRun.dir/build.make Firmware/CMakeFiles/AlwaysRun.dir/build
.PHONY : AlwaysRun/fast
#=============================================================================
# Target rules for targets named Generated
# Build rule for target.
Generated: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Generated
.PHONY : Generated
# fast build rule for target.
Generated/fast:
$(MAKE) $(MAKESILENT) -f Firmware/CMakeFiles/Generated.dir/build.make Firmware/CMakeFiles/Generated.dir/build
.PHONY : Generated/fast
#=============================================================================
# Target rules for targets named build-tests
# Build rule for target.
build-tests: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build-tests
.PHONY : build-tests
# fast build rule for target.
build-tests/fast:
$(MAKE) $(MAKESILENT) -f Tests/CMakeFiles/build-tests.dir/build.make Tests/CMakeFiles/build-tests.dir/build
.PHONY : build-tests/fast
#=============================================================================
# Target rules for targets named TactilityCoreTests
# Build rule for target.
TactilityCoreTests: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityCoreTests
.PHONY : TactilityCoreTests
# fast build rule for target.
TactilityCoreTests/fast:
$(MAKE) $(MAKESILENT) -f Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build.make Tests/TactilityCore/CMakeFiles/TactilityCoreTests.dir/build
.PHONY : TactilityCoreTests/fast
#=============================================================================
# Target rules for targets named TactilityFreeRtosTests
# Build rule for target.
TactilityFreeRtosTests: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityFreeRtosTests
.PHONY : TactilityFreeRtosTests
# fast build rule for target.
TactilityFreeRtosTests/fast:
$(MAKE) $(MAKESILENT) -f Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build.make Tests/TactilityFreeRtos/CMakeFiles/TactilityFreeRtosTests.dir/build
.PHONY : TactilityFreeRtosTests/fast
#=============================================================================
# Target rules for targets named TactilityKernelTests
# Build rule for target.
TactilityKernelTests: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityKernelTests
.PHONY : TactilityKernelTests
# fast build rule for target.
TactilityKernelTests/fast:
$(MAKE) $(MAKESILENT) -f Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build.make Tests/TactilityKernel/CMakeFiles/TactilityKernelTests.dir/build
.PHONY : TactilityKernelTests/fast
#=============================================================================
# Target rules for targets named TactilityTests
# Build rule for target.
TactilityTests: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityTests
.PHONY : TactilityTests
# fast build rule for target.
TactilityTests/fast:
$(MAKE) $(MAKESILENT) -f Tests/Tactility/CMakeFiles/TactilityTests.dir/build.make Tests/Tactility/CMakeFiles/TactilityTests.dir/build
.PHONY : TactilityTests/fast
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... AlwaysRun"
@echo "... Generated"
@echo "... apidoc"
@echo "... build-tests"
@echo "... lib"
@echo "... sdl_headers_copy"
@echo "... uninstall"
@echo "... FirmwareSim"
@echo "... QRCode"
@echo "... SDL2-static"
@echo "... SDL2_test"
@echo "... SDL2main"
@echo "... Tactility"
@echo "... TactilityCore"
@echo "... TactilityCoreTests"
@echo "... TactilityFreeRtosTests"
@echo "... TactilityKernel"
@echo "... TactilityKernelTests"
@echo "... TactilityTests"
@echo "... cJSON"
@echo "... everest"
@echo "... freertos_kernel"
@echo "... freertos_kernel_port"
@echo "... hal-device-module"
@echo "... lv_screenshot"
@echo "... lvgl"
@echo "... lvgl-module"
@echo "... lvgl_thorvg"
@echo "... mbedcrypto"
@echo "... mbedtls"
@echo "... mbedx509"
@echo "... minitar"
@echo "... minmea"
@echo "... p256m"
@echo "... platform-posix"
@echo "... simulator"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system