build.make 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  3. # Delete rule output on recipe failure.
  4. .DELETE_ON_ERROR:
  5. #=============================================================================
  6. # Special targets provided by cmake.
  7. # Disable implicit rules so canonical targets will work.
  8. .SUFFIXES:
  9. # Remove some rules from gmake that .SUFFIXES does not remove.
  10. SUFFIXES =
  11. .SUFFIXES: .hpux_make_needs_suffix_list
  12. # Suppress display of executed commands.
  13. $(VERBOSE).SILENT:
  14. # A target that is always out of date.
  15. cmake_force:
  16. .PHONY : cmake_force
  17. #=============================================================================
  18. # Set environment variables for the build.
  19. # The shell in which to execute make rules.
  20. SHELL = /bin/sh
  21. # The CMake executable.
  22. CMAKE_COMMAND = /usr/bin/cmake
  23. # The command to remove a file.
  24. RM = /usr/bin/cmake -E remove -f
  25. # Escaping for special characters.
  26. EQUALS = =
  27. # The top-level source directory on which CMake was run.
  28. CMAKE_SOURCE_DIR = /home/cl/onnx_run/yolo_crowd_run
  29. # The top-level build directory on which CMake was run.
  30. CMAKE_BINARY_DIR = /home/cl/onnx_run/yolo_crowd_run
  31. # Include any dependencies generated for this target.
  32. include CMakeFiles/test_cmake.dir/depend.make
  33. # Include the progress variables for this target.
  34. include CMakeFiles/test_cmake.dir/progress.make
  35. # Include the compile flags for this target's objects.
  36. include CMakeFiles/test_cmake.dir/flags.make
  37. CMakeFiles/test_cmake.dir/main.cpp.o: CMakeFiles/test_cmake.dir/flags.make
  38. CMakeFiles/test_cmake.dir/main.cpp.o: main.cpp
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/cl/onnx_run/yolo_crowd_run/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/test_cmake.dir/main.cpp.o"
  40. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/test_cmake.dir/main.cpp.o -c /home/cl/onnx_run/yolo_crowd_run/main.cpp
  41. CMakeFiles/test_cmake.dir/main.cpp.i: cmake_force
  42. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_cmake.dir/main.cpp.i"
  43. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/cl/onnx_run/yolo_crowd_run/main.cpp > CMakeFiles/test_cmake.dir/main.cpp.i
  44. CMakeFiles/test_cmake.dir/main.cpp.s: cmake_force
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_cmake.dir/main.cpp.s"
  46. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/cl/onnx_run/yolo_crowd_run/main.cpp -o CMakeFiles/test_cmake.dir/main.cpp.s
  47. # Object files for target test_cmake
  48. test_cmake_OBJECTS = \
  49. "CMakeFiles/test_cmake.dir/main.cpp.o"
  50. # External object files for target test_cmake
  51. test_cmake_EXTERNAL_OBJECTS =
  52. test_cmake: CMakeFiles/test_cmake.dir/main.cpp.o
  53. test_cmake: CMakeFiles/test_cmake.dir/build.make
  54. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_gapi.so.4.10.0
  55. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_highgui.so.4.10.0
  56. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_ml.so.4.10.0
  57. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_objdetect.so.4.10.0
  58. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_photo.so.4.10.0
  59. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_stitching.so.4.10.0
  60. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_video.so.4.10.0
  61. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_videoio.so.4.10.0
  62. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_imgcodecs.so.4.10.0
  63. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_dnn.so.4.10.0
  64. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_calib3d.so.4.10.0
  65. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_features2d.so.4.10.0
  66. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_flann.so.4.10.0
  67. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_imgproc.so.4.10.0
  68. test_cmake: /home/cl/lib/opencv4.10.0_install/lib/libopencv_core.so.4.10.0
  69. test_cmake: CMakeFiles/test_cmake.dir/link.txt
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/cl/onnx_run/yolo_crowd_run/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_cmake"
  71. $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_cmake.dir/link.txt --verbose=$(VERBOSE)
  72. # Rule to build all files generated by this target.
  73. CMakeFiles/test_cmake.dir/build: test_cmake
  74. .PHONY : CMakeFiles/test_cmake.dir/build
  75. CMakeFiles/test_cmake.dir/clean:
  76. $(CMAKE_COMMAND) -P CMakeFiles/test_cmake.dir/cmake_clean.cmake
  77. .PHONY : CMakeFiles/test_cmake.dir/clean
  78. CMakeFiles/test_cmake.dir/depend:
  79. cd /home/cl/onnx_run/yolo_crowd_run && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/cl/onnx_run/yolo_crowd_run /home/cl/onnx_run/yolo_crowd_run /home/cl/onnx_run/yolo_crowd_run /home/cl/onnx_run/yolo_crowd_run /home/cl/onnx_run/yolo_crowd_run/CMakeFiles/test_cmake.dir/DependInfo.cmake --color=$(COLOR)
  80. .PHONY : CMakeFiles/test_cmake.dir/depend