sua file cmakelists
This commit is contained in:
@@ -55,7 +55,7 @@ CMAKE_BINARY_DIR = /home/duongtd/robotics_core/robot_time/build
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/robot_duration_test.dir/all
|
||||
all: CMakeFiles/robot_time_test.dir/all
|
||||
all: CMakeFiles/rostime.dir/all
|
||||
all: CMakeFiles/robot_time.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
@@ -67,7 +67,7 @@ preinstall:
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/robot_duration_test.dir/clean
|
||||
clean: CMakeFiles/robot_time_test.dir/clean
|
||||
clean: CMakeFiles/rostime.dir/clean
|
||||
clean: CMakeFiles/robot_time.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
@@ -75,7 +75,7 @@ clean: CMakeFiles/rostime.dir/clean
|
||||
# Target rules for target CMakeFiles/robot_duration_test.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/robot_duration_test.dir/all: CMakeFiles/rostime.dir/all
|
||||
CMakeFiles/robot_duration_test.dir/all: CMakeFiles/robot_time.dir/all
|
||||
$(MAKE) -f CMakeFiles/robot_duration_test.dir/build.make CMakeFiles/robot_duration_test.dir/depend
|
||||
$(MAKE) -f CMakeFiles/robot_duration_test.dir/build.make CMakeFiles/robot_duration_test.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/duongtd/robotics_core/robot_time/build/CMakeFiles --progress-num=1,2 "Built target robot_duration_test"
|
||||
@@ -102,10 +102,10 @@ CMakeFiles/robot_duration_test.dir/clean:
|
||||
# Target rules for target CMakeFiles/robot_time_test.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/robot_time_test.dir/all: CMakeFiles/rostime.dir/all
|
||||
CMakeFiles/robot_time_test.dir/all: CMakeFiles/robot_time.dir/all
|
||||
$(MAKE) -f CMakeFiles/robot_time_test.dir/build.make CMakeFiles/robot_time_test.dir/depend
|
||||
$(MAKE) -f CMakeFiles/robot_time_test.dir/build.make CMakeFiles/robot_time_test.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/duongtd/robotics_core/robot_time/build/CMakeFiles --progress-num=3,4 "Built target robot_time_test"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/duongtd/robotics_core/robot_time/build/CMakeFiles --progress-num=7,8 "Built target robot_time_test"
|
||||
.PHONY : CMakeFiles/robot_time_test.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
@@ -126,31 +126,31 @@ CMakeFiles/robot_time_test.dir/clean:
|
||||
.PHONY : CMakeFiles/robot_time_test.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/rostime.dir
|
||||
# Target rules for target CMakeFiles/robot_time.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/rostime.dir/all:
|
||||
$(MAKE) -f CMakeFiles/rostime.dir/build.make CMakeFiles/rostime.dir/depend
|
||||
$(MAKE) -f CMakeFiles/rostime.dir/build.make CMakeFiles/rostime.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/duongtd/robotics_core/robot_time/build/CMakeFiles --progress-num=5,6,7,8 "Built target rostime"
|
||||
.PHONY : CMakeFiles/rostime.dir/all
|
||||
CMakeFiles/robot_time.dir/all:
|
||||
$(MAKE) -f CMakeFiles/robot_time.dir/build.make CMakeFiles/robot_time.dir/depend
|
||||
$(MAKE) -f CMakeFiles/robot_time.dir/build.make CMakeFiles/robot_time.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/duongtd/robotics_core/robot_time/build/CMakeFiles --progress-num=3,4,5,6 "Built target robot_time"
|
||||
.PHONY : CMakeFiles/robot_time.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/rostime.dir/rule: cmake_check_build_system
|
||||
CMakeFiles/robot_time.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/duongtd/robotics_core/robot_time/build/CMakeFiles 4
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/rostime.dir/all
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/robot_time.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/duongtd/robotics_core/robot_time/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/rostime.dir/rule
|
||||
.PHONY : CMakeFiles/robot_time.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
rostime: CMakeFiles/rostime.dir/rule
|
||||
robot_time: CMakeFiles/robot_time.dir/rule
|
||||
|
||||
.PHONY : rostime
|
||||
.PHONY : robot_time
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/rostime.dir/clean:
|
||||
$(MAKE) -f CMakeFiles/rostime.dir/build.make CMakeFiles/rostime.dir/clean
|
||||
.PHONY : CMakeFiles/rostime.dir/clean
|
||||
CMakeFiles/robot_time.dir/clean:
|
||||
$(MAKE) -f CMakeFiles/robot_time.dir/build.make CMakeFiles/robot_time.dir/clean
|
||||
.PHONY : CMakeFiles/robot_time.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
Reference in New Issue
Block a user