1063 lines
35 KiB
Makefile
1063 lines
35 KiB
Makefile
|
# 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/huey/opencv-4.7.0
|
||
|
|
||
|
# The top-level build directory on which CMake was run.
|
||
|
CMAKE_BINARY_DIR = /home/huey/opencv-4.7.0/build
|
||
|
|
||
|
#=============================================================================
|
||
|
# Targets provided globally by CMake.
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# 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 edit_cache
|
||
|
edit_cache:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||
|
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||
|
.PHONY : edit_cache
|
||
|
|
||
|
# Special rule for the target edit_cache
|
||
|
edit_cache/fast: edit_cache
|
||
|
|
||
|
.PHONY : edit_cache/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 package_source
|
||
|
package_source:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
||
|
cd /home/huey/opencv-4.7.0/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/huey/opencv-4.7.0/build/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 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: \"dev\" \"libs\" \"licenses\" \"main\" \"scripts\""
|
||
|
.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 package
|
||
|
package: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
||
|
cd /home/huey/opencv-4.7.0/build && /usr/bin/cpack --config ./CPackConfig.cmake
|
||
|
.PHONY : package
|
||
|
|
||
|
# Special rule for the target package
|
||
|
package/fast: package
|
||
|
|
||
|
.PHONY : package/fast
|
||
|
|
||
|
# The main all target
|
||
|
all: cmake_check_build_system
|
||
|
cd /home/huey/opencv-4.7.0/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/huey/opencv-4.7.0/build/CMakeFiles /home/huey/opencv-4.7.0/build/modules/rgbd/CMakeFiles/progress.marks
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/rgbd/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/huey/opencv-4.7.0/build/CMakeFiles 0
|
||
|
.PHONY : all
|
||
|
|
||
|
# The main clean target
|
||
|
clean:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/rgbd/clean
|
||
|
.PHONY : clean
|
||
|
|
||
|
# The main clean target
|
||
|
clean/fast: clean
|
||
|
|
||
|
.PHONY : clean/fast
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall: all
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/rgbd/preinstall
|
||
|
.PHONY : preinstall
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall/fast:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/rgbd/preinstall
|
||
|
.PHONY : preinstall/fast
|
||
|
|
||
|
# clear depends
|
||
|
depend:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||
|
.PHONY : depend
|
||
|
|
||
|
# Convenience name for target.
|
||
|
modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/rule:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/rule
|
||
|
.PHONY : modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
opencv_perf_rgbd: modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/rule
|
||
|
|
||
|
.PHONY : opencv_perf_rgbd
|
||
|
|
||
|
# fast build rule for target.
|
||
|
opencv_perf_rgbd/fast:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build
|
||
|
.PHONY : opencv_perf_rgbd/fast
|
||
|
|
||
|
# Convenience name for target.
|
||
|
modules/rgbd/CMakeFiles/opencv_rgbd.dir/rule:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/rgbd/CMakeFiles/opencv_rgbd.dir/rule
|
||
|
.PHONY : modules/rgbd/CMakeFiles/opencv_rgbd.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
opencv_rgbd: modules/rgbd/CMakeFiles/opencv_rgbd.dir/rule
|
||
|
|
||
|
.PHONY : opencv_rgbd
|
||
|
|
||
|
# fast build rule for target.
|
||
|
opencv_rgbd/fast:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/build
|
||
|
.PHONY : opencv_rgbd/fast
|
||
|
|
||
|
opencl_kernels_rgbd.o: opencl_kernels_rgbd.cpp.o
|
||
|
|
||
|
.PHONY : opencl_kernels_rgbd.o
|
||
|
|
||
|
# target to build an object file
|
||
|
opencl_kernels_rgbd.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/opencl_kernels_rgbd.cpp.o
|
||
|
.PHONY : opencl_kernels_rgbd.cpp.o
|
||
|
|
||
|
opencl_kernels_rgbd.i: opencl_kernels_rgbd.cpp.i
|
||
|
|
||
|
.PHONY : opencl_kernels_rgbd.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
opencl_kernels_rgbd.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/opencl_kernels_rgbd.cpp.i
|
||
|
.PHONY : opencl_kernels_rgbd.cpp.i
|
||
|
|
||
|
opencl_kernels_rgbd.s: opencl_kernels_rgbd.cpp.s
|
||
|
|
||
|
.PHONY : opencl_kernels_rgbd.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
opencl_kernels_rgbd.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/opencl_kernels_rgbd.cpp.s
|
||
|
.PHONY : opencl_kernels_rgbd.cpp.s
|
||
|
|
||
|
perf/perf_main.o: perf/perf_main.cpp.o
|
||
|
|
||
|
.PHONY : perf/perf_main.o
|
||
|
|
||
|
# target to build an object file
|
||
|
perf/perf_main.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/perf/perf_main.cpp.o
|
||
|
.PHONY : perf/perf_main.cpp.o
|
||
|
|
||
|
perf/perf_main.i: perf/perf_main.cpp.i
|
||
|
|
||
|
.PHONY : perf/perf_main.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
perf/perf_main.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/perf/perf_main.cpp.i
|
||
|
.PHONY : perf/perf_main.cpp.i
|
||
|
|
||
|
perf/perf_main.s: perf/perf_main.cpp.s
|
||
|
|
||
|
.PHONY : perf/perf_main.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
perf/perf_main.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/perf/perf_main.cpp.s
|
||
|
.PHONY : perf/perf_main.cpp.s
|
||
|
|
||
|
perf/perf_tsdf.o: perf/perf_tsdf.cpp.o
|
||
|
|
||
|
.PHONY : perf/perf_tsdf.o
|
||
|
|
||
|
# target to build an object file
|
||
|
perf/perf_tsdf.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/perf/perf_tsdf.cpp.o
|
||
|
.PHONY : perf/perf_tsdf.cpp.o
|
||
|
|
||
|
perf/perf_tsdf.i: perf/perf_tsdf.cpp.i
|
||
|
|
||
|
.PHONY : perf/perf_tsdf.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
perf/perf_tsdf.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/perf/perf_tsdf.cpp.i
|
||
|
.PHONY : perf/perf_tsdf.cpp.i
|
||
|
|
||
|
perf/perf_tsdf.s: perf/perf_tsdf.cpp.s
|
||
|
|
||
|
.PHONY : perf/perf_tsdf.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
perf/perf_tsdf.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_perf_rgbd.dir/perf/perf_tsdf.cpp.s
|
||
|
.PHONY : perf/perf_tsdf.cpp.s
|
||
|
|
||
|
src/colored_kinfu.o: src/colored_kinfu.cpp.o
|
||
|
|
||
|
.PHONY : src/colored_kinfu.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/colored_kinfu.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/colored_kinfu.cpp.o
|
||
|
.PHONY : src/colored_kinfu.cpp.o
|
||
|
|
||
|
src/colored_kinfu.i: src/colored_kinfu.cpp.i
|
||
|
|
||
|
.PHONY : src/colored_kinfu.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/colored_kinfu.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/colored_kinfu.cpp.i
|
||
|
.PHONY : src/colored_kinfu.cpp.i
|
||
|
|
||
|
src/colored_kinfu.s: src/colored_kinfu.cpp.s
|
||
|
|
||
|
.PHONY : src/colored_kinfu.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/colored_kinfu.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/colored_kinfu.cpp.s
|
||
|
.PHONY : src/colored_kinfu.cpp.s
|
||
|
|
||
|
src/colored_tsdf.o: src/colored_tsdf.cpp.o
|
||
|
|
||
|
.PHONY : src/colored_tsdf.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/colored_tsdf.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/colored_tsdf.cpp.o
|
||
|
.PHONY : src/colored_tsdf.cpp.o
|
||
|
|
||
|
src/colored_tsdf.i: src/colored_tsdf.cpp.i
|
||
|
|
||
|
.PHONY : src/colored_tsdf.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/colored_tsdf.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/colored_tsdf.cpp.i
|
||
|
.PHONY : src/colored_tsdf.cpp.i
|
||
|
|
||
|
src/colored_tsdf.s: src/colored_tsdf.cpp.s
|
||
|
|
||
|
.PHONY : src/colored_tsdf.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/colored_tsdf.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/colored_tsdf.cpp.s
|
||
|
.PHONY : src/colored_tsdf.cpp.s
|
||
|
|
||
|
src/depth_cleaner.o: src/depth_cleaner.cpp.o
|
||
|
|
||
|
.PHONY : src/depth_cleaner.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/depth_cleaner.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_cleaner.cpp.o
|
||
|
.PHONY : src/depth_cleaner.cpp.o
|
||
|
|
||
|
src/depth_cleaner.i: src/depth_cleaner.cpp.i
|
||
|
|
||
|
.PHONY : src/depth_cleaner.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/depth_cleaner.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_cleaner.cpp.i
|
||
|
.PHONY : src/depth_cleaner.cpp.i
|
||
|
|
||
|
src/depth_cleaner.s: src/depth_cleaner.cpp.s
|
||
|
|
||
|
.PHONY : src/depth_cleaner.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/depth_cleaner.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_cleaner.cpp.s
|
||
|
.PHONY : src/depth_cleaner.cpp.s
|
||
|
|
||
|
src/depth_registration.o: src/depth_registration.cpp.o
|
||
|
|
||
|
.PHONY : src/depth_registration.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/depth_registration.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_registration.cpp.o
|
||
|
.PHONY : src/depth_registration.cpp.o
|
||
|
|
||
|
src/depth_registration.i: src/depth_registration.cpp.i
|
||
|
|
||
|
.PHONY : src/depth_registration.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/depth_registration.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_registration.cpp.i
|
||
|
.PHONY : src/depth_registration.cpp.i
|
||
|
|
||
|
src/depth_registration.s: src/depth_registration.cpp.s
|
||
|
|
||
|
.PHONY : src/depth_registration.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/depth_registration.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_registration.cpp.s
|
||
|
.PHONY : src/depth_registration.cpp.s
|
||
|
|
||
|
src/depth_to_3d.o: src/depth_to_3d.cpp.o
|
||
|
|
||
|
.PHONY : src/depth_to_3d.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/depth_to_3d.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_to_3d.cpp.o
|
||
|
.PHONY : src/depth_to_3d.cpp.o
|
||
|
|
||
|
src/depth_to_3d.i: src/depth_to_3d.cpp.i
|
||
|
|
||
|
.PHONY : src/depth_to_3d.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/depth_to_3d.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_to_3d.cpp.i
|
||
|
.PHONY : src/depth_to_3d.cpp.i
|
||
|
|
||
|
src/depth_to_3d.s: src/depth_to_3d.cpp.s
|
||
|
|
||
|
.PHONY : src/depth_to_3d.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/depth_to_3d.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_to_3d.cpp.s
|
||
|
.PHONY : src/depth_to_3d.cpp.s
|
||
|
|
||
|
src/dqb.o: src/dqb.cpp.o
|
||
|
|
||
|
.PHONY : src/dqb.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/dqb.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dqb.cpp.o
|
||
|
.PHONY : src/dqb.cpp.o
|
||
|
|
||
|
src/dqb.i: src/dqb.cpp.i
|
||
|
|
||
|
.PHONY : src/dqb.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/dqb.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dqb.cpp.i
|
||
|
.PHONY : src/dqb.cpp.i
|
||
|
|
||
|
src/dqb.s: src/dqb.cpp.s
|
||
|
|
||
|
.PHONY : src/dqb.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/dqb.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dqb.cpp.s
|
||
|
.PHONY : src/dqb.cpp.s
|
||
|
|
||
|
src/dynafu.o: src/dynafu.cpp.o
|
||
|
|
||
|
.PHONY : src/dynafu.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/dynafu.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu.cpp.o
|
||
|
.PHONY : src/dynafu.cpp.o
|
||
|
|
||
|
src/dynafu.i: src/dynafu.cpp.i
|
||
|
|
||
|
.PHONY : src/dynafu.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/dynafu.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu.cpp.i
|
||
|
.PHONY : src/dynafu.cpp.i
|
||
|
|
||
|
src/dynafu.s: src/dynafu.cpp.s
|
||
|
|
||
|
.PHONY : src/dynafu.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/dynafu.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu.cpp.s
|
||
|
.PHONY : src/dynafu.cpp.s
|
||
|
|
||
|
src/dynafu_tsdf.o: src/dynafu_tsdf.cpp.o
|
||
|
|
||
|
.PHONY : src/dynafu_tsdf.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/dynafu_tsdf.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu_tsdf.cpp.o
|
||
|
.PHONY : src/dynafu_tsdf.cpp.o
|
||
|
|
||
|
src/dynafu_tsdf.i: src/dynafu_tsdf.cpp.i
|
||
|
|
||
|
.PHONY : src/dynafu_tsdf.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/dynafu_tsdf.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu_tsdf.cpp.i
|
||
|
.PHONY : src/dynafu_tsdf.cpp.i
|
||
|
|
||
|
src/dynafu_tsdf.s: src/dynafu_tsdf.cpp.s
|
||
|
|
||
|
.PHONY : src/dynafu_tsdf.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/dynafu_tsdf.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu_tsdf.cpp.s
|
||
|
.PHONY : src/dynafu_tsdf.cpp.s
|
||
|
|
||
|
src/fast_icp.o: src/fast_icp.cpp.o
|
||
|
|
||
|
.PHONY : src/fast_icp.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/fast_icp.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/fast_icp.cpp.o
|
||
|
.PHONY : src/fast_icp.cpp.o
|
||
|
|
||
|
src/fast_icp.i: src/fast_icp.cpp.i
|
||
|
|
||
|
.PHONY : src/fast_icp.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/fast_icp.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/fast_icp.cpp.i
|
||
|
.PHONY : src/fast_icp.cpp.i
|
||
|
|
||
|
src/fast_icp.s: src/fast_icp.cpp.s
|
||
|
|
||
|
.PHONY : src/fast_icp.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/fast_icp.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/fast_icp.cpp.s
|
||
|
.PHONY : src/fast_icp.cpp.s
|
||
|
|
||
|
src/hash_tsdf.o: src/hash_tsdf.cpp.o
|
||
|
|
||
|
.PHONY : src/hash_tsdf.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/hash_tsdf.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/hash_tsdf.cpp.o
|
||
|
.PHONY : src/hash_tsdf.cpp.o
|
||
|
|
||
|
src/hash_tsdf.i: src/hash_tsdf.cpp.i
|
||
|
|
||
|
.PHONY : src/hash_tsdf.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/hash_tsdf.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/hash_tsdf.cpp.i
|
||
|
.PHONY : src/hash_tsdf.cpp.i
|
||
|
|
||
|
src/hash_tsdf.s: src/hash_tsdf.cpp.s
|
||
|
|
||
|
.PHONY : src/hash_tsdf.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/hash_tsdf.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/hash_tsdf.cpp.s
|
||
|
.PHONY : src/hash_tsdf.cpp.s
|
||
|
|
||
|
src/kinfu.o: src/kinfu.cpp.o
|
||
|
|
||
|
.PHONY : src/kinfu.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/kinfu.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu.cpp.o
|
||
|
.PHONY : src/kinfu.cpp.o
|
||
|
|
||
|
src/kinfu.i: src/kinfu.cpp.i
|
||
|
|
||
|
.PHONY : src/kinfu.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/kinfu.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu.cpp.i
|
||
|
.PHONY : src/kinfu.cpp.i
|
||
|
|
||
|
src/kinfu.s: src/kinfu.cpp.s
|
||
|
|
||
|
.PHONY : src/kinfu.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/kinfu.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu.cpp.s
|
||
|
.PHONY : src/kinfu.cpp.s
|
||
|
|
||
|
src/kinfu_frame.o: src/kinfu_frame.cpp.o
|
||
|
|
||
|
.PHONY : src/kinfu_frame.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/kinfu_frame.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu_frame.cpp.o
|
||
|
.PHONY : src/kinfu_frame.cpp.o
|
||
|
|
||
|
src/kinfu_frame.i: src/kinfu_frame.cpp.i
|
||
|
|
||
|
.PHONY : src/kinfu_frame.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/kinfu_frame.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu_frame.cpp.i
|
||
|
.PHONY : src/kinfu_frame.cpp.i
|
||
|
|
||
|
src/kinfu_frame.s: src/kinfu_frame.cpp.s
|
||
|
|
||
|
.PHONY : src/kinfu_frame.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/kinfu_frame.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu_frame.cpp.s
|
||
|
.PHONY : src/kinfu_frame.cpp.s
|
||
|
|
||
|
src/large_kinfu.o: src/large_kinfu.cpp.o
|
||
|
|
||
|
.PHONY : src/large_kinfu.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/large_kinfu.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/large_kinfu.cpp.o
|
||
|
.PHONY : src/large_kinfu.cpp.o
|
||
|
|
||
|
src/large_kinfu.i: src/large_kinfu.cpp.i
|
||
|
|
||
|
.PHONY : src/large_kinfu.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/large_kinfu.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/large_kinfu.cpp.i
|
||
|
.PHONY : src/large_kinfu.cpp.i
|
||
|
|
||
|
src/large_kinfu.s: src/large_kinfu.cpp.s
|
||
|
|
||
|
.PHONY : src/large_kinfu.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/large_kinfu.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/large_kinfu.cpp.s
|
||
|
.PHONY : src/large_kinfu.cpp.s
|
||
|
|
||
|
src/linemod.o: src/linemod.cpp.o
|
||
|
|
||
|
.PHONY : src/linemod.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/linemod.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/linemod.cpp.o
|
||
|
.PHONY : src/linemod.cpp.o
|
||
|
|
||
|
src/linemod.i: src/linemod.cpp.i
|
||
|
|
||
|
.PHONY : src/linemod.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/linemod.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/linemod.cpp.i
|
||
|
.PHONY : src/linemod.cpp.i
|
||
|
|
||
|
src/linemod.s: src/linemod.cpp.s
|
||
|
|
||
|
.PHONY : src/linemod.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/linemod.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/linemod.cpp.s
|
||
|
.PHONY : src/linemod.cpp.s
|
||
|
|
||
|
src/nonrigid_icp.o: src/nonrigid_icp.cpp.o
|
||
|
|
||
|
.PHONY : src/nonrigid_icp.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/nonrigid_icp.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/nonrigid_icp.cpp.o
|
||
|
.PHONY : src/nonrigid_icp.cpp.o
|
||
|
|
||
|
src/nonrigid_icp.i: src/nonrigid_icp.cpp.i
|
||
|
|
||
|
.PHONY : src/nonrigid_icp.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/nonrigid_icp.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/nonrigid_icp.cpp.i
|
||
|
.PHONY : src/nonrigid_icp.cpp.i
|
||
|
|
||
|
src/nonrigid_icp.s: src/nonrigid_icp.cpp.s
|
||
|
|
||
|
.PHONY : src/nonrigid_icp.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/nonrigid_icp.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/nonrigid_icp.cpp.s
|
||
|
.PHONY : src/nonrigid_icp.cpp.s
|
||
|
|
||
|
src/normal.o: src/normal.cpp.o
|
||
|
|
||
|
.PHONY : src/normal.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/normal.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/normal.cpp.o
|
||
|
.PHONY : src/normal.cpp.o
|
||
|
|
||
|
src/normal.i: src/normal.cpp.i
|
||
|
|
||
|
.PHONY : src/normal.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/normal.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/normal.cpp.i
|
||
|
.PHONY : src/normal.cpp.i
|
||
|
|
||
|
src/normal.s: src/normal.cpp.s
|
||
|
|
||
|
.PHONY : src/normal.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/normal.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/normal.cpp.s
|
||
|
.PHONY : src/normal.cpp.s
|
||
|
|
||
|
src/odometry.o: src/odometry.cpp.o
|
||
|
|
||
|
.PHONY : src/odometry.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/odometry.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/odometry.cpp.o
|
||
|
.PHONY : src/odometry.cpp.o
|
||
|
|
||
|
src/odometry.i: src/odometry.cpp.i
|
||
|
|
||
|
.PHONY : src/odometry.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/odometry.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/odometry.cpp.i
|
||
|
.PHONY : src/odometry.cpp.i
|
||
|
|
||
|
src/odometry.s: src/odometry.cpp.s
|
||
|
|
||
|
.PHONY : src/odometry.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/odometry.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/odometry.cpp.s
|
||
|
.PHONY : src/odometry.cpp.s
|
||
|
|
||
|
src/plane.o: src/plane.cpp.o
|
||
|
|
||
|
.PHONY : src/plane.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/plane.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/plane.cpp.o
|
||
|
.PHONY : src/plane.cpp.o
|
||
|
|
||
|
src/plane.i: src/plane.cpp.i
|
||
|
|
||
|
.PHONY : src/plane.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/plane.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/plane.cpp.i
|
||
|
.PHONY : src/plane.cpp.i
|
||
|
|
||
|
src/plane.s: src/plane.cpp.s
|
||
|
|
||
|
.PHONY : src/plane.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/plane.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/plane.cpp.s
|
||
|
.PHONY : src/plane.cpp.s
|
||
|
|
||
|
src/pose_graph.o: src/pose_graph.cpp.o
|
||
|
|
||
|
.PHONY : src/pose_graph.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/pose_graph.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/pose_graph.cpp.o
|
||
|
.PHONY : src/pose_graph.cpp.o
|
||
|
|
||
|
src/pose_graph.i: src/pose_graph.cpp.i
|
||
|
|
||
|
.PHONY : src/pose_graph.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/pose_graph.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/pose_graph.cpp.i
|
||
|
.PHONY : src/pose_graph.cpp.i
|
||
|
|
||
|
src/pose_graph.s: src/pose_graph.cpp.s
|
||
|
|
||
|
.PHONY : src/pose_graph.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/pose_graph.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/pose_graph.cpp.s
|
||
|
.PHONY : src/pose_graph.cpp.s
|
||
|
|
||
|
src/tsdf.o: src/tsdf.cpp.o
|
||
|
|
||
|
.PHONY : src/tsdf.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/tsdf.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf.cpp.o
|
||
|
.PHONY : src/tsdf.cpp.o
|
||
|
|
||
|
src/tsdf.i: src/tsdf.cpp.i
|
||
|
|
||
|
.PHONY : src/tsdf.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/tsdf.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf.cpp.i
|
||
|
.PHONY : src/tsdf.cpp.i
|
||
|
|
||
|
src/tsdf.s: src/tsdf.cpp.s
|
||
|
|
||
|
.PHONY : src/tsdf.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/tsdf.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf.cpp.s
|
||
|
.PHONY : src/tsdf.cpp.s
|
||
|
|
||
|
src/tsdf_functions.o: src/tsdf_functions.cpp.o
|
||
|
|
||
|
.PHONY : src/tsdf_functions.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/tsdf_functions.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf_functions.cpp.o
|
||
|
.PHONY : src/tsdf_functions.cpp.o
|
||
|
|
||
|
src/tsdf_functions.i: src/tsdf_functions.cpp.i
|
||
|
|
||
|
.PHONY : src/tsdf_functions.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/tsdf_functions.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf_functions.cpp.i
|
||
|
.PHONY : src/tsdf_functions.cpp.i
|
||
|
|
||
|
src/tsdf_functions.s: src/tsdf_functions.cpp.s
|
||
|
|
||
|
.PHONY : src/tsdf_functions.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/tsdf_functions.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf_functions.cpp.s
|
||
|
.PHONY : src/tsdf_functions.cpp.s
|
||
|
|
||
|
src/utils.o: src/utils.cpp.o
|
||
|
|
||
|
.PHONY : src/utils.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/utils.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/utils.cpp.o
|
||
|
.PHONY : src/utils.cpp.o
|
||
|
|
||
|
src/utils.i: src/utils.cpp.i
|
||
|
|
||
|
.PHONY : src/utils.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/utils.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/utils.cpp.i
|
||
|
.PHONY : src/utils.cpp.i
|
||
|
|
||
|
src/utils.s: src/utils.cpp.s
|
||
|
|
||
|
.PHONY : src/utils.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/utils.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/utils.cpp.s
|
||
|
.PHONY : src/utils.cpp.s
|
||
|
|
||
|
src/volume.o: src/volume.cpp.o
|
||
|
|
||
|
.PHONY : src/volume.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/volume.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/volume.cpp.o
|
||
|
.PHONY : src/volume.cpp.o
|
||
|
|
||
|
src/volume.i: src/volume.cpp.i
|
||
|
|
||
|
.PHONY : src/volume.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/volume.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/volume.cpp.i
|
||
|
.PHONY : src/volume.cpp.i
|
||
|
|
||
|
src/volume.s: src/volume.cpp.s
|
||
|
|
||
|
.PHONY : src/volume.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/volume.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/volume.cpp.s
|
||
|
.PHONY : src/volume.cpp.s
|
||
|
|
||
|
src/warpfield.o: src/warpfield.cpp.o
|
||
|
|
||
|
.PHONY : src/warpfield.o
|
||
|
|
||
|
# target to build an object file
|
||
|
src/warpfield.cpp.o:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/warpfield.cpp.o
|
||
|
.PHONY : src/warpfield.cpp.o
|
||
|
|
||
|
src/warpfield.i: src/warpfield.cpp.i
|
||
|
|
||
|
.PHONY : src/warpfield.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
src/warpfield.cpp.i:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/warpfield.cpp.i
|
||
|
.PHONY : src/warpfield.cpp.i
|
||
|
|
||
|
src/warpfield.s: src/warpfield.cpp.s
|
||
|
|
||
|
.PHONY : src/warpfield.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
src/warpfield.cpp.s:
|
||
|
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/warpfield.cpp.s
|
||
|
.PHONY : src/warpfield.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/strip"
|
||
|
@echo "... install/local"
|
||
|
@echo "... edit_cache"
|
||
|
@echo "... test"
|
||
|
@echo "... package_source"
|
||
|
@echo "... install"
|
||
|
@echo "... list_install_components"
|
||
|
@echo "... rebuild_cache"
|
||
|
@echo "... package"
|
||
|
@echo "... opencv_perf_rgbd"
|
||
|
@echo "... opencv_rgbd"
|
||
|
@echo "... opencl_kernels_rgbd.o"
|
||
|
@echo "... opencl_kernels_rgbd.i"
|
||
|
@echo "... opencl_kernels_rgbd.s"
|
||
|
@echo "... perf/perf_main.o"
|
||
|
@echo "... perf/perf_main.i"
|
||
|
@echo "... perf/perf_main.s"
|
||
|
@echo "... perf/perf_tsdf.o"
|
||
|
@echo "... perf/perf_tsdf.i"
|
||
|
@echo "... perf/perf_tsdf.s"
|
||
|
@echo "... src/colored_kinfu.o"
|
||
|
@echo "... src/colored_kinfu.i"
|
||
|
@echo "... src/colored_kinfu.s"
|
||
|
@echo "... src/colored_tsdf.o"
|
||
|
@echo "... src/colored_tsdf.i"
|
||
|
@echo "... src/colored_tsdf.s"
|
||
|
@echo "... src/depth_cleaner.o"
|
||
|
@echo "... src/depth_cleaner.i"
|
||
|
@echo "... src/depth_cleaner.s"
|
||
|
@echo "... src/depth_registration.o"
|
||
|
@echo "... src/depth_registration.i"
|
||
|
@echo "... src/depth_registration.s"
|
||
|
@echo "... src/depth_to_3d.o"
|
||
|
@echo "... src/depth_to_3d.i"
|
||
|
@echo "... src/depth_to_3d.s"
|
||
|
@echo "... src/dqb.o"
|
||
|
@echo "... src/dqb.i"
|
||
|
@echo "... src/dqb.s"
|
||
|
@echo "... src/dynafu.o"
|
||
|
@echo "... src/dynafu.i"
|
||
|
@echo "... src/dynafu.s"
|
||
|
@echo "... src/dynafu_tsdf.o"
|
||
|
@echo "... src/dynafu_tsdf.i"
|
||
|
@echo "... src/dynafu_tsdf.s"
|
||
|
@echo "... src/fast_icp.o"
|
||
|
@echo "... src/fast_icp.i"
|
||
|
@echo "... src/fast_icp.s"
|
||
|
@echo "... src/hash_tsdf.o"
|
||
|
@echo "... src/hash_tsdf.i"
|
||
|
@echo "... src/hash_tsdf.s"
|
||
|
@echo "... src/kinfu.o"
|
||
|
@echo "... src/kinfu.i"
|
||
|
@echo "... src/kinfu.s"
|
||
|
@echo "... src/kinfu_frame.o"
|
||
|
@echo "... src/kinfu_frame.i"
|
||
|
@echo "... src/kinfu_frame.s"
|
||
|
@echo "... src/large_kinfu.o"
|
||
|
@echo "... src/large_kinfu.i"
|
||
|
@echo "... src/large_kinfu.s"
|
||
|
@echo "... src/linemod.o"
|
||
|
@echo "... src/linemod.i"
|
||
|
@echo "... src/linemod.s"
|
||
|
@echo "... src/nonrigid_icp.o"
|
||
|
@echo "... src/nonrigid_icp.i"
|
||
|
@echo "... src/nonrigid_icp.s"
|
||
|
@echo "... src/normal.o"
|
||
|
@echo "... src/normal.i"
|
||
|
@echo "... src/normal.s"
|
||
|
@echo "... src/odometry.o"
|
||
|
@echo "... src/odometry.i"
|
||
|
@echo "... src/odometry.s"
|
||
|
@echo "... src/plane.o"
|
||
|
@echo "... src/plane.i"
|
||
|
@echo "... src/plane.s"
|
||
|
@echo "... src/pose_graph.o"
|
||
|
@echo "... src/pose_graph.i"
|
||
|
@echo "... src/pose_graph.s"
|
||
|
@echo "... src/tsdf.o"
|
||
|
@echo "... src/tsdf.i"
|
||
|
@echo "... src/tsdf.s"
|
||
|
@echo "... src/tsdf_functions.o"
|
||
|
@echo "... src/tsdf_functions.i"
|
||
|
@echo "... src/tsdf_functions.s"
|
||
|
@echo "... src/utils.o"
|
||
|
@echo "... src/utils.i"
|
||
|
@echo "... src/utils.s"
|
||
|
@echo "... src/volume.o"
|
||
|
@echo "... src/volume.i"
|
||
|
@echo "... src/volume.s"
|
||
|
@echo "... src/warpfield.o"
|
||
|
@echo "... src/warpfield.i"
|
||
|
@echo "... src/warpfield.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/huey/opencv-4.7.0/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||
|
.PHONY : cmake_check_build_system
|
||
|
|