first commit
This commit is contained in:
166
build/app/CMakeFiles/face_detection_app.dir/build.make
Normal file
166
build/app/CMakeFiles/face_detection_app.dir/build.make
Normal file
@@ -0,0 +1,166 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hongshaorou/lzy_demo/facedetect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hongshaorou/lzy_demo/facedetect/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include app/CMakeFiles/face_detection_app.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include app/CMakeFiles/face_detection_app.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include app/CMakeFiles/face_detection_app.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include app/CMakeFiles/face_detection_app.dir/flags.make
|
||||
|
||||
app/CMakeFiles/face_detection_app.dir/src/main.cpp.o: app/CMakeFiles/face_detection_app.dir/flags.make
|
||||
app/CMakeFiles/face_detection_app.dir/src/main.cpp.o: ../app/src/main.cpp
|
||||
app/CMakeFiles/face_detection_app.dir/src/main.cpp.o: app/CMakeFiles/face_detection_app.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object app/CMakeFiles/face_detection_app.dir/src/main.cpp.o"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/app && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT app/CMakeFiles/face_detection_app.dir/src/main.cpp.o -MF CMakeFiles/face_detection_app.dir/src/main.cpp.o.d -o CMakeFiles/face_detection_app.dir/src/main.cpp.o -c /home/hongshaorou/lzy_demo/facedetect/app/src/main.cpp
|
||||
|
||||
app/CMakeFiles/face_detection_app.dir/src/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/face_detection_app.dir/src/main.cpp.i"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/app && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hongshaorou/lzy_demo/facedetect/app/src/main.cpp > CMakeFiles/face_detection_app.dir/src/main.cpp.i
|
||||
|
||||
app/CMakeFiles/face_detection_app.dir/src/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/face_detection_app.dir/src/main.cpp.s"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/app && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hongshaorou/lzy_demo/facedetect/app/src/main.cpp -o CMakeFiles/face_detection_app.dir/src/main.cpp.s
|
||||
|
||||
# Object files for target face_detection_app
|
||||
face_detection_app_OBJECTS = \
|
||||
"CMakeFiles/face_detection_app.dir/src/main.cpp.o"
|
||||
|
||||
# External object files for target face_detection_app
|
||||
face_detection_app_EXTERNAL_OBJECTS =
|
||||
|
||||
app/face_detection_app: app/CMakeFiles/face_detection_app.dir/src/main.cpp.o
|
||||
app/face_detection_app: app/CMakeFiles/face_detection_app.dir/build.make
|
||||
app/face_detection_app: libfacedetection/libfacedetection.so
|
||||
app/face_detection_app: network_camera_receiver/libnetwork_camera_receiver.a
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_alphamat.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_aruco.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_barcode.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_bgsegm.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_bioinspired.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_ccalib.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_dnn_objdetect.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_dnn_superres.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_dpm.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_face.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_freetype.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_fuzzy.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_hdf.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_hfs.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_img_hash.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_intensity_transform.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_line_descriptor.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_mcc.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_quality.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_rapid.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_reg.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_rgbd.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_saliency.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_shape.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_stereo.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_structured_light.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_surface_matching.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_tracking.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_viz.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_wechat_qrcode.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_xobjdetect.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_xphoto.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_phase_unwrapping.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_optflow.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_datasets.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_plot.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_text.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_videoio.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_ximgproc.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_video.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_dnn.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.4.5.4d
|
||||
app/face_detection_app: /usr/lib/x86_64-linux-gnu/libopencv_core.so.4.5.4d
|
||||
app/face_detection_app: app/CMakeFiles/face_detection_app.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable face_detection_app"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/app && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/face_detection_app.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
app/CMakeFiles/face_detection_app.dir/build: app/face_detection_app
|
||||
.PHONY : app/CMakeFiles/face_detection_app.dir/build
|
||||
|
||||
app/CMakeFiles/face_detection_app.dir/clean:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/app && $(CMAKE_COMMAND) -P CMakeFiles/face_detection_app.dir/cmake_clean.cmake
|
||||
.PHONY : app/CMakeFiles/face_detection_app.dir/clean
|
||||
|
||||
app/CMakeFiles/face_detection_app.dir/depend:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hongshaorou/lzy_demo/facedetect /home/hongshaorou/lzy_demo/facedetect/app /home/hongshaorou/lzy_demo/facedetect/build /home/hongshaorou/lzy_demo/facedetect/build/app /home/hongshaorou/lzy_demo/facedetect/build/app/CMakeFiles/face_detection_app.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : app/CMakeFiles/face_detection_app.dir/depend
|
||||
|
||||
Reference in New Issue
Block a user