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

# Convenience name for target.
opencv_superres: modules/superres/CMakeFiles/opencv_superres.dir/rule
.PHONY : opencv_superres

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

opencl_kernels_superres.o: opencl_kernels_superres.cpp.o
.PHONY : opencl_kernels_superres.o

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

opencl_kernels_superres.i: opencl_kernels_superres.cpp.i
.PHONY : opencl_kernels_superres.i

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

opencl_kernels_superres.s: opencl_kernels_superres.cpp.s
.PHONY : opencl_kernels_superres.s

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

src/btv_l1.o: src/btv_l1.cpp.o
.PHONY : src/btv_l1.o

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

src/btv_l1.i: src/btv_l1.cpp.i
.PHONY : src/btv_l1.i

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

src/btv_l1.s: src/btv_l1.cpp.s
.PHONY : src/btv_l1.s

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

src/btv_l1_cuda.o: src/btv_l1_cuda.cpp.o
.PHONY : src/btv_l1_cuda.o

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

src/btv_l1_cuda.i: src/btv_l1_cuda.cpp.i
.PHONY : src/btv_l1_cuda.i

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

src/btv_l1_cuda.s: src/btv_l1_cuda.cpp.s
.PHONY : src/btv_l1_cuda.s

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

src/frame_source.o: src/frame_source.cpp.o
.PHONY : src/frame_source.o

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

src/frame_source.i: src/frame_source.cpp.i
.PHONY : src/frame_source.i

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

src/frame_source.s: src/frame_source.cpp.s
.PHONY : src/frame_source.s

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

src/input_array_utility.o: src/input_array_utility.cpp.o
.PHONY : src/input_array_utility.o

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

src/input_array_utility.i: src/input_array_utility.cpp.i
.PHONY : src/input_array_utility.i

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

src/input_array_utility.s: src/input_array_utility.cpp.s
.PHONY : src/input_array_utility.s

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

src/optical_flow.o: src/optical_flow.cpp.o
.PHONY : src/optical_flow.o

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

src/optical_flow.i: src/optical_flow.cpp.i
.PHONY : src/optical_flow.i

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

src/optical_flow.s: src/optical_flow.cpp.s
.PHONY : src/optical_flow.s

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

src/super_resolution.o: src/super_resolution.cpp.o
.PHONY : src/super_resolution.o

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

src/super_resolution.i: src/super_resolution.cpp.i
.PHONY : src/super_resolution.i

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

src/super_resolution.s: src/super_resolution.cpp.s
.PHONY : src/super_resolution.s

# target to generate assembly for a file
src/super_resolution.cpp.s:
	cd /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/bulid && $(MAKE) $(MAKESILENT) -f modules/superres/CMakeFiles/opencv_superres.dir/build.make modules/superres/CMakeFiles/opencv_superres.dir/src/super_resolution.cpp.s
.PHONY : src/super_resolution.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_superres"
	@echo "... opencl_kernels_superres.o"
	@echo "... opencl_kernels_superres.i"
	@echo "... opencl_kernels_superres.s"
	@echo "... src/btv_l1.o"
	@echo "... src/btv_l1.i"
	@echo "... src/btv_l1.s"
	@echo "... src/btv_l1_cuda.o"
	@echo "... src/btv_l1_cuda.i"
	@echo "... src/btv_l1_cuda.s"
	@echo "... src/frame_source.o"
	@echo "... src/frame_source.i"
	@echo "... src/frame_source.s"
	@echo "... src/input_array_utility.o"
	@echo "... src/input_array_utility.i"
	@echo "... src/input_array_utility.s"
	@echo "... src/optical_flow.o"
	@echo "... src/optical_flow.i"
	@echo "... src/optical_flow.s"
	@echo "... src/super_resolution.o"
	@echo "... src/super_resolution.i"
	@echo "... src/super_resolution.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

