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.

Makefile 12KB

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  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/ros2/dev2_ws/src/v4l2_camera
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/ros2/dev2_ws/build/v4l2_camera
  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/local
  47. install/local: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  49. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  50. .PHONY : install/local
  51. # Special rule for the target install/local
  52. install/local/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  54. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  55. .PHONY : install/local/fast
  56. # Special rule for the target install
  57. install: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  59. /usr/bin/cmake -P cmake_install.cmake
  60. .PHONY : install
  61. # Special rule for the target install
  62. install/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  64. /usr/bin/cmake -P cmake_install.cmake
  65. .PHONY : install/fast
  66. # Special rule for the target list_install_components
  67. list_install_components:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  69. .PHONY : list_install_components
  70. # Special rule for the target list_install_components
  71. list_install_components/fast: list_install_components
  72. .PHONY : list_install_components/fast
  73. # Special rule for the target rebuild_cache
  74. rebuild_cache:
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  76. /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  77. .PHONY : rebuild_cache
  78. # Special rule for the target rebuild_cache
  79. rebuild_cache/fast: rebuild_cache
  80. .PHONY : rebuild_cache/fast
  81. # Special rule for the target edit_cache
  82. edit_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  84. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  85. .PHONY : edit_cache
  86. # Special rule for the target edit_cache
  87. edit_cache/fast: edit_cache
  88. .PHONY : edit_cache/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/ros2/dev2_ws/build/v4l2_camera/CMakeFiles /home/ros2/dev2_ws/build/v4l2_camera/CMakeFiles/progress.marks
  100. $(MAKE) -f CMakeFiles/Makefile2 all
  101. $(CMAKE_COMMAND) -E cmake_progress_start /home/ros2/dev2_ws/build/v4l2_camera/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  121. .PHONY : depend
  122. #=============================================================================
  123. # Target rules for targets named v4l2_camera_compose_test
  124. # Build rule for target.
  125. v4l2_camera_compose_test: cmake_check_build_system
  126. $(MAKE) -f CMakeFiles/Makefile2 v4l2_camera_compose_test
  127. .PHONY : v4l2_camera_compose_test
  128. # fast build rule for target.
  129. v4l2_camera_compose_test/fast:
  130. $(MAKE) -f CMakeFiles/v4l2_camera_compose_test.dir/build.make CMakeFiles/v4l2_camera_compose_test.dir/build
  131. .PHONY : v4l2_camera_compose_test/fast
  132. #=============================================================================
  133. # Target rules for targets named v4l2_camera_node
  134. # Build rule for target.
  135. v4l2_camera_node: cmake_check_build_system
  136. $(MAKE) -f CMakeFiles/Makefile2 v4l2_camera_node
  137. .PHONY : v4l2_camera_node
  138. # fast build rule for target.
  139. v4l2_camera_node/fast:
  140. $(MAKE) -f CMakeFiles/v4l2_camera_node.dir/build.make CMakeFiles/v4l2_camera_node.dir/build
  141. .PHONY : v4l2_camera_node/fast
  142. #=============================================================================
  143. # Target rules for targets named v4l2_camera
  144. # Build rule for target.
  145. v4l2_camera: cmake_check_build_system
  146. $(MAKE) -f CMakeFiles/Makefile2 v4l2_camera
  147. .PHONY : v4l2_camera
  148. # fast build rule for target.
  149. v4l2_camera/fast:
  150. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/build
  151. .PHONY : v4l2_camera/fast
  152. #=============================================================================
  153. # Target rules for targets named v4l2_camera_uninstall
  154. # Build rule for target.
  155. v4l2_camera_uninstall: cmake_check_build_system
  156. $(MAKE) -f CMakeFiles/Makefile2 v4l2_camera_uninstall
  157. .PHONY : v4l2_camera_uninstall
  158. # fast build rule for target.
  159. v4l2_camera_uninstall/fast:
  160. $(MAKE) -f CMakeFiles/v4l2_camera_uninstall.dir/build.make CMakeFiles/v4l2_camera_uninstall.dir/build
  161. .PHONY : v4l2_camera_uninstall/fast
  162. #=============================================================================
  163. # Target rules for targets named uninstall
  164. # Build rule for target.
  165. uninstall: cmake_check_build_system
  166. $(MAKE) -f CMakeFiles/Makefile2 uninstall
  167. .PHONY : uninstall
  168. # fast build rule for target.
  169. uninstall/fast:
  170. $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  171. .PHONY : uninstall/fast
  172. src/v4l2_camera.o: src/v4l2_camera.cpp.o
  173. .PHONY : src/v4l2_camera.o
  174. # target to build an object file
  175. src/v4l2_camera.cpp.o:
  176. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/src/v4l2_camera.cpp.o
  177. .PHONY : src/v4l2_camera.cpp.o
  178. src/v4l2_camera.i: src/v4l2_camera.cpp.i
  179. .PHONY : src/v4l2_camera.i
  180. # target to preprocess a source file
  181. src/v4l2_camera.cpp.i:
  182. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/src/v4l2_camera.cpp.i
  183. .PHONY : src/v4l2_camera.cpp.i
  184. src/v4l2_camera.s: src/v4l2_camera.cpp.s
  185. .PHONY : src/v4l2_camera.s
  186. # target to generate assembly for a file
  187. src/v4l2_camera.cpp.s:
  188. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/src/v4l2_camera.cpp.s
  189. .PHONY : src/v4l2_camera.cpp.s
  190. src/v4l2_camera_compose_test.o: src/v4l2_camera_compose_test.cpp.o
  191. .PHONY : src/v4l2_camera_compose_test.o
  192. # target to build an object file
  193. src/v4l2_camera_compose_test.cpp.o:
  194. $(MAKE) -f CMakeFiles/v4l2_camera_compose_test.dir/build.make CMakeFiles/v4l2_camera_compose_test.dir/src/v4l2_camera_compose_test.cpp.o
  195. .PHONY : src/v4l2_camera_compose_test.cpp.o
  196. src/v4l2_camera_compose_test.i: src/v4l2_camera_compose_test.cpp.i
  197. .PHONY : src/v4l2_camera_compose_test.i
  198. # target to preprocess a source file
  199. src/v4l2_camera_compose_test.cpp.i:
  200. $(MAKE) -f CMakeFiles/v4l2_camera_compose_test.dir/build.make CMakeFiles/v4l2_camera_compose_test.dir/src/v4l2_camera_compose_test.cpp.i
  201. .PHONY : src/v4l2_camera_compose_test.cpp.i
  202. src/v4l2_camera_compose_test.s: src/v4l2_camera_compose_test.cpp.s
  203. .PHONY : src/v4l2_camera_compose_test.s
  204. # target to generate assembly for a file
  205. src/v4l2_camera_compose_test.cpp.s:
  206. $(MAKE) -f CMakeFiles/v4l2_camera_compose_test.dir/build.make CMakeFiles/v4l2_camera_compose_test.dir/src/v4l2_camera_compose_test.cpp.s
  207. .PHONY : src/v4l2_camera_compose_test.cpp.s
  208. src/v4l2_camera_device.o: src/v4l2_camera_device.cpp.o
  209. .PHONY : src/v4l2_camera_device.o
  210. # target to build an object file
  211. src/v4l2_camera_device.cpp.o:
  212. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/src/v4l2_camera_device.cpp.o
  213. .PHONY : src/v4l2_camera_device.cpp.o
  214. src/v4l2_camera_device.i: src/v4l2_camera_device.cpp.i
  215. .PHONY : src/v4l2_camera_device.i
  216. # target to preprocess a source file
  217. src/v4l2_camera_device.cpp.i:
  218. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/src/v4l2_camera_device.cpp.i
  219. .PHONY : src/v4l2_camera_device.cpp.i
  220. src/v4l2_camera_device.s: src/v4l2_camera_device.cpp.s
  221. .PHONY : src/v4l2_camera_device.s
  222. # target to generate assembly for a file
  223. src/v4l2_camera_device.cpp.s:
  224. $(MAKE) -f CMakeFiles/v4l2_camera.dir/build.make CMakeFiles/v4l2_camera.dir/src/v4l2_camera_device.cpp.s
  225. .PHONY : src/v4l2_camera_device.cpp.s
  226. src/v4l2_camera_node.o: src/v4l2_camera_node.cpp.o
  227. .PHONY : src/v4l2_camera_node.o
  228. # target to build an object file
  229. src/v4l2_camera_node.cpp.o:
  230. $(MAKE) -f CMakeFiles/v4l2_camera_node.dir/build.make CMakeFiles/v4l2_camera_node.dir/src/v4l2_camera_node.cpp.o
  231. .PHONY : src/v4l2_camera_node.cpp.o
  232. src/v4l2_camera_node.i: src/v4l2_camera_node.cpp.i
  233. .PHONY : src/v4l2_camera_node.i
  234. # target to preprocess a source file
  235. src/v4l2_camera_node.cpp.i:
  236. $(MAKE) -f CMakeFiles/v4l2_camera_node.dir/build.make CMakeFiles/v4l2_camera_node.dir/src/v4l2_camera_node.cpp.i
  237. .PHONY : src/v4l2_camera_node.cpp.i
  238. src/v4l2_camera_node.s: src/v4l2_camera_node.cpp.s
  239. .PHONY : src/v4l2_camera_node.s
  240. # target to generate assembly for a file
  241. src/v4l2_camera_node.cpp.s:
  242. $(MAKE) -f CMakeFiles/v4l2_camera_node.dir/build.make CMakeFiles/v4l2_camera_node.dir/src/v4l2_camera_node.cpp.s
  243. .PHONY : src/v4l2_camera_node.cpp.s
  244. # Help Target
  245. help:
  246. @echo "The following are some of the valid targets for this Makefile:"
  247. @echo "... all (the default if no target is provided)"
  248. @echo "... clean"
  249. @echo "... depend"
  250. @echo "... install/strip"
  251. @echo "... install/local"
  252. @echo "... install"
  253. @echo "... list_install_components"
  254. @echo "... rebuild_cache"
  255. @echo "... edit_cache"
  256. @echo "... test"
  257. @echo "... v4l2_camera_compose_test"
  258. @echo "... v4l2_camera_node"
  259. @echo "... v4l2_camera"
  260. @echo "... v4l2_camera_uninstall"
  261. @echo "... uninstall"
  262. @echo "... src/v4l2_camera.o"
  263. @echo "... src/v4l2_camera.i"
  264. @echo "... src/v4l2_camera.s"
  265. @echo "... src/v4l2_camera_compose_test.o"
  266. @echo "... src/v4l2_camera_compose_test.i"
  267. @echo "... src/v4l2_camera_compose_test.s"
  268. @echo "... src/v4l2_camera_device.o"
  269. @echo "... src/v4l2_camera_device.i"
  270. @echo "... src/v4l2_camera_device.s"
  271. @echo "... src/v4l2_camera_node.o"
  272. @echo "... src/v4l2_camera_node.i"
  273. @echo "... src/v4l2_camera_node.s"
  274. .PHONY : help
  275. #=============================================================================
  276. # Special targets to cleanup operation of make.
  277. # Special rule to run CMake to check the build system integrity.
  278. # No rule that depends on this can have commands that come from listfiles
  279. # because they might be regenerated.
  280. cmake_check_build_system:
  281. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  282. .PHONY : cmake_check_build_system