d3439f6f45
- 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.
1096 lines
51 KiB
Makefile
1096 lines
51 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/ken/Projects/Tactility
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/ken/Projects/Tactility/build-tests
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /home/ken/Projects/Tactility/build-tests && $(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build-tests/CMakeFiles /home/ken/Projects/Tactility/build-tests/TactilityKernel//CMakeFiles/progress.marks
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 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 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 TactilityKernel/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 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.
|
|
TactilityKernel/CMakeFiles/TactilityKernel.dir/rule:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TactilityKernel/CMakeFiles/TactilityKernel.dir/rule
|
|
.PHONY : TactilityKernel/CMakeFiles/TactilityKernel.dir/rule
|
|
|
|
# Convenience name for target.
|
|
TactilityKernel: TactilityKernel/CMakeFiles/TactilityKernel.dir/rule
|
|
.PHONY : TactilityKernel
|
|
|
|
# fast build rule for target.
|
|
TactilityKernel/fast:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/build
|
|
.PHONY : TactilityKernel/fast
|
|
|
|
source/concurrent/dispatcher.o: source/concurrent/dispatcher.cpp.o
|
|
.PHONY : source/concurrent/dispatcher.o
|
|
|
|
# target to build an object file
|
|
source/concurrent/dispatcher.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/dispatcher.cpp.o
|
|
.PHONY : source/concurrent/dispatcher.cpp.o
|
|
|
|
source/concurrent/dispatcher.i: source/concurrent/dispatcher.cpp.i
|
|
.PHONY : source/concurrent/dispatcher.i
|
|
|
|
# target to preprocess a source file
|
|
source/concurrent/dispatcher.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/dispatcher.cpp.i
|
|
.PHONY : source/concurrent/dispatcher.cpp.i
|
|
|
|
source/concurrent/dispatcher.s: source/concurrent/dispatcher.cpp.s
|
|
.PHONY : source/concurrent/dispatcher.s
|
|
|
|
# target to generate assembly for a file
|
|
source/concurrent/dispatcher.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/dispatcher.cpp.s
|
|
.PHONY : source/concurrent/dispatcher.cpp.s
|
|
|
|
source/concurrent/event_group.o: source/concurrent/event_group.cpp.o
|
|
.PHONY : source/concurrent/event_group.o
|
|
|
|
# target to build an object file
|
|
source/concurrent/event_group.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/event_group.cpp.o
|
|
.PHONY : source/concurrent/event_group.cpp.o
|
|
|
|
source/concurrent/event_group.i: source/concurrent/event_group.cpp.i
|
|
.PHONY : source/concurrent/event_group.i
|
|
|
|
# target to preprocess a source file
|
|
source/concurrent/event_group.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/event_group.cpp.i
|
|
.PHONY : source/concurrent/event_group.cpp.i
|
|
|
|
source/concurrent/event_group.s: source/concurrent/event_group.cpp.s
|
|
.PHONY : source/concurrent/event_group.s
|
|
|
|
# target to generate assembly for a file
|
|
source/concurrent/event_group.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/event_group.cpp.s
|
|
.PHONY : source/concurrent/event_group.cpp.s
|
|
|
|
source/concurrent/thread.o: source/concurrent/thread.cpp.o
|
|
.PHONY : source/concurrent/thread.o
|
|
|
|
# target to build an object file
|
|
source/concurrent/thread.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/thread.cpp.o
|
|
.PHONY : source/concurrent/thread.cpp.o
|
|
|
|
source/concurrent/thread.i: source/concurrent/thread.cpp.i
|
|
.PHONY : source/concurrent/thread.i
|
|
|
|
# target to preprocess a source file
|
|
source/concurrent/thread.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/thread.cpp.i
|
|
.PHONY : source/concurrent/thread.cpp.i
|
|
|
|
source/concurrent/thread.s: source/concurrent/thread.cpp.s
|
|
.PHONY : source/concurrent/thread.s
|
|
|
|
# target to generate assembly for a file
|
|
source/concurrent/thread.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/thread.cpp.s
|
|
.PHONY : source/concurrent/thread.cpp.s
|
|
|
|
source/concurrent/timer.o: source/concurrent/timer.c.o
|
|
.PHONY : source/concurrent/timer.o
|
|
|
|
# target to build an object file
|
|
source/concurrent/timer.c.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/timer.c.o
|
|
.PHONY : source/concurrent/timer.c.o
|
|
|
|
source/concurrent/timer.i: source/concurrent/timer.c.i
|
|
.PHONY : source/concurrent/timer.i
|
|
|
|
# target to preprocess a source file
|
|
source/concurrent/timer.c.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/timer.c.i
|
|
.PHONY : source/concurrent/timer.c.i
|
|
|
|
source/concurrent/timer.s: source/concurrent/timer.c.s
|
|
.PHONY : source/concurrent/timer.s
|
|
|
|
# target to generate assembly for a file
|
|
source/concurrent/timer.c.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/concurrent/timer.c.s
|
|
.PHONY : source/concurrent/timer.c.s
|
|
|
|
source/crash.o: source/crash.cpp.o
|
|
.PHONY : source/crash.o
|
|
|
|
# target to build an object file
|
|
source/crash.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/crash.cpp.o
|
|
.PHONY : source/crash.cpp.o
|
|
|
|
source/crash.i: source/crash.cpp.i
|
|
.PHONY : source/crash.i
|
|
|
|
# target to preprocess a source file
|
|
source/crash.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/crash.cpp.i
|
|
.PHONY : source/crash.cpp.i
|
|
|
|
source/crash.s: source/crash.cpp.s
|
|
.PHONY : source/crash.s
|
|
|
|
# target to generate assembly for a file
|
|
source/crash.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/crash.cpp.s
|
|
.PHONY : source/crash.cpp.s
|
|
|
|
source/device.o: source/device.cpp.o
|
|
.PHONY : source/device.o
|
|
|
|
# target to build an object file
|
|
source/device.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/device.cpp.o
|
|
.PHONY : source/device.cpp.o
|
|
|
|
source/device.i: source/device.cpp.i
|
|
.PHONY : source/device.i
|
|
|
|
# target to preprocess a source file
|
|
source/device.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/device.cpp.i
|
|
.PHONY : source/device.cpp.i
|
|
|
|
source/device.s: source/device.cpp.s
|
|
.PHONY : source/device.s
|
|
|
|
# target to generate assembly for a file
|
|
source/device.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/device.cpp.s
|
|
.PHONY : source/device.cpp.s
|
|
|
|
source/driver.o: source/driver.cpp.o
|
|
.PHONY : source/driver.o
|
|
|
|
# target to build an object file
|
|
source/driver.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/driver.cpp.o
|
|
.PHONY : source/driver.cpp.o
|
|
|
|
source/driver.i: source/driver.cpp.i
|
|
.PHONY : source/driver.i
|
|
|
|
# target to preprocess a source file
|
|
source/driver.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/driver.cpp.i
|
|
.PHONY : source/driver.cpp.i
|
|
|
|
source/driver.s: source/driver.cpp.s
|
|
.PHONY : source/driver.s
|
|
|
|
# target to generate assembly for a file
|
|
source/driver.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/driver.cpp.s
|
|
.PHONY : source/driver.cpp.s
|
|
|
|
source/drivers/bluetooth.o: source/drivers/bluetooth.cpp.o
|
|
.PHONY : source/drivers/bluetooth.o
|
|
|
|
# target to build an object file
|
|
source/drivers/bluetooth.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth.cpp.o
|
|
.PHONY : source/drivers/bluetooth.cpp.o
|
|
|
|
source/drivers/bluetooth.i: source/drivers/bluetooth.cpp.i
|
|
.PHONY : source/drivers/bluetooth.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/bluetooth.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth.cpp.i
|
|
.PHONY : source/drivers/bluetooth.cpp.i
|
|
|
|
source/drivers/bluetooth.s: source/drivers/bluetooth.cpp.s
|
|
.PHONY : source/drivers/bluetooth.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/bluetooth.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth.cpp.s
|
|
.PHONY : source/drivers/bluetooth.cpp.s
|
|
|
|
source/drivers/bluetooth_hid_device.o: source/drivers/bluetooth_hid_device.cpp.o
|
|
.PHONY : source/drivers/bluetooth_hid_device.o
|
|
|
|
# target to build an object file
|
|
source/drivers/bluetooth_hid_device.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_hid_device.cpp.o
|
|
.PHONY : source/drivers/bluetooth_hid_device.cpp.o
|
|
|
|
source/drivers/bluetooth_hid_device.i: source/drivers/bluetooth_hid_device.cpp.i
|
|
.PHONY : source/drivers/bluetooth_hid_device.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/bluetooth_hid_device.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_hid_device.cpp.i
|
|
.PHONY : source/drivers/bluetooth_hid_device.cpp.i
|
|
|
|
source/drivers/bluetooth_hid_device.s: source/drivers/bluetooth_hid_device.cpp.s
|
|
.PHONY : source/drivers/bluetooth_hid_device.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/bluetooth_hid_device.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_hid_device.cpp.s
|
|
.PHONY : source/drivers/bluetooth_hid_device.cpp.s
|
|
|
|
source/drivers/bluetooth_midi.o: source/drivers/bluetooth_midi.cpp.o
|
|
.PHONY : source/drivers/bluetooth_midi.o
|
|
|
|
# target to build an object file
|
|
source/drivers/bluetooth_midi.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_midi.cpp.o
|
|
.PHONY : source/drivers/bluetooth_midi.cpp.o
|
|
|
|
source/drivers/bluetooth_midi.i: source/drivers/bluetooth_midi.cpp.i
|
|
.PHONY : source/drivers/bluetooth_midi.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/bluetooth_midi.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_midi.cpp.i
|
|
.PHONY : source/drivers/bluetooth_midi.cpp.i
|
|
|
|
source/drivers/bluetooth_midi.s: source/drivers/bluetooth_midi.cpp.s
|
|
.PHONY : source/drivers/bluetooth_midi.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/bluetooth_midi.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_midi.cpp.s
|
|
.PHONY : source/drivers/bluetooth_midi.cpp.s
|
|
|
|
source/drivers/bluetooth_serial.o: source/drivers/bluetooth_serial.cpp.o
|
|
.PHONY : source/drivers/bluetooth_serial.o
|
|
|
|
# target to build an object file
|
|
source/drivers/bluetooth_serial.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_serial.cpp.o
|
|
.PHONY : source/drivers/bluetooth_serial.cpp.o
|
|
|
|
source/drivers/bluetooth_serial.i: source/drivers/bluetooth_serial.cpp.i
|
|
.PHONY : source/drivers/bluetooth_serial.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/bluetooth_serial.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_serial.cpp.i
|
|
.PHONY : source/drivers/bluetooth_serial.cpp.i
|
|
|
|
source/drivers/bluetooth_serial.s: source/drivers/bluetooth_serial.cpp.s
|
|
.PHONY : source/drivers/bluetooth_serial.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/bluetooth_serial.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/bluetooth_serial.cpp.s
|
|
.PHONY : source/drivers/bluetooth_serial.cpp.s
|
|
|
|
source/drivers/display.o: source/drivers/display.cpp.o
|
|
.PHONY : source/drivers/display.o
|
|
|
|
# target to build an object file
|
|
source/drivers/display.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/display.cpp.o
|
|
.PHONY : source/drivers/display.cpp.o
|
|
|
|
source/drivers/display.i: source/drivers/display.cpp.i
|
|
.PHONY : source/drivers/display.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/display.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/display.cpp.i
|
|
.PHONY : source/drivers/display.cpp.i
|
|
|
|
source/drivers/display.s: source/drivers/display.cpp.s
|
|
.PHONY : source/drivers/display.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/display.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/display.cpp.s
|
|
.PHONY : source/drivers/display.cpp.s
|
|
|
|
source/drivers/display_placeholder.o: source/drivers/display_placeholder.cpp.o
|
|
.PHONY : source/drivers/display_placeholder.o
|
|
|
|
# target to build an object file
|
|
source/drivers/display_placeholder.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/display_placeholder.cpp.o
|
|
.PHONY : source/drivers/display_placeholder.cpp.o
|
|
|
|
source/drivers/display_placeholder.i: source/drivers/display_placeholder.cpp.i
|
|
.PHONY : source/drivers/display_placeholder.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/display_placeholder.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/display_placeholder.cpp.i
|
|
.PHONY : source/drivers/display_placeholder.cpp.i
|
|
|
|
source/drivers/display_placeholder.s: source/drivers/display_placeholder.cpp.s
|
|
.PHONY : source/drivers/display_placeholder.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/display_placeholder.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/display_placeholder.cpp.s
|
|
.PHONY : source/drivers/display_placeholder.cpp.s
|
|
|
|
source/drivers/gpio_controller.o: source/drivers/gpio_controller.cpp.o
|
|
.PHONY : source/drivers/gpio_controller.o
|
|
|
|
# target to build an object file
|
|
source/drivers/gpio_controller.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/gpio_controller.cpp.o
|
|
.PHONY : source/drivers/gpio_controller.cpp.o
|
|
|
|
source/drivers/gpio_controller.i: source/drivers/gpio_controller.cpp.i
|
|
.PHONY : source/drivers/gpio_controller.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/gpio_controller.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/gpio_controller.cpp.i
|
|
.PHONY : source/drivers/gpio_controller.cpp.i
|
|
|
|
source/drivers/gpio_controller.s: source/drivers/gpio_controller.cpp.s
|
|
.PHONY : source/drivers/gpio_controller.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/gpio_controller.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/gpio_controller.cpp.s
|
|
.PHONY : source/drivers/gpio_controller.cpp.s
|
|
|
|
source/drivers/grove.o: source/drivers/grove.cpp.o
|
|
.PHONY : source/drivers/grove.o
|
|
|
|
# target to build an object file
|
|
source/drivers/grove.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/grove.cpp.o
|
|
.PHONY : source/drivers/grove.cpp.o
|
|
|
|
source/drivers/grove.i: source/drivers/grove.cpp.i
|
|
.PHONY : source/drivers/grove.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/grove.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/grove.cpp.i
|
|
.PHONY : source/drivers/grove.cpp.i
|
|
|
|
source/drivers/grove.s: source/drivers/grove.cpp.s
|
|
.PHONY : source/drivers/grove.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/grove.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/grove.cpp.s
|
|
.PHONY : source/drivers/grove.cpp.s
|
|
|
|
source/drivers/i2c_controller.o: source/drivers/i2c_controller.cpp.o
|
|
.PHONY : source/drivers/i2c_controller.o
|
|
|
|
# target to build an object file
|
|
source/drivers/i2c_controller.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/i2c_controller.cpp.o
|
|
.PHONY : source/drivers/i2c_controller.cpp.o
|
|
|
|
source/drivers/i2c_controller.i: source/drivers/i2c_controller.cpp.i
|
|
.PHONY : source/drivers/i2c_controller.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/i2c_controller.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/i2c_controller.cpp.i
|
|
.PHONY : source/drivers/i2c_controller.cpp.i
|
|
|
|
source/drivers/i2c_controller.s: source/drivers/i2c_controller.cpp.s
|
|
.PHONY : source/drivers/i2c_controller.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/i2c_controller.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/i2c_controller.cpp.s
|
|
.PHONY : source/drivers/i2c_controller.cpp.s
|
|
|
|
source/drivers/i2s_controller.o: source/drivers/i2s_controller.cpp.o
|
|
.PHONY : source/drivers/i2s_controller.o
|
|
|
|
# target to build an object file
|
|
source/drivers/i2s_controller.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/i2s_controller.cpp.o
|
|
.PHONY : source/drivers/i2s_controller.cpp.o
|
|
|
|
source/drivers/i2s_controller.i: source/drivers/i2s_controller.cpp.i
|
|
.PHONY : source/drivers/i2s_controller.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/i2s_controller.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/i2s_controller.cpp.i
|
|
.PHONY : source/drivers/i2s_controller.cpp.i
|
|
|
|
source/drivers/i2s_controller.s: source/drivers/i2s_controller.cpp.s
|
|
.PHONY : source/drivers/i2s_controller.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/i2s_controller.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/i2s_controller.cpp.s
|
|
.PHONY : source/drivers/i2s_controller.cpp.s
|
|
|
|
source/drivers/root.o: source/drivers/root.cpp.o
|
|
.PHONY : source/drivers/root.o
|
|
|
|
# target to build an object file
|
|
source/drivers/root.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/root.cpp.o
|
|
.PHONY : source/drivers/root.cpp.o
|
|
|
|
source/drivers/root.i: source/drivers/root.cpp.i
|
|
.PHONY : source/drivers/root.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/root.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/root.cpp.i
|
|
.PHONY : source/drivers/root.cpp.i
|
|
|
|
source/drivers/root.s: source/drivers/root.cpp.s
|
|
.PHONY : source/drivers/root.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/root.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/root.cpp.s
|
|
.PHONY : source/drivers/root.cpp.s
|
|
|
|
source/drivers/sdcard.o: source/drivers/sdcard.cpp.o
|
|
.PHONY : source/drivers/sdcard.o
|
|
|
|
# target to build an object file
|
|
source/drivers/sdcard.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/sdcard.cpp.o
|
|
.PHONY : source/drivers/sdcard.cpp.o
|
|
|
|
source/drivers/sdcard.i: source/drivers/sdcard.cpp.i
|
|
.PHONY : source/drivers/sdcard.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/sdcard.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/sdcard.cpp.i
|
|
.PHONY : source/drivers/sdcard.cpp.i
|
|
|
|
source/drivers/sdcard.s: source/drivers/sdcard.cpp.s
|
|
.PHONY : source/drivers/sdcard.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/sdcard.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/sdcard.cpp.s
|
|
.PHONY : source/drivers/sdcard.cpp.s
|
|
|
|
source/drivers/spi_controller.o: source/drivers/spi_controller.cpp.o
|
|
.PHONY : source/drivers/spi_controller.o
|
|
|
|
# target to build an object file
|
|
source/drivers/spi_controller.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/spi_controller.cpp.o
|
|
.PHONY : source/drivers/spi_controller.cpp.o
|
|
|
|
source/drivers/spi_controller.i: source/drivers/spi_controller.cpp.i
|
|
.PHONY : source/drivers/spi_controller.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/spi_controller.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/spi_controller.cpp.i
|
|
.PHONY : source/drivers/spi_controller.cpp.i
|
|
|
|
source/drivers/spi_controller.s: source/drivers/spi_controller.cpp.s
|
|
.PHONY : source/drivers/spi_controller.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/spi_controller.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/spi_controller.cpp.s
|
|
.PHONY : source/drivers/spi_controller.cpp.s
|
|
|
|
source/drivers/spi_peripheral.o: source/drivers/spi_peripheral.cpp.o
|
|
.PHONY : source/drivers/spi_peripheral.o
|
|
|
|
# target to build an object file
|
|
source/drivers/spi_peripheral.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/spi_peripheral.cpp.o
|
|
.PHONY : source/drivers/spi_peripheral.cpp.o
|
|
|
|
source/drivers/spi_peripheral.i: source/drivers/spi_peripheral.cpp.i
|
|
.PHONY : source/drivers/spi_peripheral.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/spi_peripheral.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/spi_peripheral.cpp.i
|
|
.PHONY : source/drivers/spi_peripheral.cpp.i
|
|
|
|
source/drivers/spi_peripheral.s: source/drivers/spi_peripheral.cpp.s
|
|
.PHONY : source/drivers/spi_peripheral.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/spi_peripheral.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/spi_peripheral.cpp.s
|
|
.PHONY : source/drivers/spi_peripheral.cpp.s
|
|
|
|
source/drivers/touch.o: source/drivers/touch.cpp.o
|
|
.PHONY : source/drivers/touch.o
|
|
|
|
# target to build an object file
|
|
source/drivers/touch.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/touch.cpp.o
|
|
.PHONY : source/drivers/touch.cpp.o
|
|
|
|
source/drivers/touch.i: source/drivers/touch.cpp.i
|
|
.PHONY : source/drivers/touch.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/touch.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/touch.cpp.i
|
|
.PHONY : source/drivers/touch.cpp.i
|
|
|
|
source/drivers/touch.s: source/drivers/touch.cpp.s
|
|
.PHONY : source/drivers/touch.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/touch.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/touch.cpp.s
|
|
.PHONY : source/drivers/touch.cpp.s
|
|
|
|
source/drivers/touch_placeholder.o: source/drivers/touch_placeholder.cpp.o
|
|
.PHONY : source/drivers/touch_placeholder.o
|
|
|
|
# target to build an object file
|
|
source/drivers/touch_placeholder.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/touch_placeholder.cpp.o
|
|
.PHONY : source/drivers/touch_placeholder.cpp.o
|
|
|
|
source/drivers/touch_placeholder.i: source/drivers/touch_placeholder.cpp.i
|
|
.PHONY : source/drivers/touch_placeholder.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/touch_placeholder.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/touch_placeholder.cpp.i
|
|
.PHONY : source/drivers/touch_placeholder.cpp.i
|
|
|
|
source/drivers/touch_placeholder.s: source/drivers/touch_placeholder.cpp.s
|
|
.PHONY : source/drivers/touch_placeholder.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/touch_placeholder.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/touch_placeholder.cpp.s
|
|
.PHONY : source/drivers/touch_placeholder.cpp.s
|
|
|
|
source/drivers/uart_controller.o: source/drivers/uart_controller.cpp.o
|
|
.PHONY : source/drivers/uart_controller.o
|
|
|
|
# target to build an object file
|
|
source/drivers/uart_controller.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/uart_controller.cpp.o
|
|
.PHONY : source/drivers/uart_controller.cpp.o
|
|
|
|
source/drivers/uart_controller.i: source/drivers/uart_controller.cpp.i
|
|
.PHONY : source/drivers/uart_controller.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/uart_controller.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/uart_controller.cpp.i
|
|
.PHONY : source/drivers/uart_controller.cpp.i
|
|
|
|
source/drivers/uart_controller.s: source/drivers/uart_controller.cpp.s
|
|
.PHONY : source/drivers/uart_controller.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/uart_controller.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/uart_controller.cpp.s
|
|
.PHONY : source/drivers/uart_controller.cpp.s
|
|
|
|
source/drivers/usb_host_hid.o: source/drivers/usb_host_hid.cpp.o
|
|
.PHONY : source/drivers/usb_host_hid.o
|
|
|
|
# target to build an object file
|
|
source/drivers/usb_host_hid.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_hid.cpp.o
|
|
.PHONY : source/drivers/usb_host_hid.cpp.o
|
|
|
|
source/drivers/usb_host_hid.i: source/drivers/usb_host_hid.cpp.i
|
|
.PHONY : source/drivers/usb_host_hid.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/usb_host_hid.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_hid.cpp.i
|
|
.PHONY : source/drivers/usb_host_hid.cpp.i
|
|
|
|
source/drivers/usb_host_hid.s: source/drivers/usb_host_hid.cpp.s
|
|
.PHONY : source/drivers/usb_host_hid.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/usb_host_hid.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_hid.cpp.s
|
|
.PHONY : source/drivers/usb_host_hid.cpp.s
|
|
|
|
source/drivers/usb_host_midi.o: source/drivers/usb_host_midi.cpp.o
|
|
.PHONY : source/drivers/usb_host_midi.o
|
|
|
|
# target to build an object file
|
|
source/drivers/usb_host_midi.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_midi.cpp.o
|
|
.PHONY : source/drivers/usb_host_midi.cpp.o
|
|
|
|
source/drivers/usb_host_midi.i: source/drivers/usb_host_midi.cpp.i
|
|
.PHONY : source/drivers/usb_host_midi.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/usb_host_midi.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_midi.cpp.i
|
|
.PHONY : source/drivers/usb_host_midi.cpp.i
|
|
|
|
source/drivers/usb_host_midi.s: source/drivers/usb_host_midi.cpp.s
|
|
.PHONY : source/drivers/usb_host_midi.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/usb_host_midi.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_midi.cpp.s
|
|
.PHONY : source/drivers/usb_host_midi.cpp.s
|
|
|
|
source/drivers/usb_host_msc.o: source/drivers/usb_host_msc.cpp.o
|
|
.PHONY : source/drivers/usb_host_msc.o
|
|
|
|
# target to build an object file
|
|
source/drivers/usb_host_msc.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_msc.cpp.o
|
|
.PHONY : source/drivers/usb_host_msc.cpp.o
|
|
|
|
source/drivers/usb_host_msc.i: source/drivers/usb_host_msc.cpp.i
|
|
.PHONY : source/drivers/usb_host_msc.i
|
|
|
|
# target to preprocess a source file
|
|
source/drivers/usb_host_msc.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_msc.cpp.i
|
|
.PHONY : source/drivers/usb_host_msc.cpp.i
|
|
|
|
source/drivers/usb_host_msc.s: source/drivers/usb_host_msc.cpp.s
|
|
.PHONY : source/drivers/usb_host_msc.s
|
|
|
|
# target to generate assembly for a file
|
|
source/drivers/usb_host_msc.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/drivers/usb_host_msc.cpp.s
|
|
.PHONY : source/drivers/usb_host_msc.cpp.s
|
|
|
|
source/error.o: source/error.cpp.o
|
|
.PHONY : source/error.o
|
|
|
|
# target to build an object file
|
|
source/error.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/error.cpp.o
|
|
.PHONY : source/error.cpp.o
|
|
|
|
source/error.i: source/error.cpp.i
|
|
.PHONY : source/error.i
|
|
|
|
# target to preprocess a source file
|
|
source/error.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/error.cpp.i
|
|
.PHONY : source/error.cpp.i
|
|
|
|
source/error.s: source/error.cpp.s
|
|
.PHONY : source/error.s
|
|
|
|
# target to generate assembly for a file
|
|
source/error.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/error.cpp.s
|
|
.PHONY : source/error.cpp.s
|
|
|
|
source/filesystem/file_system.o: source/filesystem/file_system.cpp.o
|
|
.PHONY : source/filesystem/file_system.o
|
|
|
|
# target to build an object file
|
|
source/filesystem/file_system.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/filesystem/file_system.cpp.o
|
|
.PHONY : source/filesystem/file_system.cpp.o
|
|
|
|
source/filesystem/file_system.i: source/filesystem/file_system.cpp.i
|
|
.PHONY : source/filesystem/file_system.i
|
|
|
|
# target to preprocess a source file
|
|
source/filesystem/file_system.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/filesystem/file_system.cpp.i
|
|
.PHONY : source/filesystem/file_system.cpp.i
|
|
|
|
source/filesystem/file_system.s: source/filesystem/file_system.cpp.s
|
|
.PHONY : source/filesystem/file_system.s
|
|
|
|
# target to generate assembly for a file
|
|
source/filesystem/file_system.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/filesystem/file_system.cpp.s
|
|
.PHONY : source/filesystem/file_system.cpp.s
|
|
|
|
source/kernel_init.o: source/kernel_init.cpp.o
|
|
.PHONY : source/kernel_init.o
|
|
|
|
# target to build an object file
|
|
source/kernel_init.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/kernel_init.cpp.o
|
|
.PHONY : source/kernel_init.cpp.o
|
|
|
|
source/kernel_init.i: source/kernel_init.cpp.i
|
|
.PHONY : source/kernel_init.i
|
|
|
|
# target to preprocess a source file
|
|
source/kernel_init.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/kernel_init.cpp.i
|
|
.PHONY : source/kernel_init.cpp.i
|
|
|
|
source/kernel_init.s: source/kernel_init.cpp.s
|
|
.PHONY : source/kernel_init.s
|
|
|
|
# target to generate assembly for a file
|
|
source/kernel_init.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/kernel_init.cpp.s
|
|
.PHONY : source/kernel_init.cpp.s
|
|
|
|
source/kernel_symbols.o: source/kernel_symbols.c.o
|
|
.PHONY : source/kernel_symbols.o
|
|
|
|
# target to build an object file
|
|
source/kernel_symbols.c.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/kernel_symbols.c.o
|
|
.PHONY : source/kernel_symbols.c.o
|
|
|
|
source/kernel_symbols.i: source/kernel_symbols.c.i
|
|
.PHONY : source/kernel_symbols.i
|
|
|
|
# target to preprocess a source file
|
|
source/kernel_symbols.c.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/kernel_symbols.c.i
|
|
.PHONY : source/kernel_symbols.c.i
|
|
|
|
source/kernel_symbols.s: source/kernel_symbols.c.s
|
|
.PHONY : source/kernel_symbols.s
|
|
|
|
# target to generate assembly for a file
|
|
source/kernel_symbols.c.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/kernel_symbols.c.s
|
|
.PHONY : source/kernel_symbols.c.s
|
|
|
|
source/log.o: source/log.cpp.o
|
|
.PHONY : source/log.o
|
|
|
|
# target to build an object file
|
|
source/log.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/log.cpp.o
|
|
.PHONY : source/log.cpp.o
|
|
|
|
source/log.i: source/log.cpp.i
|
|
.PHONY : source/log.i
|
|
|
|
# target to preprocess a source file
|
|
source/log.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/log.cpp.i
|
|
.PHONY : source/log.cpp.i
|
|
|
|
source/log.s: source/log.cpp.s
|
|
.PHONY : source/log.s
|
|
|
|
# target to generate assembly for a file
|
|
source/log.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/log.cpp.s
|
|
.PHONY : source/log.cpp.s
|
|
|
|
source/module.o: source/module.cpp.o
|
|
.PHONY : source/module.o
|
|
|
|
# target to build an object file
|
|
source/module.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/module.cpp.o
|
|
.PHONY : source/module.cpp.o
|
|
|
|
source/module.i: source/module.cpp.i
|
|
.PHONY : source/module.i
|
|
|
|
# target to preprocess a source file
|
|
source/module.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/module.cpp.i
|
|
.PHONY : source/module.cpp.i
|
|
|
|
source/module.s: source/module.cpp.s
|
|
.PHONY : source/module.s
|
|
|
|
# target to generate assembly for a file
|
|
source/module.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build-tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/source/module.cpp.s
|
|
.PHONY : source/module.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 "... TactilityKernel"
|
|
@echo "... source/concurrent/dispatcher.o"
|
|
@echo "... source/concurrent/dispatcher.i"
|
|
@echo "... source/concurrent/dispatcher.s"
|
|
@echo "... source/concurrent/event_group.o"
|
|
@echo "... source/concurrent/event_group.i"
|
|
@echo "... source/concurrent/event_group.s"
|
|
@echo "... source/concurrent/thread.o"
|
|
@echo "... source/concurrent/thread.i"
|
|
@echo "... source/concurrent/thread.s"
|
|
@echo "... source/concurrent/timer.o"
|
|
@echo "... source/concurrent/timer.i"
|
|
@echo "... source/concurrent/timer.s"
|
|
@echo "... source/crash.o"
|
|
@echo "... source/crash.i"
|
|
@echo "... source/crash.s"
|
|
@echo "... source/device.o"
|
|
@echo "... source/device.i"
|
|
@echo "... source/device.s"
|
|
@echo "... source/driver.o"
|
|
@echo "... source/driver.i"
|
|
@echo "... source/driver.s"
|
|
@echo "... source/drivers/bluetooth.o"
|
|
@echo "... source/drivers/bluetooth.i"
|
|
@echo "... source/drivers/bluetooth.s"
|
|
@echo "... source/drivers/bluetooth_hid_device.o"
|
|
@echo "... source/drivers/bluetooth_hid_device.i"
|
|
@echo "... source/drivers/bluetooth_hid_device.s"
|
|
@echo "... source/drivers/bluetooth_midi.o"
|
|
@echo "... source/drivers/bluetooth_midi.i"
|
|
@echo "... source/drivers/bluetooth_midi.s"
|
|
@echo "... source/drivers/bluetooth_serial.o"
|
|
@echo "... source/drivers/bluetooth_serial.i"
|
|
@echo "... source/drivers/bluetooth_serial.s"
|
|
@echo "... source/drivers/display.o"
|
|
@echo "... source/drivers/display.i"
|
|
@echo "... source/drivers/display.s"
|
|
@echo "... source/drivers/display_placeholder.o"
|
|
@echo "... source/drivers/display_placeholder.i"
|
|
@echo "... source/drivers/display_placeholder.s"
|
|
@echo "... source/drivers/gpio_controller.o"
|
|
@echo "... source/drivers/gpio_controller.i"
|
|
@echo "... source/drivers/gpio_controller.s"
|
|
@echo "... source/drivers/grove.o"
|
|
@echo "... source/drivers/grove.i"
|
|
@echo "... source/drivers/grove.s"
|
|
@echo "... source/drivers/i2c_controller.o"
|
|
@echo "... source/drivers/i2c_controller.i"
|
|
@echo "... source/drivers/i2c_controller.s"
|
|
@echo "... source/drivers/i2s_controller.o"
|
|
@echo "... source/drivers/i2s_controller.i"
|
|
@echo "... source/drivers/i2s_controller.s"
|
|
@echo "... source/drivers/root.o"
|
|
@echo "... source/drivers/root.i"
|
|
@echo "... source/drivers/root.s"
|
|
@echo "... source/drivers/sdcard.o"
|
|
@echo "... source/drivers/sdcard.i"
|
|
@echo "... source/drivers/sdcard.s"
|
|
@echo "... source/drivers/spi_controller.o"
|
|
@echo "... source/drivers/spi_controller.i"
|
|
@echo "... source/drivers/spi_controller.s"
|
|
@echo "... source/drivers/spi_peripheral.o"
|
|
@echo "... source/drivers/spi_peripheral.i"
|
|
@echo "... source/drivers/spi_peripheral.s"
|
|
@echo "... source/drivers/touch.o"
|
|
@echo "... source/drivers/touch.i"
|
|
@echo "... source/drivers/touch.s"
|
|
@echo "... source/drivers/touch_placeholder.o"
|
|
@echo "... source/drivers/touch_placeholder.i"
|
|
@echo "... source/drivers/touch_placeholder.s"
|
|
@echo "... source/drivers/uart_controller.o"
|
|
@echo "... source/drivers/uart_controller.i"
|
|
@echo "... source/drivers/uart_controller.s"
|
|
@echo "... source/drivers/usb_host_hid.o"
|
|
@echo "... source/drivers/usb_host_hid.i"
|
|
@echo "... source/drivers/usb_host_hid.s"
|
|
@echo "... source/drivers/usb_host_midi.o"
|
|
@echo "... source/drivers/usb_host_midi.i"
|
|
@echo "... source/drivers/usb_host_midi.s"
|
|
@echo "... source/drivers/usb_host_msc.o"
|
|
@echo "... source/drivers/usb_host_msc.i"
|
|
@echo "... source/drivers/usb_host_msc.s"
|
|
@echo "... source/error.o"
|
|
@echo "... source/error.i"
|
|
@echo "... source/error.s"
|
|
@echo "... source/filesystem/file_system.o"
|
|
@echo "... source/filesystem/file_system.i"
|
|
@echo "... source/filesystem/file_system.s"
|
|
@echo "... source/kernel_init.o"
|
|
@echo "... source/kernel_init.i"
|
|
@echo "... source/kernel_init.s"
|
|
@echo "... source/kernel_symbols.o"
|
|
@echo "... source/kernel_symbols.i"
|
|
@echo "... source/kernel_symbols.s"
|
|
@echo "... source/log.o"
|
|
@echo "... source/log.i"
|
|
@echo "... source/log.s"
|
|
@echo "... source/module.o"
|
|
@echo "... source/module.i"
|
|
@echo "... source/module.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
|
|
|