first commit

This commit is contained in:
2026-07-11 18:11:03 +08:00
commit 19cafad13b
106 changed files with 11669 additions and 0 deletions

View File

@@ -0,0 +1,144 @@
# 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 libfacedetection/CMakeFiles/facedetection.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include libfacedetection/CMakeFiles/facedetection.dir/compiler_depend.make
# Include the progress variables for this target.
include libfacedetection/CMakeFiles/facedetection.dir/progress.make
# Include the compile flags for this target's objects.
include libfacedetection/CMakeFiles/facedetection.dir/flags.make
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o: libfacedetection/CMakeFiles/facedetection.dir/flags.make
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o: ../libfacedetection/src/facedetectcnn.cpp
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o: libfacedetection/CMakeFiles/facedetection.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 libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o -MF CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o.d -o CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o -c /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn.cpp
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.i"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn.cpp > CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.i
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.s"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn.cpp -o CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.s
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o: libfacedetection/CMakeFiles/facedetection.dir/flags.make
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o: ../libfacedetection/src/facedetectcnn-model.cpp
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o: libfacedetection/CMakeFiles/facedetection.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_2) "Building CXX object libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o -MF CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o.d -o CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o -c /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn-model.cpp
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.i"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn-model.cpp > CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.i
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.s"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn-model.cpp -o CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.s
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o: libfacedetection/CMakeFiles/facedetection.dir/flags.make
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o: ../libfacedetection/src/facedetectcnn-data.cpp
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o: libfacedetection/CMakeFiles/facedetection.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_3) "Building CXX object libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o -MF CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o.d -o CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o -c /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn-data.cpp
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.i"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn-data.cpp > CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.i
libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.s"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hongshaorou/lzy_demo/facedetect/libfacedetection/src/facedetectcnn-data.cpp -o CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.s
# Object files for target facedetection
facedetection_OBJECTS = \
"CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o" \
"CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o" \
"CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o"
# External object files for target facedetection
facedetection_EXTERNAL_OBJECTS =
libfacedetection/libfacedetection.so: libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o
libfacedetection/libfacedetection.so: libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o
libfacedetection/libfacedetection.so: libfacedetection/CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o
libfacedetection/libfacedetection.so: libfacedetection/CMakeFiles/facedetection.dir/build.make
libfacedetection/libfacedetection.so: /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so
libfacedetection/libfacedetection.so: /usr/lib/x86_64-linux-gnu/libpthread.a
libfacedetection/libfacedetection.so: libfacedetection/CMakeFiles/facedetection.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_4) "Linking CXX shared library libfacedetection.so"
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/facedetection.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
libfacedetection/CMakeFiles/facedetection.dir/build: libfacedetection/libfacedetection.so
.PHONY : libfacedetection/CMakeFiles/facedetection.dir/build
libfacedetection/CMakeFiles/facedetection.dir/clean:
cd /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection && $(CMAKE_COMMAND) -P CMakeFiles/facedetection.dir/cmake_clean.cmake
.PHONY : libfacedetection/CMakeFiles/facedetection.dir/clean
libfacedetection/CMakeFiles/facedetection.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/libfacedetection /home/hongshaorou/lzy_demo/facedetect/build /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection /home/hongshaorou/lzy_demo/facedetect/build/libfacedetection/CMakeFiles/facedetection.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : libfacedetection/CMakeFiles/facedetection.dir/depend