| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502 | # CMAKE generated file: DO NOT EDIT!# Generated by "Unix Makefiles" Generator, CMake Version 3.16# Default target executed when no arguments are given to make.default_target: all.PHONY : default_target# Allow only one "make -f Makefile2" at a time, but pass parallelism..NOTPARALLEL:#=============================================================================# Special targets provided by cmake.# Disable implicit rules so canonical targets will work..SUFFIXES:# Remove some rules from gmake that .SUFFIXES does not remove.SUFFIXES =.SUFFIXES: .hpux_make_needs_suffix_list# Suppress display of executed commands.$(VERBOSE).SILENT:# A target that is always out of date.cmake_force:.PHONY : cmake_force#=============================================================================# Set environment variables for the build.# The shell in which to execute make rules.SHELL = /bin/sh# The CMake executable.CMAKE_COMMAND = /usr/bin/cmake# The command to remove a file.RM = /usr/bin/cmake -E remove -f# Escaping for special characters.EQUALS = =# The top-level source directory on which CMake was run.CMAKE_SOURCE_DIR = /home/nvidia/20231220ZBC-PORT/EgoZJ/webrtcinterop# The top-level build directory on which CMake was run.CMAKE_BINARY_DIR = /home/nvidia/20231220ZBC-PORT/EgoZJ/webrtcinterop/build#=============================================================================# Targets provided globally by CMake.# Special rule for the target edit_cacheedit_cache:	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR).PHONY : edit_cache# Special rule for the target edit_cacheedit_cache/fast: edit_cache.PHONY : edit_cache/fast# Special rule for the target package_sourcepackage_source:	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/nvidia/20231220ZBC-PORT/EgoZJ/webrtcinterop/build/CPackSourceConfig.cmake.PHONY : package_source# Special rule for the target package_sourcepackage_source/fast: package_source.PHONY : package_source/fast# Special rule for the target rebuild_cacherebuild_cache:	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."	/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR).PHONY : rebuild_cache# Special rule for the target rebuild_cacherebuild_cache/fast: rebuild_cache.PHONY : rebuild_cache/fast# Special rule for the target packagepackage: preinstall	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."	/usr/bin/cpack --config ./CPackConfig.cmake.PHONY : package# Special rule for the target packagepackage/fast: package.PHONY : package/fast# The main all targetall: cmake_check_build_system	$(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/20231220ZBC-PORT/EgoZJ/webrtcinterop/build/CMakeFiles /home/nvidia/20231220ZBC-PORT/EgoZJ/webrtcinterop/build/CMakeFiles/progress.marks	$(MAKE) -f CMakeFiles/Makefile2 all	$(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/20231220ZBC-PORT/EgoZJ/webrtcinterop/build/CMakeFiles 0.PHONY : all# The main clean targetclean:	$(MAKE) -f CMakeFiles/Makefile2 clean.PHONY : clean# The main clean targetclean/fast: clean.PHONY : clean/fast# Prepare targets for installation.preinstall: all	$(MAKE) -f CMakeFiles/Makefile2 preinstall.PHONY : preinstall# Prepare targets for installation.preinstall/fast:	$(MAKE) -f CMakeFiles/Makefile2 preinstall.PHONY : preinstall/fast# clear dependsdepend:	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1.PHONY : depend#=============================================================================# Target rules for targets named webrtcinterop# Build rule for target.webrtcinterop: cmake_check_build_system	$(MAKE) -f CMakeFiles/Makefile2 webrtcinterop.PHONY : webrtcinterop# fast build rule for target.webrtcinterop/fast:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/build.PHONY : webrtcinterop/fastapi.o: api.cpp.o.PHONY : api.o# target to build an object fileapi.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.o.PHONY : api.cpp.oapi.i: api.cpp.i.PHONY : api.i# target to preprocess a source fileapi.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.i.PHONY : api.cpp.iapi.s: api.cpp.s.PHONY : api.s# target to generate assembly for a fileapi.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.s.PHONY : api.cpp.saudio_frame_observer.o: audio_frame_observer.cpp.o.PHONY : audio_frame_observer.o# target to build an object fileaudio_frame_observer.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.o.PHONY : audio_frame_observer.cpp.oaudio_frame_observer.i: audio_frame_observer.cpp.i.PHONY : audio_frame_observer.i# target to preprocess a source fileaudio_frame_observer.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.i.PHONY : audio_frame_observer.cpp.iaudio_frame_observer.s: audio_frame_observer.cpp.s.PHONY : audio_frame_observer.s# target to generate assembly for a fileaudio_frame_observer.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.s.PHONY : audio_frame_observer.cpp.scapture_op.o: capture_op.cpp.o.PHONY : capture_op.o# target to build an object filecapture_op.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.o.PHONY : capture_op.cpp.ocapture_op.i: capture_op.cpp.i.PHONY : capture_op.i# target to preprocess a source filecapture_op.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.i.PHONY : capture_op.cpp.icapture_op.s: capture_op.cpp.s.PHONY : capture_op.s# target to generate assembly for a filecapture_op.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.s.PHONY : capture_op.cpp.sdata_channel_observer.o: data_channel_observer.cpp.o.PHONY : data_channel_observer.o# target to build an object filedata_channel_observer.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.o.PHONY : data_channel_observer.cpp.odata_channel_observer.i: data_channel_observer.cpp.i.PHONY : data_channel_observer.i# target to preprocess a source filedata_channel_observer.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.i.PHONY : data_channel_observer.cpp.idata_channel_observer.s: data_channel_observer.cpp.s.PHONY : data_channel_observer.s# target to generate assembly for a filedata_channel_observer.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.s.PHONY : data_channel_observer.cpp.sgsml_capturer.o: gsml_capturer.cpp.o.PHONY : gsml_capturer.o# target to build an object filegsml_capturer.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.o.PHONY : gsml_capturer.cpp.ogsml_capturer.i: gsml_capturer.cpp.i.PHONY : gsml_capturer.i# target to preprocess a source filegsml_capturer.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.i.PHONY : gsml_capturer.cpp.igsml_capturer.s: gsml_capturer.cpp.s.PHONY : gsml_capturer.s# target to generate assembly for a filegsml_capturer.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.s.PHONY : gsml_capturer.cpp.spch.o: pch.cpp.o.PHONY : pch.o# target to build an object filepch.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.o.PHONY : pch.cpp.opch.i: pch.cpp.i.PHONY : pch.i# target to preprocess a source filepch.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.i.PHONY : pch.cpp.ipch.s: pch.cpp.s.PHONY : pch.s# target to generate assembly for a filepch.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.s.PHONY : pch.cpp.speer_connection.o: peer_connection.cpp.o.PHONY : peer_connection.o# target to build an object filepeer_connection.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.o.PHONY : peer_connection.cpp.opeer_connection.i: peer_connection.cpp.i.PHONY : peer_connection.i# target to preprocess a source filepeer_connection.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.i.PHONY : peer_connection.cpp.ipeer_connection.s: peer_connection.cpp.s.PHONY : peer_connection.s# target to generate assembly for a filepeer_connection.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.s.PHONY : peer_connection.cpp.ssanitize_string.o: sanitize_string.cpp.o.PHONY : sanitize_string.o# target to build an object filesanitize_string.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.o.PHONY : sanitize_string.cpp.osanitize_string.i: sanitize_string.cpp.i.PHONY : sanitize_string.i# target to preprocess a source filesanitize_string.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.i.PHONY : sanitize_string.cpp.isanitize_string.s: sanitize_string.cpp.s.PHONY : sanitize_string.s# target to generate assembly for a filesanitize_string.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.s.PHONY : sanitize_string.cpp.ssdp_utils.o: sdp_utils.cpp.o.PHONY : sdp_utils.o# target to build an object filesdp_utils.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.o.PHONY : sdp_utils.cpp.osdp_utils.i: sdp_utils.cpp.i.PHONY : sdp_utils.i# target to preprocess a source filesdp_utils.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.i.PHONY : sdp_utils.cpp.isdp_utils.s: sdp_utils.cpp.s.PHONY : sdp_utils.s# target to generate assembly for a filesdp_utils.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.s.PHONY : sdp_utils.cpp.svideo_frame_observer.o: video_frame_observer.cpp.o.PHONY : video_frame_observer.o# target to build an object filevideo_frame_observer.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.o.PHONY : video_frame_observer.cpp.ovideo_frame_observer.i: video_frame_observer.cpp.i.PHONY : video_frame_observer.i# target to preprocess a source filevideo_frame_observer.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.i.PHONY : video_frame_observer.cpp.ivideo_frame_observer.s: video_frame_observer.cpp.s.PHONY : video_frame_observer.s# target to generate assembly for a filevideo_frame_observer.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.s.PHONY : video_frame_observer.cpp.swebrtcinterop.o: webrtcinterop.cpp.o.PHONY : webrtcinterop.o# target to build an object filewebrtcinterop.cpp.o:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.o.PHONY : webrtcinterop.cpp.owebrtcinterop.i: webrtcinterop.cpp.i.PHONY : webrtcinterop.i# target to preprocess a source filewebrtcinterop.cpp.i:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.i.PHONY : webrtcinterop.cpp.iwebrtcinterop.s: webrtcinterop.cpp.s.PHONY : webrtcinterop.s# target to generate assembly for a filewebrtcinterop.cpp.s:	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.s.PHONY : webrtcinterop.cpp.s# Help Targethelp:	@echo "The following are some of the valid targets for this Makefile:"	@echo "... all (the default if no target is provided)"	@echo "... clean"	@echo "... depend"	@echo "... edit_cache"	@echo "... package_source"	@echo "... rebuild_cache"	@echo "... package"	@echo "... webrtcinterop"	@echo "... api.o"	@echo "... api.i"	@echo "... api.s"	@echo "... audio_frame_observer.o"	@echo "... audio_frame_observer.i"	@echo "... audio_frame_observer.s"	@echo "... capture_op.o"	@echo "... capture_op.i"	@echo "... capture_op.s"	@echo "... data_channel_observer.o"	@echo "... data_channel_observer.i"	@echo "... data_channel_observer.s"	@echo "... gsml_capturer.o"	@echo "... gsml_capturer.i"	@echo "... gsml_capturer.s"	@echo "... pch.o"	@echo "... pch.i"	@echo "... pch.s"	@echo "... peer_connection.o"	@echo "... peer_connection.i"	@echo "... peer_connection.s"	@echo "... sanitize_string.o"	@echo "... sanitize_string.i"	@echo "... sanitize_string.s"	@echo "... sdp_utils.o"	@echo "... sdp_utils.i"	@echo "... sdp_utils.s"	@echo "... video_frame_observer.o"	@echo "... video_frame_observer.i"	@echo "... video_frame_observer.s"	@echo "... webrtcinterop.o"	@echo "... webrtcinterop.i"	@echo "... webrtcinterop.s".PHONY : help#=============================================================================# Special targets to cleanup operation of make.# Special rule to run CMake to check the build system integrity.# No rule that depends on this can have commands that come from listfiles# because they might be regenerated.cmake_check_build_system:	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0.PHONY : cmake_check_build_system
 |