build.make 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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/abandoned_od
  29. # The top-level build directory on which CMake was run.
  30. CMAKE_BINARY_DIR = /home/cl/onnx_run/abandoned_od
  31. # Include any dependencies generated for this target.
  32. include CMakeFiles/main.dir/depend.make
  33. # Include the progress variables for this target.
  34. include CMakeFiles/main.dir/progress.make
  35. # Include the compile flags for this target's objects.
  36. include CMakeFiles/main.dir/flags.make
  37. CMakeFiles/main.dir/main.cpp.o: CMakeFiles/main.dir/flags.make
  38. CMakeFiles/main.dir/main.cpp.o: main.cpp
  39. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/cl/onnx_run/abandoned_od/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/main.dir/main.cpp.o"
  40. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/main.dir/main.cpp.o -c /home/cl/onnx_run/abandoned_od/main.cpp
  41. CMakeFiles/main.dir/main.cpp.i: cmake_force
  42. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/main.dir/main.cpp.i"
  43. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/cl/onnx_run/abandoned_od/main.cpp > CMakeFiles/main.dir/main.cpp.i
  44. CMakeFiles/main.dir/main.cpp.s: cmake_force
  45. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/main.dir/main.cpp.s"
  46. /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/cl/onnx_run/abandoned_od/main.cpp -o CMakeFiles/main.dir/main.cpp.s
  47. # Object files for target main
  48. main_OBJECTS = \
  49. "CMakeFiles/main.dir/main.cpp.o"
  50. # External object files for target main
  51. main_EXTERNAL_OBJECTS =
  52. main: CMakeFiles/main.dir/main.cpp.o
  53. main: CMakeFiles/main.dir/build.make
  54. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_gapi.so.4.10.0
  55. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_highgui.so.4.10.0
  56. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_ml.so.4.10.0
  57. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_objdetect.so.4.10.0
  58. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_photo.so.4.10.0
  59. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_stitching.so.4.10.0
  60. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_video.so.4.10.0
  61. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_videoio.so.4.10.0
  62. main: /usr/lib/x86_64-linux-gnu/libcudart_static.a
  63. main: /usr/lib/x86_64-linux-gnu/librt.so
  64. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_imgcodecs.so.4.10.0
  65. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_dnn.so.4.10.0
  66. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_calib3d.so.4.10.0
  67. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_features2d.so.4.10.0
  68. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_flann.so.4.10.0
  69. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_imgproc.so.4.10.0
  70. main: /home/cl/lib/opencv4.10.0_install/lib/libopencv_core.so.4.10.0
  71. main: CMakeFiles/main.dir/link.txt
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/cl/onnx_run/abandoned_od/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable main"
  73. $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE)
  74. # Rule to build all files generated by this target.
  75. CMakeFiles/main.dir/build: main
  76. .PHONY : CMakeFiles/main.dir/build
  77. CMakeFiles/main.dir/clean:
  78. $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean.cmake
  79. .PHONY : CMakeFiles/main.dir/clean
  80. CMakeFiles/main.dir/depend:
  81. cd /home/cl/onnx_run/abandoned_od && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/cl/onnx_run/abandoned_od /home/cl/onnx_run/abandoned_od /home/cl/onnx_run/abandoned_od /home/cl/onnx_run/abandoned_od /home/cl/onnx_run/abandoned_od/CMakeFiles/main.dir/DependInfo.cmake --color=$(COLOR)
  82. .PHONY : CMakeFiles/main.dir/depend