823 lines
30 KiB
Makefile
Raw Permalink Normal View History

2024-07-24 15:17:01 +08:00
# 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 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
# 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
# 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/stitching/CMakeFiles/progress.marks
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/stitching/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/stitching/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/stitching/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/stitching/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/stitching/CMakeFiles/opencv_perf_stitching.dir/rule:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/stitching/CMakeFiles/opencv_perf_stitching.dir/rule
.PHONY : modules/stitching/CMakeFiles/opencv_perf_stitching.dir/rule
# Convenience name for target.
opencv_perf_stitching: modules/stitching/CMakeFiles/opencv_perf_stitching.dir/rule
.PHONY : opencv_perf_stitching
# fast build rule for target.
opencv_perf_stitching/fast:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build
.PHONY : opencv_perf_stitching/fast
# Convenience name for target.
modules/stitching/CMakeFiles/opencv_stitching.dir/rule:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f CMakeFiles/Makefile2 modules/stitching/CMakeFiles/opencv_stitching.dir/rule
.PHONY : modules/stitching/CMakeFiles/opencv_stitching.dir/rule
# Convenience name for target.
opencv_stitching: modules/stitching/CMakeFiles/opencv_stitching.dir/rule
.PHONY : opencv_stitching
# fast build rule for target.
opencv_stitching/fast:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/build
.PHONY : opencv_stitching/fast
opencl_kernels_stitching.o: opencl_kernels_stitching.cpp.o
.PHONY : opencl_kernels_stitching.o
# target to build an object file
opencl_kernels_stitching.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/opencl_kernels_stitching.cpp.o
.PHONY : opencl_kernels_stitching.cpp.o
opencl_kernels_stitching.i: opencl_kernels_stitching.cpp.i
.PHONY : opencl_kernels_stitching.i
# target to preprocess a source file
opencl_kernels_stitching.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/opencl_kernels_stitching.cpp.i
.PHONY : opencl_kernels_stitching.cpp.i
opencl_kernels_stitching.s: opencl_kernels_stitching.cpp.s
.PHONY : opencl_kernels_stitching.s
# target to generate assembly for a file
opencl_kernels_stitching.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/opencl_kernels_stitching.cpp.s
.PHONY : opencl_kernels_stitching.cpp.s
perf/opencl/perf_stitch.o: perf/opencl/perf_stitch.cpp.o
.PHONY : perf/opencl/perf_stitch.o
# target to build an object file
perf/opencl/perf_stitch.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/opencl/perf_stitch.cpp.o
.PHONY : perf/opencl/perf_stitch.cpp.o
perf/opencl/perf_stitch.i: perf/opencl/perf_stitch.cpp.i
.PHONY : perf/opencl/perf_stitch.i
# target to preprocess a source file
perf/opencl/perf_stitch.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/opencl/perf_stitch.cpp.i
.PHONY : perf/opencl/perf_stitch.cpp.i
perf/opencl/perf_stitch.s: perf/opencl/perf_stitch.cpp.s
.PHONY : perf/opencl/perf_stitch.s
# target to generate assembly for a file
perf/opencl/perf_stitch.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/opencl/perf_stitch.cpp.s
.PHONY : perf/opencl/perf_stitch.cpp.s
perf/opencl/perf_warpers.o: perf/opencl/perf_warpers.cpp.o
.PHONY : perf/opencl/perf_warpers.o
# target to build an object file
perf/opencl/perf_warpers.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/opencl/perf_warpers.cpp.o
.PHONY : perf/opencl/perf_warpers.cpp.o
perf/opencl/perf_warpers.i: perf/opencl/perf_warpers.cpp.i
.PHONY : perf/opencl/perf_warpers.i
# target to preprocess a source file
perf/opencl/perf_warpers.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/opencl/perf_warpers.cpp.i
.PHONY : perf/opencl/perf_warpers.cpp.i
perf/opencl/perf_warpers.s: perf/opencl/perf_warpers.cpp.s
.PHONY : perf/opencl/perf_warpers.s
# target to generate assembly for a file
perf/opencl/perf_warpers.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/opencl/perf_warpers.cpp.s
.PHONY : perf/opencl/perf_warpers.cpp.s
perf/perf_estimators.o: perf/perf_estimators.cpp.o
.PHONY : perf/perf_estimators.o
# target to build an object file
perf/perf_estimators.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_estimators.cpp.o
.PHONY : perf/perf_estimators.cpp.o
perf/perf_estimators.i: perf/perf_estimators.cpp.i
.PHONY : perf/perf_estimators.i
# target to preprocess a source file
perf/perf_estimators.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_estimators.cpp.i
.PHONY : perf/perf_estimators.cpp.i
perf/perf_estimators.s: perf/perf_estimators.cpp.s
.PHONY : perf/perf_estimators.s
# target to generate assembly for a file
perf/perf_estimators.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_estimators.cpp.s
.PHONY : perf/perf_estimators.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/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.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/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.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/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_main.cpp.s
.PHONY : perf/perf_main.cpp.s
perf/perf_matchers.o: perf/perf_matchers.cpp.o
.PHONY : perf/perf_matchers.o
# target to build an object file
perf/perf_matchers.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_matchers.cpp.o
.PHONY : perf/perf_matchers.cpp.o
perf/perf_matchers.i: perf/perf_matchers.cpp.i
.PHONY : perf/perf_matchers.i
# target to preprocess a source file
perf/perf_matchers.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_matchers.cpp.i
.PHONY : perf/perf_matchers.cpp.i
perf/perf_matchers.s: perf/perf_matchers.cpp.s
.PHONY : perf/perf_matchers.s
# target to generate assembly for a file
perf/perf_matchers.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_matchers.cpp.s
.PHONY : perf/perf_matchers.cpp.s
perf/perf_stich.o: perf/perf_stich.cpp.o
.PHONY : perf/perf_stich.o
# target to build an object file
perf/perf_stich.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_stich.cpp.o
.PHONY : perf/perf_stich.cpp.o
perf/perf_stich.i: perf/perf_stich.cpp.i
.PHONY : perf/perf_stich.i
# target to preprocess a source file
perf/perf_stich.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_stich.cpp.i
.PHONY : perf/perf_stich.cpp.i
perf/perf_stich.s: perf/perf_stich.cpp.s
.PHONY : perf/perf_stich.s
# target to generate assembly for a file
perf/perf_stich.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching.dir/perf/perf_stich.cpp.s
.PHONY : perf/perf_stich.cpp.s
src/autocalib.o: src/autocalib.cpp.o
.PHONY : src/autocalib.o
# target to build an object file
src/autocalib.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/autocalib.cpp.o
.PHONY : src/autocalib.cpp.o
src/autocalib.i: src/autocalib.cpp.i
.PHONY : src/autocalib.i
# target to preprocess a source file
src/autocalib.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/autocalib.cpp.i
.PHONY : src/autocalib.cpp.i
src/autocalib.s: src/autocalib.cpp.s
.PHONY : src/autocalib.s
# target to generate assembly for a file
src/autocalib.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/autocalib.cpp.s
.PHONY : src/autocalib.cpp.s
src/blenders.o: src/blenders.cpp.o
.PHONY : src/blenders.o
# target to build an object file
src/blenders.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/blenders.cpp.o
.PHONY : src/blenders.cpp.o
src/blenders.i: src/blenders.cpp.i
.PHONY : src/blenders.i
# target to preprocess a source file
src/blenders.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/blenders.cpp.i
.PHONY : src/blenders.cpp.i
src/blenders.s: src/blenders.cpp.s
.PHONY : src/blenders.s
# target to generate assembly for a file
src/blenders.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/blenders.cpp.s
.PHONY : src/blenders.cpp.s
src/camera.o: src/camera.cpp.o
.PHONY : src/camera.o
# target to build an object file
src/camera.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/camera.cpp.o
.PHONY : src/camera.cpp.o
src/camera.i: src/camera.cpp.i
.PHONY : src/camera.i
# target to preprocess a source file
src/camera.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/camera.cpp.i
.PHONY : src/camera.cpp.i
src/camera.s: src/camera.cpp.s
.PHONY : src/camera.s
# target to generate assembly for a file
src/camera.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/camera.cpp.s
.PHONY : src/camera.cpp.s
src/exposure_compensate.o: src/exposure_compensate.cpp.o
.PHONY : src/exposure_compensate.o
# target to build an object file
src/exposure_compensate.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/exposure_compensate.cpp.o
.PHONY : src/exposure_compensate.cpp.o
src/exposure_compensate.i: src/exposure_compensate.cpp.i
.PHONY : src/exposure_compensate.i
# target to preprocess a source file
src/exposure_compensate.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/exposure_compensate.cpp.i
.PHONY : src/exposure_compensate.cpp.i
src/exposure_compensate.s: src/exposure_compensate.cpp.s
.PHONY : src/exposure_compensate.s
# target to generate assembly for a file
src/exposure_compensate.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/exposure_compensate.cpp.s
.PHONY : src/exposure_compensate.cpp.s
src/matchers.o: src/matchers.cpp.o
.PHONY : src/matchers.o
# target to build an object file
src/matchers.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/matchers.cpp.o
.PHONY : src/matchers.cpp.o
src/matchers.i: src/matchers.cpp.i
.PHONY : src/matchers.i
# target to preprocess a source file
src/matchers.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/matchers.cpp.i
.PHONY : src/matchers.cpp.i
src/matchers.s: src/matchers.cpp.s
.PHONY : src/matchers.s
# target to generate assembly for a file
src/matchers.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/matchers.cpp.s
.PHONY : src/matchers.cpp.s
src/motion_estimators.o: src/motion_estimators.cpp.o
.PHONY : src/motion_estimators.o
# target to build an object file
src/motion_estimators.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/motion_estimators.cpp.o
.PHONY : src/motion_estimators.cpp.o
src/motion_estimators.i: src/motion_estimators.cpp.i
.PHONY : src/motion_estimators.i
# target to preprocess a source file
src/motion_estimators.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/motion_estimators.cpp.i
.PHONY : src/motion_estimators.cpp.i
src/motion_estimators.s: src/motion_estimators.cpp.s
.PHONY : src/motion_estimators.s
# target to generate assembly for a file
src/motion_estimators.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/motion_estimators.cpp.s
.PHONY : src/motion_estimators.cpp.s
src/seam_finders.o: src/seam_finders.cpp.o
.PHONY : src/seam_finders.o
# target to build an object file
src/seam_finders.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/seam_finders.cpp.o
.PHONY : src/seam_finders.cpp.o
src/seam_finders.i: src/seam_finders.cpp.i
.PHONY : src/seam_finders.i
# target to preprocess a source file
src/seam_finders.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/seam_finders.cpp.i
.PHONY : src/seam_finders.cpp.i
src/seam_finders.s: src/seam_finders.cpp.s
.PHONY : src/seam_finders.s
# target to generate assembly for a file
src/seam_finders.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/seam_finders.cpp.s
.PHONY : src/seam_finders.cpp.s
src/stitcher.o: src/stitcher.cpp.o
.PHONY : src/stitcher.o
# target to build an object file
src/stitcher.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/stitcher.cpp.o
.PHONY : src/stitcher.cpp.o
src/stitcher.i: src/stitcher.cpp.i
.PHONY : src/stitcher.i
# target to preprocess a source file
src/stitcher.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/stitcher.cpp.i
.PHONY : src/stitcher.cpp.i
src/stitcher.s: src/stitcher.cpp.s
.PHONY : src/stitcher.s
# target to generate assembly for a file
src/stitcher.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/stitcher.cpp.s
.PHONY : src/stitcher.cpp.s
src/timelapsers.o: src/timelapsers.cpp.o
.PHONY : src/timelapsers.o
# target to build an object file
src/timelapsers.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/timelapsers.cpp.o
.PHONY : src/timelapsers.cpp.o
src/timelapsers.i: src/timelapsers.cpp.i
.PHONY : src/timelapsers.i
# target to preprocess a source file
src/timelapsers.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/timelapsers.cpp.i
.PHONY : src/timelapsers.cpp.i
src/timelapsers.s: src/timelapsers.cpp.s
.PHONY : src/timelapsers.s
# target to generate assembly for a file
src/timelapsers.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/timelapsers.cpp.s
.PHONY : src/timelapsers.cpp.s
src/util.o: src/util.cpp.o
.PHONY : src/util.o
# target to build an object file
src/util.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/util.cpp.o
.PHONY : src/util.cpp.o
src/util.i: src/util.cpp.i
.PHONY : src/util.i
# target to preprocess a source file
src/util.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/util.cpp.i
.PHONY : src/util.cpp.i
src/util.s: src/util.cpp.s
.PHONY : src/util.s
# target to generate assembly for a file
src/util.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/util.cpp.s
.PHONY : src/util.cpp.s
src/warpers.o: src/warpers.cpp.o
.PHONY : src/warpers.o
# target to build an object file
src/warpers.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers.cpp.o
.PHONY : src/warpers.cpp.o
src/warpers.i: src/warpers.cpp.i
.PHONY : src/warpers.i
# target to preprocess a source file
src/warpers.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers.cpp.i
.PHONY : src/warpers.cpp.i
src/warpers.s: src/warpers.cpp.s
.PHONY : src/warpers.s
# target to generate assembly for a file
src/warpers.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers.cpp.s
.PHONY : src/warpers.cpp.s
src/warpers_cuda.o: src/warpers_cuda.cpp.o
.PHONY : src/warpers_cuda.o
# target to build an object file
src/warpers_cuda.cpp.o:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers_cuda.cpp.o
.PHONY : src/warpers_cuda.cpp.o
src/warpers_cuda.i: src/warpers_cuda.cpp.i
.PHONY : src/warpers_cuda.i
# target to preprocess a source file
src/warpers_cuda.cpp.i:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers_cuda.cpp.i
.PHONY : src/warpers_cuda.cpp.i
src/warpers_cuda.s: src/warpers_cuda.cpp.s
.PHONY : src/warpers_cuda.s
# target to generate assembly for a file
src/warpers_cuda.cpp.s:
cd /home/huey/opencv-4.7.0/build && $(MAKE) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers_cuda.cpp.s
.PHONY : src/warpers_cuda.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 "... install"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... package"
@echo "... opencv_perf_stitching"
@echo "... package_source"
@echo "... opencv_stitching"
@echo "... opencl_kernels_stitching.o"
@echo "... opencl_kernels_stitching.i"
@echo "... opencl_kernels_stitching.s"
@echo "... perf/opencl/perf_stitch.o"
@echo "... perf/opencl/perf_stitch.i"
@echo "... perf/opencl/perf_stitch.s"
@echo "... perf/opencl/perf_warpers.o"
@echo "... perf/opencl/perf_warpers.i"
@echo "... perf/opencl/perf_warpers.s"
@echo "... perf/perf_estimators.o"
@echo "... perf/perf_estimators.i"
@echo "... perf/perf_estimators.s"
@echo "... perf/perf_main.o"
@echo "... perf/perf_main.i"
@echo "... perf/perf_main.s"
@echo "... perf/perf_matchers.o"
@echo "... perf/perf_matchers.i"
@echo "... perf/perf_matchers.s"
@echo "... perf/perf_stich.o"
@echo "... perf/perf_stich.i"
@echo "... perf/perf_stich.s"
@echo "... src/autocalib.o"
@echo "... src/autocalib.i"
@echo "... src/autocalib.s"
@echo "... src/blenders.o"
@echo "... src/blenders.i"
@echo "... src/blenders.s"
@echo "... src/camera.o"
@echo "... src/camera.i"
@echo "... src/camera.s"
@echo "... src/exposure_compensate.o"
@echo "... src/exposure_compensate.i"
@echo "... src/exposure_compensate.s"
@echo "... src/matchers.o"
@echo "... src/matchers.i"
@echo "... src/matchers.s"
@echo "... src/motion_estimators.o"
@echo "... src/motion_estimators.i"
@echo "... src/motion_estimators.s"
@echo "... src/seam_finders.o"
@echo "... src/seam_finders.i"
@echo "... src/seam_finders.s"
@echo "... src/stitcher.o"
@echo "... src/stitcher.i"
@echo "... src/stitcher.s"
@echo "... src/timelapsers.o"
@echo "... src/timelapsers.i"
@echo "... src/timelapsers.s"
@echo "... src/util.o"
@echo "... src/util.i"
@echo "... src/util.s"
@echo "... src/warpers.o"
@echo "... src/warpers.i"
@echo "... src/warpers.s"
@echo "... src/warpers_cuda.o"
@echo "... src/warpers_cuda.i"
@echo "... src/warpers_cuda.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