Makefile 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.20
  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/local/cmake/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/local/cmake/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/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/src
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target install/strip
  47. install/strip: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  49. /usr/local/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  50. .PHONY : install/strip
  51. # Special rule for the target install/strip
  52. install/strip/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  54. /usr/local/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  55. .PHONY : install/strip/fast
  56. # Special rule for the target install/local
  57. install/local: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  59. /usr/local/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  60. .PHONY : install/local
  61. # Special rule for the target install/local
  62. install/local/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  64. /usr/local/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  65. .PHONY : install/local/fast
  66. # Special rule for the target install
  67. install: preinstall
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  69. /usr/local/cmake/bin/cmake -P cmake_install.cmake
  70. .PHONY : install
  71. # Special rule for the target install
  72. install/fast: preinstall/fast
  73. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  74. /usr/local/cmake/bin/cmake -P cmake_install.cmake
  75. .PHONY : install/fast
  76. # Special rule for the target list_install_components
  77. list_install_components:
  78. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  79. .PHONY : list_install_components
  80. # Special rule for the target list_install_components
  81. list_install_components/fast: list_install_components
  82. .PHONY : list_install_components/fast
  83. # Special rule for the target rebuild_cache
  84. rebuild_cache:
  85. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  86. /usr/local/cmake/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  87. .PHONY : rebuild_cache
  88. # Special rule for the target rebuild_cache
  89. rebuild_cache/fast: rebuild_cache
  90. .PHONY : rebuild_cache/fast
  91. # Special rule for the target edit_cache
  92. edit_cache:
  93. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  94. /usr/local/cmake/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  95. .PHONY : edit_cache
  96. # Special rule for the target edit_cache
  97. edit_cache/fast: edit_cache
  98. .PHONY : edit_cache/fast
  99. # Special rule for the target test
  100. test:
  101. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  102. /usr/local/cmake/bin/ctest --force-new-ctest-process $(ARGS)
  103. .PHONY : test
  104. # Special rule for the target test
  105. test/fast: test
  106. .PHONY : test/fast
  107. # The main all target
  108. all: cmake_check_build_system
  109. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build/CMakeFiles /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build/gtest/googletest//CMakeFiles/progress.marks
  110. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/googletest/all
  111. $(CMAKE_COMMAND) -E cmake_progress_start /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build/CMakeFiles 0
  112. .PHONY : all
  113. # The main clean target
  114. clean:
  115. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/googletest/clean
  116. .PHONY : clean
  117. # The main clean target
  118. clean/fast: clean
  119. .PHONY : clean/fast
  120. # Prepare targets for installation.
  121. preinstall: all
  122. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/googletest/preinstall
  123. .PHONY : preinstall
  124. # Prepare targets for installation.
  125. preinstall/fast:
  126. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/googletest/preinstall
  127. .PHONY : preinstall/fast
  128. # clear depends
  129. depend:
  130. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  131. .PHONY : depend
  132. # Convenience name for target.
  133. gtest/googletest/CMakeFiles/gtest.dir/rule:
  134. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/googletest/CMakeFiles/gtest.dir/rule
  135. .PHONY : gtest/googletest/CMakeFiles/gtest.dir/rule
  136. # Convenience name for target.
  137. gtest: gtest/googletest/CMakeFiles/gtest.dir/rule
  138. .PHONY : gtest
  139. # fast build rule for target.
  140. gtest/fast:
  141. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest.dir/build.make gtest/googletest/CMakeFiles/gtest.dir/build
  142. .PHONY : gtest/fast
  143. # Convenience name for target.
  144. gtest/googletest/CMakeFiles/gtest_main.dir/rule:
  145. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/googletest/CMakeFiles/gtest_main.dir/rule
  146. .PHONY : gtest/googletest/CMakeFiles/gtest_main.dir/rule
  147. # Convenience name for target.
  148. gtest_main: gtest/googletest/CMakeFiles/gtest_main.dir/rule
  149. .PHONY : gtest_main
  150. # fast build rule for target.
  151. gtest_main/fast:
  152. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest_main.dir/build.make gtest/googletest/CMakeFiles/gtest_main.dir/build
  153. .PHONY : gtest_main/fast
  154. src/gtest-all.o: src/gtest-all.cc.o
  155. .PHONY : src/gtest-all.o
  156. # target to build an object file
  157. src/gtest-all.cc.o:
  158. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest.dir/build.make gtest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
  159. .PHONY : src/gtest-all.cc.o
  160. src/gtest-all.i: src/gtest-all.cc.i
  161. .PHONY : src/gtest-all.i
  162. # target to preprocess a source file
  163. src/gtest-all.cc.i:
  164. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest.dir/build.make gtest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i
  165. .PHONY : src/gtest-all.cc.i
  166. src/gtest-all.s: src/gtest-all.cc.s
  167. .PHONY : src/gtest-all.s
  168. # target to generate assembly for a file
  169. src/gtest-all.cc.s:
  170. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest.dir/build.make gtest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s
  171. .PHONY : src/gtest-all.cc.s
  172. src/gtest_main.o: src/gtest_main.cc.o
  173. .PHONY : src/gtest_main.o
  174. # target to build an object file
  175. src/gtest_main.cc.o:
  176. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest_main.dir/build.make gtest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
  177. .PHONY : src/gtest_main.cc.o
  178. src/gtest_main.i: src/gtest_main.cc.i
  179. .PHONY : src/gtest_main.i
  180. # target to preprocess a source file
  181. src/gtest_main.cc.i:
  182. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest_main.dir/build.make gtest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
  183. .PHONY : src/gtest_main.cc.i
  184. src/gtest_main.s: src/gtest_main.cc.s
  185. .PHONY : src/gtest_main.s
  186. # target to generate assembly for a file
  187. src/gtest_main.cc.s:
  188. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f gtest/googletest/CMakeFiles/gtest_main.dir/build.make gtest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
  189. .PHONY : src/gtest_main.cc.s
  190. # Help Target
  191. help:
  192. @echo "The following are some of the valid targets for this Makefile:"
  193. @echo "... all (the default if no target is provided)"
  194. @echo "... clean"
  195. @echo "... depend"
  196. @echo "... edit_cache"
  197. @echo "... install"
  198. @echo "... install/local"
  199. @echo "... install/strip"
  200. @echo "... list_install_components"
  201. @echo "... rebuild_cache"
  202. @echo "... test"
  203. @echo "... gtest"
  204. @echo "... gtest_main"
  205. @echo "... src/gtest-all.o"
  206. @echo "... src/gtest-all.i"
  207. @echo "... src/gtest-all.s"
  208. @echo "... src/gtest_main.o"
  209. @echo "... src/gtest_main.i"
  210. @echo "... src/gtest_main.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. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  219. .PHONY : cmake_check_build_system