Makefile2 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "MinGW Makefiles" Generator, CMake Version 3.19
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Disable VCS-based implicit rules.
  11. % : %,v
  12. # Disable VCS-based implicit rules.
  13. % : RCS/%
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%,v
  16. # Disable VCS-based implicit rules.
  17. % : SCCS/s.%
  18. # Disable VCS-based implicit rules.
  19. % : s.%
  20. .SUFFIXES: .hpux_make_needs_suffix_list
  21. # Command-line flag to silence nested $(MAKE).
  22. $(VERBOSE)MAKESILENT = -s
  23. #Suppress display of executed commands.
  24. $(VERBOSE).SILENT:
  25. # A target that is always out of date.
  26. cmake_force:
  27. .PHONY : cmake_force
  28. #=============================================================================
  29. # Set environment variables for the build.
  30. SHELL = cmd.exe
  31. # The CMake executable.
  32. CMAKE_COMMAND = D:\Software\CLion\bin\cmake\win\bin\cmake.exe
  33. # The command to remove a file.
  34. RM = D:\Software\CLion\bin\cmake\win\bin\cmake.exe -E rm -f
  35. # Escaping for special characters.
  36. EQUALS = =
  37. # The top-level source directory on which CMake was run.
  38. CMAKE_SOURCE_DIR = D:\Project\CPP\001
  39. # The top-level build directory on which CMake was run.
  40. CMAKE_BINARY_DIR = D:\Project\CPP\001\cmake-build-debug
  41. #=============================================================================
  42. # Directory level rules for the build root directory
  43. # The main recursive "all" target.
  44. all: CMakeFiles/SVM.dir/all
  45. all: CMakeFiles/main.dir/all
  46. .PHONY : all
  47. # The main recursive "preinstall" target.
  48. preinstall:
  49. .PHONY : preinstall
  50. # The main recursive "clean" target.
  51. clean: CMakeFiles/SVM.dir/clean
  52. clean: CMakeFiles/main.dir/clean
  53. .PHONY : clean
  54. #=============================================================================
  55. # Target rules for target CMakeFiles/SVM.dir
  56. # All Build rule for target.
  57. CMakeFiles/SVM.dir/all:
  58. $(MAKE) $(MAKESILENT) -f CMakeFiles\SVM.dir\build.make CMakeFiles/SVM.dir/depend
  59. $(MAKE) $(MAKESILENT) -f CMakeFiles\SVM.dir\build.make CMakeFiles/SVM.dir/build
  60. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\Project\CPP\001\cmake-build-debug\CMakeFiles --progress-num=1,2,3 "Built target SVM"
  61. .PHONY : CMakeFiles/SVM.dir/all
  62. # Build rule for subdir invocation for target.
  63. CMakeFiles/SVM.dir/rule: cmake_check_build_system
  64. $(CMAKE_COMMAND) -E cmake_progress_start D:\Project\CPP\001\cmake-build-debug\CMakeFiles 3
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/SVM.dir/all
  66. $(CMAKE_COMMAND) -E cmake_progress_start D:\Project\CPP\001\cmake-build-debug\CMakeFiles 0
  67. .PHONY : CMakeFiles/SVM.dir/rule
  68. # Convenience name for target.
  69. SVM: CMakeFiles/SVM.dir/rule
  70. .PHONY : SVM
  71. # clean rule for target.
  72. CMakeFiles/SVM.dir/clean:
  73. $(MAKE) $(MAKESILENT) -f CMakeFiles\SVM.dir\build.make CMakeFiles/SVM.dir/clean
  74. .PHONY : CMakeFiles/SVM.dir/clean
  75. #=============================================================================
  76. # Target rules for target CMakeFiles/main.dir
  77. # All Build rule for target.
  78. CMakeFiles/main.dir/all: CMakeFiles/SVM.dir/all
  79. $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/depend
  80. $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/build
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\Project\CPP\001\cmake-build-debug\CMakeFiles --progress-num=4,5 "Built target main"
  82. .PHONY : CMakeFiles/main.dir/all
  83. # Build rule for subdir invocation for target.
  84. CMakeFiles/main.dir/rule: cmake_check_build_system
  85. $(CMAKE_COMMAND) -E cmake_progress_start D:\Project\CPP\001\cmake-build-debug\CMakeFiles 5
  86. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/main.dir/all
  87. $(CMAKE_COMMAND) -E cmake_progress_start D:\Project\CPP\001\cmake-build-debug\CMakeFiles 0
  88. .PHONY : CMakeFiles/main.dir/rule
  89. # Convenience name for target.
  90. main: CMakeFiles/main.dir/rule
  91. .PHONY : main
  92. # clean rule for target.
  93. CMakeFiles/main.dir/clean:
  94. $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/clean
  95. .PHONY : CMakeFiles/main.dir/clean
  96. #=============================================================================
  97. # Special targets to cleanup operation of make.
  98. # Special rule to run CMake to check the build system integrity.
  99. # No rule that depends on this can have commands that come from listfiles
  100. # because they might be regenerated.
  101. cmake_check_build_system:
  102. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
  103. .PHONY : cmake_check_build_system