658 lines
28 KiB
Makefile
658 lines
28 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/firmament/codes/24navigation/src/octomap
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/firmament/codes/24navigation/build/octomap-distribution
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target package
|
|
package: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && /usr/bin/cpack --config ./CPackConfig.cmake
|
|
.PHONY : package
|
|
|
|
# Special rule for the target package
|
|
package/fast: package
|
|
.PHONY : package/fast
|
|
|
|
# Special rule for the target package_source
|
|
package_source:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/firmament/codes/24navigation/build/octomap-distribution/CPackSourceConfig.cmake
|
|
.PHONY : package_source
|
|
|
|
# Special rule for the target package_source
|
|
package_source/fast: package_source
|
|
.PHONY : package_source/fast
|
|
|
|
# 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
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/octomap-distribution/CMakeFiles /home/firmament/codes/24navigation/build/octomap-distribution/octomap//CMakeFiles/progress.marks
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/firmament/codes/24navigation/build/octomap-distribution/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/Experimental.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/Experimental.dir/rule
|
|
.PHONY : octomap/CMakeFiles/Experimental.dir/rule
|
|
|
|
# Convenience name for target.
|
|
Experimental: octomap/CMakeFiles/Experimental.dir/rule
|
|
.PHONY : Experimental
|
|
|
|
# fast build rule for target.
|
|
Experimental/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/Experimental.dir/build.make octomap/CMakeFiles/Experimental.dir/build
|
|
.PHONY : Experimental/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/Nightly.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/Nightly.dir/rule
|
|
.PHONY : octomap/CMakeFiles/Nightly.dir/rule
|
|
|
|
# Convenience name for target.
|
|
Nightly: octomap/CMakeFiles/Nightly.dir/rule
|
|
.PHONY : Nightly
|
|
|
|
# fast build rule for target.
|
|
Nightly/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/Nightly.dir/build.make octomap/CMakeFiles/Nightly.dir/build
|
|
.PHONY : Nightly/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/Continuous.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/Continuous.dir/rule
|
|
.PHONY : octomap/CMakeFiles/Continuous.dir/rule
|
|
|
|
# Convenience name for target.
|
|
Continuous: octomap/CMakeFiles/Continuous.dir/rule
|
|
.PHONY : Continuous
|
|
|
|
# fast build rule for target.
|
|
Continuous/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/Continuous.dir/build.make octomap/CMakeFiles/Continuous.dir/build
|
|
.PHONY : Continuous/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyMemoryCheck.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyMemoryCheck.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyMemoryCheck.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyMemoryCheck: octomap/CMakeFiles/NightlyMemoryCheck.dir/rule
|
|
.PHONY : NightlyMemoryCheck
|
|
|
|
# fast build rule for target.
|
|
NightlyMemoryCheck/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyMemoryCheck.dir/build.make octomap/CMakeFiles/NightlyMemoryCheck.dir/build
|
|
.PHONY : NightlyMemoryCheck/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyStart.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyStart.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyStart.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyStart: octomap/CMakeFiles/NightlyStart.dir/rule
|
|
.PHONY : NightlyStart
|
|
|
|
# fast build rule for target.
|
|
NightlyStart/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyStart.dir/build.make octomap/CMakeFiles/NightlyStart.dir/build
|
|
.PHONY : NightlyStart/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyUpdate.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyUpdate.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyUpdate.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyUpdate: octomap/CMakeFiles/NightlyUpdate.dir/rule
|
|
.PHONY : NightlyUpdate
|
|
|
|
# fast build rule for target.
|
|
NightlyUpdate/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyUpdate.dir/build.make octomap/CMakeFiles/NightlyUpdate.dir/build
|
|
.PHONY : NightlyUpdate/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyConfigure.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyConfigure.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyConfigure.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyConfigure: octomap/CMakeFiles/NightlyConfigure.dir/rule
|
|
.PHONY : NightlyConfigure
|
|
|
|
# fast build rule for target.
|
|
NightlyConfigure/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyConfigure.dir/build.make octomap/CMakeFiles/NightlyConfigure.dir/build
|
|
.PHONY : NightlyConfigure/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyBuild.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyBuild.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyBuild.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyBuild: octomap/CMakeFiles/NightlyBuild.dir/rule
|
|
.PHONY : NightlyBuild
|
|
|
|
# fast build rule for target.
|
|
NightlyBuild/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyBuild.dir/build.make octomap/CMakeFiles/NightlyBuild.dir/build
|
|
.PHONY : NightlyBuild/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyTest.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyTest.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyTest.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyTest: octomap/CMakeFiles/NightlyTest.dir/rule
|
|
.PHONY : NightlyTest
|
|
|
|
# fast build rule for target.
|
|
NightlyTest/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyTest.dir/build.make octomap/CMakeFiles/NightlyTest.dir/build
|
|
.PHONY : NightlyTest/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyCoverage.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyCoverage.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyCoverage.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyCoverage: octomap/CMakeFiles/NightlyCoverage.dir/rule
|
|
.PHONY : NightlyCoverage
|
|
|
|
# fast build rule for target.
|
|
NightlyCoverage/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyCoverage.dir/build.make octomap/CMakeFiles/NightlyCoverage.dir/build
|
|
.PHONY : NightlyCoverage/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlyMemCheck.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlyMemCheck.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlyMemCheck.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlyMemCheck: octomap/CMakeFiles/NightlyMemCheck.dir/rule
|
|
.PHONY : NightlyMemCheck
|
|
|
|
# fast build rule for target.
|
|
NightlyMemCheck/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlyMemCheck.dir/build.make octomap/CMakeFiles/NightlyMemCheck.dir/build
|
|
.PHONY : NightlyMemCheck/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/NightlySubmit.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/NightlySubmit.dir/rule
|
|
.PHONY : octomap/CMakeFiles/NightlySubmit.dir/rule
|
|
|
|
# Convenience name for target.
|
|
NightlySubmit: octomap/CMakeFiles/NightlySubmit.dir/rule
|
|
.PHONY : NightlySubmit
|
|
|
|
# fast build rule for target.
|
|
NightlySubmit/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/NightlySubmit.dir/build.make octomap/CMakeFiles/NightlySubmit.dir/build
|
|
.PHONY : NightlySubmit/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalStart.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalStart.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalStart.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalStart: octomap/CMakeFiles/ExperimentalStart.dir/rule
|
|
.PHONY : ExperimentalStart
|
|
|
|
# fast build rule for target.
|
|
ExperimentalStart/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalStart.dir/build.make octomap/CMakeFiles/ExperimentalStart.dir/build
|
|
.PHONY : ExperimentalStart/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalUpdate.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalUpdate.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalUpdate.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalUpdate: octomap/CMakeFiles/ExperimentalUpdate.dir/rule
|
|
.PHONY : ExperimentalUpdate
|
|
|
|
# fast build rule for target.
|
|
ExperimentalUpdate/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalUpdate.dir/build.make octomap/CMakeFiles/ExperimentalUpdate.dir/build
|
|
.PHONY : ExperimentalUpdate/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalConfigure.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalConfigure.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalConfigure.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalConfigure: octomap/CMakeFiles/ExperimentalConfigure.dir/rule
|
|
.PHONY : ExperimentalConfigure
|
|
|
|
# fast build rule for target.
|
|
ExperimentalConfigure/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalConfigure.dir/build.make octomap/CMakeFiles/ExperimentalConfigure.dir/build
|
|
.PHONY : ExperimentalConfigure/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalBuild.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalBuild.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalBuild.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalBuild: octomap/CMakeFiles/ExperimentalBuild.dir/rule
|
|
.PHONY : ExperimentalBuild
|
|
|
|
# fast build rule for target.
|
|
ExperimentalBuild/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalBuild.dir/build.make octomap/CMakeFiles/ExperimentalBuild.dir/build
|
|
.PHONY : ExperimentalBuild/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalTest.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalTest.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalTest.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalTest: octomap/CMakeFiles/ExperimentalTest.dir/rule
|
|
.PHONY : ExperimentalTest
|
|
|
|
# fast build rule for target.
|
|
ExperimentalTest/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalTest.dir/build.make octomap/CMakeFiles/ExperimentalTest.dir/build
|
|
.PHONY : ExperimentalTest/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalCoverage.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalCoverage.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalCoverage.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalCoverage: octomap/CMakeFiles/ExperimentalCoverage.dir/rule
|
|
.PHONY : ExperimentalCoverage
|
|
|
|
# fast build rule for target.
|
|
ExperimentalCoverage/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalCoverage.dir/build.make octomap/CMakeFiles/ExperimentalCoverage.dir/build
|
|
.PHONY : ExperimentalCoverage/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalMemCheck.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalMemCheck.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalMemCheck.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalMemCheck: octomap/CMakeFiles/ExperimentalMemCheck.dir/rule
|
|
.PHONY : ExperimentalMemCheck
|
|
|
|
# fast build rule for target.
|
|
ExperimentalMemCheck/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalMemCheck.dir/build.make octomap/CMakeFiles/ExperimentalMemCheck.dir/build
|
|
.PHONY : ExperimentalMemCheck/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ExperimentalSubmit.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ExperimentalSubmit.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ExperimentalSubmit.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ExperimentalSubmit: octomap/CMakeFiles/ExperimentalSubmit.dir/rule
|
|
.PHONY : ExperimentalSubmit
|
|
|
|
# fast build rule for target.
|
|
ExperimentalSubmit/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ExperimentalSubmit.dir/build.make octomap/CMakeFiles/ExperimentalSubmit.dir/build
|
|
.PHONY : ExperimentalSubmit/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousStart.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousStart.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousStart.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousStart: octomap/CMakeFiles/ContinuousStart.dir/rule
|
|
.PHONY : ContinuousStart
|
|
|
|
# fast build rule for target.
|
|
ContinuousStart/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousStart.dir/build.make octomap/CMakeFiles/ContinuousStart.dir/build
|
|
.PHONY : ContinuousStart/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousUpdate.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousUpdate.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousUpdate.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousUpdate: octomap/CMakeFiles/ContinuousUpdate.dir/rule
|
|
.PHONY : ContinuousUpdate
|
|
|
|
# fast build rule for target.
|
|
ContinuousUpdate/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousUpdate.dir/build.make octomap/CMakeFiles/ContinuousUpdate.dir/build
|
|
.PHONY : ContinuousUpdate/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousConfigure.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousConfigure.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousConfigure.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousConfigure: octomap/CMakeFiles/ContinuousConfigure.dir/rule
|
|
.PHONY : ContinuousConfigure
|
|
|
|
# fast build rule for target.
|
|
ContinuousConfigure/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousConfigure.dir/build.make octomap/CMakeFiles/ContinuousConfigure.dir/build
|
|
.PHONY : ContinuousConfigure/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousBuild.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousBuild.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousBuild.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousBuild: octomap/CMakeFiles/ContinuousBuild.dir/rule
|
|
.PHONY : ContinuousBuild
|
|
|
|
# fast build rule for target.
|
|
ContinuousBuild/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousBuild.dir/build.make octomap/CMakeFiles/ContinuousBuild.dir/build
|
|
.PHONY : ContinuousBuild/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousTest.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousTest.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousTest.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousTest: octomap/CMakeFiles/ContinuousTest.dir/rule
|
|
.PHONY : ContinuousTest
|
|
|
|
# fast build rule for target.
|
|
ContinuousTest/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousTest.dir/build.make octomap/CMakeFiles/ContinuousTest.dir/build
|
|
.PHONY : ContinuousTest/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousCoverage.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousCoverage.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousCoverage.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousCoverage: octomap/CMakeFiles/ContinuousCoverage.dir/rule
|
|
.PHONY : ContinuousCoverage
|
|
|
|
# fast build rule for target.
|
|
ContinuousCoverage/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousCoverage.dir/build.make octomap/CMakeFiles/ContinuousCoverage.dir/build
|
|
.PHONY : ContinuousCoverage/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousMemCheck.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousMemCheck.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousMemCheck.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousMemCheck: octomap/CMakeFiles/ContinuousMemCheck.dir/rule
|
|
.PHONY : ContinuousMemCheck
|
|
|
|
# fast build rule for target.
|
|
ContinuousMemCheck/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousMemCheck.dir/build.make octomap/CMakeFiles/ContinuousMemCheck.dir/build
|
|
.PHONY : ContinuousMemCheck/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/ContinuousSubmit.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/ContinuousSubmit.dir/rule
|
|
.PHONY : octomap/CMakeFiles/ContinuousSubmit.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ContinuousSubmit: octomap/CMakeFiles/ContinuousSubmit.dir/rule
|
|
.PHONY : ContinuousSubmit
|
|
|
|
# fast build rule for target.
|
|
ContinuousSubmit/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/ContinuousSubmit.dir/build.make octomap/CMakeFiles/ContinuousSubmit.dir/build
|
|
.PHONY : ContinuousSubmit/fast
|
|
|
|
# Convenience name for target.
|
|
octomap/CMakeFiles/uninstall.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octomap/CMakeFiles/uninstall.dir/rule
|
|
.PHONY : octomap/CMakeFiles/uninstall.dir/rule
|
|
|
|
# Convenience name for target.
|
|
uninstall: octomap/CMakeFiles/uninstall.dir/rule
|
|
.PHONY : uninstall
|
|
|
|
# fast build rule for target.
|
|
uninstall/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octomap/CMakeFiles/uninstall.dir/build.make octomap/CMakeFiles/uninstall.dir/build
|
|
.PHONY : uninstall/fast
|
|
|
|
# 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 "... package"
|
|
@echo "... package_source"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... Continuous"
|
|
@echo "... ContinuousBuild"
|
|
@echo "... ContinuousConfigure"
|
|
@echo "... ContinuousCoverage"
|
|
@echo "... ContinuousMemCheck"
|
|
@echo "... ContinuousStart"
|
|
@echo "... ContinuousSubmit"
|
|
@echo "... ContinuousTest"
|
|
@echo "... ContinuousUpdate"
|
|
@echo "... Experimental"
|
|
@echo "... ExperimentalBuild"
|
|
@echo "... ExperimentalConfigure"
|
|
@echo "... ExperimentalCoverage"
|
|
@echo "... ExperimentalMemCheck"
|
|
@echo "... ExperimentalStart"
|
|
@echo "... ExperimentalSubmit"
|
|
@echo "... ExperimentalTest"
|
|
@echo "... ExperimentalUpdate"
|
|
@echo "... Nightly"
|
|
@echo "... NightlyBuild"
|
|
@echo "... NightlyConfigure"
|
|
@echo "... NightlyCoverage"
|
|
@echo "... NightlyMemCheck"
|
|
@echo "... NightlyMemoryCheck"
|
|
@echo "... NightlyStart"
|
|
@echo "... NightlySubmit"
|
|
@echo "... NightlyTest"
|
|
@echo "... NightlyUpdate"
|
|
@echo "... uninstall"
|
|
.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/firmament/codes/24navigation/build/octomap-distribution && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|