123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.22
- # 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:
- # Disable VCS-based implicit rules.
- % : %,v
- # Disable VCS-based implicit rules.
- % : RCS/%
- # Disable VCS-based implicit rules.
- % : RCS/%,v
- # Disable VCS-based implicit rules.
- % : SCCS/s.%
- # Disable VCS-based implicit rules.
- % : s.%
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Command-line flag to silence nested $(MAKE).
- $(VERBOSE)MAKESILENT = -s
- #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//bin/
- # The
- RM /usr//bin/
- # Escaping
- EQUALS
- # The
- CMAKE_SOURCE_DIR /home//work/
- # The
- CMAKE_BINARY_DIR /home//work//build
- #=============================================================================
- # Directory level rules for the build root directory
- # The main recursive target.
- all: CMakeFiles//all
- all: modules/
- .PHONY
- # The
- preinstall: modules/preinstall
- .PHONY : preinstall
- # The main recursive target.
- clean: CMakeFiles/main.dir/clean
- clean: modules/clean
- .PHONY
- #=============================================================================
- # Directory
- # Recursive
- modules/all: modules/CMakeFiles/modules.dir/all
- .PHONY /all
- # Recursive directory target.
- modules/
- .PHONY /preinstall
- # Recursive directory target.
- modules//CMakeFiles//clean
- .PHONY : modules/
- #=============================================================================
- # Target /main.dir
- # All Build rule for target.
- CMakeFiles//all: modules//modules.dir/
- $(MAKE) $(MAKESILENT) -f /main.dir//main.dir/
- $(MAKE) $(MAKESILENT) -f /main.dir//main.dir/
- @$(CMAKE_COMMAND) -E /home//work//build/
- .PHONY /main.dir/
- # Build
- CMakeFiles/main.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E /home//work//build/
- $(MAKE) $(MAKESILENT) -f /Makefile2 CMakeFiles//all
- $(CMAKE_COMMAND) -E cmake_progress_start //nvidia//MIVA//CMakeFiles 0
- .PHONY : CMakeFiles//rule
- # Convenience name for target.
- main: CMakeFiles//rule
- .PHONY : main
- # clean rule for target.
- CMakeFiles//clean:
- $(MAKE) $(MAKESILENT) -f CMakeFiles//build.make CMakeFiles//clean
- .PHONY : CMakeFiles//clean
- #=============================================================================
- # Target rules for target modules//modules.dir
- # All Build rule for target.
- modules//modules.dir/
- $(MAKE) $(MAKESILENT) -f /CMakeFiles//build.make modules//modules.dir/
- $(MAKE) $(MAKESILENT) -f /CMakeFiles//build.make modules//modules.dir/
- @$(CMAKE_COMMAND) -E /home//work//build/
- .PHONY /CMakeFiles//all
- # Build rule for subdir invocation for target.
- modules//modules.dir/
- $(CMAKE_COMMAND) -E /home//work//build/
- $(MAKE) $(MAKESILENT) -f /Makefile2 modules//modules.dir/
- $(CMAKE_COMMAND) -E /home//work//build/
- .PHONY /CMakeFiles//rule
- # Convenience name for target.
- modules: modules//modules.dir/
- .PHONY
- # clean
- modules/CMakeFiles/modules.dir/clean:
- $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make /CMakeFiles//clean
- .PHONY : modules//modules.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
|