Makefile 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /home/nvidia/work/MIVA
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/nvidia/work/MIVA/build
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  49. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  57. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # Special rule for the target list_install_components
  63. list_install_components:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  65. .PHONY : list_install_components
  66. # Special rule for the target list_install_components
  67. list_install_components/fast: list_install_components
  68. .PHONY : list_install_components/fast
  69. # Special rule for the target install/local
  70. install/local: preinstall
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  72. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  73. .PHONY : install/local
  74. # Special rule for the target install/local
  75. install/local/fast: preinstall/fast
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  77. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  78. .PHONY : install/local/fast
  79. # Special rule for the target install
  80. install: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  82. /usr/bin/cmake -P cmake_install.cmake
  83. .PHONY : install
  84. # Special rule for the target install
  85. install/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  87. /usr/bin/cmake -P cmake_install.cmake
  88. .PHONY : install/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles /home/nvidia/work/MIVA/build/CMakeFiles/progress.marks
  92. $(MAKE) -f CMakeFiles/Makefile2 all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /home/nvidia/work/MIVA/build/CMakeFiles 0
  94. .PHONY : all
  95. # The main clean target
  96. clean:
  97. $(MAKE) -f CMakeFiles/Makefile2 clean
  98. .PHONY : clean
  99. # The main clean target
  100. clean/fast: clean
  101. .PHONY : clean/fast
  102. # Prepare targets for installation.
  103. preinstall: all
  104. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  105. .PHONY : preinstall
  106. # Prepare targets for installation.
  107. preinstall/fast:
  108. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  109. .PHONY : preinstall/fast
  110. # clear depends
  111. depend:
  112. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  113. .PHONY : depend
  114. #=============================================================================
  115. # Target rules for targets named main
  116. # Build rule for target.
  117. main: cmake_check_build_system
  118. $(MAKE) -f CMakeFiles/Makefile2 main
  119. .PHONY : main
  120. # fast build rule for target.
  121. main/fast:
  122. $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
  123. .PHONY : main/fast
  124. #=============================================================================
  125. # Target rules for targets named modules
  126. # Build rule for target.
  127. modules: cmake_check_build_system
  128. $(MAKE) -f CMakeFiles/Makefile2 modules
  129. .PHONY : modules
  130. # fast build rule for target.
  131. modules/fast:
  132. $(MAKE) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/build
  133. .PHONY : modules/fast
  134. source/src/main.o: source/src/main.cpp.o
  135. .PHONY : source/src/main.o
  136. # target to build an object file
  137. source/src/main.cpp.o:
  138. $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/source/src/main.cpp.o
  139. .PHONY : source/src/main.cpp.o
  140. source/src/main.i: source/src/main.cpp.i
  141. .PHONY : source/src/main.i
  142. # target to preprocess a source file
  143. source/src/main.cpp.i:
  144. $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/source/src/main.cpp.i
  145. .PHONY : source/src/main.cpp.i
  146. source/src/main.s: source/src/main.cpp.s
  147. .PHONY : source/src/main.s
  148. # target to generate assembly for a file
  149. source/src/main.cpp.s:
  150. $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/source/src/main.cpp.s
  151. .PHONY : source/src/main.cpp.s
  152. # Help Target
  153. help:
  154. @echo "The following are some of the valid targets for this Makefile:"
  155. @echo "... all (the default if no target is provided)"
  156. @echo "... clean"
  157. @echo "... depend"
  158. @echo "... install/strip"
  159. @echo "... edit_cache"
  160. @echo "... main"
  161. @echo "... rebuild_cache"
  162. @echo "... list_install_components"
  163. @echo "... install/local"
  164. @echo "... install"
  165. @echo "... modules"
  166. @echo "... source/src/main.o"
  167. @echo "... source/src/main.i"
  168. @echo "... source/src/main.s"
  169. .PHONY : help
  170. #=============================================================================
  171. # Special targets to cleanup operation of make.
  172. # Special rule to run CMake to check the build system integrity.
  173. # No rule that depends on this can have commands that come from listfiles
  174. # because they might be regenerated.
  175. cmake_check_build_system:
  176. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  177. .PHONY : cmake_check_build_system