Makefile 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  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. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /home/ipc2001/catkin_ws/src
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/ipc2001/catkin_ws/build
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install
  47. install: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  49. /usr/bin/cmake -P cmake_install.cmake
  50. .PHONY : install
  51. # Special rule for the target install
  52. install/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  54. /usr/bin/cmake -P cmake_install.cmake
  55. .PHONY : install/fast
  56. # Special rule for the target list_install_components
  57. list_install_components:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  59. .PHONY : list_install_components
  60. # Special rule for the target list_install_components
  61. list_install_components/fast: list_install_components
  62. .PHONY : list_install_components/fast
  63. # Special rule for the target rebuild_cache
  64. rebuild_cache:
  65. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  66. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  67. .PHONY : rebuild_cache
  68. # Special rule for the target rebuild_cache
  69. rebuild_cache/fast: rebuild_cache
  70. .PHONY : rebuild_cache/fast
  71. # Special rule for the target edit_cache
  72. edit_cache:
  73. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  74. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  75. .PHONY : edit_cache
  76. # Special rule for the target edit_cache
  77. edit_cache/fast: edit_cache
  78. .PHONY : edit_cache/fast
  79. # Special rule for the target install/local
  80. install/local: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  82. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  83. .PHONY : install/local
  84. # Special rule for the target install/local
  85. install/local/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  87. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  88. .PHONY : install/local/fast
  89. # Special rule for the target test
  90. test:
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  92. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  93. .PHONY : test
  94. # Special rule for the target test
  95. test/fast: test
  96. .PHONY : test/fast
  97. # The main all target
  98. all: cmake_check_build_system
  99. $(CMAKE_COMMAND) -E cmake_progress_start /home/ipc2001/catkin_ws/build/CMakeFiles /home/ipc2001/catkin_ws/build/CMakeFiles/progress.marks
  100. $(MAKE) -f CMakeFiles/Makefile2 all
  101. $(CMAKE_COMMAND) -E cmake_progress_start /home/ipc2001/catkin_ws/build/CMakeFiles 0
  102. .PHONY : all
  103. # The main clean target
  104. clean:
  105. $(MAKE) -f CMakeFiles/Makefile2 clean
  106. .PHONY : clean
  107. # The main clean target
  108. clean/fast: clean
  109. .PHONY : clean/fast
  110. # Prepare targets for installation.
  111. preinstall: all
  112. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  113. .PHONY : preinstall
  114. # Prepare targets for installation.
  115. preinstall/fast:
  116. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  117. .PHONY : preinstall/fast
  118. # clear depends
  119. depend:
  120. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  121. .PHONY : depend
  122. #=============================================================================
  123. # Target rules for targets named tests
  124. # Build rule for target.
  125. tests: cmake_check_build_system
  126. $(MAKE) -f CMakeFiles/Makefile2 tests
  127. .PHONY : tests
  128. # fast build rule for target.
  129. tests/fast:
  130. $(MAKE) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/build
  131. .PHONY : tests/fast
  132. #=============================================================================
  133. # Target rules for targets named download_extra_data
  134. # Build rule for target.
  135. download_extra_data: cmake_check_build_system
  136. $(MAKE) -f CMakeFiles/Makefile2 download_extra_data
  137. .PHONY : download_extra_data
  138. # fast build rule for target.
  139. download_extra_data/fast:
  140. $(MAKE) -f CMakeFiles/download_extra_data.dir/build.make CMakeFiles/download_extra_data.dir/build
  141. .PHONY : download_extra_data/fast
  142. #=============================================================================
  143. # Target rules for targets named run_tests
  144. # Build rule for target.
  145. run_tests: cmake_check_build_system
  146. $(MAKE) -f CMakeFiles/Makefile2 run_tests
  147. .PHONY : run_tests
  148. # fast build rule for target.
  149. run_tests/fast:
  150. $(MAKE) -f CMakeFiles/run_tests.dir/build.make CMakeFiles/run_tests.dir/build
  151. .PHONY : run_tests/fast
  152. #=============================================================================
  153. # Target rules for targets named clean_test_results
  154. # Build rule for target.
  155. clean_test_results: cmake_check_build_system
  156. $(MAKE) -f CMakeFiles/Makefile2 clean_test_results
  157. .PHONY : clean_test_results
  158. # fast build rule for target.
  159. clean_test_results/fast:
  160. $(MAKE) -f CMakeFiles/clean_test_results.dir/build.make CMakeFiles/clean_test_results.dir/build
  161. .PHONY : clean_test_results/fast
  162. #=============================================================================
  163. # Target rules for targets named doxygen
  164. # Build rule for target.
  165. doxygen: cmake_check_build_system
  166. $(MAKE) -f CMakeFiles/Makefile2 doxygen
  167. .PHONY : doxygen
  168. # fast build rule for target.
  169. doxygen/fast:
  170. $(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/build
  171. .PHONY : doxygen/fast
  172. #=============================================================================
  173. # Target rules for targets named gmock_main
  174. # Build rule for target.
  175. gmock_main: cmake_check_build_system
  176. $(MAKE) -f CMakeFiles/Makefile2 gmock_main
  177. .PHONY : gmock_main
  178. # fast build rule for target.
  179. gmock_main/fast:
  180. $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/build
  181. .PHONY : gmock_main/fast
  182. #=============================================================================
  183. # Target rules for targets named gmock
  184. # Build rule for target.
  185. gmock: cmake_check_build_system
  186. $(MAKE) -f CMakeFiles/Makefile2 gmock
  187. .PHONY : gmock
  188. # fast build rule for target.
  189. gmock/fast:
  190. $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/build
  191. .PHONY : gmock/fast
  192. #=============================================================================
  193. # Target rules for targets named gtest_main
  194. # Build rule for target.
  195. gtest_main: cmake_check_build_system
  196. $(MAKE) -f CMakeFiles/Makefile2 gtest_main
  197. .PHONY : gtest_main
  198. # fast build rule for target.
  199. gtest_main/fast:
  200. $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/build
  201. .PHONY : gtest_main/fast
  202. #=============================================================================
  203. # Target rules for targets named gtest
  204. # Build rule for target.
  205. gtest: cmake_check_build_system
  206. $(MAKE) -f CMakeFiles/Makefile2 gtest
  207. .PHONY : gtest
  208. # fast build rule for target.
  209. gtest/fast:
  210. $(MAKE) -f gtest/googlemock/gtest/CMakeFiles/gtest.dir/build.make gtest/googlemock/gtest/CMakeFiles/gtest.dir/build
  211. .PHONY : gtest/fast
  212. #=============================================================================
  213. # Target rules for targets named _catkin_empty_exported_target
  214. # Build rule for target.
  215. _catkin_empty_exported_target: cmake_check_build_system
  216. $(MAKE) -f CMakeFiles/Makefile2 _catkin_empty_exported_target
  217. .PHONY : _catkin_empty_exported_target
  218. # fast build rule for target.
  219. _catkin_empty_exported_target/fast:
  220. $(MAKE) -f turtlebot3/turtlebot3/CMakeFiles/_catkin_empty_exported_target.dir/build.make turtlebot3/turtlebot3/CMakeFiles/_catkin_empty_exported_target.dir/build
  221. .PHONY : _catkin_empty_exported_target/fast
  222. # Help Target
  223. help:
  224. @echo "The following are some of the valid targets for this Makefile:"
  225. @echo "... all (the default if no target is provided)"
  226. @echo "... clean"
  227. @echo "... depend"
  228. @echo "... install/strip"
  229. @echo "... install"
  230. @echo "... list_install_components"
  231. @echo "... tests"
  232. @echo "... rebuild_cache"
  233. @echo "... download_extra_data"
  234. @echo "... edit_cache"
  235. @echo "... run_tests"
  236. @echo "... clean_test_results"
  237. @echo "... doxygen"
  238. @echo "... install/local"
  239. @echo "... test"
  240. @echo "... gmock_main"
  241. @echo "... gmock"
  242. @echo "... gtest_main"
  243. @echo "... gtest"
  244. @echo "... _catkin_empty_exported_target"
  245. .PHONY : help
  246. #=============================================================================
  247. # Special targets to cleanup operation of make.
  248. # Special rule to run CMake to check the build system integrity.
  249. # No rule that depends on this can have commands that come from listfiles
  250. # because they might be regenerated.
  251. cmake_check_build_system:
  252. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  253. .PHONY : cmake_check_build_system