patch-host_applications_linux_apps_raspicam_Makefile 47 KB

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