optimal & fix file cmake
This commit is contained in:
524
build-standalone-codex-6GdOsi/Makefile
Normal file
524
build-standalone-codex-6GdOsi/Makefile
Normal file
@@ -0,0 +1,524 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
|
||||
|
||||
# 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:
|
||||
|
||||
|
||||
# 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/duongtd/T800_ws/src/AMR_T800/Test/recovery_core
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/duongtd/T800_ws/src/AMR_T800/Test/recovery_core/build-standalone-codex-6GdOsi
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# 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 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 rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake -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 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 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/duongtd/T800_ws/src/AMR_T800/Test/recovery_core/build-standalone-codex-6GdOsi/CMakeFiles /home/duongtd/T800_ws/src/AMR_T800/Test/recovery_core/build-standalone-codex-6GdOsi/CMakeFiles/progress.marks
|
||||
$(MAKE) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/duongtd/T800_ws/src/AMR_T800/Test/recovery_core/build-standalone-codex-6GdOsi/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) -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 recovery_core_back_up_recovery
|
||||
|
||||
# Build rule for target.
|
||||
recovery_core_back_up_recovery: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 recovery_core_back_up_recovery
|
||||
.PHONY : recovery_core_back_up_recovery
|
||||
|
||||
# fast build rule for target.
|
||||
recovery_core_back_up_recovery/fast:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_back_up_recovery.dir/build.make CMakeFiles/recovery_core_back_up_recovery.dir/build
|
||||
.PHONY : recovery_core_back_up_recovery/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named recovery_core_clear_costmap_recovery
|
||||
|
||||
# Build rule for target.
|
||||
recovery_core_clear_costmap_recovery: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 recovery_core_clear_costmap_recovery
|
||||
.PHONY : recovery_core_clear_costmap_recovery
|
||||
|
||||
# fast build rule for target.
|
||||
recovery_core_clear_costmap_recovery/fast:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_clear_costmap_recovery.dir/build.make CMakeFiles/recovery_core_clear_costmap_recovery.dir/build
|
||||
.PHONY : recovery_core_clear_costmap_recovery/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named recovery_core_wait_recovery
|
||||
|
||||
# Build rule for target.
|
||||
recovery_core_wait_recovery: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 recovery_core_wait_recovery
|
||||
.PHONY : recovery_core_wait_recovery
|
||||
|
||||
# fast build rule for target.
|
||||
recovery_core_wait_recovery/fast:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_wait_recovery.dir/build.make CMakeFiles/recovery_core_wait_recovery.dir/build
|
||||
.PHONY : recovery_core_wait_recovery/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named recovery_core_rotate_recovery
|
||||
|
||||
# Build rule for target.
|
||||
recovery_core_rotate_recovery: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 recovery_core_rotate_recovery
|
||||
.PHONY : recovery_core_rotate_recovery
|
||||
|
||||
# fast build rule for target.
|
||||
recovery_core_rotate_recovery/fast:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_rotate_recovery.dir/build.make CMakeFiles/recovery_core_rotate_recovery.dir/build
|
||||
.PHONY : recovery_core_rotate_recovery/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named recovery_core
|
||||
|
||||
# Build rule for target.
|
||||
recovery_core: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 recovery_core
|
||||
.PHONY : recovery_core
|
||||
|
||||
# fast build rule for target.
|
||||
recovery_core/fast:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/build
|
||||
.PHONY : recovery_core/fast
|
||||
|
||||
adapters/costmap_collision_checker.o: adapters/costmap_collision_checker.cpp.o
|
||||
|
||||
.PHONY : adapters/costmap_collision_checker.o
|
||||
|
||||
# target to build an object file
|
||||
adapters/costmap_collision_checker.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/adapters/costmap_collision_checker.cpp.o
|
||||
.PHONY : adapters/costmap_collision_checker.cpp.o
|
||||
|
||||
adapters/costmap_collision_checker.i: adapters/costmap_collision_checker.cpp.i
|
||||
|
||||
.PHONY : adapters/costmap_collision_checker.i
|
||||
|
||||
# target to preprocess a source file
|
||||
adapters/costmap_collision_checker.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/adapters/costmap_collision_checker.cpp.i
|
||||
.PHONY : adapters/costmap_collision_checker.cpp.i
|
||||
|
||||
adapters/costmap_collision_checker.s: adapters/costmap_collision_checker.cpp.s
|
||||
|
||||
.PHONY : adapters/costmap_collision_checker.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
adapters/costmap_collision_checker.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/adapters/costmap_collision_checker.cpp.s
|
||||
.PHONY : adapters/costmap_collision_checker.cpp.s
|
||||
|
||||
adapters/costmap_pose_provider.o: adapters/costmap_pose_provider.cpp.o
|
||||
|
||||
.PHONY : adapters/costmap_pose_provider.o
|
||||
|
||||
# target to build an object file
|
||||
adapters/costmap_pose_provider.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/adapters/costmap_pose_provider.cpp.o
|
||||
.PHONY : adapters/costmap_pose_provider.cpp.o
|
||||
|
||||
adapters/costmap_pose_provider.i: adapters/costmap_pose_provider.cpp.i
|
||||
|
||||
.PHONY : adapters/costmap_pose_provider.i
|
||||
|
||||
# target to preprocess a source file
|
||||
adapters/costmap_pose_provider.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/adapters/costmap_pose_provider.cpp.i
|
||||
.PHONY : adapters/costmap_pose_provider.cpp.i
|
||||
|
||||
adapters/costmap_pose_provider.s: adapters/costmap_pose_provider.cpp.s
|
||||
|
||||
.PHONY : adapters/costmap_pose_provider.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
adapters/costmap_pose_provider.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/adapters/costmap_pose_provider.cpp.s
|
||||
.PHONY : adapters/costmap_pose_provider.cpp.s
|
||||
|
||||
plugins/back_up_recovery.o: plugins/back_up_recovery.cpp.o
|
||||
|
||||
.PHONY : plugins/back_up_recovery.o
|
||||
|
||||
# target to build an object file
|
||||
plugins/back_up_recovery.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_back_up_recovery.dir/build.make CMakeFiles/recovery_core_back_up_recovery.dir/plugins/back_up_recovery.cpp.o
|
||||
.PHONY : plugins/back_up_recovery.cpp.o
|
||||
|
||||
plugins/back_up_recovery.i: plugins/back_up_recovery.cpp.i
|
||||
|
||||
.PHONY : plugins/back_up_recovery.i
|
||||
|
||||
# target to preprocess a source file
|
||||
plugins/back_up_recovery.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_back_up_recovery.dir/build.make CMakeFiles/recovery_core_back_up_recovery.dir/plugins/back_up_recovery.cpp.i
|
||||
.PHONY : plugins/back_up_recovery.cpp.i
|
||||
|
||||
plugins/back_up_recovery.s: plugins/back_up_recovery.cpp.s
|
||||
|
||||
.PHONY : plugins/back_up_recovery.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
plugins/back_up_recovery.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_back_up_recovery.dir/build.make CMakeFiles/recovery_core_back_up_recovery.dir/plugins/back_up_recovery.cpp.s
|
||||
.PHONY : plugins/back_up_recovery.cpp.s
|
||||
|
||||
plugins/clear_costmap_recovery.o: plugins/clear_costmap_recovery.cpp.o
|
||||
|
||||
.PHONY : plugins/clear_costmap_recovery.o
|
||||
|
||||
# target to build an object file
|
||||
plugins/clear_costmap_recovery.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_clear_costmap_recovery.dir/build.make CMakeFiles/recovery_core_clear_costmap_recovery.dir/plugins/clear_costmap_recovery.cpp.o
|
||||
.PHONY : plugins/clear_costmap_recovery.cpp.o
|
||||
|
||||
plugins/clear_costmap_recovery.i: plugins/clear_costmap_recovery.cpp.i
|
||||
|
||||
.PHONY : plugins/clear_costmap_recovery.i
|
||||
|
||||
# target to preprocess a source file
|
||||
plugins/clear_costmap_recovery.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_clear_costmap_recovery.dir/build.make CMakeFiles/recovery_core_clear_costmap_recovery.dir/plugins/clear_costmap_recovery.cpp.i
|
||||
.PHONY : plugins/clear_costmap_recovery.cpp.i
|
||||
|
||||
plugins/clear_costmap_recovery.s: plugins/clear_costmap_recovery.cpp.s
|
||||
|
||||
.PHONY : plugins/clear_costmap_recovery.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
plugins/clear_costmap_recovery.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_clear_costmap_recovery.dir/build.make CMakeFiles/recovery_core_clear_costmap_recovery.dir/plugins/clear_costmap_recovery.cpp.s
|
||||
.PHONY : plugins/clear_costmap_recovery.cpp.s
|
||||
|
||||
plugins/rotate_recovery.o: plugins/rotate_recovery.cpp.o
|
||||
|
||||
.PHONY : plugins/rotate_recovery.o
|
||||
|
||||
# target to build an object file
|
||||
plugins/rotate_recovery.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_rotate_recovery.dir/build.make CMakeFiles/recovery_core_rotate_recovery.dir/plugins/rotate_recovery.cpp.o
|
||||
.PHONY : plugins/rotate_recovery.cpp.o
|
||||
|
||||
plugins/rotate_recovery.i: plugins/rotate_recovery.cpp.i
|
||||
|
||||
.PHONY : plugins/rotate_recovery.i
|
||||
|
||||
# target to preprocess a source file
|
||||
plugins/rotate_recovery.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_rotate_recovery.dir/build.make CMakeFiles/recovery_core_rotate_recovery.dir/plugins/rotate_recovery.cpp.i
|
||||
.PHONY : plugins/rotate_recovery.cpp.i
|
||||
|
||||
plugins/rotate_recovery.s: plugins/rotate_recovery.cpp.s
|
||||
|
||||
.PHONY : plugins/rotate_recovery.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
plugins/rotate_recovery.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_rotate_recovery.dir/build.make CMakeFiles/recovery_core_rotate_recovery.dir/plugins/rotate_recovery.cpp.s
|
||||
.PHONY : plugins/rotate_recovery.cpp.s
|
||||
|
||||
plugins/wait_recovery.o: plugins/wait_recovery.cpp.o
|
||||
|
||||
.PHONY : plugins/wait_recovery.o
|
||||
|
||||
# target to build an object file
|
||||
plugins/wait_recovery.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_wait_recovery.dir/build.make CMakeFiles/recovery_core_wait_recovery.dir/plugins/wait_recovery.cpp.o
|
||||
.PHONY : plugins/wait_recovery.cpp.o
|
||||
|
||||
plugins/wait_recovery.i: plugins/wait_recovery.cpp.i
|
||||
|
||||
.PHONY : plugins/wait_recovery.i
|
||||
|
||||
# target to preprocess a source file
|
||||
plugins/wait_recovery.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_wait_recovery.dir/build.make CMakeFiles/recovery_core_wait_recovery.dir/plugins/wait_recovery.cpp.i
|
||||
.PHONY : plugins/wait_recovery.cpp.i
|
||||
|
||||
plugins/wait_recovery.s: plugins/wait_recovery.cpp.s
|
||||
|
||||
.PHONY : plugins/wait_recovery.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
plugins/wait_recovery.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core_wait_recovery.dir/build.make CMakeFiles/recovery_core_wait_recovery.dir/plugins/wait_recovery.cpp.s
|
||||
.PHONY : plugins/wait_recovery.cpp.s
|
||||
|
||||
src/recovery_behavior.o: src/recovery_behavior.cpp.o
|
||||
|
||||
.PHONY : src/recovery_behavior.o
|
||||
|
||||
# target to build an object file
|
||||
src/recovery_behavior.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_behavior.cpp.o
|
||||
.PHONY : src/recovery_behavior.cpp.o
|
||||
|
||||
src/recovery_behavior.i: src/recovery_behavior.cpp.i
|
||||
|
||||
.PHONY : src/recovery_behavior.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/recovery_behavior.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_behavior.cpp.i
|
||||
.PHONY : src/recovery_behavior.cpp.i
|
||||
|
||||
src/recovery_behavior.s: src/recovery_behavior.cpp.s
|
||||
|
||||
.PHONY : src/recovery_behavior.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/recovery_behavior.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_behavior.cpp.s
|
||||
.PHONY : src/recovery_behavior.cpp.s
|
||||
|
||||
src/recovery_registry.o: src/recovery_registry.cpp.o
|
||||
|
||||
.PHONY : src/recovery_registry.o
|
||||
|
||||
# target to build an object file
|
||||
src/recovery_registry.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_registry.cpp.o
|
||||
.PHONY : src/recovery_registry.cpp.o
|
||||
|
||||
src/recovery_registry.i: src/recovery_registry.cpp.i
|
||||
|
||||
.PHONY : src/recovery_registry.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/recovery_registry.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_registry.cpp.i
|
||||
.PHONY : src/recovery_registry.cpp.i
|
||||
|
||||
src/recovery_registry.s: src/recovery_registry.cpp.s
|
||||
|
||||
.PHONY : src/recovery_registry.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/recovery_registry.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_registry.cpp.s
|
||||
.PHONY : src/recovery_registry.cpp.s
|
||||
|
||||
src/recovery_types.o: src/recovery_types.cpp.o
|
||||
|
||||
.PHONY : src/recovery_types.o
|
||||
|
||||
# target to build an object file
|
||||
src/recovery_types.cpp.o:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_types.cpp.o
|
||||
.PHONY : src/recovery_types.cpp.o
|
||||
|
||||
src/recovery_types.i: src/recovery_types.cpp.i
|
||||
|
||||
.PHONY : src/recovery_types.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/recovery_types.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_types.cpp.i
|
||||
.PHONY : src/recovery_types.cpp.i
|
||||
|
||||
src/recovery_types.s: src/recovery_types.cpp.s
|
||||
|
||||
.PHONY : src/recovery_types.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/recovery_types.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/recovery_core.dir/build.make CMakeFiles/recovery_core.dir/src/recovery_types.cpp.s
|
||||
.PHONY : src/recovery_types.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 "... install"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install/local"
|
||||
@echo "... recovery_core_back_up_recovery"
|
||||
@echo "... recovery_core_clear_costmap_recovery"
|
||||
@echo "... recovery_core_wait_recovery"
|
||||
@echo "... install/strip"
|
||||
@echo "... recovery_core_rotate_recovery"
|
||||
@echo "... recovery_core"
|
||||
@echo "... adapters/costmap_collision_checker.o"
|
||||
@echo "... adapters/costmap_collision_checker.i"
|
||||
@echo "... adapters/costmap_collision_checker.s"
|
||||
@echo "... adapters/costmap_pose_provider.o"
|
||||
@echo "... adapters/costmap_pose_provider.i"
|
||||
@echo "... adapters/costmap_pose_provider.s"
|
||||
@echo "... plugins/back_up_recovery.o"
|
||||
@echo "... plugins/back_up_recovery.i"
|
||||
@echo "... plugins/back_up_recovery.s"
|
||||
@echo "... plugins/clear_costmap_recovery.o"
|
||||
@echo "... plugins/clear_costmap_recovery.i"
|
||||
@echo "... plugins/clear_costmap_recovery.s"
|
||||
@echo "... plugins/rotate_recovery.o"
|
||||
@echo "... plugins/rotate_recovery.i"
|
||||
@echo "... plugins/rotate_recovery.s"
|
||||
@echo "... plugins/wait_recovery.o"
|
||||
@echo "... plugins/wait_recovery.i"
|
||||
@echo "... plugins/wait_recovery.s"
|
||||
@echo "... src/recovery_behavior.o"
|
||||
@echo "... src/recovery_behavior.i"
|
||||
@echo "... src/recovery_behavior.s"
|
||||
@echo "... src/recovery_registry.o"
|
||||
@echo "... src/recovery_registry.i"
|
||||
@echo "... src/recovery_registry.s"
|
||||
@echo "... src/recovery_types.o"
|
||||
@echo "... src/recovery_types.i"
|
||||
@echo "... src/recovery_types.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
|
||||
|
||||
Reference in New Issue
Block a user