Makefile 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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/wub/work/1_nzzn/2_code/13_LG/src/Drive/g29_ros2_feedback_drive/src/g29_msg
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target test
  47. test:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  49. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  50. .PHONY : test
  51. # Special rule for the target test
  52. test/fast: test
  53. .PHONY : test/fast
  54. # Special rule for the target edit_cache
  55. edit_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  57. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  58. .PHONY : edit_cache
  59. # Special rule for the target edit_cache
  60. edit_cache/fast: edit_cache
  61. .PHONY : edit_cache/fast
  62. # Special rule for the target rebuild_cache
  63. rebuild_cache:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  65. /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  66. .PHONY : rebuild_cache
  67. # Special rule for the target rebuild_cache
  68. rebuild_cache/fast: rebuild_cache
  69. .PHONY : rebuild_cache/fast
  70. # Special rule for the target list_install_components
  71. list_install_components:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  73. .PHONY : list_install_components
  74. # Special rule for the target list_install_components
  75. list_install_components/fast: list_install_components
  76. .PHONY : list_install_components/fast
  77. # Special rule for the target install
  78. install: preinstall
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  80. /usr/bin/cmake -P cmake_install.cmake
  81. .PHONY : install
  82. # Special rule for the target install
  83. install/fast: preinstall/fast
  84. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  85. /usr/bin/cmake -P cmake_install.cmake
  86. .PHONY : install/fast
  87. # Special rule for the target install/local
  88. install/local: preinstall
  89. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  90. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  91. .PHONY : install/local
  92. # Special rule for the target install/local
  93. install/local/fast: preinstall/fast
  94. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  95. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  96. .PHONY : install/local/fast
  97. # Special rule for the target install/strip
  98. install/strip: preinstall
  99. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  100. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  101. .PHONY : install/strip
  102. # Special rule for the target install/strip
  103. install/strip/fast: preinstall/fast
  104. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  105. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  106. .PHONY : install/strip/fast
  107. # The main all target
  108. all: cmake_check_build_system
  109. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(CMAKE_COMMAND) -E cmake_progress_start /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg/CMakeFiles /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg/g29_msg__py//CMakeFiles/progress.marks
  110. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 g29_msg__py/all
  111. $(CMAKE_COMMAND) -E cmake_progress_start /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg/CMakeFiles 0
  112. .PHONY : all
  113. # The main clean target
  114. clean:
  115. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 g29_msg__py/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/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 g29_msg__py/preinstall
  123. .PHONY : preinstall
  124. # Prepare targets for installation.
  125. preinstall/fast:
  126. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 g29_msg__py/preinstall
  127. .PHONY : preinstall/fast
  128. # clear depends
  129. depend:
  130. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(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. g29_msg__py/CMakeFiles/g29_msg__py.dir/rule:
  134. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 g29_msg__py/CMakeFiles/g29_msg__py.dir/rule
  135. .PHONY : g29_msg__py/CMakeFiles/g29_msg__py.dir/rule
  136. # Convenience name for target.
  137. g29_msg__py: g29_msg__py/CMakeFiles/g29_msg__py.dir/rule
  138. .PHONY : g29_msg__py
  139. # fast build rule for target.
  140. g29_msg__py/fast:
  141. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(MAKE) $(MAKESILENT) -f g29_msg__py/CMakeFiles/g29_msg__py.dir/build.make g29_msg__py/CMakeFiles/g29_msg__py.dir/build
  142. .PHONY : g29_msg__py/fast
  143. # Help Target
  144. help:
  145. @echo "The following are some of the valid targets for this Makefile:"
  146. @echo "... all (the default if no target is provided)"
  147. @echo "... clean"
  148. @echo "... depend"
  149. @echo "... edit_cache"
  150. @echo "... install"
  151. @echo "... install/local"
  152. @echo "... install/strip"
  153. @echo "... list_install_components"
  154. @echo "... rebuild_cache"
  155. @echo "... test"
  156. @echo "... g29_msg__py"
  157. .PHONY : help
  158. #=============================================================================
  159. # Special targets to cleanup operation of make.
  160. # Special rule to run CMake to check the build system integrity.
  161. # No rule that depends on this can have commands that come from listfiles
  162. # because they might be regenerated.
  163. cmake_check_build_system:
  164. cd /home/wub/work/1_nzzn/2_code/13_LG/build/g29_msg && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  165. .PHONY : cmake_check_build_system