123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- # 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
- #=============================================================================
- # 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
- # The
- SHELL /bin/
- # The
- CMAKE_COMMAND /usr//cmake
- # The command to remove a file.
- RM = //bin/
- # Escaping
- EQUALS
- # The
- CMAKE_SOURCE_DIR /home//20240320ZGJ-CANUDP//webrtcinterop
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = //nvidia//EgoZJ//build
- #=============================================================================
- # Directory level rules for the build root directory
- # The main recursive target.
- all: CMakeFiles//all
- .PHONY : all
- # The main recursive target.
- preinstall:
- .PHONY : preinstall
- # The main recursive target.
- clean: CMakeFiles//clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target CMakeFiles/
- # All
- CMakeFiles/webrtcinterop.dir/all:
- $(MAKE) -f /webrtcinterop.dir//webrtcinterop.dir/
- $(MAKE) -f /webrtcinterop.dir//webrtcinterop.dir/
- @$(CMAKE_COMMAND) -E /home//20240320ZGJ-CANUDP//webrtcinterop//CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12
- .PHONY : CMakeFiles//all
- # Build rule for subdir invocation for target.
- CMakeFiles//rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start //nvidia//EgoZJ//build/
- $(MAKE) -f /Makefile2 CMakeFiles//all
- $(CMAKE_COMMAND) -E cmake_progress_start //nvidia//EgoZJ//build/
- .PHONY /webrtcinterop.dir/
- # Convenience
- webrtcinterop: CMakeFiles/webrtcinterop.dir/rule
- .PHONY
- # clean
- CMakeFiles/webrtcinterop.dir/clean:
- $(MAKE) -f /webrtcinterop.dir//webrtcinterop.dir/
- .PHONY /webrtcinterop.dir/
- #=============================================================================
- # Special
- # Special
- # No
- # because
- cmake_check_build_system:
- $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system /Makefile.cmake 0
- .PHONY : cmake_check_build_system
|