Makefile 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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 test
  67. test:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  69. /usr/local/cmake/bin/ctest --force-new-ctest-process $(ARGS)
  70. .PHONY : test
  71. # Special rule for the target test
  72. test/fast: test
  73. .PHONY : test/fast
  74. # Special rule for the target edit_cache
  75. edit_cache:
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  77. /usr/local/cmake/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  78. .PHONY : edit_cache
  79. # Special rule for the target edit_cache
  80. edit_cache/fast: edit_cache
  81. .PHONY : edit_cache/fast
  82. # Special rule for the target rebuild_cache
  83. rebuild_cache:
  84. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  85. /usr/local/cmake/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  86. .PHONY : rebuild_cache
  87. # Special rule for the target rebuild_cache
  88. rebuild_cache/fast: rebuild_cache
  89. .PHONY : rebuild_cache/fast
  90. # Special rule for the target install
  91. install: preinstall
  92. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  93. /usr/local/cmake/bin/cmake -P cmake_install.cmake
  94. .PHONY : install
  95. # Special rule for the target install
  96. install/fast: preinstall/fast
  97. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  98. /usr/local/cmake/bin/cmake -P cmake_install.cmake
  99. .PHONY : install/fast
  100. # Special rule for the target list_install_components
  101. list_install_components:
  102. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  103. .PHONY : list_install_components
  104. # Special rule for the target list_install_components
  105. list_install_components/fast: list_install_components
  106. .PHONY : list_install_components/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//CMakeFiles/progress.marks
  110. cd /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest/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/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/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/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. # Help Target
  133. help:
  134. @echo "The following are some of the valid targets for this Makefile:"
  135. @echo "... all (the default if no target is provided)"
  136. @echo "... clean"
  137. @echo "... depend"
  138. @echo "... edit_cache"
  139. @echo "... install"
  140. @echo "... install/local"
  141. @echo "... install/strip"
  142. @echo "... list_install_components"
  143. @echo "... rebuild_cache"
  144. @echo "... test"
  145. .PHONY : help
  146. #=============================================================================
  147. # Special targets to cleanup operation of make.
  148. # Special rule to run CMake to check the build system integrity.
  149. # No rule that depends on this can have commands that come from listfiles
  150. # because they might be regenerated.
  151. cmake_check_build_system:
  152. 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
  153. .PHONY : cmake_check_build_system