You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 8.3 kB

11 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.28
  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. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /usr/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /home/hce/uc-modern-cpp-student/cc
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/hce/uc-modern-cpp-student/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  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 --regenerate-during-build -S$(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. # The main all target
  63. all: cmake_check_build_system
  64. $(CMAKE_COMMAND) -E cmake_progress_start /home/hce/uc-modern-cpp-student/build/CMakeFiles /home/hce/uc-modern-cpp-student/build//CMakeFiles/progress.marks
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  66. $(CMAKE_COMMAND) -E cmake_progress_start /home/hce/uc-modern-cpp-student/build/CMakeFiles 0
  67. .PHONY : all
  68. # The main clean target
  69. clean:
  70. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  71. .PHONY : clean
  72. # The main clean target
  73. clean/fast: clean
  74. .PHONY : clean/fast
  75. # Prepare targets for installation.
  76. preinstall: all
  77. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  78. .PHONY : preinstall
  79. # Prepare targets for installation.
  80. preinstall/fast:
  81. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  82. .PHONY : preinstall/fast
  83. # clear depends
  84. depend:
  85. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  86. .PHONY : depend
  87. #=============================================================================
  88. # Target rules for targets named uctc
  89. # Build rule for target.
  90. uctc: cmake_check_build_system
  91. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uctc
  92. .PHONY : uctc
  93. # fast build rule for target.
  94. uctc/fast:
  95. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/build
  96. .PHONY : uctc/fast
  97. math/arith.o: math/arith.cc.o
  98. .PHONY : math/arith.o
  99. # target to build an object file
  100. math/arith.cc.o:
  101. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/math/arith.cc.o
  102. .PHONY : math/arith.cc.o
  103. math/arith.i: math/arith.cc.i
  104. .PHONY : math/arith.i
  105. # target to preprocess a source file
  106. math/arith.cc.i:
  107. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/math/arith.cc.i
  108. .PHONY : math/arith.cc.i
  109. math/arith.s: math/arith.cc.s
  110. .PHONY : math/arith.s
  111. # target to generate assembly for a file
  112. math/arith.cc.s:
  113. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/math/arith.cc.s
  114. .PHONY : math/arith.cc.s
  115. operators/nn.o: operators/nn.cc.o
  116. .PHONY : operators/nn.o
  117. # target to build an object file
  118. operators/nn.cc.o:
  119. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/nn.cc.o
  120. .PHONY : operators/nn.cc.o
  121. operators/nn.i: operators/nn.cc.i
  122. .PHONY : operators/nn.i
  123. # target to preprocess a source file
  124. operators/nn.cc.i:
  125. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/nn.cc.i
  126. .PHONY : operators/nn.cc.i
  127. operators/nn.s: operators/nn.cc.s
  128. .PHONY : operators/nn.s
  129. # target to generate assembly for a file
  130. operators/nn.cc.s:
  131. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/nn.cc.s
  132. .PHONY : operators/nn.cc.s
  133. operators/ops.o: operators/ops.cc.o
  134. .PHONY : operators/ops.o
  135. # target to build an object file
  136. operators/ops.cc.o:
  137. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/ops.cc.o
  138. .PHONY : operators/ops.cc.o
  139. operators/ops.i: operators/ops.cc.i
  140. .PHONY : operators/ops.i
  141. # target to preprocess a source file
  142. operators/ops.cc.i:
  143. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/ops.cc.i
  144. .PHONY : operators/ops.cc.i
  145. operators/ops.s: operators/ops.cc.s
  146. .PHONY : operators/ops.s
  147. # target to generate assembly for a file
  148. operators/ops.cc.s:
  149. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/ops.cc.s
  150. .PHONY : operators/ops.cc.s
  151. tensor/tensor.o: tensor/tensor.cc.o
  152. .PHONY : tensor/tensor.o
  153. # target to build an object file
  154. tensor/tensor.cc.o:
  155. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/tensor/tensor.cc.o
  156. .PHONY : tensor/tensor.cc.o
  157. tensor/tensor.i: tensor/tensor.cc.i
  158. .PHONY : tensor/tensor.i
  159. # target to preprocess a source file
  160. tensor/tensor.cc.i:
  161. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/tensor/tensor.cc.i
  162. .PHONY : tensor/tensor.cc.i
  163. tensor/tensor.s: tensor/tensor.cc.s
  164. .PHONY : tensor/tensor.s
  165. # target to generate assembly for a file
  166. tensor/tensor.cc.s:
  167. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/tensor/tensor.cc.s
  168. .PHONY : tensor/tensor.cc.s
  169. uctc.o: uctc.cc.o
  170. .PHONY : uctc.o
  171. # target to build an object file
  172. uctc.cc.o:
  173. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/uctc.cc.o
  174. .PHONY : uctc.cc.o
  175. uctc.i: uctc.cc.i
  176. .PHONY : uctc.i
  177. # target to preprocess a source file
  178. uctc.cc.i:
  179. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/uctc.cc.i
  180. .PHONY : uctc.cc.i
  181. uctc.s: uctc.cc.s
  182. .PHONY : uctc.s
  183. # target to generate assembly for a file
  184. uctc.cc.s:
  185. $(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/uctc.cc.s
  186. .PHONY : uctc.cc.s
  187. # Help Target
  188. help:
  189. @echo "The following are some of the valid targets for this Makefile:"
  190. @echo "... all (the default if no target is provided)"
  191. @echo "... clean"
  192. @echo "... depend"
  193. @echo "... edit_cache"
  194. @echo "... rebuild_cache"
  195. @echo "... uctc"
  196. @echo "... math/arith.o"
  197. @echo "... math/arith.i"
  198. @echo "... math/arith.s"
  199. @echo "... operators/nn.o"
  200. @echo "... operators/nn.i"
  201. @echo "... operators/nn.s"
  202. @echo "... operators/ops.o"
  203. @echo "... operators/ops.i"
  204. @echo "... operators/ops.s"
  205. @echo "... tensor/tensor.o"
  206. @echo "... tensor/tensor.i"
  207. @echo "... tensor/tensor.s"
  208. @echo "... uctc.o"
  209. @echo "... uctc.i"
  210. @echo "... uctc.s"
  211. .PHONY : help
  212. #=============================================================================
  213. # Special targets to cleanup operation of make.
  214. # Special rule to run CMake to check the build system integrity.
  215. # No rule that depends on this can have commands that come from listfiles
  216. # because they might be regenerated.
  217. cmake_check_build_system:
  218. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  219. .PHONY : cmake_check_build_system