基质喷涂
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.

140 lines
5.2 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. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = "C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe"
  36. # The command to remove a file.
  37. RM = "C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe" -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
  49. "C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe" -E echo "No interactive CMake dialog available."
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  57. "C:/Program Files/JetBrains/CLion 2024.1.4/bin/cmake/win/x64/bin/cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # The main all target
  63. all: cmake_check_build_system
  64. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(CMAKE_COMMAND) -E cmake_progress_start D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32/CMakeFiles D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32/cmake/stm32cubemx//CMakeFiles/progress.marks
  65. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cmake/stm32cubemx/all
  66. $(CMAKE_COMMAND) -E cmake_progress_start D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32/CMakeFiles 0
  67. .PHONY : all
  68. # The main clean target
  69. clean:
  70. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cmake/stm32cubemx/clean
  71. .PHONY : clean
  72. # The main clean target
  73. clean/fast: clean
  74. .PHONY : clean/fast
  75. # Prepare targets for installation.
  76. preinstall: all
  77. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cmake/stm32cubemx/preinstall
  78. .PHONY : preinstall
  79. # Prepare targets for installation.
  80. preinstall/fast:
  81. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cmake/stm32cubemx/preinstall
  82. .PHONY : preinstall/fast
  83. # clear depends
  84. depend:
  85. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  86. .PHONY : depend
  87. # Help Target
  88. help:
  89. @echo "The following are some of the valid targets for this Makefile:"
  90. @echo "... all (the default if no target is provided)"
  91. @echo "... clean"
  92. @echo "... depend"
  93. @echo "... edit_cache"
  94. @echo "... rebuild_cache"
  95. .PHONY : help
  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. cd D:/code/stm32/SubSpray/kkk/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  103. .PHONY : cmake_check_build_system