598 lines
21 KiB
Makefile
598 lines
21 KiB
Makefile
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||
|
|
||
|
# 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/ros-laptop1/Desktop/turtlebotrhodes_ws/src/my_cpp_pkg
|
||
|
|
||
|
# The top-level build directory on which CMake was run.
|
||
|
CMAKE_BINARY_DIR = /home/ros-laptop1/Desktop/turtlebotrhodes_ws/build/my_cpp_pkg
|
||
|
|
||
|
#=============================================================================
|
||
|
# Targets provided globally by CMake.
|
||
|
|
||
|
# Special rule for the target test
|
||
|
test:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||
|
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||
|
.PHONY : test
|
||
|
|
||
|
# Special rule for the target test
|
||
|
test/fast: test
|
||
|
.PHONY : test/fast
|
||
|
|
||
|
# Special rule for the target edit_cache
|
||
|
edit_cache:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||
|
.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/ros-laptop1/Desktop/turtlebotrhodes_ws/build/my_cpp_pkg/CMakeFiles /home/ros-laptop1/Desktop/turtlebotrhodes_ws/build/my_cpp_pkg//CMakeFiles/progress.marks
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/ros-laptop1/Desktop/turtlebotrhodes_ws/build/my_cpp_pkg/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 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 CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
||
|
.PHONY : uninstall/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named my_cpp_pkg_uninstall
|
||
|
|
||
|
# Build rule for target.
|
||
|
my_cpp_pkg_uninstall: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 my_cpp_pkg_uninstall
|
||
|
.PHONY : my_cpp_pkg_uninstall
|
||
|
|
||
|
# fast build rule for target.
|
||
|
my_cpp_pkg_uninstall/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/my_cpp_pkg_uninstall.dir/build.make CMakeFiles/my_cpp_pkg_uninstall.dir/build
|
||
|
.PHONY : my_cpp_pkg_uninstall/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named cpp_node
|
||
|
|
||
|
# Build rule for target.
|
||
|
cpp_node: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp_node
|
||
|
.PHONY : cpp_node
|
||
|
|
||
|
# fast build rule for target.
|
||
|
cpp_node/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cpp_node.dir/build.make CMakeFiles/cpp_node.dir/build
|
||
|
.PHONY : cpp_node/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named robot_news_station
|
||
|
|
||
|
# Build rule for target.
|
||
|
robot_news_station: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 robot_news_station
|
||
|
.PHONY : robot_news_station
|
||
|
|
||
|
# fast build rule for target.
|
||
|
robot_news_station/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_news_station.dir/build.make CMakeFiles/robot_news_station.dir/build
|
||
|
.PHONY : robot_news_station/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named smartphone
|
||
|
|
||
|
# Build rule for target.
|
||
|
smartphone: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 smartphone
|
||
|
.PHONY : smartphone
|
||
|
|
||
|
# fast build rule for target.
|
||
|
smartphone/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/smartphone.dir/build.make CMakeFiles/smartphone.dir/build
|
||
|
.PHONY : smartphone/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named add_two_ints_server
|
||
|
|
||
|
# Build rule for target.
|
||
|
add_two_ints_server: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 add_two_ints_server
|
||
|
.PHONY : add_two_ints_server
|
||
|
|
||
|
# fast build rule for target.
|
||
|
add_two_ints_server/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_server.dir/build.make CMakeFiles/add_two_ints_server.dir/build
|
||
|
.PHONY : add_two_ints_server/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named add_two_ints_client_no_oop
|
||
|
|
||
|
# Build rule for target.
|
||
|
add_two_ints_client_no_oop: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 add_two_ints_client_no_oop
|
||
|
.PHONY : add_two_ints_client_no_oop
|
||
|
|
||
|
# fast build rule for target.
|
||
|
add_two_ints_client_no_oop/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client_no_oop.dir/build.make CMakeFiles/add_two_ints_client_no_oop.dir/build
|
||
|
.PHONY : add_two_ints_client_no_oop/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named add_two_ints_client
|
||
|
|
||
|
# Build rule for target.
|
||
|
add_two_ints_client: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 add_two_ints_client
|
||
|
.PHONY : add_two_ints_client
|
||
|
|
||
|
# fast build rule for target.
|
||
|
add_two_ints_client/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client.dir/build.make CMakeFiles/add_two_ints_client.dir/build
|
||
|
.PHONY : add_two_ints_client/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named hardware_status_publisher
|
||
|
|
||
|
# Build rule for target.
|
||
|
hardware_status_publisher: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware_status_publisher
|
||
|
.PHONY : hardware_status_publisher
|
||
|
|
||
|
# fast build rule for target.
|
||
|
hardware_status_publisher/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/hardware_status_publisher.dir/build.make CMakeFiles/hardware_status_publisher.dir/build
|
||
|
.PHONY : hardware_status_publisher/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named number_publisher
|
||
|
|
||
|
# Build rule for target.
|
||
|
number_publisher: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 number_publisher
|
||
|
.PHONY : number_publisher
|
||
|
|
||
|
# fast build rule for target.
|
||
|
number_publisher/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_publisher.dir/build.make CMakeFiles/number_publisher.dir/build
|
||
|
.PHONY : number_publisher/fast
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for targets named number_counter
|
||
|
|
||
|
# Build rule for target.
|
||
|
number_counter: cmake_check_build_system
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 number_counter
|
||
|
.PHONY : number_counter
|
||
|
|
||
|
# fast build rule for target.
|
||
|
number_counter/fast:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_counter.dir/build.make CMakeFiles/number_counter.dir/build
|
||
|
.PHONY : number_counter/fast
|
||
|
|
||
|
src/add_two_ints_client.o: src/add_two_ints_client.cpp.o
|
||
|
.PHONY : src/add_two_ints_client.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/add_two_ints_client.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client.dir/build.make CMakeFiles/add_two_ints_client.dir/src/add_two_ints_client.cpp.o
|
||
|
.PHONY : src/add_two_ints_client.cpp.o
|
||
|
|
||
|
src/add_two_ints_client.i: src/add_two_ints_client.cpp.i
|
||
|
.PHONY : src/add_two_ints_client.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/add_two_ints_client.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client.dir/build.make CMakeFiles/add_two_ints_client.dir/src/add_two_ints_client.cpp.i
|
||
|
.PHONY : src/add_two_ints_client.cpp.i
|
||
|
|
||
|
src/add_two_ints_client.s: src/add_two_ints_client.cpp.s
|
||
|
.PHONY : src/add_two_ints_client.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/add_two_ints_client.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client.dir/build.make CMakeFiles/add_two_ints_client.dir/src/add_two_ints_client.cpp.s
|
||
|
.PHONY : src/add_two_ints_client.cpp.s
|
||
|
|
||
|
src/add_two_ints_client_no_oop.o: src/add_two_ints_client_no_oop.cpp.o
|
||
|
.PHONY : src/add_two_ints_client_no_oop.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/add_two_ints_client_no_oop.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client_no_oop.dir/build.make CMakeFiles/add_two_ints_client_no_oop.dir/src/add_two_ints_client_no_oop.cpp.o
|
||
|
.PHONY : src/add_two_ints_client_no_oop.cpp.o
|
||
|
|
||
|
src/add_two_ints_client_no_oop.i: src/add_two_ints_client_no_oop.cpp.i
|
||
|
.PHONY : src/add_two_ints_client_no_oop.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/add_two_ints_client_no_oop.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client_no_oop.dir/build.make CMakeFiles/add_two_ints_client_no_oop.dir/src/add_two_ints_client_no_oop.cpp.i
|
||
|
.PHONY : src/add_two_ints_client_no_oop.cpp.i
|
||
|
|
||
|
src/add_two_ints_client_no_oop.s: src/add_two_ints_client_no_oop.cpp.s
|
||
|
.PHONY : src/add_two_ints_client_no_oop.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/add_two_ints_client_no_oop.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_client_no_oop.dir/build.make CMakeFiles/add_two_ints_client_no_oop.dir/src/add_two_ints_client_no_oop.cpp.s
|
||
|
.PHONY : src/add_two_ints_client_no_oop.cpp.s
|
||
|
|
||
|
src/add_two_ints_server.o: src/add_two_ints_server.cpp.o
|
||
|
.PHONY : src/add_two_ints_server.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/add_two_ints_server.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_server.dir/build.make CMakeFiles/add_two_ints_server.dir/src/add_two_ints_server.cpp.o
|
||
|
.PHONY : src/add_two_ints_server.cpp.o
|
||
|
|
||
|
src/add_two_ints_server.i: src/add_two_ints_server.cpp.i
|
||
|
.PHONY : src/add_two_ints_server.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/add_two_ints_server.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_server.dir/build.make CMakeFiles/add_two_ints_server.dir/src/add_two_ints_server.cpp.i
|
||
|
.PHONY : src/add_two_ints_server.cpp.i
|
||
|
|
||
|
src/add_two_ints_server.s: src/add_two_ints_server.cpp.s
|
||
|
.PHONY : src/add_two_ints_server.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/add_two_ints_server.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/add_two_ints_server.dir/build.make CMakeFiles/add_two_ints_server.dir/src/add_two_ints_server.cpp.s
|
||
|
.PHONY : src/add_two_ints_server.cpp.s
|
||
|
|
||
|
src/hw_status_publisher.o: src/hw_status_publisher.cpp.o
|
||
|
.PHONY : src/hw_status_publisher.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/hw_status_publisher.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/hardware_status_publisher.dir/build.make CMakeFiles/hardware_status_publisher.dir/src/hw_status_publisher.cpp.o
|
||
|
.PHONY : src/hw_status_publisher.cpp.o
|
||
|
|
||
|
src/hw_status_publisher.i: src/hw_status_publisher.cpp.i
|
||
|
.PHONY : src/hw_status_publisher.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/hw_status_publisher.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/hardware_status_publisher.dir/build.make CMakeFiles/hardware_status_publisher.dir/src/hw_status_publisher.cpp.i
|
||
|
.PHONY : src/hw_status_publisher.cpp.i
|
||
|
|
||
|
src/hw_status_publisher.s: src/hw_status_publisher.cpp.s
|
||
|
.PHONY : src/hw_status_publisher.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/hw_status_publisher.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/hardware_status_publisher.dir/build.make CMakeFiles/hardware_status_publisher.dir/src/hw_status_publisher.cpp.s
|
||
|
.PHONY : src/hw_status_publisher.cpp.s
|
||
|
|
||
|
src/my_first_node.o: src/my_first_node.cpp.o
|
||
|
.PHONY : src/my_first_node.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/my_first_node.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cpp_node.dir/build.make CMakeFiles/cpp_node.dir/src/my_first_node.cpp.o
|
||
|
.PHONY : src/my_first_node.cpp.o
|
||
|
|
||
|
src/my_first_node.i: src/my_first_node.cpp.i
|
||
|
.PHONY : src/my_first_node.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/my_first_node.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cpp_node.dir/build.make CMakeFiles/cpp_node.dir/src/my_first_node.cpp.i
|
||
|
.PHONY : src/my_first_node.cpp.i
|
||
|
|
||
|
src/my_first_node.s: src/my_first_node.cpp.s
|
||
|
.PHONY : src/my_first_node.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/my_first_node.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cpp_node.dir/build.make CMakeFiles/cpp_node.dir/src/my_first_node.cpp.s
|
||
|
.PHONY : src/my_first_node.cpp.s
|
||
|
|
||
|
src/number_counter.o: src/number_counter.cpp.o
|
||
|
.PHONY : src/number_counter.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/number_counter.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_counter.dir/build.make CMakeFiles/number_counter.dir/src/number_counter.cpp.o
|
||
|
.PHONY : src/number_counter.cpp.o
|
||
|
|
||
|
src/number_counter.i: src/number_counter.cpp.i
|
||
|
.PHONY : src/number_counter.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/number_counter.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_counter.dir/build.make CMakeFiles/number_counter.dir/src/number_counter.cpp.i
|
||
|
.PHONY : src/number_counter.cpp.i
|
||
|
|
||
|
src/number_counter.s: src/number_counter.cpp.s
|
||
|
.PHONY : src/number_counter.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/number_counter.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_counter.dir/build.make CMakeFiles/number_counter.dir/src/number_counter.cpp.s
|
||
|
.PHONY : src/number_counter.cpp.s
|
||
|
|
||
|
src/number_publisher.o: src/number_publisher.cpp.o
|
||
|
.PHONY : src/number_publisher.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/number_publisher.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_publisher.dir/build.make CMakeFiles/number_publisher.dir/src/number_publisher.cpp.o
|
||
|
.PHONY : src/number_publisher.cpp.o
|
||
|
|
||
|
src/number_publisher.i: src/number_publisher.cpp.i
|
||
|
.PHONY : src/number_publisher.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/number_publisher.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_publisher.dir/build.make CMakeFiles/number_publisher.dir/src/number_publisher.cpp.i
|
||
|
.PHONY : src/number_publisher.cpp.i
|
||
|
|
||
|
src/number_publisher.s: src/number_publisher.cpp.s
|
||
|
.PHONY : src/number_publisher.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/number_publisher.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/number_publisher.dir/build.make CMakeFiles/number_publisher.dir/src/number_publisher.cpp.s
|
||
|
.PHONY : src/number_publisher.cpp.s
|
||
|
|
||
|
src/robot_news_station.o: src/robot_news_station.cpp.o
|
||
|
.PHONY : src/robot_news_station.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/robot_news_station.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_news_station.dir/build.make CMakeFiles/robot_news_station.dir/src/robot_news_station.cpp.o
|
||
|
.PHONY : src/robot_news_station.cpp.o
|
||
|
|
||
|
src/robot_news_station.i: src/robot_news_station.cpp.i
|
||
|
.PHONY : src/robot_news_station.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/robot_news_station.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_news_station.dir/build.make CMakeFiles/robot_news_station.dir/src/robot_news_station.cpp.i
|
||
|
.PHONY : src/robot_news_station.cpp.i
|
||
|
|
||
|
src/robot_news_station.s: src/robot_news_station.cpp.s
|
||
|
.PHONY : src/robot_news_station.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/robot_news_station.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_news_station.dir/build.make CMakeFiles/robot_news_station.dir/src/robot_news_station.cpp.s
|
||
|
.PHONY : src/robot_news_station.cpp.s
|
||
|
|
||
|
src/smartphone.o: src/smartphone.cpp.o
|
||
|
.PHONY : src/smartphone.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/smartphone.cpp.o:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/smartphone.dir/build.make CMakeFiles/smartphone.dir/src/smartphone.cpp.o
|
||
|
.PHONY : src/smartphone.cpp.o
|
||
|
|
||
|
src/smartphone.i: src/smartphone.cpp.i
|
||
|
.PHONY : src/smartphone.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/smartphone.cpp.i:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/smartphone.dir/build.make CMakeFiles/smartphone.dir/src/smartphone.cpp.i
|
||
|
.PHONY : src/smartphone.cpp.i
|
||
|
|
||
|
src/smartphone.s: src/smartphone.cpp.s
|
||
|
.PHONY : src/smartphone.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/smartphone.cpp.s:
|
||
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/smartphone.dir/build.make CMakeFiles/smartphone.dir/src/smartphone.cpp.s
|
||
|
.PHONY : src/smartphone.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 "... test"
|
||
|
@echo "... my_cpp_pkg_uninstall"
|
||
|
@echo "... uninstall"
|
||
|
@echo "... add_two_ints_client"
|
||
|
@echo "... add_two_ints_client_no_oop"
|
||
|
@echo "... add_two_ints_server"
|
||
|
@echo "... cpp_node"
|
||
|
@echo "... hardware_status_publisher"
|
||
|
@echo "... number_counter"
|
||
|
@echo "... number_publisher"
|
||
|
@echo "... robot_news_station"
|
||
|
@echo "... smartphone"
|
||
|
@echo "... src/add_two_ints_client.o"
|
||
|
@echo "... src/add_two_ints_client.i"
|
||
|
@echo "... src/add_two_ints_client.s"
|
||
|
@echo "... src/add_two_ints_client_no_oop.o"
|
||
|
@echo "... src/add_two_ints_client_no_oop.i"
|
||
|
@echo "... src/add_two_ints_client_no_oop.s"
|
||
|
@echo "... src/add_two_ints_server.o"
|
||
|
@echo "... src/add_two_ints_server.i"
|
||
|
@echo "... src/add_two_ints_server.s"
|
||
|
@echo "... src/hw_status_publisher.o"
|
||
|
@echo "... src/hw_status_publisher.i"
|
||
|
@echo "... src/hw_status_publisher.s"
|
||
|
@echo "... src/my_first_node.o"
|
||
|
@echo "... src/my_first_node.i"
|
||
|
@echo "... src/my_first_node.s"
|
||
|
@echo "... src/number_counter.o"
|
||
|
@echo "... src/number_counter.i"
|
||
|
@echo "... src/number_counter.s"
|
||
|
@echo "... src/number_publisher.o"
|
||
|
@echo "... src/number_publisher.i"
|
||
|
@echo "... src/number_publisher.s"
|
||
|
@echo "... src/robot_news_station.o"
|
||
|
@echo "... src/robot_news_station.i"
|
||
|
@echo "... src/robot_news_station.s"
|
||
|
@echo "... src/smartphone.o"
|
||
|
@echo "... src/smartphone.i"
|
||
|
@echo "... src/smartphone.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:
|
||
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||
|
.PHONY : cmake_check_build_system
|
||
|
|