Makefile2 4.9 KB

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