mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 18:05:05 +00:00
529 lines
22 KiB
Makefile
529 lines
22 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/ken/Projects/Tactility
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/ken/Projects/Tactility/build_tests
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /home/ken/Projects/Tactility/build_tests && $(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Projects/Tactility/build_tests/CMakeFiles /home/ken/Projects/Tactility/build_tests/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/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/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/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/register.o: Source/drivers/register.cpp.o
|
|
.PHONY : Source/drivers/register.o
|
|
|
|
# target to build an object file
|
|
Source/drivers/register.cpp.o:
|
|
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/Source/drivers/register.cpp.o
|
|
.PHONY : Source/drivers/register.cpp.o
|
|
|
|
Source/drivers/register.i: Source/drivers/register.cpp.i
|
|
.PHONY : Source/drivers/register.i
|
|
|
|
# target to preprocess a source file
|
|
Source/drivers/register.cpp.i:
|
|
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/Source/drivers/register.cpp.i
|
|
.PHONY : Source/drivers/register.cpp.i
|
|
|
|
Source/drivers/register.s: Source/drivers/register.cpp.s
|
|
.PHONY : Source/drivers/register.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/drivers/register.cpp.s:
|
|
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/Source/drivers/register.cpp.s
|
|
.PHONY : Source/drivers/register.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/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/timer.o: Source/timer.c.o
|
|
.PHONY : Source/timer.o
|
|
|
|
# target to build an object file
|
|
Source/timer.c.o:
|
|
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/Source/timer.c.o
|
|
.PHONY : Source/timer.c.o
|
|
|
|
Source/timer.i: Source/timer.c.i
|
|
.PHONY : Source/timer.i
|
|
|
|
# target to preprocess a source file
|
|
Source/timer.c.i:
|
|
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/Source/timer.c.i
|
|
.PHONY : Source/timer.c.i
|
|
|
|
Source/timer.s: Source/timer.c.s
|
|
.PHONY : Source/timer.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/timer.c.s:
|
|
cd /home/ken/Projects/Tactility/build_tests && $(MAKE) $(MAKESILENT) -f TactilityKernel/CMakeFiles/TactilityKernel.dir/build.make TactilityKernel/CMakeFiles/TactilityKernel.dir/Source/timer.c.s
|
|
.PHONY : Source/timer.c.s
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... 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/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/gpio_controller.o"
|
|
@echo "... Source/drivers/gpio_controller.i"
|
|
@echo "... Source/drivers/gpio_controller.s"
|
|
@echo "... Source/drivers/i2c_controller.o"
|
|
@echo "... Source/drivers/i2c_controller.i"
|
|
@echo "... Source/drivers/i2c_controller.s"
|
|
@echo "... Source/drivers/register.o"
|
|
@echo "... Source/drivers/register.i"
|
|
@echo "... Source/drivers/register.s"
|
|
@echo "... Source/drivers/root.o"
|
|
@echo "... Source/drivers/root.i"
|
|
@echo "... Source/drivers/root.s"
|
|
@echo "... Source/log.o"
|
|
@echo "... Source/log.i"
|
|
@echo "... Source/log.s"
|
|
@echo "... Source/timer.o"
|
|
@echo "... Source/timer.i"
|
|
@echo "... Source/timer.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
|
|
|