奥特QT DDS 插件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

346 line
15KB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.29
  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. # Produce verbose output by default.
  24. VERBOSE = 1
  25. # Command-line flag to silence nested $(MAKE).
  26. $(VERBOSE)MAKESILENT = -s
  27. #Suppress display of executed commands.
  28. $(VERBOSE).SILENT:
  29. # A target that is always out of date.
  30. cmake_force:
  31. .PHONY : cmake_force
  32. #=============================================================================
  33. # Set environment variables for the build.
  34. # The shell in which to execute make rules.
  35. SHELL = /bin/sh
  36. # The CMake executable.
  37. CMAKE_COMMAND = /home/suzj/Qt/Tools/CMake/bin/cmake
  38. # The command to remove a file.
  39. RM = /home/suzj/Qt/Tools/CMake/bin/cmake -E rm -f
  40. # Escaping for special characters.
  41. EQUALS = =
  42. # The top-level source directory on which CMake was run.
  43. CMAKE_SOURCE_DIR = /home/suzj/AuseftDDSPlugins
  44. # The top-level build directory on which CMake was run.
  45. CMAKE_BINARY_DIR = /home/suzj/AuseftDDSPlugins/build
  46. #=============================================================================
  47. # Targets provided globally by CMake.
  48. # Special rule for the target edit_cache
  49. edit_cache:
  50. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  51. /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  52. .PHONY : edit_cache
  53. # Special rule for the target edit_cache
  54. edit_cache/fast: edit_cache
  55. .PHONY : edit_cache/fast
  56. # Special rule for the target rebuild_cache
  57. rebuild_cache:
  58. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  59. /home/suzj/Qt/Tools/CMake/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  60. .PHONY : rebuild_cache
  61. # Special rule for the target rebuild_cache
  62. rebuild_cache/fast: rebuild_cache
  63. .PHONY : rebuild_cache/fast
  64. # Special rule for the target list_install_components
  65. list_install_components:
  66. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
  67. .PHONY : list_install_components
  68. # Special rule for the target list_install_components
  69. list_install_components/fast: list_install_components
  70. .PHONY : list_install_components/fast
  71. # Special rule for the target install
  72. install: preinstall
  73. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  74. /home/suzj/Qt/Tools/CMake/bin/cmake -P cmake_install.cmake
  75. .PHONY : install
  76. # Special rule for the target install
  77. install/fast: preinstall/fast
  78. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  79. /home/suzj/Qt/Tools/CMake/bin/cmake -P cmake_install.cmake
  80. .PHONY : install/fast
  81. # Special rule for the target install/local
  82. install/local: preinstall
  83. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  84. /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  85. .PHONY : install/local
  86. # Special rule for the target install/local
  87. install/local/fast: preinstall/fast
  88. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  89. /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  90. .PHONY : install/local/fast
  91. # Special rule for the target install/strip
  92. install/strip: preinstall
  93. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  94. /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  95. .PHONY : install/strip
  96. # Special rule for the target install/strip
  97. install/strip/fast: preinstall/fast
  98. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  99. /home/suzj/Qt/Tools/CMake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  100. .PHONY : install/strip/fast
  101. # The main all target
  102. all: cmake_check_build_system
  103. cd /home/suzj/AuseftDDSPlugins/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/suzj/AuseftDDSPlugins/build/CMakeFiles /home/suzj/AuseftDDSPlugins/build/BEFORE//CMakeFiles/progress.marks
  104. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/all
  105. $(CMAKE_COMMAND) -E cmake_progress_start /home/suzj/AuseftDDSPlugins/build/CMakeFiles 0
  106. .PHONY : all
  107. # The main clean target
  108. clean:
  109. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/clean
  110. .PHONY : clean
  111. # The main clean target
  112. clean/fast: clean
  113. .PHONY : clean/fast
  114. # Prepare targets for installation.
  115. preinstall: all
  116. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/preinstall
  117. .PHONY : preinstall
  118. # Prepare targets for installation.
  119. preinstall/fast:
  120. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/preinstall
  121. .PHONY : preinstall/fast
  122. # clear depends
  123. depend:
  124. cd /home/suzj/AuseftDDSPlugins/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  125. .PHONY : depend
  126. # Convenience name for target.
  127. BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule:
  128. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule
  129. .PHONY : BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule
  130. # Convenience name for target.
  131. AQTSampleMachinePlug: BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/rule
  132. .PHONY : AQTSampleMachinePlug
  133. # fast build rule for target.
  134. AQTSampleMachinePlug/fast:
  135. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build
  136. .PHONY : AQTSampleMachinePlug/fast
  137. # Convenience name for target.
  138. BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule:
  139. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule
  140. .PHONY : BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule
  141. # Convenience name for target.
  142. AQTSampleMachinePlug_autogen_timestamp_deps: BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/rule
  143. .PHONY : AQTSampleMachinePlug_autogen_timestamp_deps
  144. # fast build rule for target.
  145. AQTSampleMachinePlug_autogen_timestamp_deps/fast:
  146. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen_timestamp_deps.dir/build
  147. .PHONY : AQTSampleMachinePlug_autogen_timestamp_deps/fast
  148. # Convenience name for target.
  149. BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule:
  150. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule
  151. .PHONY : BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule
  152. # Convenience name for target.
  153. AQTSampleMachinePlug_autogen: BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/rule
  154. .PHONY : AQTSampleMachinePlug_autogen
  155. # fast build rule for target.
  156. AQTSampleMachinePlug_autogen/fast:
  157. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug_autogen.dir/build
  158. .PHONY : AQTSampleMachinePlug_autogen/fast
  159. AQTSampleMachinePlug.o: AQTSampleMachinePlug.cxx.o
  160. .PHONY : AQTSampleMachinePlug.o
  161. # target to build an object file
  162. AQTSampleMachinePlug.cxx.o:
  163. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug.cxx.o
  164. .PHONY : AQTSampleMachinePlug.cxx.o
  165. AQTSampleMachinePlug.i: AQTSampleMachinePlug.cxx.i
  166. .PHONY : AQTSampleMachinePlug.i
  167. # target to preprocess a source file
  168. AQTSampleMachinePlug.cxx.i:
  169. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug.cxx.i
  170. .PHONY : AQTSampleMachinePlug.cxx.i
  171. AQTSampleMachinePlug.s: AQTSampleMachinePlug.cxx.s
  172. .PHONY : AQTSampleMachinePlug.s
  173. # target to generate assembly for a file
  174. AQTSampleMachinePlug.cxx.s:
  175. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug.cxx.s
  176. .PHONY : AQTSampleMachinePlug.cxx.s
  177. AQTSampleMachinePlug_autogen/mocs_compilation.o: AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o
  178. .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.o
  179. # target to build an object file
  180. AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o:
  181. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o
  182. .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.cpp.o
  183. AQTSampleMachinePlug_autogen/mocs_compilation.i: AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i
  184. .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.i
  185. # target to preprocess a source file
  186. AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i:
  187. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i
  188. .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.cpp.i
  189. AQTSampleMachinePlug_autogen/mocs_compilation.s: AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s
  190. .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.s
  191. # target to generate assembly for a file
  192. AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s:
  193. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s
  194. .PHONY : AQTSampleMachinePlug_autogen/mocs_compilation.cpp.s
  195. DDSSampleMachinePubSubTypes.o: DDSSampleMachinePubSubTypes.cxx.o
  196. .PHONY : DDSSampleMachinePubSubTypes.o
  197. # target to build an object file
  198. DDSSampleMachinePubSubTypes.cxx.o:
  199. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachinePubSubTypes.cxx.o
  200. .PHONY : DDSSampleMachinePubSubTypes.cxx.o
  201. DDSSampleMachinePubSubTypes.i: DDSSampleMachinePubSubTypes.cxx.i
  202. .PHONY : DDSSampleMachinePubSubTypes.i
  203. # target to preprocess a source file
  204. DDSSampleMachinePubSubTypes.cxx.i:
  205. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachinePubSubTypes.cxx.i
  206. .PHONY : DDSSampleMachinePubSubTypes.cxx.i
  207. DDSSampleMachinePubSubTypes.s: DDSSampleMachinePubSubTypes.cxx.s
  208. .PHONY : DDSSampleMachinePubSubTypes.s
  209. # target to generate assembly for a file
  210. DDSSampleMachinePubSubTypes.cxx.s:
  211. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachinePubSubTypes.cxx.s
  212. .PHONY : DDSSampleMachinePubSubTypes.cxx.s
  213. DDSSampleMachineTypeObjectSupport.o: DDSSampleMachineTypeObjectSupport.cxx.o
  214. .PHONY : DDSSampleMachineTypeObjectSupport.o
  215. # target to build an object file
  216. DDSSampleMachineTypeObjectSupport.cxx.o:
  217. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachineTypeObjectSupport.cxx.o
  218. .PHONY : DDSSampleMachineTypeObjectSupport.cxx.o
  219. DDSSampleMachineTypeObjectSupport.i: DDSSampleMachineTypeObjectSupport.cxx.i
  220. .PHONY : DDSSampleMachineTypeObjectSupport.i
  221. # target to preprocess a source file
  222. DDSSampleMachineTypeObjectSupport.cxx.i:
  223. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachineTypeObjectSupport.cxx.i
  224. .PHONY : DDSSampleMachineTypeObjectSupport.cxx.i
  225. DDSSampleMachineTypeObjectSupport.s: DDSSampleMachineTypeObjectSupport.cxx.s
  226. .PHONY : DDSSampleMachineTypeObjectSupport.s
  227. # target to generate assembly for a file
  228. DDSSampleMachineTypeObjectSupport.cxx.s:
  229. cd /home/suzj/AuseftDDSPlugins/build && $(MAKE) $(MAKESILENT) -f BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/build.make BEFORE/CMakeFiles/AQTSampleMachinePlug.dir/DDSSampleMachineTypeObjectSupport.cxx.s
  230. .PHONY : DDSSampleMachineTypeObjectSupport.cxx.s
  231. # Help Target
  232. help:
  233. @echo "The following are some of the valid targets for this Makefile:"
  234. @echo "... all (the default if no target is provided)"
  235. @echo "... clean"
  236. @echo "... depend"
  237. @echo "... edit_cache"
  238. @echo "... install"
  239. @echo "... install/local"
  240. @echo "... install/strip"
  241. @echo "... list_install_components"
  242. @echo "... rebuild_cache"
  243. @echo "... AQTSampleMachinePlug_autogen"
  244. @echo "... AQTSampleMachinePlug_autogen_timestamp_deps"
  245. @echo "... AQTSampleMachinePlug"
  246. @echo "... AQTSampleMachinePlug.o"
  247. @echo "... AQTSampleMachinePlug.i"
  248. @echo "... AQTSampleMachinePlug.s"
  249. @echo "... AQTSampleMachinePlug_autogen/mocs_compilation.o"
  250. @echo "... AQTSampleMachinePlug_autogen/mocs_compilation.i"
  251. @echo "... AQTSampleMachinePlug_autogen/mocs_compilation.s"
  252. @echo "... DDSSampleMachinePubSubTypes.o"
  253. @echo "... DDSSampleMachinePubSubTypes.i"
  254. @echo "... DDSSampleMachinePubSubTypes.s"
  255. @echo "... DDSSampleMachineTypeObjectSupport.o"
  256. @echo "... DDSSampleMachineTypeObjectSupport.i"
  257. @echo "... DDSSampleMachineTypeObjectSupport.s"
  258. .PHONY : help
  259. #=============================================================================
  260. # Special targets to cleanup operation of make.
  261. # Special rule to run CMake to check the build system integrity.
  262. # No rule that depends on this can have commands that come from listfiles
  263. # because they might be regenerated.
  264. cmake_check_build_system:
  265. cd /home/suzj/AuseftDDSPlugins/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  266. .PHONY : cmake_check_build_system