基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
4.5 KiB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.28
  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. # The shell in which to execute make rules.
  31. SHELL = /bin/sh
  32. # The CMake executable.
  33. CMAKE_COMMAND = "C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe"
  34. # The command to remove a file.
  35. RM = "C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe" -E rm -f
  36. # Escaping for special characters.
  37. EQUALS = =
  38. # The top-level source directory on which CMake was run.
  39. CMAKE_SOURCE_DIR = D:/code/stm32/Sub_Spray_STM32
  40. # The top-level build directory on which CMake was run.
  41. CMAKE_BINARY_DIR = D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32
  42. #=============================================================================
  43. # Directory level rules for the build root directory
  44. # The main recursive "all" target.
  45. all: CMakeFiles/STM32F429GT6.dir/all
  46. all: cmake/stm32cubemx/all
  47. .PHONY : all
  48. # The main recursive "preinstall" target.
  49. preinstall: cmake/stm32cubemx/preinstall
  50. .PHONY : preinstall
  51. # The main recursive "clean" target.
  52. clean: CMakeFiles/STM32F429GT6.dir/clean
  53. clean: cmake/stm32cubemx/clean
  54. .PHONY : clean
  55. #=============================================================================
  56. # Directory level rules for directory cmake/stm32cubemx
  57. # Recursive "all" directory target.
  58. cmake/stm32cubemx/all:
  59. .PHONY : cmake/stm32cubemx/all
  60. # Recursive "preinstall" directory target.
  61. cmake/stm32cubemx/preinstall:
  62. .PHONY : cmake/stm32cubemx/preinstall
  63. # Recursive "clean" directory target.
  64. cmake/stm32cubemx/clean:
  65. .PHONY : cmake/stm32cubemx/clean
  66. #=============================================================================
  67. # Target rules for target CMakeFiles/STM32F429GT6.dir
  68. # All Build rule for target.
  69. CMakeFiles/STM32F429GT6.dir/all:
  70. $(MAKE) $(MAKESILENT) -f CMakeFiles/STM32F429GT6.dir/build.make CMakeFiles/STM32F429GT6.dir/depend
  71. $(MAKE) $(MAKESILENT) -f CMakeFiles/STM32F429GT6.dir/build.make CMakeFiles/STM32F429GT6.dir/build
  72. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98 "Built target STM32F429GT6"
  73. .PHONY : CMakeFiles/STM32F429GT6.dir/all
  74. # Build rule for subdir invocation for target.
  75. CMakeFiles/STM32F429GT6.dir/rule: cmake_check_build_system
  76. $(CMAKE_COMMAND) -E cmake_progress_start D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32/CMakeFiles 98
  77. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/STM32F429GT6.dir/all
  78. $(CMAKE_COMMAND) -E cmake_progress_start D:/code/stm32/Sub_Spray_STM32/cmake-build-debug-mingw-stm32/CMakeFiles 0
  79. .PHONY : CMakeFiles/STM32F429GT6.dir/rule
  80. # Convenience name for target.
  81. STM32F429GT6: CMakeFiles/STM32F429GT6.dir/rule
  82. .PHONY : STM32F429GT6
  83. # clean rule for target.
  84. CMakeFiles/STM32F429GT6.dir/clean:
  85. $(MAKE) $(MAKESILENT) -f CMakeFiles/STM32F429GT6.dir/build.make CMakeFiles/STM32F429GT6.dir/clean
  86. .PHONY : CMakeFiles/STM32F429GT6.dir/clean
  87. #=============================================================================
  88. # Special targets to cleanup operation of make.
  89. # Special rule to run CMake to check the build system integrity.
  90. # No rule that depends on this can have commands that come from listfiles
  91. # because they might be regenerated.
  92. cmake_check_build_system:
  93. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  94. .PHONY : cmake_check_build_system