Makefile 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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. # 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/kevin/kevin/zhaoyuan/zhaoyuan/models/map
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/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/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build//CMakeFiles/progress.marks
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  66. $(CMAKE_COMMAND) -E cmake_progress_start /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/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 utils
  89. # Build rule for target.
  90. utils: cmake_check_build_system
  91. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utils
  92. .PHONY : utils
  93. # fast build rule for target.
  94. utils/fast:
  95. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/build
  96. .PHONY : utils/fast
  97. #=============================================================================
  98. # Target rules for targets named engine
  99. # Build rule for target.
  100. engine: cmake_check_build_system
  101. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 engine
  102. .PHONY : engine
  103. # fast build rule for target.
  104. engine/fast:
  105. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/build
  106. .PHONY : engine/fast
  107. include/engine.o: include/engine.cpp.o
  108. .PHONY : include/engine.o
  109. # target to build an object file
  110. include/engine.cpp.o:
  111. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/include/engine.cpp.o
  112. .PHONY : include/engine.cpp.o
  113. include/engine.i: include/engine.cpp.i
  114. .PHONY : include/engine.i
  115. # target to preprocess a source file
  116. include/engine.cpp.i:
  117. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/include/engine.cpp.i
  118. .PHONY : include/engine.cpp.i
  119. include/engine.s: include/engine.cpp.s
  120. .PHONY : include/engine.s
  121. # target to generate assembly for a file
  122. include/engine.cpp.s:
  123. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/include/engine.cpp.s
  124. .PHONY : include/engine.cpp.s
  125. lib/utils.o: lib/utils.cpp.o
  126. .PHONY : lib/utils.o
  127. # target to build an object file
  128. lib/utils.cpp.o:
  129. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/lib/utils.cpp.o
  130. .PHONY : lib/utils.cpp.o
  131. lib/utils.i: lib/utils.cpp.i
  132. .PHONY : lib/utils.i
  133. # target to preprocess a source file
  134. lib/utils.cpp.i:
  135. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/lib/utils.cpp.i
  136. .PHONY : lib/utils.cpp.i
  137. lib/utils.s: lib/utils.cpp.s
  138. .PHONY : lib/utils.s
  139. # target to generate assembly for a file
  140. lib/utils.cpp.s:
  141. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/lib/utils.cpp.s
  142. .PHONY : lib/utils.cpp.s
  143. src/main.o: src/main.cpp.o
  144. .PHONY : src/main.o
  145. # target to build an object file
  146. src/main.cpp.o:
  147. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/src/main.cpp.o
  148. .PHONY : src/main.cpp.o
  149. src/main.i: src/main.cpp.i
  150. .PHONY : src/main.i
  151. # target to preprocess a source file
  152. src/main.cpp.i:
  153. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/src/main.cpp.i
  154. .PHONY : src/main.cpp.i
  155. src/main.s: src/main.cpp.s
  156. .PHONY : src/main.s
  157. # target to generate assembly for a file
  158. src/main.cpp.s:
  159. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/src/main.cpp.s
  160. .PHONY : src/main.cpp.s
  161. # Help Target
  162. help:
  163. @echo "The following are some of the valid targets for this Makefile:"
  164. @echo "... all (the default if no target is provided)"
  165. @echo "... clean"
  166. @echo "... depend"
  167. @echo "... edit_cache"
  168. @echo "... rebuild_cache"
  169. @echo "... engine"
  170. @echo "... utils"
  171. @echo "... include/engine.o"
  172. @echo "... include/engine.i"
  173. @echo "... include/engine.s"
  174. @echo "... lib/utils.o"
  175. @echo "... lib/utils.i"
  176. @echo "... lib/utils.s"
  177. @echo "... src/main.o"
  178. @echo "... src/main.i"
  179. @echo "... src/main.s"
  180. .PHONY : help
  181. #=============================================================================
  182. # Special targets to cleanup operation of make.
  183. # Special rule to run CMake to check the build system integrity.
  184. # No rule that depends on this can have commands that come from listfiles
  185. # because they might be regenerated.
  186. cmake_check_build_system:
  187. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  188. .PHONY : cmake_check_build_system