826 lines
39 KiB
Makefile
826 lines
39 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/octovis//CMakeFiles/progress.marks
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octovis/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 octovis/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 octovis/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octovis/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.
|
|
octovis/CMakeFiles/octovis-static.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octovis/CMakeFiles/octovis-static.dir/rule
|
|
.PHONY : octovis/CMakeFiles/octovis-static.dir/rule
|
|
|
|
# Convenience name for target.
|
|
octovis-static: octovis/CMakeFiles/octovis-static.dir/rule
|
|
.PHONY : octovis-static
|
|
|
|
# fast build rule for target.
|
|
octovis-static/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/build
|
|
.PHONY : octovis-static/fast
|
|
|
|
# Convenience name for target.
|
|
octovis/CMakeFiles/octovis-shared.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octovis/CMakeFiles/octovis-shared.dir/rule
|
|
.PHONY : octovis/CMakeFiles/octovis-shared.dir/rule
|
|
|
|
# Convenience name for target.
|
|
octovis-shared: octovis/CMakeFiles/octovis-shared.dir/rule
|
|
.PHONY : octovis-shared
|
|
|
|
# fast build rule for target.
|
|
octovis-shared/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/build
|
|
.PHONY : octovis-shared/fast
|
|
|
|
# Convenience name for target.
|
|
octovis/CMakeFiles/octovis.dir/rule:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octovis/CMakeFiles/octovis.dir/rule
|
|
.PHONY : octovis/CMakeFiles/octovis.dir/rule
|
|
|
|
# Convenience name for target.
|
|
octovis: octovis/CMakeFiles/octovis.dir/rule
|
|
.PHONY : octovis
|
|
|
|
# fast build rule for target.
|
|
octovis/fast:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/build
|
|
.PHONY : octovis/fast
|
|
|
|
include/octovis/moc_CameraFollowMode.o: include/octovis/moc_CameraFollowMode.cpp.o
|
|
.PHONY : include/octovis/moc_CameraFollowMode.o
|
|
|
|
# target to build an object file
|
|
include/octovis/moc_CameraFollowMode.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_CameraFollowMode.cpp.o
|
|
.PHONY : include/octovis/moc_CameraFollowMode.cpp.o
|
|
|
|
include/octovis/moc_CameraFollowMode.i: include/octovis/moc_CameraFollowMode.cpp.i
|
|
.PHONY : include/octovis/moc_CameraFollowMode.i
|
|
|
|
# target to preprocess a source file
|
|
include/octovis/moc_CameraFollowMode.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_CameraFollowMode.cpp.i
|
|
.PHONY : include/octovis/moc_CameraFollowMode.cpp.i
|
|
|
|
include/octovis/moc_CameraFollowMode.s: include/octovis/moc_CameraFollowMode.cpp.s
|
|
.PHONY : include/octovis/moc_CameraFollowMode.s
|
|
|
|
# target to generate assembly for a file
|
|
include/octovis/moc_CameraFollowMode.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_CameraFollowMode.cpp.s
|
|
.PHONY : include/octovis/moc_CameraFollowMode.cpp.s
|
|
|
|
include/octovis/moc_ViewerGui.o: include/octovis/moc_ViewerGui.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerGui.o
|
|
|
|
# target to build an object file
|
|
include/octovis/moc_ViewerGui.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerGui.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerGui.cpp.o
|
|
|
|
include/octovis/moc_ViewerGui.i: include/octovis/moc_ViewerGui.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerGui.i
|
|
|
|
# target to preprocess a source file
|
|
include/octovis/moc_ViewerGui.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerGui.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerGui.cpp.i
|
|
|
|
include/octovis/moc_ViewerGui.s: include/octovis/moc_ViewerGui.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerGui.s
|
|
|
|
# target to generate assembly for a file
|
|
include/octovis/moc_ViewerGui.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerGui.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerGui.cpp.s
|
|
|
|
include/octovis/moc_ViewerSettings.o: include/octovis/moc_ViewerSettings.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerSettings.o
|
|
|
|
# target to build an object file
|
|
include/octovis/moc_ViewerSettings.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettings.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerSettings.cpp.o
|
|
|
|
include/octovis/moc_ViewerSettings.i: include/octovis/moc_ViewerSettings.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerSettings.i
|
|
|
|
# target to preprocess a source file
|
|
include/octovis/moc_ViewerSettings.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettings.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerSettings.cpp.i
|
|
|
|
include/octovis/moc_ViewerSettings.s: include/octovis/moc_ViewerSettings.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerSettings.s
|
|
|
|
# target to generate assembly for a file
|
|
include/octovis/moc_ViewerSettings.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettings.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerSettings.cpp.s
|
|
|
|
include/octovis/moc_ViewerSettingsPanel.o: include/octovis/moc_ViewerSettingsPanel.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanel.o
|
|
|
|
# target to build an object file
|
|
include/octovis/moc_ViewerSettingsPanel.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettingsPanel.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanel.cpp.o
|
|
|
|
include/octovis/moc_ViewerSettingsPanel.i: include/octovis/moc_ViewerSettingsPanel.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanel.i
|
|
|
|
# target to preprocess a source file
|
|
include/octovis/moc_ViewerSettingsPanel.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettingsPanel.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanel.cpp.i
|
|
|
|
include/octovis/moc_ViewerSettingsPanel.s: include/octovis/moc_ViewerSettingsPanel.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanel.s
|
|
|
|
# target to generate assembly for a file
|
|
include/octovis/moc_ViewerSettingsPanel.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettingsPanel.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanel.cpp.s
|
|
|
|
include/octovis/moc_ViewerSettingsPanelCamera.o: include/octovis/moc_ViewerSettingsPanelCamera.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanelCamera.o
|
|
|
|
# target to build an object file
|
|
include/octovis/moc_ViewerSettingsPanelCamera.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettingsPanelCamera.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanelCamera.cpp.o
|
|
|
|
include/octovis/moc_ViewerSettingsPanelCamera.i: include/octovis/moc_ViewerSettingsPanelCamera.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanelCamera.i
|
|
|
|
# target to preprocess a source file
|
|
include/octovis/moc_ViewerSettingsPanelCamera.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettingsPanelCamera.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanelCamera.cpp.i
|
|
|
|
include/octovis/moc_ViewerSettingsPanelCamera.s: include/octovis/moc_ViewerSettingsPanelCamera.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanelCamera.s
|
|
|
|
# target to generate assembly for a file
|
|
include/octovis/moc_ViewerSettingsPanelCamera.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerSettingsPanelCamera.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerSettingsPanelCamera.cpp.s
|
|
|
|
include/octovis/moc_ViewerWidget.o: include/octovis/moc_ViewerWidget.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerWidget.o
|
|
|
|
# target to build an object file
|
|
include/octovis/moc_ViewerWidget.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerWidget.cpp.o
|
|
.PHONY : include/octovis/moc_ViewerWidget.cpp.o
|
|
|
|
include/octovis/moc_ViewerWidget.i: include/octovis/moc_ViewerWidget.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerWidget.i
|
|
|
|
# target to preprocess a source file
|
|
include/octovis/moc_ViewerWidget.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerWidget.cpp.i
|
|
.PHONY : include/octovis/moc_ViewerWidget.cpp.i
|
|
|
|
include/octovis/moc_ViewerWidget.s: include/octovis/moc_ViewerWidget.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerWidget.s
|
|
|
|
# target to generate assembly for a file
|
|
include/octovis/moc_ViewerWidget.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/include/octovis/moc_ViewerWidget.cpp.s
|
|
.PHONY : include/octovis/moc_ViewerWidget.cpp.s
|
|
|
|
qrc_icons.o: qrc_icons.cpp.o
|
|
.PHONY : qrc_icons.o
|
|
|
|
# target to build an object file
|
|
qrc_icons.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/qrc_icons.cpp.o
|
|
.PHONY : qrc_icons.cpp.o
|
|
|
|
qrc_icons.i: qrc_icons.cpp.i
|
|
.PHONY : qrc_icons.i
|
|
|
|
# target to preprocess a source file
|
|
qrc_icons.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/qrc_icons.cpp.i
|
|
.PHONY : qrc_icons.cpp.i
|
|
|
|
qrc_icons.s: qrc_icons.cpp.s
|
|
.PHONY : qrc_icons.s
|
|
|
|
# target to generate assembly for a file
|
|
qrc_icons.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/qrc_icons.cpp.s
|
|
.PHONY : qrc_icons.cpp.s
|
|
|
|
src/CameraFollowMode.o: src/CameraFollowMode.cpp.o
|
|
.PHONY : src/CameraFollowMode.o
|
|
|
|
# target to build an object file
|
|
src/CameraFollowMode.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/CameraFollowMode.cpp.o
|
|
.PHONY : src/CameraFollowMode.cpp.o
|
|
|
|
src/CameraFollowMode.i: src/CameraFollowMode.cpp.i
|
|
.PHONY : src/CameraFollowMode.i
|
|
|
|
# target to preprocess a source file
|
|
src/CameraFollowMode.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/CameraFollowMode.cpp.i
|
|
.PHONY : src/CameraFollowMode.cpp.i
|
|
|
|
src/CameraFollowMode.s: src/CameraFollowMode.cpp.s
|
|
.PHONY : src/CameraFollowMode.s
|
|
|
|
# target to generate assembly for a file
|
|
src/CameraFollowMode.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/CameraFollowMode.cpp.s
|
|
.PHONY : src/CameraFollowMode.cpp.s
|
|
|
|
src/ColorOcTreeDrawer.o: src/ColorOcTreeDrawer.cpp.o
|
|
.PHONY : src/ColorOcTreeDrawer.o
|
|
|
|
# target to build an object file
|
|
src/ColorOcTreeDrawer.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/ColorOcTreeDrawer.cpp.o
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/ColorOcTreeDrawer.cpp.o
|
|
.PHONY : src/ColorOcTreeDrawer.cpp.o
|
|
|
|
src/ColorOcTreeDrawer.i: src/ColorOcTreeDrawer.cpp.i
|
|
.PHONY : src/ColorOcTreeDrawer.i
|
|
|
|
# target to preprocess a source file
|
|
src/ColorOcTreeDrawer.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/ColorOcTreeDrawer.cpp.i
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/ColorOcTreeDrawer.cpp.i
|
|
.PHONY : src/ColorOcTreeDrawer.cpp.i
|
|
|
|
src/ColorOcTreeDrawer.s: src/ColorOcTreeDrawer.cpp.s
|
|
.PHONY : src/ColorOcTreeDrawer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ColorOcTreeDrawer.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/ColorOcTreeDrawer.cpp.s
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/ColorOcTreeDrawer.cpp.s
|
|
.PHONY : src/ColorOcTreeDrawer.cpp.s
|
|
|
|
src/OcTreeDrawer.o: src/OcTreeDrawer.cpp.o
|
|
.PHONY : src/OcTreeDrawer.o
|
|
|
|
# target to build an object file
|
|
src/OcTreeDrawer.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/OcTreeDrawer.cpp.o
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/OcTreeDrawer.cpp.o
|
|
.PHONY : src/OcTreeDrawer.cpp.o
|
|
|
|
src/OcTreeDrawer.i: src/OcTreeDrawer.cpp.i
|
|
.PHONY : src/OcTreeDrawer.i
|
|
|
|
# target to preprocess a source file
|
|
src/OcTreeDrawer.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/OcTreeDrawer.cpp.i
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/OcTreeDrawer.cpp.i
|
|
.PHONY : src/OcTreeDrawer.cpp.i
|
|
|
|
src/OcTreeDrawer.s: src/OcTreeDrawer.cpp.s
|
|
.PHONY : src/OcTreeDrawer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/OcTreeDrawer.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/OcTreeDrawer.cpp.s
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/OcTreeDrawer.cpp.s
|
|
.PHONY : src/OcTreeDrawer.cpp.s
|
|
|
|
src/PointcloudDrawer.o: src/PointcloudDrawer.cpp.o
|
|
.PHONY : src/PointcloudDrawer.o
|
|
|
|
# target to build an object file
|
|
src/PointcloudDrawer.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/PointcloudDrawer.cpp.o
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/PointcloudDrawer.cpp.o
|
|
.PHONY : src/PointcloudDrawer.cpp.o
|
|
|
|
src/PointcloudDrawer.i: src/PointcloudDrawer.cpp.i
|
|
.PHONY : src/PointcloudDrawer.i
|
|
|
|
# target to preprocess a source file
|
|
src/PointcloudDrawer.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/PointcloudDrawer.cpp.i
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/PointcloudDrawer.cpp.i
|
|
.PHONY : src/PointcloudDrawer.cpp.i
|
|
|
|
src/PointcloudDrawer.s: src/PointcloudDrawer.cpp.s
|
|
.PHONY : src/PointcloudDrawer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/PointcloudDrawer.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/PointcloudDrawer.cpp.s
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/PointcloudDrawer.cpp.s
|
|
.PHONY : src/PointcloudDrawer.cpp.s
|
|
|
|
src/SceneObject.o: src/SceneObject.cpp.o
|
|
.PHONY : src/SceneObject.o
|
|
|
|
# target to build an object file
|
|
src/SceneObject.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/SceneObject.cpp.o
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/SceneObject.cpp.o
|
|
.PHONY : src/SceneObject.cpp.o
|
|
|
|
src/SceneObject.i: src/SceneObject.cpp.i
|
|
.PHONY : src/SceneObject.i
|
|
|
|
# target to preprocess a source file
|
|
src/SceneObject.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/SceneObject.cpp.i
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/SceneObject.cpp.i
|
|
.PHONY : src/SceneObject.cpp.i
|
|
|
|
src/SceneObject.s: src/SceneObject.cpp.s
|
|
.PHONY : src/SceneObject.s
|
|
|
|
# target to generate assembly for a file
|
|
src/SceneObject.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/SceneObject.cpp.s
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/SceneObject.cpp.s
|
|
.PHONY : src/SceneObject.cpp.s
|
|
|
|
src/SelectionBox.o: src/SelectionBox.cpp.o
|
|
.PHONY : src/SelectionBox.o
|
|
|
|
# target to build an object file
|
|
src/SelectionBox.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/SelectionBox.cpp.o
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/SelectionBox.cpp.o
|
|
.PHONY : src/SelectionBox.cpp.o
|
|
|
|
src/SelectionBox.i: src/SelectionBox.cpp.i
|
|
.PHONY : src/SelectionBox.i
|
|
|
|
# target to preprocess a source file
|
|
src/SelectionBox.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/SelectionBox.cpp.i
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/SelectionBox.cpp.i
|
|
.PHONY : src/SelectionBox.cpp.i
|
|
|
|
src/SelectionBox.s: src/SelectionBox.cpp.s
|
|
.PHONY : src/SelectionBox.s
|
|
|
|
# target to generate assembly for a file
|
|
src/SelectionBox.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/SelectionBox.cpp.s
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/SelectionBox.cpp.s
|
|
.PHONY : src/SelectionBox.cpp.s
|
|
|
|
src/TrajectoryDrawer.o: src/TrajectoryDrawer.cpp.o
|
|
.PHONY : src/TrajectoryDrawer.o
|
|
|
|
# target to build an object file
|
|
src/TrajectoryDrawer.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/TrajectoryDrawer.cpp.o
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/TrajectoryDrawer.cpp.o
|
|
.PHONY : src/TrajectoryDrawer.cpp.o
|
|
|
|
src/TrajectoryDrawer.i: src/TrajectoryDrawer.cpp.i
|
|
.PHONY : src/TrajectoryDrawer.i
|
|
|
|
# target to preprocess a source file
|
|
src/TrajectoryDrawer.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/TrajectoryDrawer.cpp.i
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/TrajectoryDrawer.cpp.i
|
|
.PHONY : src/TrajectoryDrawer.cpp.i
|
|
|
|
src/TrajectoryDrawer.s: src/TrajectoryDrawer.cpp.s
|
|
.PHONY : src/TrajectoryDrawer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/TrajectoryDrawer.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-static.dir/build.make octovis/CMakeFiles/octovis-static.dir/src/TrajectoryDrawer.cpp.s
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis-shared.dir/build.make octovis/CMakeFiles/octovis-shared.dir/src/TrajectoryDrawer.cpp.s
|
|
.PHONY : src/TrajectoryDrawer.cpp.s
|
|
|
|
src/ViewerGui.o: src/ViewerGui.cpp.o
|
|
.PHONY : src/ViewerGui.o
|
|
|
|
# target to build an object file
|
|
src/ViewerGui.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerGui.cpp.o
|
|
.PHONY : src/ViewerGui.cpp.o
|
|
|
|
src/ViewerGui.i: src/ViewerGui.cpp.i
|
|
.PHONY : src/ViewerGui.i
|
|
|
|
# target to preprocess a source file
|
|
src/ViewerGui.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerGui.cpp.i
|
|
.PHONY : src/ViewerGui.cpp.i
|
|
|
|
src/ViewerGui.s: src/ViewerGui.cpp.s
|
|
.PHONY : src/ViewerGui.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ViewerGui.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerGui.cpp.s
|
|
.PHONY : src/ViewerGui.cpp.s
|
|
|
|
src/ViewerSettings.o: src/ViewerSettings.cpp.o
|
|
.PHONY : src/ViewerSettings.o
|
|
|
|
# target to build an object file
|
|
src/ViewerSettings.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettings.cpp.o
|
|
.PHONY : src/ViewerSettings.cpp.o
|
|
|
|
src/ViewerSettings.i: src/ViewerSettings.cpp.i
|
|
.PHONY : src/ViewerSettings.i
|
|
|
|
# target to preprocess a source file
|
|
src/ViewerSettings.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettings.cpp.i
|
|
.PHONY : src/ViewerSettings.cpp.i
|
|
|
|
src/ViewerSettings.s: src/ViewerSettings.cpp.s
|
|
.PHONY : src/ViewerSettings.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ViewerSettings.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettings.cpp.s
|
|
.PHONY : src/ViewerSettings.cpp.s
|
|
|
|
src/ViewerSettingsPanel.o: src/ViewerSettingsPanel.cpp.o
|
|
.PHONY : src/ViewerSettingsPanel.o
|
|
|
|
# target to build an object file
|
|
src/ViewerSettingsPanel.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettingsPanel.cpp.o
|
|
.PHONY : src/ViewerSettingsPanel.cpp.o
|
|
|
|
src/ViewerSettingsPanel.i: src/ViewerSettingsPanel.cpp.i
|
|
.PHONY : src/ViewerSettingsPanel.i
|
|
|
|
# target to preprocess a source file
|
|
src/ViewerSettingsPanel.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettingsPanel.cpp.i
|
|
.PHONY : src/ViewerSettingsPanel.cpp.i
|
|
|
|
src/ViewerSettingsPanel.s: src/ViewerSettingsPanel.cpp.s
|
|
.PHONY : src/ViewerSettingsPanel.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ViewerSettingsPanel.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettingsPanel.cpp.s
|
|
.PHONY : src/ViewerSettingsPanel.cpp.s
|
|
|
|
src/ViewerSettingsPanelCamera.o: src/ViewerSettingsPanelCamera.cpp.o
|
|
.PHONY : src/ViewerSettingsPanelCamera.o
|
|
|
|
# target to build an object file
|
|
src/ViewerSettingsPanelCamera.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettingsPanelCamera.cpp.o
|
|
.PHONY : src/ViewerSettingsPanelCamera.cpp.o
|
|
|
|
src/ViewerSettingsPanelCamera.i: src/ViewerSettingsPanelCamera.cpp.i
|
|
.PHONY : src/ViewerSettingsPanelCamera.i
|
|
|
|
# target to preprocess a source file
|
|
src/ViewerSettingsPanelCamera.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettingsPanelCamera.cpp.i
|
|
.PHONY : src/ViewerSettingsPanelCamera.cpp.i
|
|
|
|
src/ViewerSettingsPanelCamera.s: src/ViewerSettingsPanelCamera.cpp.s
|
|
.PHONY : src/ViewerSettingsPanelCamera.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ViewerSettingsPanelCamera.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerSettingsPanelCamera.cpp.s
|
|
.PHONY : src/ViewerSettingsPanelCamera.cpp.s
|
|
|
|
src/ViewerWidget.o: src/ViewerWidget.cpp.o
|
|
.PHONY : src/ViewerWidget.o
|
|
|
|
# target to build an object file
|
|
src/ViewerWidget.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerWidget.cpp.o
|
|
.PHONY : src/ViewerWidget.cpp.o
|
|
|
|
src/ViewerWidget.i: src/ViewerWidget.cpp.i
|
|
.PHONY : src/ViewerWidget.i
|
|
|
|
# target to preprocess a source file
|
|
src/ViewerWidget.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerWidget.cpp.i
|
|
.PHONY : src/ViewerWidget.cpp.i
|
|
|
|
src/ViewerWidget.s: src/ViewerWidget.cpp.s
|
|
.PHONY : src/ViewerWidget.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ViewerWidget.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/ViewerWidget.cpp.s
|
|
.PHONY : src/ViewerWidget.cpp.s
|
|
|
|
src/main.o: src/main.cpp.o
|
|
.PHONY : src/main.o
|
|
|
|
# target to build an object file
|
|
src/main.cpp.o:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/main.cpp.o
|
|
.PHONY : src/main.cpp.o
|
|
|
|
src/main.i: src/main.cpp.i
|
|
.PHONY : src/main.i
|
|
|
|
# target to preprocess a source file
|
|
src/main.cpp.i:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/main.cpp.i
|
|
.PHONY : src/main.cpp.i
|
|
|
|
src/main.s: src/main.cpp.s
|
|
.PHONY : src/main.s
|
|
|
|
# target to generate assembly for a file
|
|
src/main.cpp.s:
|
|
cd /home/firmament/codes/24navigation/build/octomap-distribution && $(MAKE) $(MAKESILENT) -f octovis/CMakeFiles/octovis.dir/build.make octovis/CMakeFiles/octovis.dir/src/main.cpp.s
|
|
.PHONY : src/main.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 "... package"
|
|
@echo "... package_source"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... octovis"
|
|
@echo "... octovis-shared"
|
|
@echo "... octovis-static"
|
|
@echo "... include/octovis/moc_CameraFollowMode.o"
|
|
@echo "... include/octovis/moc_CameraFollowMode.i"
|
|
@echo "... include/octovis/moc_CameraFollowMode.s"
|
|
@echo "... include/octovis/moc_ViewerGui.o"
|
|
@echo "... include/octovis/moc_ViewerGui.i"
|
|
@echo "... include/octovis/moc_ViewerGui.s"
|
|
@echo "... include/octovis/moc_ViewerSettings.o"
|
|
@echo "... include/octovis/moc_ViewerSettings.i"
|
|
@echo "... include/octovis/moc_ViewerSettings.s"
|
|
@echo "... include/octovis/moc_ViewerSettingsPanel.o"
|
|
@echo "... include/octovis/moc_ViewerSettingsPanel.i"
|
|
@echo "... include/octovis/moc_ViewerSettingsPanel.s"
|
|
@echo "... include/octovis/moc_ViewerSettingsPanelCamera.o"
|
|
@echo "... include/octovis/moc_ViewerSettingsPanelCamera.i"
|
|
@echo "... include/octovis/moc_ViewerSettingsPanelCamera.s"
|
|
@echo "... include/octovis/moc_ViewerWidget.o"
|
|
@echo "... include/octovis/moc_ViewerWidget.i"
|
|
@echo "... include/octovis/moc_ViewerWidget.s"
|
|
@echo "... qrc_icons.o"
|
|
@echo "... qrc_icons.i"
|
|
@echo "... qrc_icons.s"
|
|
@echo "... src/CameraFollowMode.o"
|
|
@echo "... src/CameraFollowMode.i"
|
|
@echo "... src/CameraFollowMode.s"
|
|
@echo "... src/ColorOcTreeDrawer.o"
|
|
@echo "... src/ColorOcTreeDrawer.i"
|
|
@echo "... src/ColorOcTreeDrawer.s"
|
|
@echo "... src/OcTreeDrawer.o"
|
|
@echo "... src/OcTreeDrawer.i"
|
|
@echo "... src/OcTreeDrawer.s"
|
|
@echo "... src/PointcloudDrawer.o"
|
|
@echo "... src/PointcloudDrawer.i"
|
|
@echo "... src/PointcloudDrawer.s"
|
|
@echo "... src/SceneObject.o"
|
|
@echo "... src/SceneObject.i"
|
|
@echo "... src/SceneObject.s"
|
|
@echo "... src/SelectionBox.o"
|
|
@echo "... src/SelectionBox.i"
|
|
@echo "... src/SelectionBox.s"
|
|
@echo "... src/TrajectoryDrawer.o"
|
|
@echo "... src/TrajectoryDrawer.i"
|
|
@echo "... src/TrajectoryDrawer.s"
|
|
@echo "... src/ViewerGui.o"
|
|
@echo "... src/ViewerGui.i"
|
|
@echo "... src/ViewerGui.s"
|
|
@echo "... src/ViewerSettings.o"
|
|
@echo "... src/ViewerSettings.i"
|
|
@echo "... src/ViewerSettings.s"
|
|
@echo "... src/ViewerSettingsPanel.o"
|
|
@echo "... src/ViewerSettingsPanel.i"
|
|
@echo "... src/ViewerSettingsPanel.s"
|
|
@echo "... src/ViewerSettingsPanelCamera.o"
|
|
@echo "... src/ViewerSettingsPanelCamera.i"
|
|
@echo "... src/ViewerSettingsPanelCamera.s"
|
|
@echo "... src/ViewerWidget.o"
|
|
@echo "... src/ViewerWidget.i"
|
|
@echo "... src/ViewerWidget.s"
|
|
@echo "... src/main.o"
|
|
@echo "... src/main.i"
|
|
@echo "... src/main.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:
|
|
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
|
|
|