Makefile 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.22
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /usr/local/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/local/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /home/nvidia/work/MIVA
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/nvidia/work/MIVA/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  49. /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  57. /usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # Special rule for the target list_install_components
  63. list_install_components:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  65. .PHONY : list_install_components
  66. # Special rule for the target list_install_components
  67. list_install_components/fast: list_install_components
  68. .PHONY : list_install_components/fast
  69. # Special rule for the target install
  70. install: preinstall
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  72. /usr/local/bin/cmake -P cmake_install.cmake
  73. .PHONY : install
  74. # Special rule for the target install
  75. install/fast: preinstall/fast
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  77. /usr/local/bin/cmake -P cmake_install.cmake
  78. .PHONY : install/fast
  79. # Special rule for the target install/local
  80. install/local: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  82. /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  83. .PHONY : install/local
  84. # Special rule for the target install/local
  85. install/local/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  87. /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  88. .PHONY : install/local/fast
  89. # Special rule for the target install/strip
  90. install/strip: preinstall
  91. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  92. /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  93. .PHONY : install/strip
  94. # Special rule for the target install/strip
  95. install/strip/fast: preinstall/fast
  96. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  97. /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  98. .PHONY : install/strip/fast
  99. # The main all target
  100. all: cmake_check_build_system
  101. cd /home/nvidia/work/MIVA/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles /home/nvidia/work/MIVA/build/modules//CMakeFiles/progress.marks
  102. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/all
  103. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles 0
  104. .PHONY : all
  105. # The main clean target
  106. clean:
  107. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/clean
  108. .PHONY : clean
  109. # The main clean target
  110. clean/fast: clean
  111. .PHONY : clean/fast
  112. # Prepare targets for installation.
  113. preinstall: all
  114. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/preinstall
  115. .PHONY : preinstall
  116. # Prepare targets for installation.
  117. preinstall/fast:
  118. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/preinstall
  119. .PHONY : preinstall/fast
  120. # clear depends
  121. depend:
  122. cd /home/nvidia/work/MIVA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  123. .PHONY : depend
  124. # Convenience name for target.
  125. modules/CMakeFiles/modules.dir/rule:
  126. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/CMakeFiles/modules.dir/rule
  127. .PHONY : modules/CMakeFiles/modules.dir/rule
  128. # Convenience name for target.
  129. modules: modules/CMakeFiles/modules.dir/rule
  130. .PHONY : modules
  131. # fast build rule for target.
  132. modules/fast:
  133. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/build
  134. .PHONY : modules/fast
  135. HttpClient/src/HttpClient.o: HttpClient/src/HttpClient.cpp.o
  136. .PHONY : HttpClient/src/HttpClient.o
  137. # target to build an object file
  138. HttpClient/src/HttpClient.cpp.o:
  139. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/HttpClient/src/HttpClient.cpp.o
  140. .PHONY : HttpClient/src/HttpClient.cpp.o
  141. HttpClient/src/HttpClient.i: HttpClient/src/HttpClient.cpp.i
  142. .PHONY : HttpClient/src/HttpClient.i
  143. # target to preprocess a source file
  144. HttpClient/src/HttpClient.cpp.i:
  145. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/HttpClient/src/HttpClient.cpp.i
  146. .PHONY : HttpClient/src/HttpClient.cpp.i
  147. HttpClient/src/HttpClient.s: HttpClient/src/HttpClient.cpp.s
  148. .PHONY : HttpClient/src/HttpClient.s
  149. # target to generate assembly for a file
  150. HttpClient/src/HttpClient.cpp.s:
  151. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/HttpClient/src/HttpClient.cpp.s
  152. .PHONY : HttpClient/src/HttpClient.cpp.s
  153. TCPClient/src/TCPClient.o: TCPClient/src/TCPClient.cpp.o
  154. .PHONY : TCPClient/src/TCPClient.o
  155. # target to build an object file
  156. TCPClient/src/TCPClient.cpp.o:
  157. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/TCPClient/src/TCPClient.cpp.o
  158. .PHONY : TCPClient/src/TCPClient.cpp.o
  159. TCPClient/src/TCPClient.i: TCPClient/src/TCPClient.cpp.i
  160. .PHONY : TCPClient/src/TCPClient.i
  161. # target to preprocess a source file
  162. TCPClient/src/TCPClient.cpp.i:
  163. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/TCPClient/src/TCPClient.cpp.i
  164. .PHONY : TCPClient/src/TCPClient.cpp.i
  165. TCPClient/src/TCPClient.s: TCPClient/src/TCPClient.cpp.s
  166. .PHONY : TCPClient/src/TCPClient.s
  167. # target to generate assembly for a file
  168. TCPClient/src/TCPClient.cpp.s:
  169. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/TCPClient/src/TCPClient.cpp.s
  170. .PHONY : TCPClient/src/TCPClient.cpp.s
  171. decoder/src/FFMpegDecoder.o: decoder/src/FFMpegDecoder.cpp.o
  172. .PHONY : decoder/src/FFMpegDecoder.o
  173. # target to build an object file
  174. decoder/src/FFMpegDecoder.cpp.o:
  175. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/decoder/src/FFMpegDecoder.cpp.o
  176. .PHONY : decoder/src/FFMpegDecoder.cpp.o
  177. decoder/src/FFMpegDecoder.i: decoder/src/FFMpegDecoder.cpp.i
  178. .PHONY : decoder/src/FFMpegDecoder.i
  179. # target to preprocess a source file
  180. decoder/src/FFMpegDecoder.cpp.i:
  181. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/decoder/src/FFMpegDecoder.cpp.i
  182. .PHONY : decoder/src/FFMpegDecoder.cpp.i
  183. decoder/src/FFMpegDecoder.s: decoder/src/FFMpegDecoder.cpp.s
  184. .PHONY : decoder/src/FFMpegDecoder.s
  185. # target to generate assembly for a file
  186. decoder/src/FFMpegDecoder.cpp.s:
  187. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/decoder/src/FFMpegDecoder.cpp.s
  188. .PHONY : decoder/src/FFMpegDecoder.cpp.s
  189. inference/src/inference.o: inference/src/inference.cpp.o
  190. .PHONY : inference/src/inference.o
  191. # target to build an object file
  192. inference/src/inference.cpp.o:
  193. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/inference/src/inference.cpp.o
  194. .PHONY : inference/src/inference.cpp.o
  195. inference/src/inference.i: inference/src/inference.cpp.i
  196. .PHONY : inference/src/inference.i
  197. # target to preprocess a source file
  198. inference/src/inference.cpp.i:
  199. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/inference/src/inference.cpp.i
  200. .PHONY : inference/src/inference.cpp.i
  201. inference/src/inference.s: inference/src/inference.cpp.s
  202. .PHONY : inference/src/inference.s
  203. # target to generate assembly for a file
  204. inference/src/inference.cpp.s:
  205. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/inference/src/inference.cpp.s
  206. .PHONY : inference/src/inference.cpp.s
  207. inifile/src/inifile.o: inifile/src/inifile.cpp.o
  208. .PHONY : inifile/src/inifile.o
  209. # target to build an object file
  210. inifile/src/inifile.cpp.o:
  211. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/inifile/src/inifile.cpp.o
  212. .PHONY : inifile/src/inifile.cpp.o
  213. inifile/src/inifile.i: inifile/src/inifile.cpp.i
  214. .PHONY : inifile/src/inifile.i
  215. # target to preprocess a source file
  216. inifile/src/inifile.cpp.i:
  217. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/inifile/src/inifile.cpp.i
  218. .PHONY : inifile/src/inifile.cpp.i
  219. inifile/src/inifile.s: inifile/src/inifile.cpp.s
  220. .PHONY : inifile/src/inifile.s
  221. # target to generate assembly for a file
  222. inifile/src/inifile.cpp.s:
  223. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/inifile/src/inifile.cpp.s
  224. .PHONY : inifile/src/inifile.cpp.s
  225. md5/src/md5.o: md5/src/md5.cpp.o
  226. .PHONY : md5/src/md5.o
  227. # target to build an object file
  228. md5/src/md5.cpp.o:
  229. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/md5/src/md5.cpp.o
  230. .PHONY : md5/src/md5.cpp.o
  231. md5/src/md5.i: md5/src/md5.cpp.i
  232. .PHONY : md5/src/md5.i
  233. # target to preprocess a source file
  234. md5/src/md5.cpp.i:
  235. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/md5/src/md5.cpp.i
  236. .PHONY : md5/src/md5.cpp.i
  237. md5/src/md5.s: md5/src/md5.cpp.s
  238. .PHONY : md5/src/md5.s
  239. # target to generate assembly for a file
  240. md5/src/md5.cpp.s:
  241. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/md5/src/md5.cpp.s
  242. .PHONY : md5/src/md5.cpp.s
  243. userApp/src/user_app.o: userApp/src/user_app.cpp.o
  244. .PHONY : userApp/src/user_app.o
  245. # target to build an object file
  246. userApp/src/user_app.cpp.o:
  247. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/userApp/src/user_app.cpp.o
  248. .PHONY : userApp/src/user_app.cpp.o
  249. userApp/src/user_app.i: userApp/src/user_app.cpp.i
  250. .PHONY : userApp/src/user_app.i
  251. # target to preprocess a source file
  252. userApp/src/user_app.cpp.i:
  253. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/userApp/src/user_app.cpp.i
  254. .PHONY : userApp/src/user_app.cpp.i
  255. userApp/src/user_app.s: userApp/src/user_app.cpp.s
  256. .PHONY : userApp/src/user_app.s
  257. # target to generate assembly for a file
  258. userApp/src/user_app.cpp.s:
  259. cd /home/nvidia/work/MIVA/build && $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/userApp/src/user_app.cpp.s
  260. .PHONY : userApp/src/user_app.cpp.s
  261. # Help Target
  262. help:
  263. @echo "The following are some of the valid targets for this Makefile:"
  264. @echo "... all (the default if no target is provided)"
  265. @echo "... clean"
  266. @echo "... depend"
  267. @echo "... edit_cache"
  268. @echo "... install"
  269. @echo "... install/local"
  270. @echo "... install/strip"
  271. @echo "... list_install_components"
  272. @echo "... rebuild_cache"
  273. @echo "... modules"
  274. @echo "... HttpClient/src/HttpClient.o"
  275. @echo "... HttpClient/src/HttpClient.i"
  276. @echo "... HttpClient/src/HttpClient.s"
  277. @echo "... TCPClient/src/TCPClient.o"
  278. @echo "... TCPClient/src/TCPClient.i"
  279. @echo "... TCPClient/src/TCPClient.s"
  280. @echo "... decoder/src/FFMpegDecoder.o"
  281. @echo "... decoder/src/FFMpegDecoder.i"
  282. @echo "... decoder/src/FFMpegDecoder.s"
  283. @echo "... inference/src/inference.o"
  284. @echo "... inference/src/inference.i"
  285. @echo "... inference/src/inference.s"
  286. @echo "... inifile/src/inifile.o"
  287. @echo "... inifile/src/inifile.i"
  288. @echo "... inifile/src/inifile.s"
  289. @echo "... md5/src/md5.o"
  290. @echo "... md5/src/md5.i"
  291. @echo "... md5/src/md5.s"
  292. @echo "... userApp/src/user_app.o"
  293. @echo "... userApp/src/user_app.i"
  294. @echo "... userApp/src/user_app.s"
  295. .PHONY : help
  296. #=============================================================================
  297. # Special targets to cleanup operation of make.
  298. # Special rule to run CMake to check the build system integrity.
  299. # No rule that depends on this can have commands that come from listfiles
  300. # because they might be regenerated.
  301. cmake_check_build_system:
  302. cd /home/nvidia/work/MIVA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  303. .PHONY : cmake_check_build_system