Makefile 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.21
  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/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/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 = /media/user/0A4AE5134AE4FC77/ubuntu文件/20240320ZGJ-CANUDP_函数解析_sim/EgoZJ/webrtcinterop
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /media/user/0A4AE5134AE4FC77/ubuntu文件/20240320ZGJ-CANUDP_函数解析_sim/EgoZJ/webrtcinterop/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/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/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 package_source
  63. package_source:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  65. /usr/bin/cpack --config ./CPackSourceConfig.cmake /media/user/0A4AE5134AE4FC77/ubuntu文件/20240320ZGJ-CANUDP_函数解析_sim/EgoZJ/webrtcinterop/build/CPackSourceConfig.cmake
  66. .PHONY : package_source
  67. # Special rule for the target package_source
  68. package_source/fast: package_source
  69. .PHONY : package_source/fast
  70. # Special rule for the target package
  71. package: preinstall
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  73. /usr/bin/cpack --config ./CPackConfig.cmake
  74. .PHONY : package
  75. # Special rule for the target package
  76. package/fast: package
  77. .PHONY : package/fast
  78. # The main all target
  79. all: cmake_check_build_system
  80. $(CMAKE_COMMAND) -E cmake_progress_start /media/user/0A4AE5134AE4FC77/ubuntu文件/20240320ZGJ-CANUDP_函数解析_sim/EgoZJ/webrtcinterop/build/CMakeFiles /media/user/0A4AE5134AE4FC77/ubuntu文件/20240320ZGJ-CANUDP_函数解析_sim/EgoZJ/webrtcinterop/build//CMakeFiles/progress.marks
  81. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  82. $(CMAKE_COMMAND) -E cmake_progress_start /media/user/0A4AE5134AE4FC77/ubuntu文件/20240320ZGJ-CANUDP_函数解析_sim/EgoZJ/webrtcinterop/build/CMakeFiles 0
  83. .PHONY : all
  84. # The main clean target
  85. clean:
  86. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  87. .PHONY : clean
  88. # The main clean target
  89. clean/fast: clean
  90. .PHONY : clean/fast
  91. # Prepare targets for installation.
  92. preinstall: all
  93. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  94. .PHONY : preinstall
  95. # Prepare targets for installation.
  96. preinstall/fast:
  97. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  98. .PHONY : preinstall/fast
  99. # clear depends
  100. depend:
  101. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  102. .PHONY : depend
  103. #=============================================================================
  104. # Target rules for targets named webrtcinterop
  105. # Build rule for target.
  106. webrtcinterop: cmake_check_build_system
  107. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 webrtcinterop
  108. .PHONY : webrtcinterop
  109. # fast build rule for target.
  110. webrtcinterop/fast:
  111. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/build
  112. .PHONY : webrtcinterop/fast
  113. api.o: api.cpp.o
  114. .PHONY : api.o
  115. # target to build an object file
  116. api.cpp.o:
  117. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.o
  118. .PHONY : api.cpp.o
  119. api.i: api.cpp.i
  120. .PHONY : api.i
  121. # target to preprocess a source file
  122. api.cpp.i:
  123. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.i
  124. .PHONY : api.cpp.i
  125. api.s: api.cpp.s
  126. .PHONY : api.s
  127. # target to generate assembly for a file
  128. api.cpp.s:
  129. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.s
  130. .PHONY : api.cpp.s
  131. audio_frame_observer.o: audio_frame_observer.cpp.o
  132. .PHONY : audio_frame_observer.o
  133. # target to build an object file
  134. audio_frame_observer.cpp.o:
  135. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.o
  136. .PHONY : audio_frame_observer.cpp.o
  137. audio_frame_observer.i: audio_frame_observer.cpp.i
  138. .PHONY : audio_frame_observer.i
  139. # target to preprocess a source file
  140. audio_frame_observer.cpp.i:
  141. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.i
  142. .PHONY : audio_frame_observer.cpp.i
  143. audio_frame_observer.s: audio_frame_observer.cpp.s
  144. .PHONY : audio_frame_observer.s
  145. # target to generate assembly for a file
  146. audio_frame_observer.cpp.s:
  147. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.s
  148. .PHONY : audio_frame_observer.cpp.s
  149. capture_op.o: capture_op.cpp.o
  150. .PHONY : capture_op.o
  151. # target to build an object file
  152. capture_op.cpp.o:
  153. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.o
  154. .PHONY : capture_op.cpp.o
  155. capture_op.i: capture_op.cpp.i
  156. .PHONY : capture_op.i
  157. # target to preprocess a source file
  158. capture_op.cpp.i:
  159. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.i
  160. .PHONY : capture_op.cpp.i
  161. capture_op.s: capture_op.cpp.s
  162. .PHONY : capture_op.s
  163. # target to generate assembly for a file
  164. capture_op.cpp.s:
  165. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.s
  166. .PHONY : capture_op.cpp.s
  167. data_channel_observer.o: data_channel_observer.cpp.o
  168. .PHONY : data_channel_observer.o
  169. # target to build an object file
  170. data_channel_observer.cpp.o:
  171. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.o
  172. .PHONY : data_channel_observer.cpp.o
  173. data_channel_observer.i: data_channel_observer.cpp.i
  174. .PHONY : data_channel_observer.i
  175. # target to preprocess a source file
  176. data_channel_observer.cpp.i:
  177. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.i
  178. .PHONY : data_channel_observer.cpp.i
  179. data_channel_observer.s: data_channel_observer.cpp.s
  180. .PHONY : data_channel_observer.s
  181. # target to generate assembly for a file
  182. data_channel_observer.cpp.s:
  183. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.s
  184. .PHONY : data_channel_observer.cpp.s
  185. gsml_capturer.o: gsml_capturer.cpp.o
  186. .PHONY : gsml_capturer.o
  187. # target to build an object file
  188. gsml_capturer.cpp.o:
  189. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.o
  190. .PHONY : gsml_capturer.cpp.o
  191. gsml_capturer.i: gsml_capturer.cpp.i
  192. .PHONY : gsml_capturer.i
  193. # target to preprocess a source file
  194. gsml_capturer.cpp.i:
  195. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.i
  196. .PHONY : gsml_capturer.cpp.i
  197. gsml_capturer.s: gsml_capturer.cpp.s
  198. .PHONY : gsml_capturer.s
  199. # target to generate assembly for a file
  200. gsml_capturer.cpp.s:
  201. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.s
  202. .PHONY : gsml_capturer.cpp.s
  203. pch.o: pch.cpp.o
  204. .PHONY : pch.o
  205. # target to build an object file
  206. pch.cpp.o:
  207. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.o
  208. .PHONY : pch.cpp.o
  209. pch.i: pch.cpp.i
  210. .PHONY : pch.i
  211. # target to preprocess a source file
  212. pch.cpp.i:
  213. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.i
  214. .PHONY : pch.cpp.i
  215. pch.s: pch.cpp.s
  216. .PHONY : pch.s
  217. # target to generate assembly for a file
  218. pch.cpp.s:
  219. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.s
  220. .PHONY : pch.cpp.s
  221. peer_connection.o: peer_connection.cpp.o
  222. .PHONY : peer_connection.o
  223. # target to build an object file
  224. peer_connection.cpp.o:
  225. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.o
  226. .PHONY : peer_connection.cpp.o
  227. peer_connection.i: peer_connection.cpp.i
  228. .PHONY : peer_connection.i
  229. # target to preprocess a source file
  230. peer_connection.cpp.i:
  231. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.i
  232. .PHONY : peer_connection.cpp.i
  233. peer_connection.s: peer_connection.cpp.s
  234. .PHONY : peer_connection.s
  235. # target to generate assembly for a file
  236. peer_connection.cpp.s:
  237. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.s
  238. .PHONY : peer_connection.cpp.s
  239. sanitize_string.o: sanitize_string.cpp.o
  240. .PHONY : sanitize_string.o
  241. # target to build an object file
  242. sanitize_string.cpp.o:
  243. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.o
  244. .PHONY : sanitize_string.cpp.o
  245. sanitize_string.i: sanitize_string.cpp.i
  246. .PHONY : sanitize_string.i
  247. # target to preprocess a source file
  248. sanitize_string.cpp.i:
  249. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.i
  250. .PHONY : sanitize_string.cpp.i
  251. sanitize_string.s: sanitize_string.cpp.s
  252. .PHONY : sanitize_string.s
  253. # target to generate assembly for a file
  254. sanitize_string.cpp.s:
  255. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.s
  256. .PHONY : sanitize_string.cpp.s
  257. sdp_utils.o: sdp_utils.cpp.o
  258. .PHONY : sdp_utils.o
  259. # target to build an object file
  260. sdp_utils.cpp.o:
  261. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.o
  262. .PHONY : sdp_utils.cpp.o
  263. sdp_utils.i: sdp_utils.cpp.i
  264. .PHONY : sdp_utils.i
  265. # target to preprocess a source file
  266. sdp_utils.cpp.i:
  267. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.i
  268. .PHONY : sdp_utils.cpp.i
  269. sdp_utils.s: sdp_utils.cpp.s
  270. .PHONY : sdp_utils.s
  271. # target to generate assembly for a file
  272. sdp_utils.cpp.s:
  273. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.s
  274. .PHONY : sdp_utils.cpp.s
  275. video_frame_observer.o: video_frame_observer.cpp.o
  276. .PHONY : video_frame_observer.o
  277. # target to build an object file
  278. video_frame_observer.cpp.o:
  279. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.o
  280. .PHONY : video_frame_observer.cpp.o
  281. video_frame_observer.i: video_frame_observer.cpp.i
  282. .PHONY : video_frame_observer.i
  283. # target to preprocess a source file
  284. video_frame_observer.cpp.i:
  285. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.i
  286. .PHONY : video_frame_observer.cpp.i
  287. video_frame_observer.s: video_frame_observer.cpp.s
  288. .PHONY : video_frame_observer.s
  289. # target to generate assembly for a file
  290. video_frame_observer.cpp.s:
  291. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.s
  292. .PHONY : video_frame_observer.cpp.s
  293. webrtcinterop.o: webrtcinterop.cpp.o
  294. .PHONY : webrtcinterop.o
  295. # target to build an object file
  296. webrtcinterop.cpp.o:
  297. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.o
  298. .PHONY : webrtcinterop.cpp.o
  299. webrtcinterop.i: webrtcinterop.cpp.i
  300. .PHONY : webrtcinterop.i
  301. # target to preprocess a source file
  302. webrtcinterop.cpp.i:
  303. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.i
  304. .PHONY : webrtcinterop.cpp.i
  305. webrtcinterop.s: webrtcinterop.cpp.s
  306. .PHONY : webrtcinterop.s
  307. # target to generate assembly for a file
  308. webrtcinterop.cpp.s:
  309. $(MAKE) $(MAKESILENT) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.s
  310. .PHONY : webrtcinterop.cpp.s
  311. # Help Target
  312. help:
  313. @echo "The following are some of the valid targets for this Makefile:"
  314. @echo "... all (the default if no target is provided)"
  315. @echo "... clean"
  316. @echo "... depend"
  317. @echo "... edit_cache"
  318. @echo "... package"
  319. @echo "... package_source"
  320. @echo "... rebuild_cache"
  321. @echo "... webrtcinterop"
  322. @echo "... api.o"
  323. @echo "... api.i"
  324. @echo "... api.s"
  325. @echo "... audio_frame_observer.o"
  326. @echo "... audio_frame_observer.i"
  327. @echo "... audio_frame_observer.s"
  328. @echo "... capture_op.o"
  329. @echo "... capture_op.i"
  330. @echo "... capture_op.s"
  331. @echo "... data_channel_observer.o"
  332. @echo "... data_channel_observer.i"
  333. @echo "... data_channel_observer.s"
  334. @echo "... gsml_capturer.o"
  335. @echo "... gsml_capturer.i"
  336. @echo "... gsml_capturer.s"
  337. @echo "... pch.o"
  338. @echo "... pch.i"
  339. @echo "... pch.s"
  340. @echo "... peer_connection.o"
  341. @echo "... peer_connection.i"
  342. @echo "... peer_connection.s"
  343. @echo "... sanitize_string.o"
  344. @echo "... sanitize_string.i"
  345. @echo "... sanitize_string.s"
  346. @echo "... sdp_utils.o"
  347. @echo "... sdp_utils.i"
  348. @echo "... sdp_utils.s"
  349. @echo "... video_frame_observer.o"
  350. @echo "... video_frame_observer.i"
  351. @echo "... video_frame_observer.s"
  352. @echo "... webrtcinterop.o"
  353. @echo "... webrtcinterop.i"
  354. @echo "... webrtcinterop.s"
  355. .PHONY : help
  356. #=============================================================================
  357. # Special targets to cleanup operation of make.
  358. # Special rule to run CMake to check the build system integrity.
  359. # No rule that depends on this can have commands that come from listfiles
  360. # because they might be regenerated.
  361. cmake_check_build_system:
  362. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  363. .PHONY : cmake_check_build_system