# 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 #============================================================================= # 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 #============================================================================= # Directory level rules for the build root directory # The main recursive "all" target. all: libfacedetection/all all: network_camera_receiver/all all: app/all .PHONY : all # The main recursive "preinstall" target. preinstall: libfacedetection/preinstall preinstall: network_camera_receiver/preinstall preinstall: app/preinstall .PHONY : preinstall # The main recursive "clean" target. clean: libfacedetection/clean clean: network_camera_receiver/clean clean: app/clean .PHONY : clean #============================================================================= # Directory level rules for directory app # Recursive "all" directory target. app/all: app/CMakeFiles/face_detection_app.dir/all .PHONY : app/all # Recursive "preinstall" directory target. app/preinstall: .PHONY : app/preinstall # Recursive "clean" directory target. app/clean: app/CMakeFiles/face_detection_app.dir/clean .PHONY : app/clean #============================================================================= # Directory level rules for directory libfacedetection # Recursive "all" directory target. libfacedetection/all: libfacedetection/CMakeFiles/facedetection.dir/all .PHONY : libfacedetection/all # Recursive "preinstall" directory target. libfacedetection/preinstall: .PHONY : libfacedetection/preinstall # Recursive "clean" directory target. libfacedetection/clean: libfacedetection/CMakeFiles/facedetection.dir/clean .PHONY : libfacedetection/clean #============================================================================= # Directory level rules for directory network_camera_receiver # Recursive "all" directory target. network_camera_receiver/all: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/all .PHONY : network_camera_receiver/all # Recursive "preinstall" directory target. network_camera_receiver/preinstall: .PHONY : network_camera_receiver/preinstall # Recursive "clean" directory target. network_camera_receiver/clean: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/clean .PHONY : network_camera_receiver/clean #============================================================================= # Target rules for target libfacedetection/CMakeFiles/facedetection.dir # All Build rule for target. libfacedetection/CMakeFiles/facedetection.dir/all: $(MAKE) $(MAKESILENT) -f libfacedetection/CMakeFiles/facedetection.dir/build.make libfacedetection/CMakeFiles/facedetection.dir/depend $(MAKE) $(MAKESILENT) -f libfacedetection/CMakeFiles/facedetection.dir/build.make libfacedetection/CMakeFiles/facedetection.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles --progress-num=3,4,5,6 "Built target facedetection" .PHONY : libfacedetection/CMakeFiles/facedetection.dir/all # Build rule for subdir invocation for target. libfacedetection/CMakeFiles/facedetection.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 4 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libfacedetection/CMakeFiles/facedetection.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 0 .PHONY : libfacedetection/CMakeFiles/facedetection.dir/rule # Convenience name for target. facedetection: libfacedetection/CMakeFiles/facedetection.dir/rule .PHONY : facedetection # clean rule for target. libfacedetection/CMakeFiles/facedetection.dir/clean: $(MAKE) $(MAKESILENT) -f libfacedetection/CMakeFiles/facedetection.dir/build.make libfacedetection/CMakeFiles/facedetection.dir/clean .PHONY : libfacedetection/CMakeFiles/facedetection.dir/clean #============================================================================= # Target rules for target network_camera_receiver/CMakeFiles/network_camera_receiver.dir # All Build rule for target. network_camera_receiver/CMakeFiles/network_camera_receiver.dir/all: $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/depend $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles --progress-num=7,8 "Built target network_camera_receiver" .PHONY : network_camera_receiver/CMakeFiles/network_camera_receiver.dir/all # Build rule for subdir invocation for target. network_camera_receiver/CMakeFiles/network_camera_receiver.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 2 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 network_camera_receiver/CMakeFiles/network_camera_receiver.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 0 .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 # clean rule for target. network_camera_receiver/CMakeFiles/network_camera_receiver.dir/clean: $(MAKE) $(MAKESILENT) -f network_camera_receiver/CMakeFiles/network_camera_receiver.dir/build.make network_camera_receiver/CMakeFiles/network_camera_receiver.dir/clean .PHONY : network_camera_receiver/CMakeFiles/network_camera_receiver.dir/clean #============================================================================= # Target rules for target app/CMakeFiles/face_detection_app.dir # All Build rule for target. app/CMakeFiles/face_detection_app.dir/all: libfacedetection/CMakeFiles/facedetection.dir/all app/CMakeFiles/face_detection_app.dir/all: network_camera_receiver/CMakeFiles/network_camera_receiver.dir/all $(MAKE) $(MAKESILENT) -f app/CMakeFiles/face_detection_app.dir/build.make app/CMakeFiles/face_detection_app.dir/depend $(MAKE) $(MAKESILENT) -f app/CMakeFiles/face_detection_app.dir/build.make app/CMakeFiles/face_detection_app.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles --progress-num=1,2 "Built target face_detection_app" .PHONY : app/CMakeFiles/face_detection_app.dir/all # Build rule for subdir invocation for target. app/CMakeFiles/face_detection_app.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 8 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app/CMakeFiles/face_detection_app.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/hongshaorou/lzy_demo/facedetect/build/CMakeFiles 0 .PHONY : app/CMakeFiles/face_detection_app.dir/rule # Convenience name for target. face_detection_app: app/CMakeFiles/face_detection_app.dir/rule .PHONY : face_detection_app # clean rule for target. app/CMakeFiles/face_detection_app.dir/clean: $(MAKE) $(MAKESILENT) -f app/CMakeFiles/face_detection_app.dir/build.make app/CMakeFiles/face_detection_app.dir/clean .PHONY : app/CMakeFiles/face_detection_app.dir/clean #============================================================================= # 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: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system