Makefile2 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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/bin/cmake
  34. # The command to remove a file.
  35. RM = /usr/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/kevin/kevin/zhaoyuan/zhaoyuan/models/map
  40. # The top-level build directory on which CMake was run.
  41. CMAKE_BINARY_DIR = /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build
  42. #=============================================================================
  43. # Directory level rules for the build root directory
  44. # The main recursive "all" target.
  45. all: CMakeFiles/utils.dir/all
  46. all: CMakeFiles/engine.dir/all
  47. .PHONY : all
  48. # The main recursive "preinstall" target.
  49. preinstall:
  50. .PHONY : preinstall
  51. # The main recursive "clean" target.
  52. clean: CMakeFiles/utils.dir/clean
  53. clean: CMakeFiles/engine.dir/clean
  54. .PHONY : clean
  55. #=============================================================================
  56. # Target rules for target CMakeFiles/utils.dir
  57. # All Build rule for target.
  58. CMakeFiles/utils.dir/all:
  59. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/depend
  60. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/build
  61. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles --progress-num=4,5 "Built target utils"
  62. .PHONY : CMakeFiles/utils.dir/all
  63. # Build rule for subdir invocation for target.
  64. CMakeFiles/utils.dir/rule: cmake_check_build_system
  65. $(CMAKE_COMMAND) -E cmake_progress_start /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles 2
  66. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/utils.dir/all
  67. $(CMAKE_COMMAND) -E cmake_progress_start /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles 0
  68. .PHONY : CMakeFiles/utils.dir/rule
  69. # Convenience name for target.
  70. utils: CMakeFiles/utils.dir/rule
  71. .PHONY : utils
  72. # clean rule for target.
  73. CMakeFiles/utils.dir/clean:
  74. $(MAKE) $(MAKESILENT) -f CMakeFiles/utils.dir/build.make CMakeFiles/utils.dir/clean
  75. .PHONY : CMakeFiles/utils.dir/clean
  76. #=============================================================================
  77. # Target rules for target CMakeFiles/engine.dir
  78. # All Build rule for target.
  79. CMakeFiles/engine.dir/all: CMakeFiles/utils.dir/all
  80. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/depend
  81. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/build
  82. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles --progress-num=1,2,3 "Built target engine"
  83. .PHONY : CMakeFiles/engine.dir/all
  84. # Build rule for subdir invocation for target.
  85. CMakeFiles/engine.dir/rule: cmake_check_build_system
  86. $(CMAKE_COMMAND) -E cmake_progress_start /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles 5
  87. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/engine.dir/all
  88. $(CMAKE_COMMAND) -E cmake_progress_start /home/kevin/kevin/zhaoyuan/zhaoyuan/models/map/build/CMakeFiles 0
  89. .PHONY : CMakeFiles/engine.dir/rule
  90. # Convenience name for target.
  91. engine: CMakeFiles/engine.dir/rule
  92. .PHONY : engine
  93. # clean rule for target.
  94. CMakeFiles/engine.dir/clean:
  95. $(MAKE) $(MAKESILENT) -f CMakeFiles/engine.dir/build.make CMakeFiles/engine.dir/clean
  96. .PHONY : CMakeFiles/engine.dir/clean
  97. #=============================================================================
  98. # Special targets to cleanup operation of make.
  99. # Special rule to run CMake to check the build system integrity.
  100. # No rule that depends on this can have commands that come from listfiles
  101. # because they might be regenerated.
  102. cmake_check_build_system:
  103. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  104. .PHONY : cmake_check_build_system