Makefile 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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/utils/ymbot_d_sharedmemory_driver
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/ymzz/YMbot_ROS2/build/ymbot_d_sharedmemory_driver
  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 "Running CMake cache editor..."
  49. /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  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. /usr/bin/cmake --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. $(CMAKE_COMMAND) -E cmake_progress_start /home/ymzz/YMbot_ROS2/build/ymbot_d_sharedmemory_driver/CMakeFiles /home/ymzz/YMbot_ROS2/build/ymbot_d_sharedmemory_driver//CMakeFiles/progress.marks
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  66. $(CMAKE_COMMAND) -E cmake_progress_start /home/ymzz/YMbot_ROS2/build/ymbot_d_sharedmemory_driver/CMakeFiles 0
  67. .PHONY : all
  68. # The main clean target
  69. clean:
  70. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 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. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  78. .PHONY : preinstall
  79. # Prepare targets for installation.
  80. preinstall/fast:
  81. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  82. .PHONY : preinstall/fast
  83. # clear depends
  84. depend:
  85. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  86. .PHONY : depend
  87. #=============================================================================
  88. # Target rules for targets named ymbot_d_eumotor_interface
  89. # Build rule for target.
  90. ymbot_d_eumotor_interface: cmake_check_build_system
  91. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ymbot_d_eumotor_interface
  92. .PHONY : ymbot_d_eumotor_interface
  93. # fast build rule for target.
  94. ymbot_d_eumotor_interface/fast:
  95. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/build
  96. .PHONY : ymbot_d_eumotor_interface/fast
  97. #=============================================================================
  98. # Target rules for targets named exittest
  99. # Build rule for target.
  100. exittest: cmake_check_build_system
  101. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 exittest
  102. .PHONY : exittest
  103. # fast build rule for target.
  104. exittest/fast:
  105. $(MAKE) $(MAKESILENT) -f CMakeFiles/exittest.dir/build.make CMakeFiles/exittest.dir/build
  106. .PHONY : exittest/fast
  107. #=============================================================================
  108. # Target rules for targets named ymbot_d_eumotor_interface_test
  109. # Build rule for target.
  110. ymbot_d_eumotor_interface_test: cmake_check_build_system
  111. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ymbot_d_eumotor_interface_test
  112. .PHONY : ymbot_d_eumotor_interface_test
  113. # fast build rule for target.
  114. ymbot_d_eumotor_interface_test/fast:
  115. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface_test.dir/build.make CMakeFiles/ymbot_d_eumotor_interface_test.dir/build
  116. .PHONY : ymbot_d_eumotor_interface_test/fast
  117. src/exittest.o: src/exittest.cpp.o
  118. .PHONY : src/exittest.o
  119. # target to build an object file
  120. src/exittest.cpp.o:
  121. $(MAKE) $(MAKESILENT) -f CMakeFiles/exittest.dir/build.make CMakeFiles/exittest.dir/src/exittest.cpp.o
  122. .PHONY : src/exittest.cpp.o
  123. src/exittest.i: src/exittest.cpp.i
  124. .PHONY : src/exittest.i
  125. # target to preprocess a source file
  126. src/exittest.cpp.i:
  127. $(MAKE) $(MAKESILENT) -f CMakeFiles/exittest.dir/build.make CMakeFiles/exittest.dir/src/exittest.cpp.i
  128. .PHONY : src/exittest.cpp.i
  129. src/exittest.s: src/exittest.cpp.s
  130. .PHONY : src/exittest.s
  131. # target to generate assembly for a file
  132. src/exittest.cpp.s:
  133. $(MAKE) $(MAKESILENT) -f CMakeFiles/exittest.dir/build.make CMakeFiles/exittest.dir/src/exittest.cpp.s
  134. .PHONY : src/exittest.cpp.s
  135. src/ymbot_d_eumotor_interface.o: src/ymbot_d_eumotor_interface.cpp.o
  136. .PHONY : src/ymbot_d_eumotor_interface.o
  137. # target to build an object file
  138. src/ymbot_d_eumotor_interface.cpp.o:
  139. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/src/ymbot_d_eumotor_interface.cpp.o
  140. .PHONY : src/ymbot_d_eumotor_interface.cpp.o
  141. src/ymbot_d_eumotor_interface.i: src/ymbot_d_eumotor_interface.cpp.i
  142. .PHONY : src/ymbot_d_eumotor_interface.i
  143. # target to preprocess a source file
  144. src/ymbot_d_eumotor_interface.cpp.i:
  145. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/src/ymbot_d_eumotor_interface.cpp.i
  146. .PHONY : src/ymbot_d_eumotor_interface.cpp.i
  147. src/ymbot_d_eumotor_interface.s: src/ymbot_d_eumotor_interface.cpp.s
  148. .PHONY : src/ymbot_d_eumotor_interface.s
  149. # target to generate assembly for a file
  150. src/ymbot_d_eumotor_interface.cpp.s:
  151. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/src/ymbot_d_eumotor_interface.cpp.s
  152. .PHONY : src/ymbot_d_eumotor_interface.cpp.s
  153. src/ymbot_d_eumotor_interface_test.o: src/ymbot_d_eumotor_interface_test.cpp.o
  154. .PHONY : src/ymbot_d_eumotor_interface_test.o
  155. # target to build an object file
  156. src/ymbot_d_eumotor_interface_test.cpp.o:
  157. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface_test.dir/build.make CMakeFiles/ymbot_d_eumotor_interface_test.dir/src/ymbot_d_eumotor_interface_test.cpp.o
  158. .PHONY : src/ymbot_d_eumotor_interface_test.cpp.o
  159. src/ymbot_d_eumotor_interface_test.i: src/ymbot_d_eumotor_interface_test.cpp.i
  160. .PHONY : src/ymbot_d_eumotor_interface_test.i
  161. # target to preprocess a source file
  162. src/ymbot_d_eumotor_interface_test.cpp.i:
  163. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface_test.dir/build.make CMakeFiles/ymbot_d_eumotor_interface_test.dir/src/ymbot_d_eumotor_interface_test.cpp.i
  164. .PHONY : src/ymbot_d_eumotor_interface_test.cpp.i
  165. src/ymbot_d_eumotor_interface_test.s: src/ymbot_d_eumotor_interface_test.cpp.s
  166. .PHONY : src/ymbot_d_eumotor_interface_test.s
  167. # target to generate assembly for a file
  168. src/ymbot_d_eumotor_interface_test.cpp.s:
  169. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface_test.dir/build.make CMakeFiles/ymbot_d_eumotor_interface_test.dir/src/ymbot_d_eumotor_interface_test.cpp.s
  170. .PHONY : src/ymbot_d_eumotor_interface_test.cpp.s
  171. src/ymbot_joint_eu.o: src/ymbot_joint_eu.cpp.o
  172. .PHONY : src/ymbot_joint_eu.o
  173. # target to build an object file
  174. src/ymbot_joint_eu.cpp.o:
  175. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/src/ymbot_joint_eu.cpp.o
  176. .PHONY : src/ymbot_joint_eu.cpp.o
  177. src/ymbot_joint_eu.i: src/ymbot_joint_eu.cpp.i
  178. .PHONY : src/ymbot_joint_eu.i
  179. # target to preprocess a source file
  180. src/ymbot_joint_eu.cpp.i:
  181. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/src/ymbot_joint_eu.cpp.i
  182. .PHONY : src/ymbot_joint_eu.cpp.i
  183. src/ymbot_joint_eu.s: src/ymbot_joint_eu.cpp.s
  184. .PHONY : src/ymbot_joint_eu.s
  185. # target to generate assembly for a file
  186. src/ymbot_joint_eu.cpp.s:
  187. $(MAKE) $(MAKESILENT) -f CMakeFiles/ymbot_d_eumotor_interface.dir/build.make CMakeFiles/ymbot_d_eumotor_interface.dir/src/ymbot_joint_eu.cpp.s
  188. .PHONY : src/ymbot_joint_eu.cpp.s
  189. # Help Target
  190. help:
  191. @echo "The following are some of the valid targets for this Makefile:"
  192. @echo "... all (the default if no target is provided)"
  193. @echo "... clean"
  194. @echo "... depend"
  195. @echo "... edit_cache"
  196. @echo "... rebuild_cache"
  197. @echo "... exittest"
  198. @echo "... ymbot_d_eumotor_interface"
  199. @echo "... ymbot_d_eumotor_interface_test"
  200. @echo "... src/exittest.o"
  201. @echo "... src/exittest.i"
  202. @echo "... src/exittest.s"
  203. @echo "... src/ymbot_d_eumotor_interface.o"
  204. @echo "... src/ymbot_d_eumotor_interface.i"
  205. @echo "... src/ymbot_d_eumotor_interface.s"
  206. @echo "... src/ymbot_d_eumotor_interface_test.o"
  207. @echo "... src/ymbot_d_eumotor_interface_test.i"
  208. @echo "... src/ymbot_d_eumotor_interface_test.s"
  209. @echo "... src/ymbot_joint_eu.o"
  210. @echo "... src/ymbot_joint_eu.i"
  211. @echo "... src/ymbot_joint_eu.s"
  212. .PHONY : help
  213. #=============================================================================
  214. # Special targets to cleanup operation of make.
  215. # Special rule to run CMake to check the build system integrity.
  216. # No rule that depends on this can have commands that come from listfiles
  217. # because they might be regenerated.
  218. cmake_check_build_system:
  219. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  220. .PHONY : cmake_check_build_system