| 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_cache
 
- edit_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_cache
 
- edit_cache/fast: edit_cache
 
- .PHONY : edit_cache/fast
 
- # Special rule for the target package_source
 
- package_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_source
 
- package_source/fast: package_source
 
- .PHONY : package_source/fast
 
- # Special rule for the target rebuild_cache
 
- rebuild_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_cache
 
- rebuild_cache/fast: rebuild_cache
 
- .PHONY : rebuild_cache/fast
 
- # Special rule for the target package
 
- package: 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 package
 
- package/fast: package
 
- .PHONY : package/fast
 
- # The main all target
 
- all: 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 target
 
- clean:
 
- 	$(MAKE) -f CMakeFiles/Makefile2 clean
 
- .PHONY : clean
 
- # The main clean target
 
- clean/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 depends
 
- depend:
 
- 	$(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/fast
 
- api.o: api.cpp.o
 
- .PHONY : api.o
 
- # target to build an object file
 
- api.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.o
 
- .PHONY : api.cpp.o
 
- api.i: api.cpp.i
 
- .PHONY : api.i
 
- # target to preprocess a source file
 
- api.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.i
 
- .PHONY : api.cpp.i
 
- api.s: api.cpp.s
 
- .PHONY : api.s
 
- # target to generate assembly for a file
 
- api.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/api.cpp.s
 
- .PHONY : api.cpp.s
 
- audio_frame_observer.o: audio_frame_observer.cpp.o
 
- .PHONY : audio_frame_observer.o
 
- # target to build an object file
 
- audio_frame_observer.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.o
 
- .PHONY : audio_frame_observer.cpp.o
 
- audio_frame_observer.i: audio_frame_observer.cpp.i
 
- .PHONY : audio_frame_observer.i
 
- # target to preprocess a source file
 
- audio_frame_observer.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.i
 
- .PHONY : audio_frame_observer.cpp.i
 
- audio_frame_observer.s: audio_frame_observer.cpp.s
 
- .PHONY : audio_frame_observer.s
 
- # target to generate assembly for a file
 
- audio_frame_observer.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/audio_frame_observer.cpp.s
 
- .PHONY : audio_frame_observer.cpp.s
 
- capture_op.o: capture_op.cpp.o
 
- .PHONY : capture_op.o
 
- # target to build an object file
 
- capture_op.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.o
 
- .PHONY : capture_op.cpp.o
 
- capture_op.i: capture_op.cpp.i
 
- .PHONY : capture_op.i
 
- # target to preprocess a source file
 
- capture_op.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.i
 
- .PHONY : capture_op.cpp.i
 
- capture_op.s: capture_op.cpp.s
 
- .PHONY : capture_op.s
 
- # target to generate assembly for a file
 
- capture_op.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/capture_op.cpp.s
 
- .PHONY : capture_op.cpp.s
 
- data_channel_observer.o: data_channel_observer.cpp.o
 
- .PHONY : data_channel_observer.o
 
- # target to build an object file
 
- data_channel_observer.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.o
 
- .PHONY : data_channel_observer.cpp.o
 
- data_channel_observer.i: data_channel_observer.cpp.i
 
- .PHONY : data_channel_observer.i
 
- # target to preprocess a source file
 
- data_channel_observer.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.i
 
- .PHONY : data_channel_observer.cpp.i
 
- data_channel_observer.s: data_channel_observer.cpp.s
 
- .PHONY : data_channel_observer.s
 
- # target to generate assembly for a file
 
- data_channel_observer.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/data_channel_observer.cpp.s
 
- .PHONY : data_channel_observer.cpp.s
 
- gsml_capturer.o: gsml_capturer.cpp.o
 
- .PHONY : gsml_capturer.o
 
- # target to build an object file
 
- gsml_capturer.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.o
 
- .PHONY : gsml_capturer.cpp.o
 
- gsml_capturer.i: gsml_capturer.cpp.i
 
- .PHONY : gsml_capturer.i
 
- # target to preprocess a source file
 
- gsml_capturer.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.i
 
- .PHONY : gsml_capturer.cpp.i
 
- gsml_capturer.s: gsml_capturer.cpp.s
 
- .PHONY : gsml_capturer.s
 
- # target to generate assembly for a file
 
- gsml_capturer.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/gsml_capturer.cpp.s
 
- .PHONY : gsml_capturer.cpp.s
 
- pch.o: pch.cpp.o
 
- .PHONY : pch.o
 
- # target to build an object file
 
- pch.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.o
 
- .PHONY : pch.cpp.o
 
- pch.i: pch.cpp.i
 
- .PHONY : pch.i
 
- # target to preprocess a source file
 
- pch.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.i
 
- .PHONY : pch.cpp.i
 
- pch.s: pch.cpp.s
 
- .PHONY : pch.s
 
- # target to generate assembly for a file
 
- pch.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/pch.cpp.s
 
- .PHONY : pch.cpp.s
 
- peer_connection.o: peer_connection.cpp.o
 
- .PHONY : peer_connection.o
 
- # target to build an object file
 
- peer_connection.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.o
 
- .PHONY : peer_connection.cpp.o
 
- peer_connection.i: peer_connection.cpp.i
 
- .PHONY : peer_connection.i
 
- # target to preprocess a source file
 
- peer_connection.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.i
 
- .PHONY : peer_connection.cpp.i
 
- peer_connection.s: peer_connection.cpp.s
 
- .PHONY : peer_connection.s
 
- # target to generate assembly for a file
 
- peer_connection.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/peer_connection.cpp.s
 
- .PHONY : peer_connection.cpp.s
 
- sanitize_string.o: sanitize_string.cpp.o
 
- .PHONY : sanitize_string.o
 
- # target to build an object file
 
- sanitize_string.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.o
 
- .PHONY : sanitize_string.cpp.o
 
- sanitize_string.i: sanitize_string.cpp.i
 
- .PHONY : sanitize_string.i
 
- # target to preprocess a source file
 
- sanitize_string.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.i
 
- .PHONY : sanitize_string.cpp.i
 
- sanitize_string.s: sanitize_string.cpp.s
 
- .PHONY : sanitize_string.s
 
- # target to generate assembly for a file
 
- sanitize_string.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sanitize_string.cpp.s
 
- .PHONY : sanitize_string.cpp.s
 
- sdp_utils.o: sdp_utils.cpp.o
 
- .PHONY : sdp_utils.o
 
- # target to build an object file
 
- sdp_utils.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.o
 
- .PHONY : sdp_utils.cpp.o
 
- sdp_utils.i: sdp_utils.cpp.i
 
- .PHONY : sdp_utils.i
 
- # target to preprocess a source file
 
- sdp_utils.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.i
 
- .PHONY : sdp_utils.cpp.i
 
- sdp_utils.s: sdp_utils.cpp.s
 
- .PHONY : sdp_utils.s
 
- # target to generate assembly for a file
 
- sdp_utils.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/sdp_utils.cpp.s
 
- .PHONY : sdp_utils.cpp.s
 
- video_frame_observer.o: video_frame_observer.cpp.o
 
- .PHONY : video_frame_observer.o
 
- # target to build an object file
 
- video_frame_observer.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.o
 
- .PHONY : video_frame_observer.cpp.o
 
- video_frame_observer.i: video_frame_observer.cpp.i
 
- .PHONY : video_frame_observer.i
 
- # target to preprocess a source file
 
- video_frame_observer.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.i
 
- .PHONY : video_frame_observer.cpp.i
 
- video_frame_observer.s: video_frame_observer.cpp.s
 
- .PHONY : video_frame_observer.s
 
- # target to generate assembly for a file
 
- video_frame_observer.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/video_frame_observer.cpp.s
 
- .PHONY : video_frame_observer.cpp.s
 
- webrtcinterop.o: webrtcinterop.cpp.o
 
- .PHONY : webrtcinterop.o
 
- # target to build an object file
 
- webrtcinterop.cpp.o:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.o
 
- .PHONY : webrtcinterop.cpp.o
 
- webrtcinterop.i: webrtcinterop.cpp.i
 
- .PHONY : webrtcinterop.i
 
- # target to preprocess a source file
 
- webrtcinterop.cpp.i:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.i
 
- .PHONY : webrtcinterop.cpp.i
 
- webrtcinterop.s: webrtcinterop.cpp.s
 
- .PHONY : webrtcinterop.s
 
- # target to generate assembly for a file
 
- webrtcinterop.cpp.s:
 
- 	$(MAKE) -f CMakeFiles/webrtcinterop.dir/build.make CMakeFiles/webrtcinterop.dir/webrtcinterop.cpp.s
 
- .PHONY : webrtcinterop.cpp.s
 
- # Help Target
 
- help:
 
- 	@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
 
 
  |