# 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..."
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && /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..."
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && /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
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(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/modules/features2d//CMakeFiles/progress.marks
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/features2d/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:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/features2d/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/features2d/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/features2d/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
modules/features2d/CMakeFiles/opencv_features2d.dir/rule:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/features2d/CMakeFiles/opencv_features2d.dir/rule
.PHONY : modules/features2d/CMakeFiles/opencv_features2d.dir/rule

# Convenience name for target.
opencv_features2d: modules/features2d/CMakeFiles/opencv_features2d.dir/rule
.PHONY : opencv_features2d

# fast build rule for target.
opencv_features2d/fast:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/build
.PHONY : opencv_features2d/fast

opencl_kernels_features2d.o: opencl_kernels_features2d.cpp.o
.PHONY : opencl_kernels_features2d.o

# target to build an object file
opencl_kernels_features2d.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.o
.PHONY : opencl_kernels_features2d.cpp.o

opencl_kernels_features2d.i: opencl_kernels_features2d.cpp.i
.PHONY : opencl_kernels_features2d.i

# target to preprocess a source file
opencl_kernels_features2d.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.i
.PHONY : opencl_kernels_features2d.cpp.i

opencl_kernels_features2d.s: opencl_kernels_features2d.cpp.s
.PHONY : opencl_kernels_features2d.s

# target to generate assembly for a file
opencl_kernels_features2d.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.s
.PHONY : opencl_kernels_features2d.cpp.s

sift.avx2.o: sift.avx2.cpp.o
.PHONY : sift.avx2.o

# target to build an object file
sift.avx2.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.avx2.cpp.o
.PHONY : sift.avx2.cpp.o

sift.avx2.i: sift.avx2.cpp.i
.PHONY : sift.avx2.i

# target to preprocess a source file
sift.avx2.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.avx2.cpp.i
.PHONY : sift.avx2.cpp.i

sift.avx2.s: sift.avx2.cpp.s
.PHONY : sift.avx2.s

# target to generate assembly for a file
sift.avx2.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.avx2.cpp.s
.PHONY : sift.avx2.cpp.s

sift.avx512_skx.o: sift.avx512_skx.cpp.o
.PHONY : sift.avx512_skx.o

# target to build an object file
sift.avx512_skx.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.avx512_skx.cpp.o
.PHONY : sift.avx512_skx.cpp.o

sift.avx512_skx.i: sift.avx512_skx.cpp.i
.PHONY : sift.avx512_skx.i

# target to preprocess a source file
sift.avx512_skx.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.avx512_skx.cpp.i
.PHONY : sift.avx512_skx.cpp.i

sift.avx512_skx.s: sift.avx512_skx.cpp.s
.PHONY : sift.avx512_skx.s

# target to generate assembly for a file
sift.avx512_skx.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.avx512_skx.cpp.s
.PHONY : sift.avx512_skx.cpp.s

sift.sse4_1.o: sift.sse4_1.cpp.o
.PHONY : sift.sse4_1.o

# target to build an object file
sift.sse4_1.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.sse4_1.cpp.o
.PHONY : sift.sse4_1.cpp.o

sift.sse4_1.i: sift.sse4_1.cpp.i
.PHONY : sift.sse4_1.i

# target to preprocess a source file
sift.sse4_1.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.sse4_1.cpp.i
.PHONY : sift.sse4_1.cpp.i

sift.sse4_1.s: sift.sse4_1.cpp.s
.PHONY : sift.sse4_1.s

# target to generate assembly for a file
sift.sse4_1.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/sift.sse4_1.cpp.s
.PHONY : sift.sse4_1.cpp.s

src/agast.o: src/agast.cpp.o
.PHONY : src/agast.o

# target to build an object file
src/agast.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.o
.PHONY : src/agast.cpp.o

src/agast.i: src/agast.cpp.i
.PHONY : src/agast.i

# target to preprocess a source file
src/agast.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.i
.PHONY : src/agast.cpp.i

src/agast.s: src/agast.cpp.s
.PHONY : src/agast.s

# target to generate assembly for a file
src/agast.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.s
.PHONY : src/agast.cpp.s

src/agast_score.o: src/agast_score.cpp.o
.PHONY : src/agast_score.o

# target to build an object file
src/agast_score.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.o
.PHONY : src/agast_score.cpp.o

src/agast_score.i: src/agast_score.cpp.i
.PHONY : src/agast_score.i

# target to preprocess a source file
src/agast_score.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.i
.PHONY : src/agast_score.cpp.i

src/agast_score.s: src/agast_score.cpp.s
.PHONY : src/agast_score.s

# target to generate assembly for a file
src/agast_score.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.s
.PHONY : src/agast_score.cpp.s

src/akaze.o: src/akaze.cpp.o
.PHONY : src/akaze.o

# target to build an object file
src/akaze.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.o
.PHONY : src/akaze.cpp.o

src/akaze.i: src/akaze.cpp.i
.PHONY : src/akaze.i

# target to preprocess a source file
src/akaze.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.i
.PHONY : src/akaze.cpp.i

src/akaze.s: src/akaze.cpp.s
.PHONY : src/akaze.s

# target to generate assembly for a file
src/akaze.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.s
.PHONY : src/akaze.cpp.s

src/bagofwords.o: src/bagofwords.cpp.o
.PHONY : src/bagofwords.o

# target to build an object file
src/bagofwords.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.o
.PHONY : src/bagofwords.cpp.o

src/bagofwords.i: src/bagofwords.cpp.i
.PHONY : src/bagofwords.i

# target to preprocess a source file
src/bagofwords.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.i
.PHONY : src/bagofwords.cpp.i

src/bagofwords.s: src/bagofwords.cpp.s
.PHONY : src/bagofwords.s

# target to generate assembly for a file
src/bagofwords.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.s
.PHONY : src/bagofwords.cpp.s

src/blobdetector.o: src/blobdetector.cpp.o
.PHONY : src/blobdetector.o

# target to build an object file
src/blobdetector.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.o
.PHONY : src/blobdetector.cpp.o

src/blobdetector.i: src/blobdetector.cpp.i
.PHONY : src/blobdetector.i

# target to preprocess a source file
src/blobdetector.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.i
.PHONY : src/blobdetector.cpp.i

src/blobdetector.s: src/blobdetector.cpp.s
.PHONY : src/blobdetector.s

# target to generate assembly for a file
src/blobdetector.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.s
.PHONY : src/blobdetector.cpp.s

src/brisk.o: src/brisk.cpp.o
.PHONY : src/brisk.o

# target to build an object file
src/brisk.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.o
.PHONY : src/brisk.cpp.o

src/brisk.i: src/brisk.cpp.i
.PHONY : src/brisk.i

# target to preprocess a source file
src/brisk.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.i
.PHONY : src/brisk.cpp.i

src/brisk.s: src/brisk.cpp.s
.PHONY : src/brisk.s

# target to generate assembly for a file
src/brisk.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.s
.PHONY : src/brisk.cpp.s

src/draw.o: src/draw.cpp.o
.PHONY : src/draw.o

# target to build an object file
src/draw.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.o
.PHONY : src/draw.cpp.o

src/draw.i: src/draw.cpp.i
.PHONY : src/draw.i

# target to preprocess a source file
src/draw.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.i
.PHONY : src/draw.cpp.i

src/draw.s: src/draw.cpp.s
.PHONY : src/draw.s

# target to generate assembly for a file
src/draw.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.s
.PHONY : src/draw.cpp.s

src/dynamic.o: src/dynamic.cpp.o
.PHONY : src/dynamic.o

# target to build an object file
src/dynamic.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.o
.PHONY : src/dynamic.cpp.o

src/dynamic.i: src/dynamic.cpp.i
.PHONY : src/dynamic.i

# target to preprocess a source file
src/dynamic.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.i
.PHONY : src/dynamic.cpp.i

src/dynamic.s: src/dynamic.cpp.s
.PHONY : src/dynamic.s

# target to generate assembly for a file
src/dynamic.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.s
.PHONY : src/dynamic.cpp.s

src/evaluation.o: src/evaluation.cpp.o
.PHONY : src/evaluation.o

# target to build an object file
src/evaluation.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.o
.PHONY : src/evaluation.cpp.o

src/evaluation.i: src/evaluation.cpp.i
.PHONY : src/evaluation.i

# target to preprocess a source file
src/evaluation.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.i
.PHONY : src/evaluation.cpp.i

src/evaluation.s: src/evaluation.cpp.s
.PHONY : src/evaluation.s

# target to generate assembly for a file
src/evaluation.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.s
.PHONY : src/evaluation.cpp.s

src/fast.avx2.o: src/fast.avx2.cpp.o
.PHONY : src/fast.avx2.o

# target to build an object file
src/fast.avx2.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.avx2.cpp.o
.PHONY : src/fast.avx2.cpp.o

src/fast.avx2.i: src/fast.avx2.cpp.i
.PHONY : src/fast.avx2.i

# target to preprocess a source file
src/fast.avx2.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.avx2.cpp.i
.PHONY : src/fast.avx2.cpp.i

src/fast.avx2.s: src/fast.avx2.cpp.s
.PHONY : src/fast.avx2.s

# target to generate assembly for a file
src/fast.avx2.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.avx2.cpp.s
.PHONY : src/fast.avx2.cpp.s

src/fast.o: src/fast.cpp.o
.PHONY : src/fast.o

# target to build an object file
src/fast.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.o
.PHONY : src/fast.cpp.o

src/fast.i: src/fast.cpp.i
.PHONY : src/fast.i

# target to preprocess a source file
src/fast.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.i
.PHONY : src/fast.cpp.i

src/fast.s: src/fast.cpp.s
.PHONY : src/fast.s

# target to generate assembly for a file
src/fast.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.s
.PHONY : src/fast.cpp.s

src/fast_score.o: src/fast_score.cpp.o
.PHONY : src/fast_score.o

# target to build an object file
src/fast_score.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.o
.PHONY : src/fast_score.cpp.o

src/fast_score.i: src/fast_score.cpp.i
.PHONY : src/fast_score.i

# target to preprocess a source file
src/fast_score.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.i
.PHONY : src/fast_score.cpp.i

src/fast_score.s: src/fast_score.cpp.s
.PHONY : src/fast_score.s

# target to generate assembly for a file
src/fast_score.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.s
.PHONY : src/fast_score.cpp.s

src/feature2d.o: src/feature2d.cpp.o
.PHONY : src/feature2d.o

# target to build an object file
src/feature2d.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.o
.PHONY : src/feature2d.cpp.o

src/feature2d.i: src/feature2d.cpp.i
.PHONY : src/feature2d.i

# target to preprocess a source file
src/feature2d.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.i
.PHONY : src/feature2d.cpp.i

src/feature2d.s: src/feature2d.cpp.s
.PHONY : src/feature2d.s

# target to generate assembly for a file
src/feature2d.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.s
.PHONY : src/feature2d.cpp.s

src/gftt.o: src/gftt.cpp.o
.PHONY : src/gftt.o

# target to build an object file
src/gftt.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.o
.PHONY : src/gftt.cpp.o

src/gftt.i: src/gftt.cpp.i
.PHONY : src/gftt.i

# target to preprocess a source file
src/gftt.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.i
.PHONY : src/gftt.cpp.i

src/gftt.s: src/gftt.cpp.s
.PHONY : src/gftt.s

# target to generate assembly for a file
src/gftt.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.s
.PHONY : src/gftt.cpp.s

src/kaze.o: src/kaze.cpp.o
.PHONY : src/kaze.o

# target to build an object file
src/kaze.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.o
.PHONY : src/kaze.cpp.o

src/kaze.i: src/kaze.cpp.i
.PHONY : src/kaze.i

# target to preprocess a source file
src/kaze.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.i
.PHONY : src/kaze.cpp.i

src/kaze.s: src/kaze.cpp.s
.PHONY : src/kaze.s

# target to generate assembly for a file
src/kaze.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.s
.PHONY : src/kaze.cpp.s

src/kaze/AKAZEFeatures.o: src/kaze/AKAZEFeatures.cpp.o
.PHONY : src/kaze/AKAZEFeatures.o

# target to build an object file
src/kaze/AKAZEFeatures.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.o
.PHONY : src/kaze/AKAZEFeatures.cpp.o

src/kaze/AKAZEFeatures.i: src/kaze/AKAZEFeatures.cpp.i
.PHONY : src/kaze/AKAZEFeatures.i

# target to preprocess a source file
src/kaze/AKAZEFeatures.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.i
.PHONY : src/kaze/AKAZEFeatures.cpp.i

src/kaze/AKAZEFeatures.s: src/kaze/AKAZEFeatures.cpp.s
.PHONY : src/kaze/AKAZEFeatures.s

# target to generate assembly for a file
src/kaze/AKAZEFeatures.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.s
.PHONY : src/kaze/AKAZEFeatures.cpp.s

src/kaze/KAZEFeatures.o: src/kaze/KAZEFeatures.cpp.o
.PHONY : src/kaze/KAZEFeatures.o

# target to build an object file
src/kaze/KAZEFeatures.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.o
.PHONY : src/kaze/KAZEFeatures.cpp.o

src/kaze/KAZEFeatures.i: src/kaze/KAZEFeatures.cpp.i
.PHONY : src/kaze/KAZEFeatures.i

# target to preprocess a source file
src/kaze/KAZEFeatures.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.i
.PHONY : src/kaze/KAZEFeatures.cpp.i

src/kaze/KAZEFeatures.s: src/kaze/KAZEFeatures.cpp.s
.PHONY : src/kaze/KAZEFeatures.s

# target to generate assembly for a file
src/kaze/KAZEFeatures.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.s
.PHONY : src/kaze/KAZEFeatures.cpp.s

src/kaze/fed.o: src/kaze/fed.cpp.o
.PHONY : src/kaze/fed.o

# target to build an object file
src/kaze/fed.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.o
.PHONY : src/kaze/fed.cpp.o

src/kaze/fed.i: src/kaze/fed.cpp.i
.PHONY : src/kaze/fed.i

# target to preprocess a source file
src/kaze/fed.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.i
.PHONY : src/kaze/fed.cpp.i

src/kaze/fed.s: src/kaze/fed.cpp.s
.PHONY : src/kaze/fed.s

# target to generate assembly for a file
src/kaze/fed.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.s
.PHONY : src/kaze/fed.cpp.s

src/kaze/nldiffusion_functions.o: src/kaze/nldiffusion_functions.cpp.o
.PHONY : src/kaze/nldiffusion_functions.o

# target to build an object file
src/kaze/nldiffusion_functions.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.o
.PHONY : src/kaze/nldiffusion_functions.cpp.o

src/kaze/nldiffusion_functions.i: src/kaze/nldiffusion_functions.cpp.i
.PHONY : src/kaze/nldiffusion_functions.i

# target to preprocess a source file
src/kaze/nldiffusion_functions.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.i
.PHONY : src/kaze/nldiffusion_functions.cpp.i

src/kaze/nldiffusion_functions.s: src/kaze/nldiffusion_functions.cpp.s
.PHONY : src/kaze/nldiffusion_functions.s

# target to generate assembly for a file
src/kaze/nldiffusion_functions.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.s
.PHONY : src/kaze/nldiffusion_functions.cpp.s

src/keypoint.o: src/keypoint.cpp.o
.PHONY : src/keypoint.o

# target to build an object file
src/keypoint.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.o
.PHONY : src/keypoint.cpp.o

src/keypoint.i: src/keypoint.cpp.i
.PHONY : src/keypoint.i

# target to preprocess a source file
src/keypoint.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.i
.PHONY : src/keypoint.cpp.i

src/keypoint.s: src/keypoint.cpp.s
.PHONY : src/keypoint.s

# target to generate assembly for a file
src/keypoint.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.s
.PHONY : src/keypoint.cpp.s

src/main.o: src/main.cpp.o
.PHONY : src/main.o

# target to build an object file
src/main.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.o
.PHONY : src/main.cpp.o

src/main.i: src/main.cpp.i
.PHONY : src/main.i

# target to preprocess a source file
src/main.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.i
.PHONY : src/main.cpp.i

src/main.s: src/main.cpp.s
.PHONY : src/main.s

# target to generate assembly for a file
src/main.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.s
.PHONY : src/main.cpp.s

src/matchers.o: src/matchers.cpp.o
.PHONY : src/matchers.o

# target to build an object file
src/matchers.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.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 /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.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 /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/matchers.cpp.s
.PHONY : src/matchers.cpp.s

src/mser.o: src/mser.cpp.o
.PHONY : src/mser.o

# target to build an object file
src/mser.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.o
.PHONY : src/mser.cpp.o

src/mser.i: src/mser.cpp.i
.PHONY : src/mser.i

# target to preprocess a source file
src/mser.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.i
.PHONY : src/mser.cpp.i

src/mser.s: src/mser.cpp.s
.PHONY : src/mser.s

# target to generate assembly for a file
src/mser.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.s
.PHONY : src/mser.cpp.s

src/orb.o: src/orb.cpp.o
.PHONY : src/orb.o

# target to build an object file
src/orb.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.o
.PHONY : src/orb.cpp.o

src/orb.i: src/orb.cpp.i
.PHONY : src/orb.i

# target to preprocess a source file
src/orb.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.i
.PHONY : src/orb.cpp.i

src/orb.s: src/orb.cpp.s
.PHONY : src/orb.s

# target to generate assembly for a file
src/orb.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.s
.PHONY : src/orb.cpp.s

src/sift.dispatch.o: src/sift.dispatch.cpp.o
.PHONY : src/sift.dispatch.o

# target to build an object file
src/sift.dispatch.cpp.o:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.o
.PHONY : src/sift.dispatch.cpp.o

src/sift.dispatch.i: src/sift.dispatch.cpp.i
.PHONY : src/sift.dispatch.i

# target to preprocess a source file
src/sift.dispatch.cpp.i:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.i
.PHONY : src/sift.dispatch.cpp.i

src/sift.dispatch.s: src/sift.dispatch.cpp.s
.PHONY : src/sift.dispatch.s

# target to generate assembly for a file
src/sift.dispatch.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/features2d/CMakeFiles/opencv_features2d.dir/build.make modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.s
.PHONY : src/sift.dispatch.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... opencv_features2d"
	@echo "... opencl_kernels_features2d.o"
	@echo "... opencl_kernels_features2d.i"
	@echo "... opencl_kernels_features2d.s"
	@echo "... sift.avx2.o"
	@echo "... sift.avx2.i"
	@echo "... sift.avx2.s"
	@echo "... sift.avx512_skx.o"
	@echo "... sift.avx512_skx.i"
	@echo "... sift.avx512_skx.s"
	@echo "... sift.sse4_1.o"
	@echo "... sift.sse4_1.i"
	@echo "... sift.sse4_1.s"
	@echo "... src/agast.o"
	@echo "... src/agast.i"
	@echo "... src/agast.s"
	@echo "... src/agast_score.o"
	@echo "... src/agast_score.i"
	@echo "... src/agast_score.s"
	@echo "... src/akaze.o"
	@echo "... src/akaze.i"
	@echo "... src/akaze.s"
	@echo "... src/bagofwords.o"
	@echo "... src/bagofwords.i"
	@echo "... src/bagofwords.s"
	@echo "... src/blobdetector.o"
	@echo "... src/blobdetector.i"
	@echo "... src/blobdetector.s"
	@echo "... src/brisk.o"
	@echo "... src/brisk.i"
	@echo "... src/brisk.s"
	@echo "... src/draw.o"
	@echo "... src/draw.i"
	@echo "... src/draw.s"
	@echo "... src/dynamic.o"
	@echo "... src/dynamic.i"
	@echo "... src/dynamic.s"
	@echo "... src/evaluation.o"
	@echo "... src/evaluation.i"
	@echo "... src/evaluation.s"
	@echo "... src/fast.avx2.o"
	@echo "... src/fast.avx2.i"
	@echo "... src/fast.avx2.s"
	@echo "... src/fast.o"
	@echo "... src/fast.i"
	@echo "... src/fast.s"
	@echo "... src/fast_score.o"
	@echo "... src/fast_score.i"
	@echo "... src/fast_score.s"
	@echo "... src/feature2d.o"
	@echo "... src/feature2d.i"
	@echo "... src/feature2d.s"
	@echo "... src/gftt.o"
	@echo "... src/gftt.i"
	@echo "... src/gftt.s"
	@echo "... src/kaze.o"
	@echo "... src/kaze.i"
	@echo "... src/kaze.s"
	@echo "... src/kaze/AKAZEFeatures.o"
	@echo "... src/kaze/AKAZEFeatures.i"
	@echo "... src/kaze/AKAZEFeatures.s"
	@echo "... src/kaze/KAZEFeatures.o"
	@echo "... src/kaze/KAZEFeatures.i"
	@echo "... src/kaze/KAZEFeatures.s"
	@echo "... src/kaze/fed.o"
	@echo "... src/kaze/fed.i"
	@echo "... src/kaze/fed.s"
	@echo "... src/kaze/nldiffusion_functions.o"
	@echo "... src/kaze/nldiffusion_functions.i"
	@echo "... src/kaze/nldiffusion_functions.s"
	@echo "... src/keypoint.o"
	@echo "... src/keypoint.i"
	@echo "... src/keypoint.s"
	@echo "... src/main.o"
	@echo "... src/main.i"
	@echo "... src/main.s"
	@echo "... src/matchers.o"
	@echo "... src/matchers.i"
	@echo "... src/matchers.s"
	@echo "... src/mser.o"
	@echo "... src/mser.i"
	@echo "... src/mser.s"
	@echo "... src/orb.o"
	@echo "... src/orb.i"
	@echo "... src/orb.s"
	@echo "... src/sift.dispatch.o"
	@echo "... src/sift.dispatch.i"
	@echo "... src/sift.dispatch.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 /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

