first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hongshaorou/lzy_demo/facedetect")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hongshaorou/lzy_demo/facedetect/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/src/network_camera_receiver.cpp" "network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o" "gcc" "network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,111 @@
|
||||
# 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 network_camera_receiver/CMakeFiles/network_camera_receiver.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include network_camera_receiver/CMakeFiles/network_camera_receiver.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include network_camera_receiver/CMakeFiles/network_camera_receiver.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include network_camera_receiver/CMakeFiles/network_camera_receiver.dir/flags.make
|
||||
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/flags.make
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o: ../network_camera_receiver/src/network_camera_receiver.cpp
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o: network_camera_receiver/CMakeFiles/network_camera_receiver.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 network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o -MF CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o.d -o CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o -c /home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/src/network_camera_receiver.cpp
|
||||
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.i"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/src/network_camera_receiver.cpp > CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.i
|
||||
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.s"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/src/network_camera_receiver.cpp -o CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.s
|
||||
|
||||
# Object files for target network_camera_receiver
|
||||
network_camera_receiver_OBJECTS = \
|
||||
"CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o"
|
||||
|
||||
# External object files for target network_camera_receiver
|
||||
network_camera_receiver_EXTERNAL_OBJECTS =
|
||||
|
||||
network_camera_receiver/libnetwork_camera_receiver.a: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o
|
||||
network_camera_receiver/libnetwork_camera_receiver.a: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make
|
||||
network_camera_receiver/libnetwork_camera_receiver.a: network_camera_receiver/CMakeFiles/network_camera_receiver.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 static library libnetwork_camera_receiver.a"
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver && $(CMAKE_COMMAND) -P CMakeFiles/network_camera_receiver.dir/cmake_clean_target.cmake
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/network_camera_receiver.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build: network_camera_receiver/libnetwork_camera_receiver.a
|
||||
.PHONY : network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build
|
||||
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/clean:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver && $(CMAKE_COMMAND) -P CMakeFiles/network_camera_receiver.dir/cmake_clean.cmake
|
||||
.PHONY : network_camera_receiver/CMakeFiles/network_camera_receiver.dir/clean
|
||||
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.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/network_camera_receiver /home/hongshaorou/lzy_demo/facedetect/build /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver/CMakeFiles/network_camera_receiver.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : network_camera_receiver/CMakeFiles/network_camera_receiver.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o"
|
||||
"CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o.d"
|
||||
"libnetwork_camera_receiver.a"
|
||||
"libnetwork_camera_receiver.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/network_camera_receiver.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libnetwork_camera_receiver.a"
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for network_camera_receiver.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for network_camera_receiver.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for network_camera_receiver.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/g++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/include -isystem /usr/include/opencv4
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -O3 -std=gnu++11
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libnetwork_camera_receiver.a CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o
|
||||
/usr/bin/ranlib libnetwork_camera_receiver.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 7
|
||||
CMAKE_PROGRESS_2 = 8
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,340 @@
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o: \
|
||||
/home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/src/network_camera_receiver.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/home/hongshaorou/lzy_demo/facedetect/network_camera_receiver/include/network_camera_receiver.h \
|
||||
/usr/include/opencv4/opencv2/opencv.hpp \
|
||||
/usr/include/opencv4/opencv2/opencv_modules.hpp \
|
||||
/usr/include/opencv4/opencv2/core.hpp \
|
||||
/usr/include/opencv4/opencv2/core/cvdef.h \
|
||||
/usr/include/opencv4/opencv2/core/version.hpp /usr/include/c++/11/limits \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
|
||||
/usr/include/opencv4/opencv2/core/hal/interface.h \
|
||||
/usr/include/c++/11/cstddef \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
|
||||
/usr/include/c++/11/cstdint \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/opencv4/opencv2/core/cv_cpu_dispatch.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h \
|
||||
/usr/include/c++/11/stdlib.h /usr/include/c++/11/cstdlib \
|
||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select2.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
|
||||
/usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/array \
|
||||
/usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
|
||||
/usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
|
||||
/usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \
|
||||
/usr/include/c++/11/bits/functexcept.h \
|
||||
/usr/include/c++/11/bits/exception_defines.h \
|
||||
/usr/include/c++/11/bits/stl_algobase.h \
|
||||
/usr/include/c++/11/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/11/ext/type_traits.h \
|
||||
/usr/include/c++/11/ext/numeric_traits.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/11/bits/concept_check.h \
|
||||
/usr/include/c++/11/debug/assertions.h \
|
||||
/usr/include/c++/11/bits/stl_iterator.h \
|
||||
/usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
|
||||
/usr/include/c++/11/bits/predefined_ops.h \
|
||||
/usr/include/c++/11/bits/range_access.h \
|
||||
/usr/include/opencv4/opencv2/core/base.hpp /usr/include/c++/11/climits \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h \
|
||||
/usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \
|
||||
/usr/include/c++/11/bits/algorithmfwd.h \
|
||||
/usr/include/c++/11/bits/stl_heap.h \
|
||||
/usr/include/c++/11/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \
|
||||
/usr/include/c++/11/bits/exception.h \
|
||||
/usr/include/c++/11/bits/uniform_int_dist.h \
|
||||
/usr/include/opencv4/opencv2/core/cvstd.hpp /usr/include/c++/11/cstring \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/string_fortified.h \
|
||||
/usr/include/c++/11/cctype /usr/include/ctype.h \
|
||||
/usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \
|
||||
/usr/include/c++/11/bits/memoryfwd.h \
|
||||
/usr/include/c++/11/bits/char_traits.h \
|
||||
/usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \
|
||||
/usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar2.h \
|
||||
/usr/include/c++/11/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
|
||||
/usr/include/c++/11/ext/new_allocator.h \
|
||||
/usr/include/c++/11/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
|
||||
/usr/include/c++/11/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \
|
||||
/usr/include/c++/11/bits/ostream_insert.h \
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/11/bits/stl_function.h \
|
||||
/usr/include/c++/11/backward/binders.h \
|
||||
/usr/include/c++/11/bits/basic_string.h \
|
||||
/usr/include/c++/11/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
||||
/usr/include/c++/11/ext/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/alloc_traits.h \
|
||||
/usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \
|
||||
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
|
||||
/usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/11/bits/charconv.h \
|
||||
/usr/include/c++/11/bits/functional_hash.h \
|
||||
/usr/include/c++/11/bits/hash_bytes.h \
|
||||
/usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/cmath \
|
||||
/usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
||||
/usr/include/opencv4/opencv2/core/cvstd_wrapper.hpp \
|
||||
/usr/include/c++/11/memory /usr/include/c++/11/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \
|
||||
/usr/include/c++/11/bits/uses_allocator.h \
|
||||
/usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \
|
||||
/usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/shared_ptr.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \
|
||||
/usr/include/c++/11/bits/allocated_ptr.h \
|
||||
/usr/include/c++/11/bits/refwrap.h \
|
||||
/usr/include/c++/11/ext/aligned_buffer.h \
|
||||
/usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \
|
||||
/usr/include/c++/11/bits/exception_ptr.h \
|
||||
/usr/include/c++/11/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/11/bits/nested_exception.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/11/bits/atomic_base.h \
|
||||
/usr/include/c++/11/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/11/backward/auto_ptr.h \
|
||||
/usr/include/opencv4/opencv2/core/neon_utils.hpp \
|
||||
/usr/include/opencv4/opencv2/core/vsx_utils.hpp /usr/include/assert.h \
|
||||
/usr/include/opencv4/opencv2/core/check.hpp \
|
||||
/usr/include/opencv4/opencv2/core/traits.hpp \
|
||||
/usr/include/opencv4/opencv2/core/matx.hpp \
|
||||
/usr/include/opencv4/opencv2/core/saturate.hpp \
|
||||
/usr/include/opencv4/opencv2/core/fast_math.hpp \
|
||||
/usr/include/opencv4/opencv2/core/types.hpp /usr/include/c++/11/cfloat \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h \
|
||||
/usr/include/c++/11/vector /usr/include/c++/11/bits/stl_vector.h \
|
||||
/usr/include/c++/11/bits/stl_bvector.h \
|
||||
/usr/include/c++/11/bits/vector.tcc \
|
||||
/usr/include/opencv4/opencv2/core/mat.hpp \
|
||||
/usr/include/opencv4/opencv2/core/bufferpool.hpp \
|
||||
/usr/include/opencv4/opencv2/core/mat.inl.hpp \
|
||||
/usr/include/opencv4/opencv2/core/persistence.hpp \
|
||||
/usr/include/opencv4/opencv2/core/operations.hpp \
|
||||
/usr/include/opencv4/opencv2/core/cvstd.inl.hpp \
|
||||
/usr/include/c++/11/complex /usr/include/c++/11/sstream \
|
||||
/usr/include/c++/11/istream /usr/include/c++/11/ios \
|
||||
/usr/include/c++/11/bits/ios_base.h \
|
||||
/usr/include/c++/11/bits/locale_classes.h \
|
||||
/usr/include/c++/11/bits/locale_classes.tcc \
|
||||
/usr/include/c++/11/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
|
||||
/usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
|
||||
/usr/include/c++/11/bits/streambuf.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.h \
|
||||
/usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
|
||||
/usr/include/c++/11/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
|
||||
/usr/include/c++/11/bits/locale_facets.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.tcc /usr/include/c++/11/ostream \
|
||||
/usr/include/c++/11/bits/ostream.tcc \
|
||||
/usr/include/c++/11/bits/istream.tcc \
|
||||
/usr/include/c++/11/bits/sstream.tcc \
|
||||
/usr/include/opencv4/opencv2/core/utility.hpp \
|
||||
/usr/include/c++/11/functional /usr/include/c++/11/bits/std_function.h \
|
||||
/usr/include/c++/11/mutex /usr/include/c++/11/chrono \
|
||||
/usr/include/c++/11/ratio /usr/include/c++/11/ctime \
|
||||
/usr/include/c++/11/bits/parse_numbers.h \
|
||||
/usr/include/c++/11/bits/std_mutex.h \
|
||||
/usr/include/c++/11/bits/unique_lock.h \
|
||||
/usr/include/opencv4/opencv2/core/optim.hpp \
|
||||
/usr/include/opencv4/opencv2/core/ovx.hpp \
|
||||
/usr/include/opencv4/opencv2/core/cvdef.h \
|
||||
/usr/include/opencv4/opencv2/calib3d.hpp \
|
||||
/usr/include/opencv4/opencv2/features2d.hpp \
|
||||
/usr/include/opencv4/opencv2/flann/miniflann.hpp \
|
||||
/usr/include/opencv4/opencv2/flann/defines.h \
|
||||
/usr/include/opencv4/opencv2/flann/config.h \
|
||||
/usr/include/opencv4/opencv2/core/affine.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn/dnn.hpp \
|
||||
/usr/include/opencv4/opencv2/core/async.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn/version.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn/dict.hpp /usr/include/c++/11/map \
|
||||
/usr/include/c++/11/bits/stl_tree.h /usr/include/c++/11/bits/stl_map.h \
|
||||
/usr/include/c++/11/bits/stl_multimap.h \
|
||||
/usr/include/c++/11/bits/erase_if.h \
|
||||
/usr/include/opencv4/opencv2/dnn/layer.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn/dnn.inl.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn/utils/inference_engine.hpp \
|
||||
/usr/include/opencv4/opencv2/dnn/dnn.hpp \
|
||||
/usr/include/opencv4/opencv2/flann.hpp \
|
||||
/usr/include/opencv4/opencv2/flann/flann_base.hpp \
|
||||
/usr/include/opencv4/opencv2/flann/general.h \
|
||||
/usr/include/opencv4/opencv2/flann/matrix.h \
|
||||
/usr/include/opencv4/opencv2/flann/params.h \
|
||||
/usr/include/opencv4/opencv2/flann/any.h \
|
||||
/usr/include/opencv4/opencv2/flann/defines.h \
|
||||
/usr/include/c++/11/iostream /usr/include/opencv4/opencv2/flann/saving.h \
|
||||
/usr/include/opencv4/opencv2/flann/nn_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/result_set.h /usr/include/c++/11/set \
|
||||
/usr/include/c++/11/bits/stl_set.h \
|
||||
/usr/include/c++/11/bits/stl_multiset.h \
|
||||
/usr/include/opencv4/opencv2/flann/all_indices.h \
|
||||
/usr/include/opencv4/opencv2/flann/kdtree_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/dynamic_bitset.h \
|
||||
/usr/include/opencv4/opencv2/flann/dist.h \
|
||||
/usr/include/opencv4/opencv2/flann/heap.h \
|
||||
/usr/include/c++/11/unordered_map /usr/include/c++/11/bits/hashtable.h \
|
||||
/usr/include/c++/11/bits/hashtable_policy.h \
|
||||
/usr/include/c++/11/bits/enable_special_members.h \
|
||||
/usr/include/c++/11/bits/unordered_map.h \
|
||||
/usr/include/opencv4/opencv2/flann/allocator.h \
|
||||
/usr/include/opencv4/opencv2/flann/random.h \
|
||||
/usr/include/opencv4/opencv2/flann/kdtree_single_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/kmeans_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/logger.h \
|
||||
/usr/include/opencv4/opencv2/flann/composite_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/linear_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/hierarchical_clustering_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/lsh_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/lsh_table.h \
|
||||
/usr/include/c++/11/iomanip /usr/include/c++/11/locale \
|
||||
/usr/include/c++/11/bits/locale_facets_nonio.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \
|
||||
/usr/include/libintl.h /usr/include/c++/11/bits/codecvt.h \
|
||||
/usr/include/c++/11/bits/locale_facets_nonio.tcc \
|
||||
/usr/include/c++/11/bits/locale_conv.h /usr/include/c++/11/math.h \
|
||||
/usr/include/opencv4/opencv2/flann/autotuned_index.h \
|
||||
/usr/include/opencv4/opencv2/flann/ground_truth.h \
|
||||
/usr/include/opencv4/opencv2/flann/index_testing.h \
|
||||
/usr/include/opencv4/opencv2/flann/timer.h \
|
||||
/usr/include/opencv4/opencv2/flann/sampling.h \
|
||||
/usr/include/opencv4/opencv2/highgui.hpp \
|
||||
/usr/include/opencv4/opencv2/imgcodecs.hpp \
|
||||
/usr/include/opencv4/opencv2/videoio.hpp \
|
||||
/usr/include/opencv4/opencv2/imgproc.hpp \
|
||||
/usr/include/opencv4/opencv2/imgproc/segmentation.hpp \
|
||||
/usr/include/opencv4/opencv2/ml.hpp \
|
||||
/usr/include/opencv4/opencv2/ml/ml.inl.hpp \
|
||||
/usr/include/opencv4/opencv2/objdetect.hpp \
|
||||
/usr/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp \
|
||||
/usr/include/opencv4/opencv2/objdetect/face.hpp \
|
||||
/usr/include/opencv4/opencv2/photo.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/warpers.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/warpers.hpp \
|
||||
/usr/include/opencv4/opencv2/core/cuda.hpp \
|
||||
/usr/include/opencv4/opencv2/core/cuda_types.hpp \
|
||||
/usr/include/opencv4/opencv2/core/cuda.inl.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/warpers.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/matchers.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/matchers.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/util.hpp \
|
||||
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
|
||||
/usr/include/c++/11/bits/list.tcc \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/util_inl.hpp \
|
||||
/usr/include/c++/11/queue /usr/include/c++/11/deque \
|
||||
/usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
|
||||
/usr/include/c++/11/bits/stl_queue.h \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/camera.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/seam_finders.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/blenders.hpp \
|
||||
/usr/include/opencv4/opencv2/stitching/detail/camera.hpp \
|
||||
/usr/include/opencv4/opencv2/video.hpp \
|
||||
/usr/include/opencv4/opencv2/video/tracking.hpp \
|
||||
/usr/include/opencv4/opencv2/video/background_segm.hpp \
|
||||
/usr/include/c++/11/thread /usr/include/c++/11/bits/std_thread.h \
|
||||
/usr/include/c++/11/bits/this_thread_sleep.h /usr/include/c++/11/atomic
|
||||
1
build/network_camera_receiver/CMakeFiles/progress.marks
Normal file
1
build/network_camera_receiver/CMakeFiles/progress.marks
Normal file
@@ -0,0 +1 @@
|
||||
2
|
||||
182
build/network_camera_receiver/Makefile
Normal file
182
build/network_camera_receiver/Makefile
Normal file
@@ -0,0 +1,182 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /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
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/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..."
|
||||
/usr/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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles /home/hongshaorou/lzy_demo/facedetect/build/network_camera_receiver//CMakeFiles/progress.marks
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 network_camera_receiver/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 network_camera_receiver/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 network_camera_receiver/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 network_camera_receiver/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
network_camera_receiver/CMakeFiles/network_camera_receiver.dir/rule:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 network_camera_receiver/CMakeFiles/network_camera_receiver.dir/rule
|
||||
.PHONY : network_camera_receiver/CMakeFiles/network_camera_receiver.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
network_camera_receiver: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/rule
|
||||
.PHONY : network_camera_receiver
|
||||
|
||||
# fast build rule for target.
|
||||
network_camera_receiver/fast:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build
|
||||
.PHONY : network_camera_receiver/fast
|
||||
|
||||
src/network_camera_receiver.o: src/network_camera_receiver.cpp.o
|
||||
.PHONY : src/network_camera_receiver.o
|
||||
|
||||
# target to build an object file
|
||||
src/network_camera_receiver.cpp.o:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.o
|
||||
.PHONY : src/network_camera_receiver.cpp.o
|
||||
|
||||
src/network_camera_receiver.i: src/network_camera_receiver.cpp.i
|
||||
.PHONY : src/network_camera_receiver.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/network_camera_receiver.cpp.i:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.i
|
||||
.PHONY : src/network_camera_receiver.cpp.i
|
||||
|
||||
src/network_camera_receiver.s: src/network_camera_receiver.cpp.s
|
||||
.PHONY : src/network_camera_receiver.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/network_camera_receiver.cpp.s:
|
||||
cd /home/hongshaorou/lzy_demo/facedetect/build && $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/src/network_camera_receiver.cpp.s
|
||||
.PHONY : src/network_camera_receiver.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 "... rebuild_cache"
|
||||
@echo "... network_camera_receiver"
|
||||
@echo "... src/network_camera_receiver.o"
|
||||
@echo "... src/network_camera_receiver.i"
|
||||
@echo "... src/network_camera_receiver.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 /home/hongshaorou/lzy_demo/facedetect/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
44
build/network_camera_receiver/cmake_install.cmake
Normal file
44
build/network_camera_receiver/cmake_install.cmake
Normal file
@@ -0,0 +1,44 @@
|
||||
# Install script for directory: /home/hongshaorou/lzy_demo/facedetect/network_camera_receiver
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
BIN
build/network_camera_receiver/libnetwork_camera_receiver.a
Normal file
BIN
build/network_camera_receiver/libnetwork_camera_receiver.a
Normal file
Binary file not shown.
Reference in New Issue
Block a user