116 lines
5.7 KiB
Makefile
116 lines
5.7 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
|
|
|
|
# Delete rule output on recipe failure.
|
|
.DELETE_ON_ERROR:
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
SUFFIXES =
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
|
|
# 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 remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/firefly/test/src
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/firefly/test/build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include v_test/CMakeFiles/v_test.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include v_test/CMakeFiles/v_test.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include v_test/CMakeFiles/v_test.dir/flags.make
|
|
|
|
v_test/CMakeFiles/v_test.dir/src/test.cpp.o: v_test/CMakeFiles/v_test.dir/flags.make
|
|
v_test/CMakeFiles/v_test.dir/src/test.cpp.o: /home/firefly/test/src/v_test/src/test.cpp
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/firefly/test/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object v_test/CMakeFiles/v_test.dir/src/test.cpp.o"
|
|
cd /home/firefly/test/build/v_test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/v_test.dir/src/test.cpp.o -c /home/firefly/test/src/v_test/src/test.cpp
|
|
|
|
v_test/CMakeFiles/v_test.dir/src/test.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/v_test.dir/src/test.cpp.i"
|
|
cd /home/firefly/test/build/v_test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/firefly/test/src/v_test/src/test.cpp > CMakeFiles/v_test.dir/src/test.cpp.i
|
|
|
|
v_test/CMakeFiles/v_test.dir/src/test.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/v_test.dir/src/test.cpp.s"
|
|
cd /home/firefly/test/build/v_test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/firefly/test/src/v_test/src/test.cpp -o CMakeFiles/v_test.dir/src/test.cpp.s
|
|
|
|
# Object files for target v_test
|
|
v_test_OBJECTS = \
|
|
"CMakeFiles/v_test.dir/src/test.cpp.o"
|
|
|
|
# External object files for target v_test
|
|
v_test_EXTERNAL_OBJECTS =
|
|
|
|
/home/firefly/test/devel/lib/v_test/v_test: v_test/CMakeFiles/v_test.dir/src/test.cpp.o
|
|
/home/firefly/test/devel/lib/v_test/v_test: v_test/CMakeFiles/v_test.dir/build.make
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/libroscpp.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libpthread.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libboost_chrono.so.1.71.0
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libboost_filesystem.so.1.71.0
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/librosconsole.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/librosconsole_log4cxx.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/librosconsole_backend_interface.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/liblog4cxx.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libboost_regex.so.1.71.0
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/libxmlrpcpp.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/libroscpp_serialization.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/librostime.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libboost_date_time.so.1.71.0
|
|
/home/firefly/test/devel/lib/v_test/v_test: /opt/ros/noetic/lib/libcpp_common.so
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libboost_system.so.1.71.0
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libboost_thread.so.1.71.0
|
|
/home/firefly/test/devel/lib/v_test/v_test: /usr/lib/aarch64-linux-gnu/libconsole_bridge.so.0.4
|
|
/home/firefly/test/devel/lib/v_test/v_test: v_test/CMakeFiles/v_test.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/firefly/test/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable /home/firefly/test/devel/lib/v_test/v_test"
|
|
cd /home/firefly/test/build/v_test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/v_test.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
v_test/CMakeFiles/v_test.dir/build: /home/firefly/test/devel/lib/v_test/v_test
|
|
|
|
.PHONY : v_test/CMakeFiles/v_test.dir/build
|
|
|
|
v_test/CMakeFiles/v_test.dir/clean:
|
|
cd /home/firefly/test/build/v_test && $(CMAKE_COMMAND) -P CMakeFiles/v_test.dir/cmake_clean.cmake
|
|
.PHONY : v_test/CMakeFiles/v_test.dir/clean
|
|
|
|
v_test/CMakeFiles/v_test.dir/depend:
|
|
cd /home/firefly/test/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/firefly/test/src /home/firefly/test/src/v_test /home/firefly/test/build /home/firefly/test/build/v_test /home/firefly/test/build/v_test/CMakeFiles/v_test.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : v_test/CMakeFiles/v_test.dir/depend
|
|
|