# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21

# 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 = /opt/conda/bin/cmake

# The command to remove a file.
RM = /opt/conda/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid

#=============================================================================
# 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..."
	/opt/conda/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..."
	/opt/conda/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..."
	/opt/conda/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..."
	/opt/conda/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..."
	/opt/conda/bin/ccmake -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..."
	/opt/conda/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..."
	/opt/conda/bin/cpack --config ./CPackSourceConfig.cmake /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid/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..."
	/opt/conda/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..."
	/opt/conda/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\" \"samples\" \"samples_data\" \"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..."
	/opt/conda/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/opt/conda/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
	$(CMAKE_COMMAND) -E cmake_progress_start /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid/CMakeFiles /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named gen-pkgconfig

# Build rule for target.
gen-pkgconfig: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen-pkgconfig
.PHONY : gen-pkgconfig

# fast build rule for target.
gen-pkgconfig/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/gen-pkgconfig.dir/build.make CMakeFiles/gen-pkgconfig.dir/build
.PHONY : gen-pkgconfig/fast

#=============================================================================
# Target rules for targets named opencv_modules

# Build rule for target.
opencv_modules: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_modules
.PHONY : opencv_modules

# fast build rule for target.
opencv_modules/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/opencv_modules.dir/build.make CMakeFiles/opencv_modules.dir/build
.PHONY : opencv_modules/fast

#=============================================================================
# Target rules for targets named developer_scripts

# Build rule for target.
developer_scripts: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_scripts
.PHONY : developer_scripts

# fast build rule for target.
developer_scripts/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/developer_scripts.dir/build.make CMakeFiles/developer_scripts.dir/build
.PHONY : developer_scripts/fast

#=============================================================================
# Target rules for targets named uninstall

# Build rule for target.
uninstall: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall

# fast build rule for target.
uninstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast

#=============================================================================
# Target rules for targets named libwebp

# Build rule for target.
libwebp: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libwebp
.PHONY : libwebp

# fast build rule for target.
libwebp/fast:
	$(MAKE) $(MAKESILENT) -f 3rdparty/libwebp/CMakeFiles/libwebp.dir/build.make 3rdparty/libwebp/CMakeFiles/libwebp.dir/build
.PHONY : libwebp/fast

#=============================================================================
# Target rules for targets named libjasper

# Build rule for target.
libjasper: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libjasper
.PHONY : libjasper

# fast build rule for target.
libjasper/fast:
	$(MAKE) $(MAKESILENT) -f 3rdparty/libjasper/CMakeFiles/libjasper.dir/build.make 3rdparty/libjasper/CMakeFiles/libjasper.dir/build
.PHONY : libjasper/fast

#=============================================================================
# Target rules for targets named IlmImf

# Build rule for target.
IlmImf: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 IlmImf
.PHONY : IlmImf

# fast build rule for target.
IlmImf/fast:
	$(MAKE) $(MAKESILENT) -f 3rdparty/openexr/CMakeFiles/IlmImf.dir/build.make 3rdparty/openexr/CMakeFiles/IlmImf.dir/build
.PHONY : IlmImf/fast

#=============================================================================
# Target rules for targets named libprotobuf

# Build rule for target.
libprotobuf: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libprotobuf
.PHONY : libprotobuf

# fast build rule for target.
libprotobuf/fast:
	$(MAKE) $(MAKESILENT) -f 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build.make 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build
.PHONY : libprotobuf/fast

#=============================================================================
# Target rules for targets named quirc

# Build rule for target.
quirc: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quirc
.PHONY : quirc

# fast build rule for target.
quirc/fast:
	$(MAKE) $(MAKESILENT) -f 3rdparty/quirc/CMakeFiles/quirc.dir/build.make 3rdparty/quirc/CMakeFiles/quirc.dir/build
.PHONY : quirc/fast

#=============================================================================
# Target rules for targets named ittnotify

# Build rule for target.
ittnotify: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ittnotify
.PHONY : ittnotify

# fast build rule for target.
ittnotify/fast:
	$(MAKE) $(MAKESILENT) -f 3rdparty/ittnotify/CMakeFiles/ittnotify.dir/build.make 3rdparty/ittnotify/CMakeFiles/ittnotify.dir/build
.PHONY : ittnotify/fast

#=============================================================================
# Target rules for targets named ade

# Build rule for target.
ade: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ade
.PHONY : ade

# fast build rule for target.
ade/fast:
	$(MAKE) $(MAKESILENT) -f modules/CMakeFiles/ade.dir/build.make modules/CMakeFiles/ade.dir/build
.PHONY : ade/fast

#=============================================================================
# Target rules for targets named opencv_videoio_plugins

# Build rule for target.
opencv_videoio_plugins: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_videoio_plugins
.PHONY : opencv_videoio_plugins

# fast build rule for target.
opencv_videoio_plugins/fast:
	$(MAKE) $(MAKESILENT) -f modules/.firstpass/videoio/CMakeFiles/opencv_videoio_plugins.dir/build.make modules/.firstpass/videoio/CMakeFiles/opencv_videoio_plugins.dir/build
.PHONY : opencv_videoio_plugins/fast

#=============================================================================
# Target rules for targets named opencv_core

# Build rule for target.
opencv_core: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_core
.PHONY : opencv_core

# fast build rule for target.
opencv_core/fast:
	$(MAKE) $(MAKESILENT) -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/build
.PHONY : opencv_core/fast

#=============================================================================
# Target rules for targets named opencv_flann

# Build rule for target.
opencv_flann: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_flann
.PHONY : opencv_flann

# fast build rule for target.
opencv_flann/fast:
	$(MAKE) $(MAKESILENT) -f modules/flann/CMakeFiles/opencv_flann.dir/build.make modules/flann/CMakeFiles/opencv_flann.dir/build
.PHONY : opencv_flann/fast

#=============================================================================
# Target rules for targets named opencv_hdf

# Build rule for target.
opencv_hdf: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_hdf
.PHONY : opencv_hdf

# fast build rule for target.
opencv_hdf/fast:
	$(MAKE) $(MAKESILENT) -f modules/hdf/CMakeFiles/opencv_hdf.dir/build.make modules/hdf/CMakeFiles/opencv_hdf.dir/build
.PHONY : opencv_hdf/fast

#=============================================================================
# Target rules for targets named opencv_imgproc

# Build rule for target.
opencv_imgproc: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_imgproc
.PHONY : opencv_imgproc

# fast build rule for target.
opencv_imgproc/fast:
	$(MAKE) $(MAKESILENT) -f modules/imgproc/CMakeFiles/opencv_imgproc.dir/build.make modules/imgproc/CMakeFiles/opencv_imgproc.dir/build
.PHONY : opencv_imgproc/fast

#=============================================================================
# Target rules for targets named opencv_intensity_transform

# Build rule for target.
opencv_intensity_transform: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_intensity_transform
.PHONY : opencv_intensity_transform

# fast build rule for target.
opencv_intensity_transform/fast:
	$(MAKE) $(MAKESILENT) -f modules/intensity_transform/CMakeFiles/opencv_intensity_transform.dir/build.make modules/intensity_transform/CMakeFiles/opencv_intensity_transform.dir/build
.PHONY : opencv_intensity_transform/fast

#=============================================================================
# Target rules for targets named gen_opencv_java_source

# Build rule for target.
gen_opencv_java_source: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_opencv_java_source
.PHONY : gen_opencv_java_source

# fast build rule for target.
gen_opencv_java_source/fast:
	$(MAKE) $(MAKESILENT) -f modules/java_bindings_generator/CMakeFiles/gen_opencv_java_source.dir/build.make modules/java_bindings_generator/CMakeFiles/gen_opencv_java_source.dir/build
.PHONY : gen_opencv_java_source/fast

#=============================================================================
# Target rules for targets named opencv_ml

# Build rule for target.
opencv_ml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_ml
.PHONY : opencv_ml

# fast build rule for target.
opencv_ml/fast:
	$(MAKE) $(MAKESILENT) -f modules/ml/CMakeFiles/opencv_ml.dir/build.make modules/ml/CMakeFiles/opencv_ml.dir/build
.PHONY : opencv_ml/fast

#=============================================================================
# Target rules for targets named opencv_phase_unwrapping

# Build rule for target.
opencv_phase_unwrapping: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_phase_unwrapping
.PHONY : opencv_phase_unwrapping

# fast build rule for target.
opencv_phase_unwrapping/fast:
	$(MAKE) $(MAKESILENT) -f modules/phase_unwrapping/CMakeFiles/opencv_phase_unwrapping.dir/build.make modules/phase_unwrapping/CMakeFiles/opencv_phase_unwrapping.dir/build
.PHONY : opencv_phase_unwrapping/fast

#=============================================================================
# Target rules for targets named opencv_photo

# Build rule for target.
opencv_photo: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_photo
.PHONY : opencv_photo

# fast build rule for target.
opencv_photo/fast:
	$(MAKE) $(MAKESILENT) -f modules/photo/CMakeFiles/opencv_photo.dir/build.make modules/photo/CMakeFiles/opencv_photo.dir/build
.PHONY : opencv_photo/fast

#=============================================================================
# Target rules for targets named opencv_plot

# Build rule for target.
opencv_plot: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_plot
.PHONY : opencv_plot

# fast build rule for target.
opencv_plot/fast:
	$(MAKE) $(MAKESILENT) -f modules/plot/CMakeFiles/opencv_plot.dir/build.make modules/plot/CMakeFiles/opencv_plot.dir/build
.PHONY : opencv_plot/fast

#=============================================================================
# Target rules for targets named opencv_quality

# Build rule for target.
opencv_quality: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_quality
.PHONY : opencv_quality

# fast build rule for target.
opencv_quality/fast:
	$(MAKE) $(MAKESILENT) -f modules/quality/CMakeFiles/opencv_quality.dir/build.make modules/quality/CMakeFiles/opencv_quality.dir/build
.PHONY : opencv_quality/fast

#=============================================================================
# Target rules for targets named opencv_reg

# Build rule for target.
opencv_reg: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_reg
.PHONY : opencv_reg

# fast build rule for target.
opencv_reg/fast:
	$(MAKE) $(MAKESILENT) -f modules/reg/CMakeFiles/opencv_reg.dir/build.make modules/reg/CMakeFiles/opencv_reg.dir/build
.PHONY : opencv_reg/fast

#=============================================================================
# Target rules for targets named opencv_surface_matching

# Build rule for target.
opencv_surface_matching: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_surface_matching
.PHONY : opencv_surface_matching

# fast build rule for target.
opencv_surface_matching/fast:
	$(MAKE) $(MAKESILENT) -f modules/surface_matching/CMakeFiles/opencv_surface_matching.dir/build.make modules/surface_matching/CMakeFiles/opencv_surface_matching.dir/build
.PHONY : opencv_surface_matching/fast

#=============================================================================
# Target rules for targets named opencv_xphoto

# Build rule for target.
opencv_xphoto: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_xphoto
.PHONY : opencv_xphoto

# fast build rule for target.
opencv_xphoto/fast:
	$(MAKE) $(MAKESILENT) -f modules/xphoto/CMakeFiles/opencv_xphoto.dir/build.make modules/xphoto/CMakeFiles/opencv_xphoto.dir/build
.PHONY : opencv_xphoto/fast

#=============================================================================
# Target rules for targets named opencv_alphamat

# Build rule for target.
opencv_alphamat: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_alphamat
.PHONY : opencv_alphamat

# fast build rule for target.
opencv_alphamat/fast:
	$(MAKE) $(MAKESILENT) -f modules/alphamat/CMakeFiles/opencv_alphamat.dir/build.make modules/alphamat/CMakeFiles/opencv_alphamat.dir/build
.PHONY : opencv_alphamat/fast

#=============================================================================
# Target rules for targets named opencv_dnn

# Build rule for target.
opencv_dnn: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_dnn
.PHONY : opencv_dnn

# fast build rule for target.
opencv_dnn/fast:
	$(MAKE) $(MAKESILENT) -f modules/dnn/CMakeFiles/opencv_dnn.dir/build.make modules/dnn/CMakeFiles/opencv_dnn.dir/build
.PHONY : opencv_dnn/fast

#=============================================================================
# Target rules for targets named opencv_dnn_superres

# Build rule for target.
opencv_dnn_superres: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_dnn_superres
.PHONY : opencv_dnn_superres

# fast build rule for target.
opencv_dnn_superres/fast:
	$(MAKE) $(MAKESILENT) -f modules/dnn_superres/CMakeFiles/opencv_dnn_superres.dir/build.make modules/dnn_superres/CMakeFiles/opencv_dnn_superres.dir/build
.PHONY : opencv_dnn_superres/fast

#=============================================================================
# Target rules for targets named opencv_features2d

# Build rule for target.
opencv_features2d: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_features2d
.PHONY : opencv_features2d

# fast build rule for target.
opencv_features2d/fast:
	$(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/build
.PHONY : opencv_features2d/fast

#=============================================================================
# Target rules for targets named opencv_freetype

# Build rule for target.
opencv_freetype: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_freetype
.PHONY : opencv_freetype

# fast build rule for target.
opencv_freetype/fast:
	$(MAKE) $(MAKESILENT) -f modules/freetype/CMakeFiles/opencv_freetype.dir/build.make modules/freetype/CMakeFiles/opencv_freetype.dir/build
.PHONY : opencv_freetype/fast

#=============================================================================
# Target rules for targets named opencv_fuzzy

# Build rule for target.
opencv_fuzzy: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_fuzzy
.PHONY : opencv_fuzzy

# fast build rule for target.
opencv_fuzzy/fast:
	$(MAKE) $(MAKESILENT) -f modules/fuzzy/CMakeFiles/opencv_fuzzy.dir/build.make modules/fuzzy/CMakeFiles/opencv_fuzzy.dir/build
.PHONY : opencv_fuzzy/fast

#=============================================================================
# Target rules for targets named opencv_hfs

# Build rule for target.
opencv_hfs: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_hfs
.PHONY : opencv_hfs

# fast build rule for target.
opencv_hfs/fast:
	$(MAKE) $(MAKESILENT) -f modules/hfs/CMakeFiles/opencv_hfs.dir/build.make modules/hfs/CMakeFiles/opencv_hfs.dir/build
.PHONY : opencv_hfs/fast

#=============================================================================
# Target rules for targets named opencv_img_hash

# Build rule for target.
opencv_img_hash: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_img_hash
.PHONY : opencv_img_hash

# fast build rule for target.
opencv_img_hash/fast:
	$(MAKE) $(MAKESILENT) -f modules/img_hash/CMakeFiles/opencv_img_hash.dir/build.make modules/img_hash/CMakeFiles/opencv_img_hash.dir/build
.PHONY : opencv_img_hash/fast

#=============================================================================
# Target rules for targets named opencv_imgcodecs

# Build rule for target.
opencv_imgcodecs: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_imgcodecs
.PHONY : opencv_imgcodecs

# fast build rule for target.
opencv_imgcodecs/fast:
	$(MAKE) $(MAKESILENT) -f modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/build
.PHONY : opencv_imgcodecs/fast

#=============================================================================
# Target rules for targets named opencv_line_descriptor

# Build rule for target.
opencv_line_descriptor: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_line_descriptor
.PHONY : opencv_line_descriptor

# fast build rule for target.
opencv_line_descriptor/fast:
	$(MAKE) $(MAKESILENT) -f modules/line_descriptor/CMakeFiles/opencv_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/opencv_line_descriptor.dir/build
.PHONY : opencv_line_descriptor/fast

#=============================================================================
# Target rules for targets named opencv_saliency

# Build rule for target.
opencv_saliency: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_saliency
.PHONY : opencv_saliency

# fast build rule for target.
opencv_saliency/fast:
	$(MAKE) $(MAKESILENT) -f modules/saliency/CMakeFiles/opencv_saliency.dir/build.make modules/saliency/CMakeFiles/opencv_saliency.dir/build
.PHONY : opencv_saliency/fast

#=============================================================================
# Target rules for targets named opencv_text

# Build rule for target.
opencv_text: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_text
.PHONY : opencv_text

# fast build rule for target.
opencv_text/fast:
	$(MAKE) $(MAKESILENT) -f modules/text/CMakeFiles/opencv_text.dir/build.make modules/text/CMakeFiles/opencv_text.dir/build
.PHONY : opencv_text/fast

#=============================================================================
# Target rules for targets named opencv_videoio

# Build rule for target.
opencv_videoio: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_videoio
.PHONY : opencv_videoio

# fast build rule for target.
opencv_videoio/fast:
	$(MAKE) $(MAKESILENT) -f modules/videoio/CMakeFiles/opencv_videoio.dir/build.make modules/videoio/CMakeFiles/opencv_videoio.dir/build
.PHONY : opencv_videoio/fast

#=============================================================================
# Target rules for targets named opencv_calib3d

# Build rule for target.
opencv_calib3d: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_calib3d
.PHONY : opencv_calib3d

# fast build rule for target.
opencv_calib3d/fast:
	$(MAKE) $(MAKESILENT) -f modules/calib3d/CMakeFiles/opencv_calib3d.dir/build.make modules/calib3d/CMakeFiles/opencv_calib3d.dir/build
.PHONY : opencv_calib3d/fast

#=============================================================================
# Target rules for targets named opencv_datasets

# Build rule for target.
opencv_datasets: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_datasets
.PHONY : opencv_datasets

# fast build rule for target.
opencv_datasets/fast:
	$(MAKE) $(MAKESILENT) -f modules/datasets/CMakeFiles/opencv_datasets.dir/build.make modules/datasets/CMakeFiles/opencv_datasets.dir/build
.PHONY : opencv_datasets/fast

#=============================================================================
# Target rules for targets named opencv_highgui

# Build rule for target.
opencv_highgui: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_highgui
.PHONY : opencv_highgui

# fast build rule for target.
opencv_highgui/fast:
	$(MAKE) $(MAKESILENT) -f modules/highgui/CMakeFiles/opencv_highgui.dir/build.make modules/highgui/CMakeFiles/opencv_highgui.dir/build
.PHONY : opencv_highgui/fast

#=============================================================================
# Target rules for targets named opencv_objdetect

# Build rule for target.
opencv_objdetect: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_objdetect
.PHONY : opencv_objdetect

# fast build rule for target.
opencv_objdetect/fast:
	$(MAKE) $(MAKESILENT) -f modules/objdetect/CMakeFiles/opencv_objdetect.dir/build.make modules/objdetect/CMakeFiles/opencv_objdetect.dir/build
.PHONY : opencv_objdetect/fast

#=============================================================================
# Target rules for targets named opencv_rapid

# Build rule for target.
opencv_rapid: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_rapid
.PHONY : opencv_rapid

# fast build rule for target.
opencv_rapid/fast:
	$(MAKE) $(MAKESILENT) -f modules/rapid/CMakeFiles/opencv_rapid.dir/build.make modules/rapid/CMakeFiles/opencv_rapid.dir/build
.PHONY : opencv_rapid/fast

#=============================================================================
# Target rules for targets named opencv_rgbd

# Build rule for target.
opencv_rgbd: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_rgbd
.PHONY : opencv_rgbd

# fast build rule for target.
opencv_rgbd/fast:
	$(MAKE) $(MAKESILENT) -f modules/rgbd/CMakeFiles/opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd.dir/build
.PHONY : opencv_rgbd/fast

#=============================================================================
# Target rules for targets named opencv_shape

# Build rule for target.
opencv_shape: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_shape
.PHONY : opencv_shape

# fast build rule for target.
opencv_shape/fast:
	$(MAKE) $(MAKESILENT) -f modules/shape/CMakeFiles/opencv_shape.dir/build.make modules/shape/CMakeFiles/opencv_shape.dir/build
.PHONY : opencv_shape/fast

#=============================================================================
# Target rules for targets named opencv_structured_light

# Build rule for target.
opencv_structured_light: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_structured_light
.PHONY : opencv_structured_light

# fast build rule for target.
opencv_structured_light/fast:
	$(MAKE) $(MAKESILENT) -f modules/structured_light/CMakeFiles/opencv_structured_light.dir/build.make modules/structured_light/CMakeFiles/opencv_structured_light.dir/build
.PHONY : opencv_structured_light/fast

#=============================================================================
# Target rules for targets named opencv_video

# Build rule for target.
opencv_video: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_video
.PHONY : opencv_video

# fast build rule for target.
opencv_video/fast:
	$(MAKE) $(MAKESILENT) -f modules/video/CMakeFiles/opencv_video.dir/build.make modules/video/CMakeFiles/opencv_video.dir/build
.PHONY : opencv_video/fast

#=============================================================================
# Target rules for targets named opencv_videostab

# Build rule for target.
opencv_videostab: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_videostab
.PHONY : opencv_videostab

# fast build rule for target.
opencv_videostab/fast:
	$(MAKE) $(MAKESILENT) -f modules/videostab/CMakeFiles/opencv_videostab.dir/build.make modules/videostab/CMakeFiles/opencv_videostab.dir/build
.PHONY : opencv_videostab/fast

#=============================================================================
# Target rules for targets named opencv_xfeatures2d

# Build rule for target.
opencv_xfeatures2d: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_xfeatures2d
.PHONY : opencv_xfeatures2d

# fast build rule for target.
opencv_xfeatures2d/fast:
	$(MAKE) $(MAKESILENT) -f modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/build
.PHONY : opencv_xfeatures2d/fast

#=============================================================================
# Target rules for targets named opencv_ximgproc

# Build rule for target.
opencv_ximgproc: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_ximgproc
.PHONY : opencv_ximgproc

# fast build rule for target.
opencv_ximgproc/fast:
	$(MAKE) $(MAKESILENT) -f modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/build
.PHONY : opencv_ximgproc/fast

#=============================================================================
# Target rules for targets named opencv_xobjdetect

# Build rule for target.
opencv_xobjdetect: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_xobjdetect
.PHONY : opencv_xobjdetect

# fast build rule for target.
opencv_xobjdetect/fast:
	$(MAKE) $(MAKESILENT) -f modules/xobjdetect/CMakeFiles/opencv_xobjdetect.dir/build.make modules/xobjdetect/CMakeFiles/opencv_xobjdetect.dir/build
.PHONY : opencv_xobjdetect/fast

#=============================================================================
# Target rules for targets named opencv_waldboost_detector

# Build rule for target.
opencv_waldboost_detector: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_waldboost_detector
.PHONY : opencv_waldboost_detector

# fast build rule for target.
opencv_waldboost_detector/fast:
	$(MAKE) $(MAKESILENT) -f modules/xobjdetect/tools/waldboost_detector/CMakeFiles/opencv_waldboost_detector.dir/build.make modules/xobjdetect/tools/waldboost_detector/CMakeFiles/opencv_waldboost_detector.dir/build
.PHONY : opencv_waldboost_detector/fast

#=============================================================================
# Target rules for targets named opencv_aruco

# Build rule for target.
opencv_aruco: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_aruco
.PHONY : opencv_aruco

# fast build rule for target.
opencv_aruco/fast:
	$(MAKE) $(MAKESILENT) -f modules/aruco/CMakeFiles/opencv_aruco.dir/build.make modules/aruco/CMakeFiles/opencv_aruco.dir/build
.PHONY : opencv_aruco/fast

#=============================================================================
# Target rules for targets named opencv_bgsegm

# Build rule for target.
opencv_bgsegm: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_bgsegm
.PHONY : opencv_bgsegm

# fast build rule for target.
opencv_bgsegm/fast:
	$(MAKE) $(MAKESILENT) -f modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/build.make modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/build
.PHONY : opencv_bgsegm/fast

#=============================================================================
# Target rules for targets named opencv_bioinspired

# Build rule for target.
opencv_bioinspired: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_bioinspired
.PHONY : opencv_bioinspired

# fast build rule for target.
opencv_bioinspired/fast:
	$(MAKE) $(MAKESILENT) -f modules/bioinspired/CMakeFiles/opencv_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/opencv_bioinspired.dir/build
.PHONY : opencv_bioinspired/fast

#=============================================================================
# Target rules for targets named opencv_ccalib

# Build rule for target.
opencv_ccalib: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_ccalib
.PHONY : opencv_ccalib

# fast build rule for target.
opencv_ccalib/fast:
	$(MAKE) $(MAKESILENT) -f modules/ccalib/CMakeFiles/opencv_ccalib.dir/build.make modules/ccalib/CMakeFiles/opencv_ccalib.dir/build
.PHONY : opencv_ccalib/fast

#=============================================================================
# Target rules for targets named opencv_dnn_objdetect

# Build rule for target.
opencv_dnn_objdetect: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_dnn_objdetect
.PHONY : opencv_dnn_objdetect

# fast build rule for target.
opencv_dnn_objdetect/fast:
	$(MAKE) $(MAKESILENT) -f modules/dnn_objdetect/CMakeFiles/opencv_dnn_objdetect.dir/build.make modules/dnn_objdetect/CMakeFiles/opencv_dnn_objdetect.dir/build
.PHONY : opencv_dnn_objdetect/fast

#=============================================================================
# Target rules for targets named opencv_dpm

# Build rule for target.
opencv_dpm: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_dpm
.PHONY : opencv_dpm

# fast build rule for target.
opencv_dpm/fast:
	$(MAKE) $(MAKESILENT) -f modules/dpm/CMakeFiles/opencv_dpm.dir/build.make modules/dpm/CMakeFiles/opencv_dpm.dir/build
.PHONY : opencv_dpm/fast

#=============================================================================
# Target rules for targets named opencv_face

# Build rule for target.
opencv_face: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_face
.PHONY : opencv_face

# fast build rule for target.
opencv_face/fast:
	$(MAKE) $(MAKESILENT) -f modules/face/CMakeFiles/opencv_face.dir/build.make modules/face/CMakeFiles/opencv_face.dir/build
.PHONY : opencv_face/fast

#=============================================================================
# Target rules for targets named opencv_gapi

# Build rule for target.
opencv_gapi: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_gapi
.PHONY : opencv_gapi

# fast build rule for target.
opencv_gapi/fast:
	$(MAKE) $(MAKESILENT) -f modules/gapi/CMakeFiles/opencv_gapi.dir/build.make modules/gapi/CMakeFiles/opencv_gapi.dir/build
.PHONY : opencv_gapi/fast

#=============================================================================
# Target rules for targets named opencv_optflow

# Build rule for target.
opencv_optflow: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_optflow
.PHONY : opencv_optflow

# fast build rule for target.
opencv_optflow/fast:
	$(MAKE) $(MAKESILENT) -f modules/optflow/CMakeFiles/opencv_optflow.dir/build.make modules/optflow/CMakeFiles/opencv_optflow.dir/build
.PHONY : opencv_optflow/fast

#=============================================================================
# Target rules for targets named opencv_sfm

# Build rule for target.
opencv_sfm: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_sfm
.PHONY : opencv_sfm

# fast build rule for target.
opencv_sfm/fast:
	$(MAKE) $(MAKESILENT) -f modules/sfm/CMakeFiles/opencv_sfm.dir/build.make modules/sfm/CMakeFiles/opencv_sfm.dir/build
.PHONY : opencv_sfm/fast

#=============================================================================
# Target rules for targets named correspondence

# Build rule for target.
correspondence: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 correspondence
.PHONY : correspondence

# fast build rule for target.
correspondence/fast:
	$(MAKE) $(MAKESILENT) -f modules/sfm/src/libmv/libmv/correspondence/CMakeFiles/correspondence.dir/build.make modules/sfm/src/libmv/libmv/correspondence/CMakeFiles/correspondence.dir/build
.PHONY : correspondence/fast

#=============================================================================
# Target rules for targets named multiview

# Build rule for target.
multiview: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 multiview
.PHONY : multiview

# fast build rule for target.
multiview/fast:
	$(MAKE) $(MAKESILENT) -f modules/sfm/src/libmv/libmv/multiview/CMakeFiles/multiview.dir/build.make modules/sfm/src/libmv/libmv/multiview/CMakeFiles/multiview.dir/build
.PHONY : multiview/fast

#=============================================================================
# Target rules for targets named numeric

# Build rule for target.
numeric: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numeric
.PHONY : numeric

# fast build rule for target.
numeric/fast:
	$(MAKE) $(MAKESILENT) -f modules/sfm/src/libmv/libmv/numeric/CMakeFiles/numeric.dir/build.make modules/sfm/src/libmv/libmv/numeric/CMakeFiles/numeric.dir/build
.PHONY : numeric/fast

#=============================================================================
# Target rules for targets named opencv_stitching

# Build rule for target.
opencv_stitching: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_stitching
.PHONY : opencv_stitching

# fast build rule for target.
opencv_stitching/fast:
	$(MAKE) $(MAKESILENT) -f modules/stitching/CMakeFiles/opencv_stitching.dir/build.make modules/stitching/CMakeFiles/opencv_stitching.dir/build
.PHONY : opencv_stitching/fast

#=============================================================================
# Target rules for targets named opencv_superres

# Build rule for target.
opencv_superres: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_superres
.PHONY : opencv_superres

# fast build rule for target.
opencv_superres/fast:
	$(MAKE) $(MAKESILENT) -f modules/superres/CMakeFiles/opencv_superres.dir/build.make modules/superres/CMakeFiles/opencv_superres.dir/build
.PHONY : opencv_superres/fast

#=============================================================================
# Target rules for targets named opencv_tracking

# Build rule for target.
opencv_tracking: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_tracking
.PHONY : opencv_tracking

# fast build rule for target.
opencv_tracking/fast:
	$(MAKE) $(MAKESILENT) -f modules/tracking/CMakeFiles/opencv_tracking.dir/build.make modules/tracking/CMakeFiles/opencv_tracking.dir/build
.PHONY : opencv_tracking/fast

#=============================================================================
# Target rules for targets named gen_opencv_python_source

# Build rule for target.
gen_opencv_python_source: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gen_opencv_python_source
.PHONY : gen_opencv_python_source

# fast build rule for target.
gen_opencv_python_source/fast:
	$(MAKE) $(MAKESILENT) -f modules/python_bindings_generator/CMakeFiles/gen_opencv_python_source.dir/build.make modules/python_bindings_generator/CMakeFiles/gen_opencv_python_source.dir/build
.PHONY : gen_opencv_python_source/fast

#=============================================================================
# Target rules for targets named opencv_stereo

# Build rule for target.
opencv_stereo: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_stereo
.PHONY : opencv_stereo

# fast build rule for target.
opencv_stereo/fast:
	$(MAKE) $(MAKESILENT) -f modules/stereo/CMakeFiles/opencv_stereo.dir/build.make modules/stereo/CMakeFiles/opencv_stereo.dir/build
.PHONY : opencv_stereo/fast

#=============================================================================
# Target rules for targets named opencv_annotation

# Build rule for target.
opencv_annotation: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_annotation
.PHONY : opencv_annotation

# fast build rule for target.
opencv_annotation/fast:
	$(MAKE) $(MAKESILENT) -f apps/annotation/CMakeFiles/opencv_annotation.dir/build.make apps/annotation/CMakeFiles/opencv_annotation.dir/build
.PHONY : opencv_annotation/fast

#=============================================================================
# Target rules for targets named opencv_visualisation

# Build rule for target.
opencv_visualisation: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_visualisation
.PHONY : opencv_visualisation

# fast build rule for target.
opencv_visualisation/fast:
	$(MAKE) $(MAKESILENT) -f apps/visualisation/CMakeFiles/opencv_visualisation.dir/build.make apps/visualisation/CMakeFiles/opencv_visualisation.dir/build
.PHONY : opencv_visualisation/fast

#=============================================================================
# Target rules for targets named opencv_interactive-calibration

# Build rule for target.
opencv_interactive-calibration: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_interactive-calibration
.PHONY : opencv_interactive-calibration

# fast build rule for target.
opencv_interactive-calibration/fast:
	$(MAKE) $(MAKESILENT) -f apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/build.make apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/build
.PHONY : opencv_interactive-calibration/fast

#=============================================================================
# Target rules for targets named opencv_version

# Build rule for target.
opencv_version: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 opencv_version
.PHONY : opencv_version

# fast build rule for target.
opencv_version/fast:
	$(MAKE) $(MAKESILENT) -f apps/version/CMakeFiles/opencv_version.dir/build.make apps/version/CMakeFiles/opencv_version.dir/build
.PHONY : opencv_version/fast

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... developer_scripts"
	@echo "... gen-pkgconfig"
	@echo "... gen_opencv_java_source"
	@echo "... gen_opencv_python_source"
	@echo "... opencv_modules"
	@echo "... opencv_videoio_plugins"
	@echo "... uninstall"
	@echo "... IlmImf"
	@echo "... ade"
	@echo "... correspondence"
	@echo "... ittnotify"
	@echo "... libjasper"
	@echo "... libprotobuf"
	@echo "... libwebp"
	@echo "... multiview"
	@echo "... numeric"
	@echo "... opencv_alphamat"
	@echo "... opencv_annotation"
	@echo "... opencv_aruco"
	@echo "... opencv_bgsegm"
	@echo "... opencv_bioinspired"
	@echo "... opencv_calib3d"
	@echo "... opencv_ccalib"
	@echo "... opencv_core"
	@echo "... opencv_datasets"
	@echo "... opencv_dnn"
	@echo "... opencv_dnn_objdetect"
	@echo "... opencv_dnn_superres"
	@echo "... opencv_dpm"
	@echo "... opencv_face"
	@echo "... opencv_features2d"
	@echo "... opencv_flann"
	@echo "... opencv_freetype"
	@echo "... opencv_fuzzy"
	@echo "... opencv_gapi"
	@echo "... opencv_hdf"
	@echo "... opencv_hfs"
	@echo "... opencv_highgui"
	@echo "... opencv_img_hash"
	@echo "... opencv_imgcodecs"
	@echo "... opencv_imgproc"
	@echo "... opencv_intensity_transform"
	@echo "... opencv_interactive-calibration"
	@echo "... opencv_line_descriptor"
	@echo "... opencv_ml"
	@echo "... opencv_objdetect"
	@echo "... opencv_optflow"
	@echo "... opencv_phase_unwrapping"
	@echo "... opencv_photo"
	@echo "... opencv_plot"
	@echo "... opencv_quality"
	@echo "... opencv_rapid"
	@echo "... opencv_reg"
	@echo "... opencv_rgbd"
	@echo "... opencv_saliency"
	@echo "... opencv_sfm"
	@echo "... opencv_shape"
	@echo "... opencv_stereo"
	@echo "... opencv_stitching"
	@echo "... opencv_structured_light"
	@echo "... opencv_superres"
	@echo "... opencv_surface_matching"
	@echo "... opencv_text"
	@echo "... opencv_tracking"
	@echo "... opencv_version"
	@echo "... opencv_video"
	@echo "... opencv_videoio"
	@echo "... opencv_videostab"
	@echo "... opencv_visualisation"
	@echo "... opencv_waldboost_detector"
	@echo "... opencv_xfeatures2d"
	@echo "... opencv_ximgproc"
	@echo "... opencv_xobjdetect"
	@echo "... opencv_xphoto"
	@echo "... quirc"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

