1
0

patch-host_applications_linux_apps_raspicam_Makefile 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. --- bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18.orig/host_applications/linux/apps/raspicam/Makefile 2017-06-27 18:59:31.000000000 +0200
  2. +++ bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/host_applications/linux/apps/raspicam/Makefile 2017-06-30 23:35:14.657196842 +0200
  3. @@ -1,6 +1,809 @@
  4. -OBJS=RaspiCamControl.o RaspiCLI.o RaspiPreview.o RaspiStill.o
  5. -BIN=raspicam.bin
  6. -LDFLAGS+=-lmmal -lmmal_core -lmmal_util
  7. +# CMAKE generated file: DO NOT EDIT!
  8. +# Generated by "Unix Makefiles" Generator, CMake Version 3.8
  9. -include ../Makefile.include
  10. +# Default target executed when no arguments are given to make.
  11. +default_target: all
  12. +
  13. +.PHONY : default_target
  14. +
  15. +# Allow only one "make -f Makefile2" at a time, but pass parallelism.
  16. +.NOTPARALLEL:
  17. +
  18. +
  19. +#=============================================================================
  20. +# Special targets provided by cmake.
  21. +
  22. +# Disable implicit rules so canonical targets will work.
  23. +.SUFFIXES:
  24. +
  25. +
  26. +# Remove some rules from gmake that .SUFFIXES does not remove.
  27. +SUFFIXES =
  28. +
  29. +.SUFFIXES: .hpux_make_needs_suffix_list
  30. +
  31. +
  32. +# Suppress display of executed commands.
  33. +$(VERBOSE).SILENT:
  34. +
  35. +
  36. +# A target that is always out of date.
  37. +cmake_force:
  38. +
  39. +.PHONY : cmake_force
  40. +
  41. +#=============================================================================
  42. +# Set environment variables for the build.
  43. +
  44. +# The shell in which to execute make rules.
  45. +SHELL = /bin/sh
  46. +
  47. +# The CMake executable.
  48. +CMAKE_COMMAND = /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake
  49. +
  50. +# The command to remove a file.
  51. +RM = /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -E remove -f
  52. +
  53. +# Escaping for special characters.
  54. +EQUALS = =
  55. +
  56. +# The top-level source directory on which CMake was run.
  57. +CMAKE_SOURCE_DIR = /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18
  58. +
  59. +# The top-level build directory on which CMake was run.
  60. +CMAKE_BINARY_DIR = /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18
  61. +
  62. +#=============================================================================
  63. +# Targets provided globally by CMake.
  64. +
  65. +# Special rule for the target package
  66. +package: preinstall
  67. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  68. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cpack --config ./CPackConfig.cmake
  69. +.PHONY : package
  70. +
  71. +# Special rule for the target package
  72. +package/fast: package
  73. +
  74. +.PHONY : package/fast
  75. +
  76. +# Special rule for the target package_source
  77. +package_source:
  78. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  79. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/CPackSourceConfig.cmake
  80. +.PHONY : package_source
  81. +
  82. +# Special rule for the target package_source
  83. +package_source/fast: package_source
  84. +
  85. +.PHONY : package_source/fast
  86. +
  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. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  91. +.PHONY : install/local
  92. +
  93. +# Special rule for the target install/local
  94. +install/local/fast: preinstall/fast
  95. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  96. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  97. +.PHONY : install/local/fast
  98. +
  99. +# Special rule for the target rebuild_cache
  100. +rebuild_cache:
  101. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  102. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  103. +.PHONY : rebuild_cache
  104. +
  105. +# Special rule for the target rebuild_cache
  106. +rebuild_cache/fast: rebuild_cache
  107. +
  108. +.PHONY : rebuild_cache/fast
  109. +
  110. +# Special rule for the target edit_cache
  111. +edit_cache:
  112. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  113. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  114. +.PHONY : edit_cache
  115. +
  116. +# Special rule for the target edit_cache
  117. +edit_cache/fast: edit_cache
  118. +
  119. +.PHONY : edit_cache/fast
  120. +
  121. +# Special rule for the target install/strip
  122. +install/strip: preinstall
  123. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  124. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  125. +.PHONY : install/strip
  126. +
  127. +# Special rule for the target install/strip
  128. +install/strip/fast: preinstall/fast
  129. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  130. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  131. +.PHONY : install/strip/fast
  132. +
  133. +# Special rule for the target list_install_components
  134. +list_install_components:
  135. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  136. +.PHONY : list_install_components
  137. +
  138. +# Special rule for the target list_install_components
  139. +list_install_components/fast: list_install_components
  140. +
  141. +.PHONY : list_install_components/fast
  142. +
  143. +# Special rule for the target install
  144. +install: preinstall
  145. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  146. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -P cmake_install.cmake
  147. +.PHONY : install
  148. +
  149. +# Special rule for the target install
  150. +install/fast: preinstall/fast
  151. + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  152. + /home/wbx/openadk/host_x86_64-linux-gnu/usr/bin/cmake -P cmake_install.cmake
  153. +.PHONY : install/fast
  154. +
  155. +# The main all target
  156. +all: cmake_check_build_system
  157. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/CMakeFiles /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/host_applications/linux/apps/raspicam/CMakeFiles/progress.marks
  158. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/all
  159. + $(CMAKE_COMMAND) -E cmake_progress_start /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18/CMakeFiles 0
  160. +.PHONY : all
  161. +
  162. +# The main clean target
  163. +clean:
  164. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/clean
  165. +.PHONY : clean
  166. +
  167. +# The main clean target
  168. +clean/fast: clean
  169. +
  170. +.PHONY : clean/fast
  171. +
  172. +# Prepare targets for installation.
  173. +preinstall: all
  174. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/preinstall
  175. +.PHONY : preinstall
  176. +
  177. +# Prepare targets for installation.
  178. +preinstall/fast:
  179. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/preinstall
  180. +.PHONY : preinstall/fast
  181. +
  182. +# clear depends
  183. +depend:
  184. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  185. +.PHONY : depend
  186. +
  187. +# Convenience name for target.
  188. +host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule:
  189. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule
  190. +.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule
  191. +
  192. +# Convenience name for target.
  193. +raspividyuv: host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/rule
  194. +
  195. +.PHONY : raspividyuv
  196. +
  197. +# fast build rule for target.
  198. +raspividyuv/fast:
  199. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build
  200. +.PHONY : raspividyuv/fast
  201. +
  202. +# Convenience name for target.
  203. +host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule:
  204. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule
  205. +.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule
  206. +
  207. +# Convenience name for target.
  208. +raspivid: host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/rule
  209. +
  210. +.PHONY : raspivid
  211. +
  212. +# fast build rule for target.
  213. +raspivid/fast:
  214. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build
  215. +.PHONY : raspivid/fast
  216. +
  217. +# Convenience name for target.
  218. +host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule:
  219. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule
  220. +.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule
  221. +
  222. +# Convenience name for target.
  223. +raspiyuv: host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/rule
  224. +
  225. +.PHONY : raspiyuv
  226. +
  227. +# fast build rule for target.
  228. +raspiyuv/fast:
  229. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build
  230. +.PHONY : raspiyuv/fast
  231. +
  232. +# Convenience name for target.
  233. +host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule:
  234. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f CMakeFiles/Makefile2 host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule
  235. +.PHONY : host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule
  236. +
  237. +# Convenience name for target.
  238. +raspistill: host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/rule
  239. +
  240. +.PHONY : raspistill
  241. +
  242. +# fast build rule for target.
  243. +raspistill/fast:
  244. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build
  245. +.PHONY : raspistill/fast
  246. +
  247. +RaspiCLI.o: RaspiCLI.c.o
  248. +
  249. +.PHONY : RaspiCLI.o
  250. +
  251. +# target to build an object file
  252. +RaspiCLI.c.o:
  253. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCLI.c.o
  254. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCLI.c.o
  255. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCLI.c.o
  256. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCLI.c.o
  257. +.PHONY : RaspiCLI.c.o
  258. +
  259. +RaspiCLI.i: RaspiCLI.c.i
  260. +
  261. +.PHONY : RaspiCLI.i
  262. +
  263. +# target to preprocess a source file
  264. +RaspiCLI.c.i:
  265. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCLI.c.i
  266. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCLI.c.i
  267. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCLI.c.i
  268. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCLI.c.i
  269. +.PHONY : RaspiCLI.c.i
  270. +
  271. +RaspiCLI.s: RaspiCLI.c.s
  272. +
  273. +.PHONY : RaspiCLI.s
  274. +
  275. +# target to generate assembly for a file
  276. +RaspiCLI.c.s:
  277. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCLI.c.s
  278. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCLI.c.s
  279. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCLI.c.s
  280. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCLI.c.s
  281. +.PHONY : RaspiCLI.c.s
  282. +
  283. +RaspiCamControl.o: RaspiCamControl.c.o
  284. +
  285. +.PHONY : RaspiCamControl.o
  286. +
  287. +# target to build an object file
  288. +RaspiCamControl.c.o:
  289. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCamControl.c.o
  290. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCamControl.c.o
  291. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCamControl.c.o
  292. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCamControl.c.o
  293. +.PHONY : RaspiCamControl.c.o
  294. +
  295. +RaspiCamControl.i: RaspiCamControl.c.i
  296. +
  297. +.PHONY : RaspiCamControl.i
  298. +
  299. +# target to preprocess a source file
  300. +RaspiCamControl.c.i:
  301. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCamControl.c.i
  302. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCamControl.c.i
  303. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCamControl.c.i
  304. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCamControl.c.i
  305. +.PHONY : RaspiCamControl.c.i
  306. +
  307. +RaspiCamControl.s: RaspiCamControl.c.s
  308. +
  309. +.PHONY : RaspiCamControl.s
  310. +
  311. +# target to generate assembly for a file
  312. +RaspiCamControl.c.s:
  313. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiCamControl.c.s
  314. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiCamControl.c.s
  315. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiCamControl.c.s
  316. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiCamControl.c.s
  317. +.PHONY : RaspiCamControl.c.s
  318. +
  319. +RaspiPreview.o: RaspiPreview.c.o
  320. +
  321. +.PHONY : RaspiPreview.o
  322. +
  323. +# target to build an object file
  324. +RaspiPreview.c.o:
  325. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiPreview.c.o
  326. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiPreview.c.o
  327. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiPreview.c.o
  328. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiPreview.c.o
  329. +.PHONY : RaspiPreview.c.o
  330. +
  331. +RaspiPreview.i: RaspiPreview.c.i
  332. +
  333. +.PHONY : RaspiPreview.i
  334. +
  335. +# target to preprocess a source file
  336. +RaspiPreview.c.i:
  337. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiPreview.c.i
  338. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiPreview.c.i
  339. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiPreview.c.i
  340. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiPreview.c.i
  341. +.PHONY : RaspiPreview.c.i
  342. +
  343. +RaspiPreview.s: RaspiPreview.c.s
  344. +
  345. +.PHONY : RaspiPreview.s
  346. +
  347. +# target to generate assembly for a file
  348. +RaspiPreview.c.s:
  349. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiPreview.c.s
  350. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiPreview.c.s
  351. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiPreview.c.s
  352. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiPreview.c.s
  353. +.PHONY : RaspiPreview.c.s
  354. +
  355. +RaspiStill.o: RaspiStill.c.o
  356. +
  357. +.PHONY : RaspiStill.o
  358. +
  359. +# target to build an object file
  360. +RaspiStill.c.o:
  361. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiStill.c.o
  362. +.PHONY : RaspiStill.c.o
  363. +
  364. +RaspiStill.i: RaspiStill.c.i
  365. +
  366. +.PHONY : RaspiStill.i
  367. +
  368. +# target to preprocess a source file
  369. +RaspiStill.c.i:
  370. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiStill.c.i
  371. +.PHONY : RaspiStill.c.i
  372. +
  373. +RaspiStill.s: RaspiStill.c.s
  374. +
  375. +.PHONY : RaspiStill.s
  376. +
  377. +# target to generate assembly for a file
  378. +RaspiStill.c.s:
  379. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiStill.c.s
  380. +.PHONY : RaspiStill.c.s
  381. +
  382. +RaspiStillYUV.o: RaspiStillYUV.c.o
  383. +
  384. +.PHONY : RaspiStillYUV.o
  385. +
  386. +# target to build an object file
  387. +RaspiStillYUV.c.o:
  388. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiStillYUV.c.o
  389. +.PHONY : RaspiStillYUV.c.o
  390. +
  391. +RaspiStillYUV.i: RaspiStillYUV.c.i
  392. +
  393. +.PHONY : RaspiStillYUV.i
  394. +
  395. +# target to preprocess a source file
  396. +RaspiStillYUV.c.i:
  397. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiStillYUV.c.i
  398. +.PHONY : RaspiStillYUV.c.i
  399. +
  400. +RaspiStillYUV.s: RaspiStillYUV.c.s
  401. +
  402. +.PHONY : RaspiStillYUV.s
  403. +
  404. +# target to generate assembly for a file
  405. +RaspiStillYUV.c.s:
  406. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspiyuv.dir/RaspiStillYUV.c.s
  407. +.PHONY : RaspiStillYUV.c.s
  408. +
  409. +RaspiTex.o: RaspiTex.c.o
  410. +
  411. +.PHONY : RaspiTex.o
  412. +
  413. +# target to build an object file
  414. +RaspiTex.c.o:
  415. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTex.c.o
  416. +.PHONY : RaspiTex.c.o
  417. +
  418. +RaspiTex.i: RaspiTex.c.i
  419. +
  420. +.PHONY : RaspiTex.i
  421. +
  422. +# target to preprocess a source file
  423. +RaspiTex.c.i:
  424. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTex.c.i
  425. +.PHONY : RaspiTex.c.i
  426. +
  427. +RaspiTex.s: RaspiTex.c.s
  428. +
  429. +.PHONY : RaspiTex.s
  430. +
  431. +# target to generate assembly for a file
  432. +RaspiTex.c.s:
  433. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTex.c.s
  434. +.PHONY : RaspiTex.c.s
  435. +
  436. +RaspiTexUtil.o: RaspiTexUtil.c.o
  437. +
  438. +.PHONY : RaspiTexUtil.o
  439. +
  440. +# target to build an object file
  441. +RaspiTexUtil.c.o:
  442. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTexUtil.c.o
  443. +.PHONY : RaspiTexUtil.c.o
  444. +
  445. +RaspiTexUtil.i: RaspiTexUtil.c.i
  446. +
  447. +.PHONY : RaspiTexUtil.i
  448. +
  449. +# target to preprocess a source file
  450. +RaspiTexUtil.c.i:
  451. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTexUtil.c.i
  452. +.PHONY : RaspiTexUtil.c.i
  453. +
  454. +RaspiTexUtil.s: RaspiTexUtil.c.s
  455. +
  456. +.PHONY : RaspiTexUtil.s
  457. +
  458. +# target to generate assembly for a file
  459. +RaspiTexUtil.c.s:
  460. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/RaspiTexUtil.c.s
  461. +.PHONY : RaspiTexUtil.c.s
  462. +
  463. +RaspiVid.o: RaspiVid.c.o
  464. +
  465. +.PHONY : RaspiVid.o
  466. +
  467. +# target to build an object file
  468. +RaspiVid.c.o:
  469. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiVid.c.o
  470. +.PHONY : RaspiVid.c.o
  471. +
  472. +RaspiVid.i: RaspiVid.c.i
  473. +
  474. +.PHONY : RaspiVid.i
  475. +
  476. +# target to preprocess a source file
  477. +RaspiVid.c.i:
  478. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiVid.c.i
  479. +.PHONY : RaspiVid.c.i
  480. +
  481. +RaspiVid.s: RaspiVid.c.s
  482. +
  483. +.PHONY : RaspiVid.s
  484. +
  485. +# target to generate assembly for a file
  486. +RaspiVid.c.s:
  487. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspivid.dir/RaspiVid.c.s
  488. +.PHONY : RaspiVid.c.s
  489. +
  490. +RaspiVidYUV.o: RaspiVidYUV.c.o
  491. +
  492. +.PHONY : RaspiVidYUV.o
  493. +
  494. +# target to build an object file
  495. +RaspiVidYUV.c.o:
  496. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiVidYUV.c.o
  497. +.PHONY : RaspiVidYUV.c.o
  498. +
  499. +RaspiVidYUV.i: RaspiVidYUV.c.i
  500. +
  501. +.PHONY : RaspiVidYUV.i
  502. +
  503. +# target to preprocess a source file
  504. +RaspiVidYUV.c.i:
  505. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiVidYUV.c.i
  506. +.PHONY : RaspiVidYUV.c.i
  507. +
  508. +RaspiVidYUV.s: RaspiVidYUV.c.s
  509. +
  510. +.PHONY : RaspiVidYUV.s
  511. +
  512. +# target to generate assembly for a file
  513. +RaspiVidYUV.c.s:
  514. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspividyuv.dir/RaspiVidYUV.c.s
  515. +.PHONY : RaspiVidYUV.c.s
  516. +
  517. +gl_scenes/mirror.o: gl_scenes/mirror.c.o
  518. +
  519. +.PHONY : gl_scenes/mirror.o
  520. +
  521. +# target to build an object file
  522. +gl_scenes/mirror.c.o:
  523. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/mirror.c.o
  524. +.PHONY : gl_scenes/mirror.c.o
  525. +
  526. +gl_scenes/mirror.i: gl_scenes/mirror.c.i
  527. +
  528. +.PHONY : gl_scenes/mirror.i
  529. +
  530. +# target to preprocess a source file
  531. +gl_scenes/mirror.c.i:
  532. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/mirror.c.i
  533. +.PHONY : gl_scenes/mirror.c.i
  534. +
  535. +gl_scenes/mirror.s: gl_scenes/mirror.c.s
  536. +
  537. +.PHONY : gl_scenes/mirror.s
  538. +
  539. +# target to generate assembly for a file
  540. +gl_scenes/mirror.c.s:
  541. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/mirror.c.s
  542. +.PHONY : gl_scenes/mirror.c.s
  543. +
  544. +gl_scenes/models.o: gl_scenes/models.c.o
  545. +
  546. +.PHONY : gl_scenes/models.o
  547. +
  548. +# target to build an object file
  549. +gl_scenes/models.c.o:
  550. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/models.c.o
  551. +.PHONY : gl_scenes/models.c.o
  552. +
  553. +gl_scenes/models.i: gl_scenes/models.c.i
  554. +
  555. +.PHONY : gl_scenes/models.i
  556. +
  557. +# target to preprocess a source file
  558. +gl_scenes/models.c.i:
  559. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/models.c.i
  560. +.PHONY : gl_scenes/models.c.i
  561. +
  562. +gl_scenes/models.s: gl_scenes/models.c.s
  563. +
  564. +.PHONY : gl_scenes/models.s
  565. +
  566. +# target to generate assembly for a file
  567. +gl_scenes/models.c.s:
  568. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/models.c.s
  569. +.PHONY : gl_scenes/models.c.s
  570. +
  571. +gl_scenes/sobel.o: gl_scenes/sobel.c.o
  572. +
  573. +.PHONY : gl_scenes/sobel.o
  574. +
  575. +# target to build an object file
  576. +gl_scenes/sobel.c.o:
  577. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/sobel.c.o
  578. +.PHONY : gl_scenes/sobel.c.o
  579. +
  580. +gl_scenes/sobel.i: gl_scenes/sobel.c.i
  581. +
  582. +.PHONY : gl_scenes/sobel.i
  583. +
  584. +# target to preprocess a source file
  585. +gl_scenes/sobel.c.i:
  586. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/sobel.c.i
  587. +.PHONY : gl_scenes/sobel.c.i
  588. +
  589. +gl_scenes/sobel.s: gl_scenes/sobel.c.s
  590. +
  591. +.PHONY : gl_scenes/sobel.s
  592. +
  593. +# target to generate assembly for a file
  594. +gl_scenes/sobel.c.s:
  595. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/sobel.c.s
  596. +.PHONY : gl_scenes/sobel.c.s
  597. +
  598. +gl_scenes/square.o: gl_scenes/square.c.o
  599. +
  600. +.PHONY : gl_scenes/square.o
  601. +
  602. +# target to build an object file
  603. +gl_scenes/square.c.o:
  604. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/square.c.o
  605. +.PHONY : gl_scenes/square.c.o
  606. +
  607. +gl_scenes/square.i: gl_scenes/square.c.i
  608. +
  609. +.PHONY : gl_scenes/square.i
  610. +
  611. +# target to preprocess a source file
  612. +gl_scenes/square.c.i:
  613. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/square.c.i
  614. +.PHONY : gl_scenes/square.c.i
  615. +
  616. +gl_scenes/square.s: gl_scenes/square.c.s
  617. +
  618. +.PHONY : gl_scenes/square.s
  619. +
  620. +# target to generate assembly for a file
  621. +gl_scenes/square.c.s:
  622. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/square.c.s
  623. +.PHONY : gl_scenes/square.c.s
  624. +
  625. +gl_scenes/teapot.o: gl_scenes/teapot.c.o
  626. +
  627. +.PHONY : gl_scenes/teapot.o
  628. +
  629. +# target to build an object file
  630. +gl_scenes/teapot.c.o:
  631. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/teapot.c.o
  632. +.PHONY : gl_scenes/teapot.c.o
  633. +
  634. +gl_scenes/teapot.i: gl_scenes/teapot.c.i
  635. +
  636. +.PHONY : gl_scenes/teapot.i
  637. +
  638. +# target to preprocess a source file
  639. +gl_scenes/teapot.c.i:
  640. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/teapot.c.i
  641. +.PHONY : gl_scenes/teapot.c.i
  642. +
  643. +gl_scenes/teapot.s: gl_scenes/teapot.c.s
  644. +
  645. +.PHONY : gl_scenes/teapot.s
  646. +
  647. +# target to generate assembly for a file
  648. +gl_scenes/teapot.c.s:
  649. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/teapot.c.s
  650. +.PHONY : gl_scenes/teapot.c.s
  651. +
  652. +gl_scenes/vcsm_square.o: gl_scenes/vcsm_square.c.o
  653. +
  654. +.PHONY : gl_scenes/vcsm_square.o
  655. +
  656. +# target to build an object file
  657. +gl_scenes/vcsm_square.c.o:
  658. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/vcsm_square.c.o
  659. +.PHONY : gl_scenes/vcsm_square.c.o
  660. +
  661. +gl_scenes/vcsm_square.i: gl_scenes/vcsm_square.c.i
  662. +
  663. +.PHONY : gl_scenes/vcsm_square.i
  664. +
  665. +# target to preprocess a source file
  666. +gl_scenes/vcsm_square.c.i:
  667. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/vcsm_square.c.i
  668. +.PHONY : gl_scenes/vcsm_square.c.i
  669. +
  670. +gl_scenes/vcsm_square.s: gl_scenes/vcsm_square.c.s
  671. +
  672. +.PHONY : gl_scenes/vcsm_square.s
  673. +
  674. +# target to generate assembly for a file
  675. +gl_scenes/vcsm_square.c.s:
  676. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/vcsm_square.c.s
  677. +.PHONY : gl_scenes/vcsm_square.c.s
  678. +
  679. +gl_scenes/yuv.o: gl_scenes/yuv.c.o
  680. +
  681. +.PHONY : gl_scenes/yuv.o
  682. +
  683. +# target to build an object file
  684. +gl_scenes/yuv.c.o:
  685. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/yuv.c.o
  686. +.PHONY : gl_scenes/yuv.c.o
  687. +
  688. +gl_scenes/yuv.i: gl_scenes/yuv.c.i
  689. +
  690. +.PHONY : gl_scenes/yuv.i
  691. +
  692. +# target to preprocess a source file
  693. +gl_scenes/yuv.c.i:
  694. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/yuv.c.i
  695. +.PHONY : gl_scenes/yuv.c.i
  696. +
  697. +gl_scenes/yuv.s: gl_scenes/yuv.c.s
  698. +
  699. +.PHONY : gl_scenes/yuv.s
  700. +
  701. +# target to generate assembly for a file
  702. +gl_scenes/yuv.c.s:
  703. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/gl_scenes/yuv.c.s
  704. +.PHONY : gl_scenes/yuv.c.s
  705. +
  706. +tga.o: tga.c.o
  707. +
  708. +.PHONY : tga.o
  709. +
  710. +# target to build an object file
  711. +tga.c.o:
  712. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/tga.c.o
  713. +.PHONY : tga.c.o
  714. +
  715. +tga.i: tga.c.i
  716. +
  717. +.PHONY : tga.i
  718. +
  719. +# target to preprocess a source file
  720. +tga.c.i:
  721. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/tga.c.i
  722. +.PHONY : tga.c.i
  723. +
  724. +tga.s: tga.c.s
  725. +
  726. +.PHONY : tga.s
  727. +
  728. +# target to generate assembly for a file
  729. +tga.c.s:
  730. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(MAKE) -f host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/build.make host_applications/linux/apps/raspicam/CMakeFiles/raspistill.dir/tga.c.s
  731. +.PHONY : tga.c.s
  732. +
  733. +# Help Target
  734. +help:
  735. + @echo "The following are some of the valid targets for this Makefile:"
  736. + @echo "... all (the default if no target is provided)"
  737. + @echo "... clean"
  738. + @echo "... depend"
  739. + @echo "... raspividyuv"
  740. + @echo "... package"
  741. + @echo "... raspivid"
  742. + @echo "... raspiyuv"
  743. + @echo "... package_source"
  744. + @echo "... install/local"
  745. + @echo "... raspistill"
  746. + @echo "... rebuild_cache"
  747. + @echo "... edit_cache"
  748. + @echo "... install/strip"
  749. + @echo "... list_install_components"
  750. + @echo "... install"
  751. + @echo "... RaspiCLI.o"
  752. + @echo "... RaspiCLI.i"
  753. + @echo "... RaspiCLI.s"
  754. + @echo "... RaspiCamControl.o"
  755. + @echo "... RaspiCamControl.i"
  756. + @echo "... RaspiCamControl.s"
  757. + @echo "... RaspiPreview.o"
  758. + @echo "... RaspiPreview.i"
  759. + @echo "... RaspiPreview.s"
  760. + @echo "... RaspiStill.o"
  761. + @echo "... RaspiStill.i"
  762. + @echo "... RaspiStill.s"
  763. + @echo "... RaspiStillYUV.o"
  764. + @echo "... RaspiStillYUV.i"
  765. + @echo "... RaspiStillYUV.s"
  766. + @echo "... RaspiTex.o"
  767. + @echo "... RaspiTex.i"
  768. + @echo "... RaspiTex.s"
  769. + @echo "... RaspiTexUtil.o"
  770. + @echo "... RaspiTexUtil.i"
  771. + @echo "... RaspiTexUtil.s"
  772. + @echo "... RaspiVid.o"
  773. + @echo "... RaspiVid.i"
  774. + @echo "... RaspiVid.s"
  775. + @echo "... RaspiVidYUV.o"
  776. + @echo "... RaspiVidYUV.i"
  777. + @echo "... RaspiVidYUV.s"
  778. + @echo "... gl_scenes/mirror.o"
  779. + @echo "... gl_scenes/mirror.i"
  780. + @echo "... gl_scenes/mirror.s"
  781. + @echo "... gl_scenes/models.o"
  782. + @echo "... gl_scenes/models.i"
  783. + @echo "... gl_scenes/models.s"
  784. + @echo "... gl_scenes/sobel.o"
  785. + @echo "... gl_scenes/sobel.i"
  786. + @echo "... gl_scenes/sobel.s"
  787. + @echo "... gl_scenes/square.o"
  788. + @echo "... gl_scenes/square.i"
  789. + @echo "... gl_scenes/square.s"
  790. + @echo "... gl_scenes/teapot.o"
  791. + @echo "... gl_scenes/teapot.i"
  792. + @echo "... gl_scenes/teapot.s"
  793. + @echo "... gl_scenes/vcsm_square.o"
  794. + @echo "... gl_scenes/vcsm_square.i"
  795. + @echo "... gl_scenes/vcsm_square.s"
  796. + @echo "... gl_scenes/yuv.o"
  797. + @echo "... gl_scenes/yuv.i"
  798. + @echo "... gl_scenes/yuv.s"
  799. + @echo "... tga.o"
  800. + @echo "... tga.i"
  801. + @echo "... tga.s"
  802. +.PHONY : help
  803. +
  804. +
  805. +
  806. +#=============================================================================
  807. +# Special targets to cleanup operation of make.
  808. +
  809. +# Special rule to run CMake to check the build system integrity.
  810. +# No rule that depends on this can have commands that come from listfiles
  811. +# because they might be regenerated.
  812. +cmake_check_build_system:
  813. + cd /home/wbx/openadk/build_raspberry-pi3_glibc_cortex_a53_hard_eabihf/w-bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18-2/bcm28xx-vc-8d518460723779f95b49efafc04c183e83da3a18 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  814. +.PHONY : cmake_check_build_system