Makefile 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  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 = /usr/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/bin/cmake -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 = /home/ymzz/YMbot_ROS2/src/control/ymbot_d_control
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/ymzz/YMbot_ROS2/build/ymbot_d_control
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target test
  47. test:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
  49. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  50. .PHONY : test
  51. # Special rule for the target test
  52. test/fast: test
  53. .PHONY : test/fast
  54. # Special rule for the target edit_cache
  55. edit_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  57. /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : edit_cache
  59. # Special rule for the target edit_cache
  60. edit_cache/fast: edit_cache
  61. .PHONY : edit_cache/fast
  62. # Special rule for the target rebuild_cache
  63. rebuild_cache:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  65. /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  66. .PHONY : rebuild_cache
  67. # Special rule for the target rebuild_cache
  68. rebuild_cache/fast: rebuild_cache
  69. .PHONY : rebuild_cache/fast
  70. # Special rule for the target list_install_components
  71. list_install_components:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
  73. .PHONY : list_install_components
  74. # Special rule for the target list_install_components
  75. list_install_components/fast: list_install_components
  76. .PHONY : list_install_components/fast
  77. # Special rule for the target install
  78. install: preinstall
  79. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  80. /usr/bin/cmake -P cmake_install.cmake
  81. .PHONY : install
  82. # Special rule for the target install
  83. install/fast: preinstall/fast
  84. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  85. /usr/bin/cmake -P cmake_install.cmake
  86. .PHONY : install/fast
  87. # Special rule for the target install/local
  88. install/local: preinstall
  89. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  90. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  91. .PHONY : install/local
  92. # Special rule for the target install/local
  93. install/local/fast: preinstall/fast
  94. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  95. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  96. .PHONY : install/local/fast
  97. # Special rule for the target install/strip
  98. install/strip: preinstall
  99. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  100. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  101. .PHONY : install/strip
  102. # Special rule for the target install/strip
  103. install/strip/fast: preinstall/fast
  104. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  105. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  106. .PHONY : install/strip/fast
  107. # The main all target
  108. all: cmake_check_build_system
  109. $(CMAKE_COMMAND) -E cmake_progress_start /home/ymzz/YMbot_ROS2/build/ymbot_d_control/CMakeFiles /home/ymzz/YMbot_ROS2/build/ymbot_d_control//CMakeFiles/progress.marks
  110. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  111. $(CMAKE_COMMAND) -E cmake_progress_start /home/ymzz/YMbot_ROS2/build/ymbot_d_control/CMakeFiles 0
  112. .PHONY : all
  113. # The main clean target
  114. clean:
  115. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  116. .PHONY : clean
  117. # The main clean target
  118. clean/fast: clean
  119. .PHONY : clean/fast
  120. # Prepare targets for installation.
  121. preinstall: all
  122. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  123. .PHONY : preinstall
  124. # Prepare targets for installation.
  125. preinstall/fast:
  126. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  127. .PHONY : preinstall/fast
  128. # clear depends
  129. depend:
  130. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  131. .PHONY : depend
  132. #=============================================================================
  133. # Target rules for targets named uninstall
  134. # Build rule for target.
  135. uninstall: cmake_check_build_system
  136. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
  137. .PHONY : uninstall
  138. # fast build rule for target.
  139. uninstall/fast:
  140. $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  141. .PHONY : uninstall/fast
  142. #=============================================================================
  143. # Target rules for targets named ymbot_d_control_uninstall
  144. # Build rule for target.
  145. ymbot_d_control_uninstall: cmake_check_build_system
  146. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ymbot_d_control_uninstall
  147. .PHONY : ymbot_d_control_uninstall
  148. # fast build rule for target.
  149. ymbot_d_control_uninstall/fast:
  150. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_control_uninstall.dir/build.make CMakeFiles/ymbot_d_control_uninstall.dir/build
  151. .PHONY : ymbot_d_control_uninstall/fast
  152. #=============================================================================
  153. # Target rules for targets named keyboard_control_by_multiple_canables
  154. # Build rule for target.
  155. keyboard_control_by_multiple_canables: cmake_check_build_system
  156. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 keyboard_control_by_multiple_canables
  157. .PHONY : keyboard_control_by_multiple_canables
  158. # fast build rule for target.
  159. keyboard_control_by_multiple_canables/fast:
  160. $(MAKE) $(MAKESILENT) -f CMakeFiles/keyboard_control_by_multiple_canables.dir/build.make CMakeFiles/keyboard_control_by_multiple_canables.dir/build
  161. .PHONY : keyboard_control_by_multiple_canables/fast
  162. #=============================================================================
  163. # Target rules for targets named modify_motors_pid
  164. # Build rule for target.
  165. modify_motors_pid: cmake_check_build_system
  166. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modify_motors_pid
  167. .PHONY : modify_motors_pid
  168. # fast build rule for target.
  169. modify_motors_pid/fast:
  170. $(MAKE) $(MAKESILENT) -f CMakeFiles/modify_motors_pid.dir/build.make CMakeFiles/modify_motors_pid.dir/build
  171. .PHONY : modify_motors_pid/fast
  172. #=============================================================================
  173. # Target rules for targets named pose_tracking_left_arm
  174. # Build rule for target.
  175. pose_tracking_left_arm: cmake_check_build_system
  176. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pose_tracking_left_arm
  177. .PHONY : pose_tracking_left_arm
  178. # fast build rule for target.
  179. pose_tracking_left_arm/fast:
  180. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_left_arm.dir/build.make CMakeFiles/pose_tracking_left_arm.dir/build
  181. .PHONY : pose_tracking_left_arm/fast
  182. #=============================================================================
  183. # Target rules for targets named pose_tracking_right_arm
  184. # Build rule for target.
  185. pose_tracking_right_arm: cmake_check_build_system
  186. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pose_tracking_right_arm
  187. .PHONY : pose_tracking_right_arm
  188. # fast build rule for target.
  189. pose_tracking_right_arm/fast:
  190. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_right_arm.dir/build.make CMakeFiles/pose_tracking_right_arm.dir/build
  191. .PHONY : pose_tracking_right_arm/fast
  192. #=============================================================================
  193. # Target rules for targets named position_tracking_neck
  194. # Build rule for target.
  195. position_tracking_neck: cmake_check_build_system
  196. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 position_tracking_neck
  197. .PHONY : position_tracking_neck
  198. # fast build rule for target.
  199. position_tracking_neck/fast:
  200. $(MAKE) $(MAKESILENT) -f CMakeFiles/position_tracking_neck.dir/build.make CMakeFiles/position_tracking_neck.dir/build
  201. .PHONY : position_tracking_neck/fast
  202. #=============================================================================
  203. # Target rules for targets named body_joint_tracking
  204. # Build rule for target.
  205. body_joint_tracking: cmake_check_build_system
  206. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 body_joint_tracking
  207. .PHONY : body_joint_tracking
  208. # fast build rule for target.
  209. body_joint_tracking/fast:
  210. $(MAKE) $(MAKESILENT) -f CMakeFiles/body_joint_tracking.dir/build.make CMakeFiles/body_joint_tracking.dir/build
  211. .PHONY : body_joint_tracking/fast
  212. src/body_servo_node.o: src/body_servo_node.cpp.o
  213. .PHONY : src/body_servo_node.o
  214. # target to build an object file
  215. src/body_servo_node.cpp.o:
  216. $(MAKE) $(MAKESILENT) -f CMakeFiles/body_joint_tracking.dir/build.make CMakeFiles/body_joint_tracking.dir/src/body_servo_node.cpp.o
  217. .PHONY : src/body_servo_node.cpp.o
  218. src/body_servo_node.i: src/body_servo_node.cpp.i
  219. .PHONY : src/body_servo_node.i
  220. # target to preprocess a source file
  221. src/body_servo_node.cpp.i:
  222. $(MAKE) $(MAKESILENT) -f CMakeFiles/body_joint_tracking.dir/build.make CMakeFiles/body_joint_tracking.dir/src/body_servo_node.cpp.i
  223. .PHONY : src/body_servo_node.cpp.i
  224. src/body_servo_node.s: src/body_servo_node.cpp.s
  225. .PHONY : src/body_servo_node.s
  226. # target to generate assembly for a file
  227. src/body_servo_node.cpp.s:
  228. $(MAKE) $(MAKESILENT) -f CMakeFiles/body_joint_tracking.dir/build.make CMakeFiles/body_joint_tracking.dir/src/body_servo_node.cpp.s
  229. .PHONY : src/body_servo_node.cpp.s
  230. src/keyboard_control_by_multiple_canables.o: src/keyboard_control_by_multiple_canables.cpp.o
  231. .PHONY : src/keyboard_control_by_multiple_canables.o
  232. # target to build an object file
  233. src/keyboard_control_by_multiple_canables.cpp.o:
  234. $(MAKE) $(MAKESILENT) -f CMakeFiles/keyboard_control_by_multiple_canables.dir/build.make CMakeFiles/keyboard_control_by_multiple_canables.dir/src/keyboard_control_by_multiple_canables.cpp.o
  235. .PHONY : src/keyboard_control_by_multiple_canables.cpp.o
  236. src/keyboard_control_by_multiple_canables.i: src/keyboard_control_by_multiple_canables.cpp.i
  237. .PHONY : src/keyboard_control_by_multiple_canables.i
  238. # target to preprocess a source file
  239. src/keyboard_control_by_multiple_canables.cpp.i:
  240. $(MAKE) $(MAKESILENT) -f CMakeFiles/keyboard_control_by_multiple_canables.dir/build.make CMakeFiles/keyboard_control_by_multiple_canables.dir/src/keyboard_control_by_multiple_canables.cpp.i
  241. .PHONY : src/keyboard_control_by_multiple_canables.cpp.i
  242. src/keyboard_control_by_multiple_canables.s: src/keyboard_control_by_multiple_canables.cpp.s
  243. .PHONY : src/keyboard_control_by_multiple_canables.s
  244. # target to generate assembly for a file
  245. src/keyboard_control_by_multiple_canables.cpp.s:
  246. $(MAKE) $(MAKESILENT) -f CMakeFiles/keyboard_control_by_multiple_canables.dir/build.make CMakeFiles/keyboard_control_by_multiple_canables.dir/src/keyboard_control_by_multiple_canables.cpp.s
  247. .PHONY : src/keyboard_control_by_multiple_canables.cpp.s
  248. src/modify_motors_pid.o: src/modify_motors_pid.cpp.o
  249. .PHONY : src/modify_motors_pid.o
  250. # target to build an object file
  251. src/modify_motors_pid.cpp.o:
  252. $(MAKE) $(MAKESILENT) -f CMakeFiles/modify_motors_pid.dir/build.make CMakeFiles/modify_motors_pid.dir/src/modify_motors_pid.cpp.o
  253. .PHONY : src/modify_motors_pid.cpp.o
  254. src/modify_motors_pid.i: src/modify_motors_pid.cpp.i
  255. .PHONY : src/modify_motors_pid.i
  256. # target to preprocess a source file
  257. src/modify_motors_pid.cpp.i:
  258. $(MAKE) $(MAKESILENT) -f CMakeFiles/modify_motors_pid.dir/build.make CMakeFiles/modify_motors_pid.dir/src/modify_motors_pid.cpp.i
  259. .PHONY : src/modify_motors_pid.cpp.i
  260. src/modify_motors_pid.s: src/modify_motors_pid.cpp.s
  261. .PHONY : src/modify_motors_pid.s
  262. # target to generate assembly for a file
  263. src/modify_motors_pid.cpp.s:
  264. $(MAKE) $(MAKESILENT) -f CMakeFiles/modify_motors_pid.dir/build.make CMakeFiles/modify_motors_pid.dir/src/modify_motors_pid.cpp.s
  265. .PHONY : src/modify_motors_pid.cpp.s
  266. src/pose_tracking_left_arm.o: src/pose_tracking_left_arm.cpp.o
  267. .PHONY : src/pose_tracking_left_arm.o
  268. # target to build an object file
  269. src/pose_tracking_left_arm.cpp.o:
  270. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_left_arm.dir/build.make CMakeFiles/pose_tracking_left_arm.dir/src/pose_tracking_left_arm.cpp.o
  271. .PHONY : src/pose_tracking_left_arm.cpp.o
  272. src/pose_tracking_left_arm.i: src/pose_tracking_left_arm.cpp.i
  273. .PHONY : src/pose_tracking_left_arm.i
  274. # target to preprocess a source file
  275. src/pose_tracking_left_arm.cpp.i:
  276. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_left_arm.dir/build.make CMakeFiles/pose_tracking_left_arm.dir/src/pose_tracking_left_arm.cpp.i
  277. .PHONY : src/pose_tracking_left_arm.cpp.i
  278. src/pose_tracking_left_arm.s: src/pose_tracking_left_arm.cpp.s
  279. .PHONY : src/pose_tracking_left_arm.s
  280. # target to generate assembly for a file
  281. src/pose_tracking_left_arm.cpp.s:
  282. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_left_arm.dir/build.make CMakeFiles/pose_tracking_left_arm.dir/src/pose_tracking_left_arm.cpp.s
  283. .PHONY : src/pose_tracking_left_arm.cpp.s
  284. src/pose_tracking_right_arm.o: src/pose_tracking_right_arm.cpp.o
  285. .PHONY : src/pose_tracking_right_arm.o
  286. # target to build an object file
  287. src/pose_tracking_right_arm.cpp.o:
  288. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_right_arm.dir/build.make CMakeFiles/pose_tracking_right_arm.dir/src/pose_tracking_right_arm.cpp.o
  289. .PHONY : src/pose_tracking_right_arm.cpp.o
  290. src/pose_tracking_right_arm.i: src/pose_tracking_right_arm.cpp.i
  291. .PHONY : src/pose_tracking_right_arm.i
  292. # target to preprocess a source file
  293. src/pose_tracking_right_arm.cpp.i:
  294. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_right_arm.dir/build.make CMakeFiles/pose_tracking_right_arm.dir/src/pose_tracking_right_arm.cpp.i
  295. .PHONY : src/pose_tracking_right_arm.cpp.i
  296. src/pose_tracking_right_arm.s: src/pose_tracking_right_arm.cpp.s
  297. .PHONY : src/pose_tracking_right_arm.s
  298. # target to generate assembly for a file
  299. src/pose_tracking_right_arm.cpp.s:
  300. $(MAKE) $(MAKESILENT) -f CMakeFiles/pose_tracking_right_arm.dir/build.make CMakeFiles/pose_tracking_right_arm.dir/src/pose_tracking_right_arm.cpp.s
  301. .PHONY : src/pose_tracking_right_arm.cpp.s
  302. src/position_tracking_neck.o: src/position_tracking_neck.cpp.o
  303. .PHONY : src/position_tracking_neck.o
  304. # target to build an object file
  305. src/position_tracking_neck.cpp.o:
  306. $(MAKE) $(MAKESILENT) -f CMakeFiles/position_tracking_neck.dir/build.make CMakeFiles/position_tracking_neck.dir/src/position_tracking_neck.cpp.o
  307. .PHONY : src/position_tracking_neck.cpp.o
  308. src/position_tracking_neck.i: src/position_tracking_neck.cpp.i
  309. .PHONY : src/position_tracking_neck.i
  310. # target to preprocess a source file
  311. src/position_tracking_neck.cpp.i:
  312. $(MAKE) $(MAKESILENT) -f CMakeFiles/position_tracking_neck.dir/build.make CMakeFiles/position_tracking_neck.dir/src/position_tracking_neck.cpp.i
  313. .PHONY : src/position_tracking_neck.cpp.i
  314. src/position_tracking_neck.s: src/position_tracking_neck.cpp.s
  315. .PHONY : src/position_tracking_neck.s
  316. # target to generate assembly for a file
  317. src/position_tracking_neck.cpp.s:
  318. $(MAKE) $(MAKESILENT) -f CMakeFiles/position_tracking_neck.dir/build.make CMakeFiles/position_tracking_neck.dir/src/position_tracking_neck.cpp.s
  319. .PHONY : src/position_tracking_neck.cpp.s
  320. # Help Target
  321. help:
  322. @echo "The following are some of the valid targets for this Makefile:"
  323. @echo "... all (the default if no target is provided)"
  324. @echo "... clean"
  325. @echo "... depend"
  326. @echo "... edit_cache"
  327. @echo "... install"
  328. @echo "... install/local"
  329. @echo "... install/strip"
  330. @echo "... list_install_components"
  331. @echo "... rebuild_cache"
  332. @echo "... test"
  333. @echo "... uninstall"
  334. @echo "... ymbot_d_control_uninstall"
  335. @echo "... body_joint_tracking"
  336. @echo "... keyboard_control_by_multiple_canables"
  337. @echo "... modify_motors_pid"
  338. @echo "... pose_tracking_left_arm"
  339. @echo "... pose_tracking_right_arm"
  340. @echo "... position_tracking_neck"
  341. @echo "... src/body_servo_node.o"
  342. @echo "... src/body_servo_node.i"
  343. @echo "... src/body_servo_node.s"
  344. @echo "... src/keyboard_control_by_multiple_canables.o"
  345. @echo "... src/keyboard_control_by_multiple_canables.i"
  346. @echo "... src/keyboard_control_by_multiple_canables.s"
  347. @echo "... src/modify_motors_pid.o"
  348. @echo "... src/modify_motors_pid.i"
  349. @echo "... src/modify_motors_pid.s"
  350. @echo "... src/pose_tracking_left_arm.o"
  351. @echo "... src/pose_tracking_left_arm.i"
  352. @echo "... src/pose_tracking_left_arm.s"
  353. @echo "... src/pose_tracking_right_arm.o"
  354. @echo "... src/pose_tracking_right_arm.i"
  355. @echo "... src/pose_tracking_right_arm.s"
  356. @echo "... src/position_tracking_neck.o"
  357. @echo "... src/position_tracking_neck.i"
  358. @echo "... src/position_tracking_neck.s"
  359. .PHONY : help
  360. #=============================================================================
  361. # Special targets to cleanup operation of make.
  362. # Special rule to run CMake to check the build system integrity.
  363. # No rule that depends on this can have commands that come from listfiles
  364. # because they might be regenerated.
  365. cmake_check_build_system:
  366. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  367. .PHONY : cmake_check_build_system