QRCodeDetect/cmake-build-debug/CMakeFiles/cameraOpen.dir/build.make

114 lines
5.0 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /home/ryoo/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/201.7846.88/bin/cmake/linux/bin/cmake
# The command to remove a file.
RM = /home/ryoo/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/201.7846.88/bin/cmake/linux/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/ryoo/CLionProjects/QRcode/cameraOpen
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/cameraOpen.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/cameraOpen.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/cameraOpen.dir/flags.make
CMakeFiles/cameraOpen.dir/main.cpp.o: CMakeFiles/cameraOpen.dir/flags.make
CMakeFiles/cameraOpen.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/cameraOpen.dir/main.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/cameraOpen.dir/main.cpp.o -c /home/ryoo/CLionProjects/QRcode/cameraOpen/main.cpp
CMakeFiles/cameraOpen.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cameraOpen.dir/main.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ryoo/CLionProjects/QRcode/cameraOpen/main.cpp > CMakeFiles/cameraOpen.dir/main.cpp.i
CMakeFiles/cameraOpen.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cameraOpen.dir/main.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ryoo/CLionProjects/QRcode/cameraOpen/main.cpp -o CMakeFiles/cameraOpen.dir/main.cpp.s
# Object files for target cameraOpen
cameraOpen_OBJECTS = \
"CMakeFiles/cameraOpen.dir/main.cpp.o"
# External object files for target cameraOpen
cameraOpen_EXTERNAL_OBJECTS =
cameraOpen: CMakeFiles/cameraOpen.dir/main.cpp.o
cameraOpen: CMakeFiles/cameraOpen.dir/build.make
cameraOpen: /usr/local/lib/libopencv_dnn.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_gapi.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_highgui.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_ml.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_objdetect.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_photo.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_stitching.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_video.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_videoio.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_imgcodecs.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_calib3d.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_features2d.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_flann.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_imgproc.so.4.3.0
cameraOpen: /usr/local/lib/libopencv_core.so.4.3.0
cameraOpen: CMakeFiles/cameraOpen.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable cameraOpen"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cameraOpen.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/cameraOpen.dir/build: cameraOpen
.PHONY : CMakeFiles/cameraOpen.dir/build
CMakeFiles/cameraOpen.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/cameraOpen.dir/cmake_clean.cmake
.PHONY : CMakeFiles/cameraOpen.dir/clean
CMakeFiles/cameraOpen.dir/depend:
cd /home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ryoo/CLionProjects/QRcode/cameraOpen /home/ryoo/CLionProjects/QRcode/cameraOpen /home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug /home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug /home/ryoo/CLionProjects/QRcode/cameraOpen/cmake-build-debug/CMakeFiles/cameraOpen.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/cameraOpen.dir/depend