123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.19
- # Delete rule output on recipe failure.
- .DELETE_ON_ERROR:
- #=============================================================================
- # 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
- # The command to remove a file.
- RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /Users/devyk/Data/Project/sample/github_code/OpenCVSample
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug
- # Include any dependencies generated for this target.
- include CMakeFiles/ImageBlurDetection_debug.dir/depend.make
- # Include the progress variables for this target.
- include CMakeFiles/ImageBlurDetection_debug.dir/progress.make
- # Include the compile flags for this target's objects.
- include CMakeFiles/ImageBlurDetection_debug.dir/flags.make
- CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.o: CMakeFiles/ImageBlurDetection_debug.dir/flags.make
- CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.o: ../main.cpp
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.o"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.o -c /Users/devyk/Data/Project/sample/github_code/OpenCVSample/main.cpp
- CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.i"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/devyk/Data/Project/sample/github_code/OpenCVSample/main.cpp > CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.i
- CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.s"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/devyk/Data/Project/sample/github_code/OpenCVSample/main.cpp -o CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.s
- CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.o: CMakeFiles/ImageBlurDetection_debug.dir/flags.make
- CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.o: ../opencv/image_blur_detection.cpp
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.o"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.o -c /Users/devyk/Data/Project/sample/github_code/OpenCVSample/opencv/image_blur_detection.cpp
- CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.i"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/devyk/Data/Project/sample/github_code/OpenCVSample/opencv/image_blur_detection.cpp > CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.i
- CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.s"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/devyk/Data/Project/sample/github_code/OpenCVSample/opencv/image_blur_detection.cpp -o CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.s
- CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.o: CMakeFiles/ImageBlurDetection_debug.dir/flags.make
- CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.o: ../jni/ImageBlurDetection.cpp
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.o"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.o -c /Users/devyk/Data/Project/sample/github_code/OpenCVSample/jni/ImageBlurDetection.cpp
- CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.i"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/devyk/Data/Project/sample/github_code/OpenCVSample/jni/ImageBlurDetection.cpp > CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.i
- CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.s"
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/devyk/Data/Project/sample/github_code/OpenCVSample/jni/ImageBlurDetection.cpp -o CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.s
- # Object files for target ImageBlurDetection_debug
- ImageBlurDetection_debug_OBJECTS = \
- "CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.o" \
- "CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.o" \
- "CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.o"
- # External object files for target ImageBlurDetection_debug
- ImageBlurDetection_debug_EXTERNAL_OBJECTS =
- ../output/bin/ImageBlurDetection_debug: CMakeFiles/ImageBlurDetection_debug.dir/main.cpp.o
- ../output/bin/ImageBlurDetection_debug: CMakeFiles/ImageBlurDetection_debug.dir/opencv/image_blur_detection.cpp.o
- ../output/bin/ImageBlurDetection_debug: CMakeFiles/ImageBlurDetection_debug.dir/jni/ImageBlurDetection.cpp.o
- ../output/bin/ImageBlurDetection_debug: CMakeFiles/ImageBlurDetection_debug.dir/build.make
- ../output/bin/ImageBlurDetection_debug: CMakeFiles/ImageBlurDetection_debug.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable ../output/bin/ImageBlurDetection_debug"
- $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ImageBlurDetection_debug.dir/link.txt --verbose=$(VERBOSE)
- # Rule to build all files generated by this target.
- CMakeFiles/ImageBlurDetection_debug.dir/build: ../output/bin/ImageBlurDetection_debug
- .PHONY : CMakeFiles/ImageBlurDetection_debug.dir/build
- CMakeFiles/ImageBlurDetection_debug.dir/clean:
- $(CMAKE_COMMAND) -P CMakeFiles/ImageBlurDetection_debug.dir/cmake_clean.cmake
- .PHONY : CMakeFiles/ImageBlurDetection_debug.dir/clean
- CMakeFiles/ImageBlurDetection_debug.dir/depend:
- cd /Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/devyk/Data/Project/sample/github_code/OpenCVSample /Users/devyk/Data/Project/sample/github_code/OpenCVSample /Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug /Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug /Users/devyk/Data/Project/sample/github_code/OpenCVSample/cmake-build-debug/CMakeFiles/ImageBlurDetection_debug.dir/DependInfo.cmake --color=$(COLOR)
- .PHONY : CMakeFiles/ImageBlurDetection_debug.dir/depend
|