Makefile 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  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 install/local
  57. install/local: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  59. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  60. .PHONY : install/local
  61. # Special rule for the target install/local
  62. install/local/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  64. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  65. .PHONY : install/local/fast
  66. # Special rule for the target test
  67. test:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  69. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  70. .PHONY : test
  71. # Special rule for the target test
  72. test/fast: test
  73. .PHONY : test/fast
  74. # Special rule for the target list_install_components
  75. list_install_components:
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  77. .PHONY : list_install_components
  78. # Special rule for the target list_install_components
  79. list_install_components/fast: list_install_components
  80. .PHONY : list_install_components/fast
  81. # Special rule for the target rebuild_cache
  82. rebuild_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  84. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  85. .PHONY : rebuild_cache
  86. # Special rule for the target rebuild_cache
  87. rebuild_cache/fast: rebuild_cache
  88. .PHONY : rebuild_cache/fast
  89. # Special rule for the target edit_cache
  90. edit_cache:
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  92. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  93. .PHONY : edit_cache
  94. # Special rule for the target edit_cache
  95. edit_cache/fast: edit_cache
  96. .PHONY : edit_cache/fast
  97. # The main all target
  98. all: cmake_check_build_system
  99. cd /home/ipc2001/catkin_ws/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ipc2001/catkin_ws/build/CMakeFiles /home/ipc2001/catkin_ws/build/gtest/googlemock/CMakeFiles/progress.marks
  100. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/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. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/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. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/preinstall
  113. .PHONY : preinstall
  114. # Prepare targets for installation.
  115. preinstall/fast:
  116. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/preinstall
  117. .PHONY : preinstall/fast
  118. # clear depends
  119. depend:
  120. cd /home/ipc2001/catkin_ws/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  121. .PHONY : depend
  122. # Convenience name for target.
  123. gtest/googlemock/CMakeFiles/gmock_main.dir/rule:
  124. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/CMakeFiles/gmock_main.dir/rule
  125. .PHONY : gtest/googlemock/CMakeFiles/gmock_main.dir/rule
  126. # Convenience name for target.
  127. gmock_main: gtest/googlemock/CMakeFiles/gmock_main.dir/rule
  128. .PHONY : gmock_main
  129. # fast build rule for target.
  130. gmock_main/fast:
  131. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/build
  132. .PHONY : gmock_main/fast
  133. # Convenience name for target.
  134. gtest/googlemock/CMakeFiles/gmock.dir/rule:
  135. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f CMakeFiles/Makefile2 gtest/googlemock/CMakeFiles/gmock.dir/rule
  136. .PHONY : gtest/googlemock/CMakeFiles/gmock.dir/rule
  137. # Convenience name for target.
  138. gmock: gtest/googlemock/CMakeFiles/gmock.dir/rule
  139. .PHONY : gmock
  140. # fast build rule for target.
  141. gmock/fast:
  142. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/build
  143. .PHONY : gmock/fast
  144. __/googletest/src/gtest-all.o: __/googletest/src/gtest-all.cc.o
  145. .PHONY : __/googletest/src/gtest-all.o
  146. # target to build an object file
  147. __/googletest/src/gtest-all.cc.o:
  148. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o
  149. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o
  150. .PHONY : __/googletest/src/gtest-all.cc.o
  151. __/googletest/src/gtest-all.i: __/googletest/src/gtest-all.cc.i
  152. .PHONY : __/googletest/src/gtest-all.i
  153. # target to preprocess a source file
  154. __/googletest/src/gtest-all.cc.i:
  155. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.i
  156. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.i
  157. .PHONY : __/googletest/src/gtest-all.cc.i
  158. __/googletest/src/gtest-all.s: __/googletest/src/gtest-all.cc.s
  159. .PHONY : __/googletest/src/gtest-all.s
  160. # target to generate assembly for a file
  161. __/googletest/src/gtest-all.cc.s:
  162. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.s
  163. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.s
  164. .PHONY : __/googletest/src/gtest-all.cc.s
  165. src/gmock-all.o: src/gmock-all.cc.o
  166. .PHONY : src/gmock-all.o
  167. # target to build an object file
  168. src/gmock-all.cc.o:
  169. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
  170. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
  171. .PHONY : src/gmock-all.cc.o
  172. src/gmock-all.i: src/gmock-all.cc.i
  173. .PHONY : src/gmock-all.i
  174. # target to preprocess a source file
  175. src/gmock-all.cc.i:
  176. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.i
  177. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i
  178. .PHONY : src/gmock-all.cc.i
  179. src/gmock-all.s: src/gmock-all.cc.s
  180. .PHONY : src/gmock-all.s
  181. # target to generate assembly for a file
  182. src/gmock-all.cc.s:
  183. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.s
  184. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock.dir/build.make gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s
  185. .PHONY : src/gmock-all.cc.s
  186. src/gmock_main.o: src/gmock_main.cc.o
  187. .PHONY : src/gmock_main.o
  188. # target to build an object file
  189. src/gmock_main.cc.o:
  190. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
  191. .PHONY : src/gmock_main.cc.o
  192. src/gmock_main.i: src/gmock_main.cc.i
  193. .PHONY : src/gmock_main.i
  194. # target to preprocess a source file
  195. src/gmock_main.cc.i:
  196. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i
  197. .PHONY : src/gmock_main.cc.i
  198. src/gmock_main.s: src/gmock_main.cc.s
  199. .PHONY : src/gmock_main.s
  200. # target to generate assembly for a file
  201. src/gmock_main.cc.s:
  202. cd /home/ipc2001/catkin_ws/build && $(MAKE) -f gtest/googlemock/CMakeFiles/gmock_main.dir/build.make gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s
  203. .PHONY : src/gmock_main.cc.s
  204. # Help Target
  205. help:
  206. @echo "The following are some of the valid targets for this Makefile:"
  207. @echo "... all (the default if no target is provided)"
  208. @echo "... clean"
  209. @echo "... depend"
  210. @echo "... install/strip"
  211. @echo "... install"
  212. @echo "... install/local"
  213. @echo "... gmock_main"
  214. @echo "... test"
  215. @echo "... list_install_components"
  216. @echo "... gmock"
  217. @echo "... rebuild_cache"
  218. @echo "... edit_cache"
  219. @echo "... __/googletest/src/gtest-all.o"
  220. @echo "... __/googletest/src/gtest-all.i"
  221. @echo "... __/googletest/src/gtest-all.s"
  222. @echo "... src/gmock-all.o"
  223. @echo "... src/gmock-all.i"
  224. @echo "... src/gmock-all.s"
  225. @echo "... src/gmock_main.o"
  226. @echo "... src/gmock_main.i"
  227. @echo "... src/gmock_main.s"
  228. .PHONY : help
  229. #=============================================================================
  230. # Special targets to cleanup operation of make.
  231. # Special rule to run CMake to check the build system integrity.
  232. # No rule that depends on this can have commands that come from listfiles
  233. # because they might be regenerated.
  234. cmake_check_build_system:
  235. cd /home/ipc2001/catkin_ws/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  236. .PHONY : cmake_check_build_system