Makefile2 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.22
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Disable VCS-based implicit rules.
  11. % : %,v
  12. # Disable VCS-based implicit rules.
  13. % : RCS/%
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%,v
  16. # Disable VCS-based implicit rules.
  17. % : SCCS/s.%
  18. # Disable VCS-based implicit rules.
  19. % : s.%
  20. .SUFFIXES: .hpux_make_needs_suffix_list
  21. # Command-line flag to silence nested $(MAKE).
  22. $(VERBOSE)MAKESILENT = -s
  23. #Suppress display of executed commands.
  24. $(VERBOSE).SILENT:
  25. # A target that is always out of date.
  26. cmake_force:
  27. .PHONY : cmake_force
  28. #=============================================================================
  29. # Set environment variables for the build.
  30. # The shell in which to execute make rules.
  31. SHELL = /bin/sh
  32. # The CMake executable.
  33. CMAKE_COMMAND = /usr/local/bin/cmake
  34. # The command to remove a file.
  35. RM = /usr/local/bin/cmake -E rm -f
  36. # Escaping for special characters.
  37. EQUALS = =
  38. # The top-level source directory on which CMake was run.
  39. CMAKE_SOURCE_DIR = /home/nvidia/work/MIVA
  40. # The top-level build directory on which CMake was run.
  41. CMAKE_BINARY_DIR = /home/nvidia/work/MIVA/build
  42. #=============================================================================
  43. # Directory level rules for the build root directory
  44. # The main recursive "all" target.
  45. all: CMakeFiles/main.dir/all
  46. all: modules/all
  47. .PHONY : all
  48. # The main recursive "preinstall" target.
  49. preinstall: modules/preinstall
  50. .PHONY : preinstall
  51. # The main recursive "clean" target.
  52. clean: CMakeFiles/main.dir/clean
  53. clean: modules/clean
  54. .PHONY : clean
  55. #=============================================================================
  56. # Directory level rules for directory modules
  57. # Recursive "all" directory target.
  58. modules/all: modules/CMakeFiles/modules.dir/all
  59. .PHONY : modules/all
  60. # Recursive "preinstall" directory target.
  61. modules/preinstall:
  62. .PHONY : modules/preinstall
  63. # Recursive "clean" directory target.
  64. modules/clean: modules/CMakeFiles/modules.dir/clean
  65. .PHONY : modules/clean
  66. #=============================================================================
  67. # Target rules for target CMakeFiles/main.dir
  68. # All Build rule for target.
  69. CMakeFiles/main.dir/all: modules/CMakeFiles/modules.dir/all
  70. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend
  71. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/nvidia/work/MIVA/build/CMakeFiles --progress-num=1,2 "Built target main"
  73. .PHONY : CMakeFiles/main.dir/all
  74. # Build rule for subdir invocation for target.
  75. CMakeFiles/main.dir/rule: cmake_check_build_system
  76. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles 10
  77. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all
  78. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles 0
  79. .PHONY : CMakeFiles/main.dir/rule
  80. # Convenience name for target.
  81. main: CMakeFiles/main.dir/rule
  82. .PHONY : main
  83. # clean rule for target.
  84. CMakeFiles/main.dir/clean:
  85. $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/clean
  86. .PHONY : CMakeFiles/main.dir/clean
  87. #=============================================================================
  88. # Target rules for target modules/CMakeFiles/modules.dir
  89. # All Build rule for target.
  90. modules/CMakeFiles/modules.dir/all:
  91. $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/depend
  92. $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/build
  93. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/nvidia/work/MIVA/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10 "Built target modules"
  94. .PHONY : modules/CMakeFiles/modules.dir/all
  95. # Build rule for subdir invocation for target.
  96. modules/CMakeFiles/modules.dir/rule: cmake_check_build_system
  97. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles 8
  98. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules/CMakeFiles/modules.dir/all
  99. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles 0
  100. .PHONY : modules/CMakeFiles/modules.dir/rule
  101. # Convenience name for target.
  102. modules: modules/CMakeFiles/modules.dir/rule
  103. .PHONY : modules
  104. # clean rule for target.
  105. modules/CMakeFiles/modules.dir/clean:
  106. $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/clean
  107. .PHONY : modules/CMakeFiles/modules.dir/clean
  108. #=============================================================================
  109. # Special targets to cleanup operation of make.
  110. # Special rule to run CMake to check the build system integrity.
  111. # No rule that depends on this can have commands that come from listfiles
  112. # because they might be regenerated.
  113. cmake_check_build_system:
  114. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  115. .PHONY : cmake_check_build_system