# 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/zzj/develop/AIRecognition_Linux/AIRecognitionLinux # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/zzj/develop/AIRecognition_Linux/AIRecognitionLinux/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 $(CMAKE_COMMAND) -E cmake_progress_start /home/zzj/develop/AIRecognition_Linux/AIRecognitionLinux/build/CMakeFiles /home/zzj/develop/AIRecognition_Linux/AIRecognitionLinux/build//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /home/zzj/develop/AIRecognition_Linux/AIRecognitionLinux/build/CMakeFiles 0 .PHONY : all # The main clean target clean: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= # Target rules for targets named AIRecognize # Build rule for target. AIRecognize: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 AIRecognize .PHONY : AIRecognize # fast build rule for target. AIRecognize/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/build .PHONY : AIRecognize/fast PreProcessFn.o: PreProcessFn.cpp.o .PHONY : PreProcessFn.o # target to build an object file PreProcessFn.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/PreProcessFn.cpp.o .PHONY : PreProcessFn.cpp.o PreProcessFn.i: PreProcessFn.cpp.i .PHONY : PreProcessFn.i # target to preprocess a source file PreProcessFn.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/PreProcessFn.cpp.i .PHONY : PreProcessFn.cpp.i PreProcessFn.s: PreProcessFn.cpp.s .PHONY : PreProcessFn.s # target to generate assembly for a file PreProcessFn.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/PreProcessFn.cpp.s .PHONY : PreProcessFn.cpp.s PreProcessModel.o: PreProcessModel.cpp.o .PHONY : PreProcessModel.o # target to build an object file PreProcessModel.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/PreProcessModel.cpp.o .PHONY : PreProcessModel.cpp.o PreProcessModel.i: PreProcessModel.cpp.i .PHONY : PreProcessModel.i # target to preprocess a source file PreProcessModel.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/PreProcessModel.cpp.i .PHONY : PreProcessModel.cpp.i PreProcessModel.s: PreProcessModel.cpp.s .PHONY : PreProcessModel.s # target to generate assembly for a file PreProcessModel.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/PreProcessModel.cpp.s .PHONY : PreProcessModel.cpp.s affine.o: affine.cu.o .PHONY : affine.o # target to build an object file affine.cu.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/affine.cu.o .PHONY : affine.cu.o affine.i: affine.cu.i .PHONY : affine.i # target to preprocess a source file affine.cu.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/affine.cu.i .PHONY : affine.cu.i affine.s: affine.cu.s .PHONY : affine.s # target to generate assembly for a file affine.cu.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/affine.cu.s .PHONY : affine.cu.s base/CvxText.o: base/CvxText.cpp.o .PHONY : base/CvxText.o # target to build an object file base/CvxText.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/base/CvxText.cpp.o .PHONY : base/CvxText.cpp.o base/CvxText.i: base/CvxText.cpp.i .PHONY : base/CvxText.i # target to preprocess a source file base/CvxText.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/base/CvxText.cpp.i .PHONY : base/CvxText.cpp.i base/CvxText.s: base/CvxText.cpp.s .PHONY : base/CvxText.s # target to generate assembly for a file base/CvxText.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/base/CvxText.cpp.s .PHONY : base/CvxText.cpp.s base/base64.o: base/base64.cpp.o .PHONY : base/base64.o # target to build an object file base/base64.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/base/base64.cpp.o .PHONY : base/base64.cpp.o base/base64.i: base/base64.cpp.i .PHONY : base/base64.i # target to preprocess a source file base/base64.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/base/base64.cpp.i .PHONY : base/base64.cpp.i base/base64.s: base/base64.cpp.s .PHONY : base/base64.s # target to generate assembly for a file base/base64.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/base/base64.cpp.s .PHONY : base/base64.cpp.s cls/CRabbitmqClient.o: cls/CRabbitmqClient.cpp.o .PHONY : cls/CRabbitmqClient.o # target to build an object file cls/CRabbitmqClient.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/cls/CRabbitmqClient.cpp.o .PHONY : cls/CRabbitmqClient.cpp.o cls/CRabbitmqClient.i: cls/CRabbitmqClient.cpp.i .PHONY : cls/CRabbitmqClient.i # target to preprocess a source file cls/CRabbitmqClient.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/cls/CRabbitmqClient.cpp.i .PHONY : cls/CRabbitmqClient.cpp.i cls/CRabbitmqClient.s: cls/CRabbitmqClient.cpp.s .PHONY : cls/CRabbitmqClient.s # target to generate assembly for a file cls/CRabbitmqClient.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/cls/CRabbitmqClient.cpp.s .PHONY : cls/CRabbitmqClient.cpp.s cls/warningfile.o: cls/warningfile.cpp.o .PHONY : cls/warningfile.o # target to build an object file cls/warningfile.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/cls/warningfile.cpp.o .PHONY : cls/warningfile.cpp.o cls/warningfile.i: cls/warningfile.cpp.i .PHONY : cls/warningfile.i # target to preprocess a source file cls/warningfile.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/cls/warningfile.cpp.i .PHONY : cls/warningfile.cpp.i cls/warningfile.s: cls/warningfile.cpp.s .PHONY : cls/warningfile.s # target to generate assembly for a file cls/warningfile.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/cls/warningfile.cpp.s .PHONY : cls/warningfile.cpp.s deploy/DMJC.o: deploy/DMJC.cpp.o .PHONY : deploy/DMJC.o # target to build an object file deploy/DMJC.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/DMJC.cpp.o .PHONY : deploy/DMJC.cpp.o deploy/DMJC.i: deploy/DMJC.cpp.i .PHONY : deploy/DMJC.i # target to preprocess a source file deploy/DMJC.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/DMJC.cpp.i .PHONY : deploy/DMJC.cpp.i deploy/DMJC.s: deploy/DMJC.cpp.s .PHONY : deploy/DMJC.s # target to generate assembly for a file deploy/DMJC.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/DMJC.cpp.s .PHONY : deploy/DMJC.cpp.s deploy/belt.o: deploy/belt.cpp.o .PHONY : deploy/belt.o # target to build an object file deploy/belt.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/belt.cpp.o .PHONY : deploy/belt.cpp.o deploy/belt.i: deploy/belt.cpp.i .PHONY : deploy/belt.i # target to preprocess a source file deploy/belt.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/belt.cpp.i .PHONY : deploy/belt.cpp.i deploy/belt.s: deploy/belt.cpp.s .PHONY : deploy/belt.s # target to generate assembly for a file deploy/belt.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/belt.cpp.s .PHONY : deploy/belt.cpp.s deploy/camera.o: deploy/camera.cpp.o .PHONY : deploy/camera.o # target to build an object file deploy/camera.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/camera.cpp.o .PHONY : deploy/camera.cpp.o deploy/camera.i: deploy/camera.cpp.i .PHONY : deploy/camera.i # target to preprocess a source file deploy/camera.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/camera.cpp.i .PHONY : deploy/camera.cpp.i deploy/camera.s: deploy/camera.cpp.s .PHONY : deploy/camera.s # target to generate assembly for a file deploy/camera.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/camera.cpp.s .PHONY : deploy/camera.cpp.s deploy/clasi.o: deploy/clasi.cpp.o .PHONY : deploy/clasi.o # target to build an object file deploy/clasi.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/clasi.cpp.o .PHONY : deploy/clasi.cpp.o deploy/clasi.i: deploy/clasi.cpp.i .PHONY : deploy/clasi.i # target to preprocess a source file deploy/clasi.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/clasi.cpp.i .PHONY : deploy/clasi.cpp.i deploy/clasi.s: deploy/clasi.cpp.s .PHONY : deploy/clasi.s # target to generate assembly for a file deploy/clasi.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/clasi.cpp.s .PHONY : deploy/clasi.cpp.s deploy/cover.o: deploy/cover.cpp.o .PHONY : deploy/cover.o # target to build an object file deploy/cover.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/cover.cpp.o .PHONY : deploy/cover.cpp.o deploy/cover.i: deploy/cover.cpp.i .PHONY : deploy/cover.i # target to preprocess a source file deploy/cover.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/cover.cpp.i .PHONY : deploy/cover.cpp.i deploy/cover.s: deploy/cover.cpp.s .PHONY : deploy/cover.s # target to generate assembly for a file deploy/cover.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/cover.cpp.s .PHONY : deploy/cover.cpp.s deploy/run.o: deploy/run.cpp.o .PHONY : deploy/run.o # target to build an object file deploy/run.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/run.cpp.o .PHONY : deploy/run.cpp.o deploy/run.i: deploy/run.cpp.i .PHONY : deploy/run.i # target to preprocess a source file deploy/run.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/run.cpp.i .PHONY : deploy/run.cpp.i deploy/run.s: deploy/run.cpp.s .PHONY : deploy/run.s # target to generate assembly for a file deploy/run.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/run.cpp.s .PHONY : deploy/run.cpp.s deploy/yolov5.o: deploy/yolov5.cpp.o .PHONY : deploy/yolov5.o # target to build an object file deploy/yolov5.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/yolov5.cpp.o .PHONY : deploy/yolov5.cpp.o deploy/yolov5.i: deploy/yolov5.cpp.i .PHONY : deploy/yolov5.i # target to preprocess a source file deploy/yolov5.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/yolov5.cpp.i .PHONY : deploy/yolov5.cpp.i deploy/yolov5.s: deploy/yolov5.cpp.s .PHONY : deploy/yolov5.s # target to generate assembly for a file deploy/yolov5.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/deploy/yolov5.cpp.s .PHONY : deploy/yolov5.cpp.s main.o: main.cpp.o .PHONY : main.o # target to build an object file main.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/main.cpp.o .PHONY : main.cpp.o main.i: main.cpp.i .PHONY : main.i # target to preprocess a source file main.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/main.cpp.i .PHONY : main.cpp.i main.s: main.cpp.s .PHONY : main.s # target to generate assembly for a file main.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/main.cpp.s .PHONY : main.cpp.s utils.o: utils.cpp.o .PHONY : utils.o # target to build an object file utils.cpp.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/utils.cpp.o .PHONY : utils.cpp.o utils.i: utils.cpp.i .PHONY : utils.i # target to preprocess a source file utils.cpp.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/utils.cpp.i .PHONY : utils.cpp.i utils.s: utils.cpp.s .PHONY : utils.s # target to generate assembly for a file utils.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/AIRecognize.dir/build.make CMakeFiles/AIRecognize.dir/utils.cpp.s .PHONY : utils.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 "... AIRecognize" @echo "... PreProcessFn.o" @echo "... PreProcessFn.i" @echo "... PreProcessFn.s" @echo "... PreProcessModel.o" @echo "... PreProcessModel.i" @echo "... PreProcessModel.s" @echo "... affine.o" @echo "... affine.i" @echo "... affine.s" @echo "... base/CvxText.o" @echo "... base/CvxText.i" @echo "... base/CvxText.s" @echo "... base/base64.o" @echo "... base/base64.i" @echo "... base/base64.s" @echo "... cls/CRabbitmqClient.o" @echo "... cls/CRabbitmqClient.i" @echo "... cls/CRabbitmqClient.s" @echo "... cls/warningfile.o" @echo "... cls/warningfile.i" @echo "... cls/warningfile.s" @echo "... deploy/DMJC.o" @echo "... deploy/DMJC.i" @echo "... deploy/DMJC.s" @echo "... deploy/belt.o" @echo "... deploy/belt.i" @echo "... deploy/belt.s" @echo "... deploy/camera.o" @echo "... deploy/camera.i" @echo "... deploy/camera.s" @echo "... deploy/clasi.o" @echo "... deploy/clasi.i" @echo "... deploy/clasi.s" @echo "... deploy/cover.o" @echo "... deploy/cover.i" @echo "... deploy/cover.s" @echo "... deploy/run.o" @echo "... deploy/run.i" @echo "... deploy/run.s" @echo "... deploy/yolov5.o" @echo "... deploy/yolov5.i" @echo "... deploy/yolov5.s" @echo "... main.o" @echo "... main.i" @echo "... main.s" @echo "... utils.o" @echo "... utils.i" @echo "... utils.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: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system