奥特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.

637 line
31KB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "NMake Makefiles JOM" Generator, CMake Version 3.31
  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. .SUFFIXES: .hpux_make_needs_suffix_list
  13. # Produce verbose output by default.
  14. VERBOSE = 1
  15. # Command-line flag to silence nested $(MAKE).
  16. $(VERBOSE)MAKESILENT = -s
  17. #Suppress display of executed commands.
  18. $(VERBOSE).SILENT:
  19. # A target that is always out of date.
  20. cmake_force:
  21. .PHONY : cmake_force
  22. #=============================================================================
  23. # Set environment variables for the build.
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE
  27. NULL=nul
  28. !ENDIF
  29. SHELL = cmd.exe
  30. # The CMake executable.
  31. CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
  32. # The command to remove a file.
  33. RM = "C:\Program Files\CMake\bin\cmake.exe" -E rm -f
  34. # Escaping for special characters.
  35. EQUALS = =
  36. # The top-level source directory on which CMake was run.
  37. CMAKE_SOURCE_DIR = D:\FastDDSTest\AuseftDDSPlugins
  38. # The top-level build directory on which CMake was run.
  39. CMAKE_BINARY_DIR = D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug
  40. #=============================================================================
  41. # Targets provided globally by CMake.
  42. # Special rule for the target edit_cache
  43. edit_cache:
  44. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  45. echo >nul && "C:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  46. .PHONY : edit_cache
  47. # Special rule for the target edit_cache
  48. edit_cache\fast: edit_cache
  49. .PHONY : edit_cache\fast
  50. # Special rule for the target rebuild_cache
  51. rebuild_cache:
  52. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  53. echo >nul && "C:\Program Files\CMake\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  54. .PHONY : rebuild_cache
  55. # Special rule for the target rebuild_cache
  56. rebuild_cache\fast: rebuild_cache
  57. .PHONY : rebuild_cache\fast
  58. # Special rule for the target list_install_components
  59. list_install_components:
  60. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
  61. .PHONY : list_install_components
  62. # Special rule for the target list_install_components
  63. list_install_components\fast: list_install_components
  64. .PHONY : list_install_components\fast
  65. # Special rule for the target install
  66. install: preinstall
  67. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  68. echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
  69. .PHONY : install
  70. # Special rule for the target install
  71. install\fast: preinstall\fast
  72. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  73. echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
  74. .PHONY : install\fast
  75. # Special rule for the target install/local
  76. install\local: preinstall
  77. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  78. echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  79. .PHONY : install\local
  80. # Special rule for the target install/local
  81. install\local\fast: preinstall\fast
  82. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  83. echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  84. .PHONY : install\local\fast
  85. # The main all target
  86. all: cmake_check_build_system
  87. $(CMAKE_COMMAND) -E cmake_progress_start D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\CMakeFiles D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\\CMakeFiles\progress.marks
  88. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all
  89. $(CMAKE_COMMAND) -E cmake_progress_start D:\FastDDSTest\AuseftDDSPlugins\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\CMakeFiles 0
  90. .PHONY : all
  91. # The main clean target
  92. clean:
  93. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) clean
  94. .PHONY : clean
  95. # The main clean target
  96. clean\fast: clean
  97. .PHONY : clean\fast
  98. # Prepare targets for installation.
  99. preinstall: all
  100. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
  101. .PHONY : preinstall
  102. # Prepare targets for installation.
  103. preinstall\fast:
  104. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
  105. .PHONY : preinstall\fast
  106. # clear depends
  107. depend:
  108. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
  109. .PHONY : depend
  110. #=============================================================================
  111. # Target rules for targets named InterfacesIDE
  112. # Build rule for target.
  113. InterfacesIDE: cmake_check_build_system
  114. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) InterfacesIDE
  115. .PHONY : InterfacesIDE
  116. # fast build rule for target.
  117. InterfacesIDE\fast:
  118. $(MAKE) $(MAKESILENT) -f CMakeFiles\InterfacesIDE.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\InterfacesIDE.dir\build
  119. .PHONY : InterfacesIDE\fast
  120. #=============================================================================
  121. # Target rules for targets named AuseftDDSPlugTest
  122. # Build rule for target.
  123. AuseftDDSPlugTest: cmake_check_build_system
  124. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest
  125. .PHONY : AuseftDDSPlugTest
  126. # fast build rule for target.
  127. AuseftDDSPlugTest\fast:
  128. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build
  129. .PHONY : AuseftDDSPlugTest\fast
  130. #=============================================================================
  131. # Target rules for targets named AuseftDDSPlugTest_qmltyperegistration
  132. # Build rule for target.
  133. AuseftDDSPlugTest_qmltyperegistration: cmake_check_build_system
  134. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmltyperegistration
  135. .PHONY : AuseftDDSPlugTest_qmltyperegistration
  136. # fast build rule for target.
  137. AuseftDDSPlugTest_qmltyperegistration\fast:
  138. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmltyperegistration.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmltyperegistration.dir\build
  139. .PHONY : AuseftDDSPlugTest_qmltyperegistration\fast
  140. #=============================================================================
  141. # Target rules for targets named all_qmltyperegistrations
  142. # Build rule for target.
  143. all_qmltyperegistrations: cmake_check_build_system
  144. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmltyperegistrations
  145. .PHONY : all_qmltyperegistrations
  146. # fast build rule for target.
  147. all_qmltyperegistrations\fast:
  148. $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmltyperegistrations.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmltyperegistrations.dir\build
  149. .PHONY : all_qmltyperegistrations\fast
  150. #=============================================================================
  151. # Target rules for targets named AuseftDDSPlugTest_qmllint
  152. # Build rule for target.
  153. AuseftDDSPlugTest_qmllint: cmake_check_build_system
  154. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmllint
  155. .PHONY : AuseftDDSPlugTest_qmllint
  156. # fast build rule for target.
  157. AuseftDDSPlugTest_qmllint\fast:
  158. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmllint.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmllint.dir\build
  159. .PHONY : AuseftDDSPlugTest_qmllint\fast
  160. #=============================================================================
  161. # Target rules for targets named AuseftDDSPlugTest_qmllint_json
  162. # Build rule for target.
  163. AuseftDDSPlugTest_qmllint_json: cmake_check_build_system
  164. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmllint_json
  165. .PHONY : AuseftDDSPlugTest_qmllint_json
  166. # fast build rule for target.
  167. AuseftDDSPlugTest_qmllint_json\fast:
  168. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmllint_json.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmllint_json.dir\build
  169. .PHONY : AuseftDDSPlugTest_qmllint_json\fast
  170. #=============================================================================
  171. # Target rules for targets named AuseftDDSPlugTest_qmllint_module
  172. # Build rule for target.
  173. AuseftDDSPlugTest_qmllint_module: cmake_check_build_system
  174. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmllint_module
  175. .PHONY : AuseftDDSPlugTest_qmllint_module
  176. # fast build rule for target.
  177. AuseftDDSPlugTest_qmllint_module\fast:
  178. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmllint_module.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmllint_module.dir\build
  179. .PHONY : AuseftDDSPlugTest_qmllint_module\fast
  180. #=============================================================================
  181. # Target rules for targets named all_qmllint
  182. # Build rule for target.
  183. all_qmllint: cmake_check_build_system
  184. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmllint
  185. .PHONY : all_qmllint
  186. # fast build rule for target.
  187. all_qmllint\fast:
  188. $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmllint.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmllint.dir\build
  189. .PHONY : all_qmllint\fast
  190. #=============================================================================
  191. # Target rules for targets named all_qmllint_json
  192. # Build rule for target.
  193. all_qmllint_json: cmake_check_build_system
  194. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmllint_json
  195. .PHONY : all_qmllint_json
  196. # fast build rule for target.
  197. all_qmllint_json\fast:
  198. $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmllint_json.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmllint_json.dir\build
  199. .PHONY : all_qmllint_json\fast
  200. #=============================================================================
  201. # Target rules for targets named all_qmllint_module
  202. # Build rule for target.
  203. all_qmllint_module: cmake_check_build_system
  204. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_qmllint_module
  205. .PHONY : all_qmllint_module
  206. # fast build rule for target.
  207. all_qmllint_module\fast:
  208. $(MAKE) $(MAKESILENT) -f CMakeFiles\all_qmllint_module.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_qmllint_module.dir\build
  209. .PHONY : all_qmllint_module\fast
  210. #=============================================================================
  211. # Target rules for targets named AuseftDDSPlugTest_tooling
  212. # Build rule for target.
  213. AuseftDDSPlugTest_tooling: cmake_check_build_system
  214. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_tooling
  215. .PHONY : AuseftDDSPlugTest_tooling
  216. # fast build rule for target.
  217. AuseftDDSPlugTest_tooling\fast:
  218. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_tooling.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_tooling.dir\build
  219. .PHONY : AuseftDDSPlugTest_tooling\fast
  220. #=============================================================================
  221. # Target rules for targets named module_AuseftDDSPlugTest_aotstats_target
  222. # Build rule for target.
  223. module_AuseftDDSPlugTest_aotstats_target: cmake_check_build_system
  224. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) module_AuseftDDSPlugTest_aotstats_target
  225. .PHONY : module_AuseftDDSPlugTest_aotstats_target
  226. # fast build rule for target.
  227. module_AuseftDDSPlugTest_aotstats_target\fast:
  228. $(MAKE) $(MAKESILENT) -f CMakeFiles\module_AuseftDDSPlugTest_aotstats_target.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\module_AuseftDDSPlugTest_aotstats_target.dir\build
  229. .PHONY : module_AuseftDDSPlugTest_aotstats_target\fast
  230. #=============================================================================
  231. # Target rules for targets named all_aotstats
  232. # Build rule for target.
  233. all_aotstats: cmake_check_build_system
  234. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all_aotstats
  235. .PHONY : all_aotstats
  236. # fast build rule for target.
  237. all_aotstats\fast:
  238. $(MAKE) $(MAKESILENT) -f CMakeFiles\all_aotstats.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\all_aotstats.dir\build
  239. .PHONY : all_aotstats\fast
  240. #=============================================================================
  241. # Target rules for targets named AuseftDDSPlugTest_qmlimportscan
  242. # Build rule for target.
  243. AuseftDDSPlugTest_qmlimportscan: cmake_check_build_system
  244. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_qmlimportscan
  245. .PHONY : AuseftDDSPlugTest_qmlimportscan
  246. # fast build rule for target.
  247. AuseftDDSPlugTest_qmlimportscan\fast:
  248. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_qmlimportscan.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_qmlimportscan.dir\build
  249. .PHONY : AuseftDDSPlugTest_qmlimportscan\fast
  250. #=============================================================================
  251. # Target rules for targets named AuseftDDSPlugTest_autogen
  252. # Build rule for target.
  253. AuseftDDSPlugTest_autogen: cmake_check_build_system
  254. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AuseftDDSPlugTest_autogen
  255. .PHONY : AuseftDDSPlugTest_autogen
  256. # fast build rule for target.
  257. AuseftDDSPlugTest_autogen\fast:
  258. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest_autogen.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest_autogen.dir\build
  259. .PHONY : AuseftDDSPlugTest_autogen\fast
  260. #=============================================================================
  261. # Target rules for targets named AQTSampleMachinePlug
  262. # Build rule for target.
  263. AQTSampleMachinePlug: cmake_check_build_system
  264. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug
  265. .PHONY : AQTSampleMachinePlug
  266. # fast build rule for target.
  267. AQTSampleMachinePlug\fast:
  268. $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug.dir\build
  269. .PHONY : AQTSampleMachinePlug\fast
  270. #=============================================================================
  271. # Target rules for targets named AQTSampleMachinePlug_other_files
  272. # Build rule for target.
  273. AQTSampleMachinePlug_other_files: cmake_check_build_system
  274. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug_other_files
  275. .PHONY : AQTSampleMachinePlug_other_files
  276. # fast build rule for target.
  277. AQTSampleMachinePlug_other_files\fast:
  278. $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug_other_files.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug_other_files.dir\build
  279. .PHONY : AQTSampleMachinePlug_other_files\fast
  280. #=============================================================================
  281. # Target rules for targets named AQTSampleMachinePlug_autogen
  282. # Build rule for target.
  283. AQTSampleMachinePlug_autogen: cmake_check_build_system
  284. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug_autogen
  285. .PHONY : AQTSampleMachinePlug_autogen
  286. # fast build rule for target.
  287. AQTSampleMachinePlug_autogen\fast:
  288. $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug_autogen.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug_autogen.dir\build
  289. .PHONY : AQTSampleMachinePlug_autogen\fast
  290. AuseftDDSPlugTest_autogen\mocs_compilation.obj: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
  291. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.obj
  292. # target to build an object file
  293. AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj:
  294. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
  295. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
  296. AuseftDDSPlugTest_autogen\mocs_compilation.i: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
  297. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.i
  298. # target to preprocess a source file
  299. AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i:
  300. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
  301. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
  302. AuseftDDSPlugTest_autogen\mocs_compilation.s: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
  303. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.s
  304. # target to generate assembly for a file
  305. AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s:
  306. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
  307. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
  308. PluginLoader.obj: PluginLoader.cxx.obj
  309. .PHONY : PluginLoader.obj
  310. # target to build an object file
  311. PluginLoader.cxx.obj:
  312. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.obj
  313. .PHONY : PluginLoader.cxx.obj
  314. PluginLoader.i: PluginLoader.cxx.i
  315. .PHONY : PluginLoader.i
  316. # target to preprocess a source file
  317. PluginLoader.cxx.i:
  318. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.i
  319. .PHONY : PluginLoader.cxx.i
  320. PluginLoader.s: PluginLoader.cxx.s
  321. .PHONY : PluginLoader.s
  322. # target to generate assembly for a file
  323. PluginLoader.cxx.s:
  324. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.s
  325. .PHONY : PluginLoader.cxx.s
  326. auseftddsplugtest_qmltyperegistrations.obj: auseftddsplugtest_qmltyperegistrations.cpp.obj
  327. .PHONY : auseftddsplugtest_qmltyperegistrations.obj
  328. # target to build an object file
  329. auseftddsplugtest_qmltyperegistrations.cpp.obj:
  330. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.obj
  331. .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.obj
  332. auseftddsplugtest_qmltyperegistrations.i: auseftddsplugtest_qmltyperegistrations.cpp.i
  333. .PHONY : auseftddsplugtest_qmltyperegistrations.i
  334. # target to preprocess a source file
  335. auseftddsplugtest_qmltyperegistrations.cpp.i:
  336. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.i
  337. .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.i
  338. auseftddsplugtest_qmltyperegistrations.s: auseftddsplugtest_qmltyperegistrations.cpp.s
  339. .PHONY : auseftddsplugtest_qmltyperegistrations.s
  340. # target to generate assembly for a file
  341. auseftddsplugtest_qmltyperegistrations.cpp.s:
  342. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.s
  343. .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.s
  344. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
  345. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.obj
  346. # target to build an object file
  347. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj:
  348. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
  349. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
  350. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
  351. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.i
  352. # target to preprocess a source file
  353. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i:
  354. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
  355. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
  356. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
  357. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.s
  358. # target to generate assembly for a file
  359. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s:
  360. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
  361. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
  362. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
  363. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.obj
  364. # target to build an object file
  365. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj:
  366. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
  367. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
  368. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
  369. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.i
  370. # target to preprocess a source file
  371. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i:
  372. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
  373. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
  374. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
  375. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.s
  376. # target to generate assembly for a file
  377. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s:
  378. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
  379. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
  380. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
  381. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.obj
  382. # target to build an object file
  383. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj:
  384. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
  385. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
  386. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
  387. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.i
  388. # target to preprocess a source file
  389. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i:
  390. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
  391. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
  392. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
  393. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.s
  394. # target to generate assembly for a file
  395. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s:
  396. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
  397. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
  398. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.obj: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
  399. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.obj
  400. # target to build an object file
  401. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj:
  402. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
  403. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
  404. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.i: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
  405. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.i
  406. # target to preprocess a source file
  407. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i:
  408. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
  409. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
  410. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.s: build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
  411. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.s
  412. # target to generate assembly for a file
  413. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s:
  414. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
  415. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
  416. main.obj: main.cpp.obj
  417. .PHONY : main.obj
  418. # target to build an object file
  419. main.cpp.obj:
  420. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.obj
  421. .PHONY : main.cpp.obj
  422. main.i: main.cpp.i
  423. .PHONY : main.i
  424. # target to preprocess a source file
  425. main.cpp.i:
  426. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.i
  427. .PHONY : main.cpp.i
  428. main.s: main.cpp.s
  429. .PHONY : main.s
  430. # target to generate assembly for a file
  431. main.cpp.s:
  432. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.s
  433. .PHONY : main.cpp.s
  434. # Help Target
  435. help:
  436. @echo The following are some of the valid targets for this Makefile:
  437. @echo ... all (the default if no target is provided)
  438. @echo ... clean
  439. @echo ... depend
  440. @echo ... edit_cache
  441. @echo ... install
  442. @echo ... install/local
  443. @echo ... list_install_components
  444. @echo ... rebuild_cache
  445. @echo ... AQTSampleMachinePlug_autogen
  446. @echo ... AQTSampleMachinePlug_other_files
  447. @echo ... AuseftDDSPlugTest_autogen
  448. @echo ... AuseftDDSPlugTest_qmlimportscan
  449. @echo ... AuseftDDSPlugTest_qmllint
  450. @echo ... AuseftDDSPlugTest_qmllint_json
  451. @echo ... AuseftDDSPlugTest_qmllint_module
  452. @echo ... AuseftDDSPlugTest_qmltyperegistration
  453. @echo ... InterfacesIDE
  454. @echo ... all_aotstats
  455. @echo ... all_qmllint
  456. @echo ... all_qmllint_json
  457. @echo ... all_qmllint_module
  458. @echo ... all_qmltyperegistrations
  459. @echo ... module_AuseftDDSPlugTest_aotstats_target
  460. @echo ... AQTSampleMachinePlug
  461. @echo ... AuseftDDSPlugTest
  462. @echo ... AuseftDDSPlugTest_tooling
  463. @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.obj
  464. @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.i
  465. @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.s
  466. @echo ... PluginLoader.obj
  467. @echo ... PluginLoader.i
  468. @echo ... PluginLoader.s
  469. @echo ... auseftddsplugtest_qmltyperegistrations.obj
  470. @echo ... auseftddsplugtest_qmltyperegistrations.i
  471. @echo ... auseftddsplugtest_qmltyperegistrations.s
  472. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.obj
  473. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.i
  474. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.s
  475. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.obj
  476. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.i
  477. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.s
  478. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.obj
  479. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.i
  480. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.s
  481. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.obj
  482. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.i
  483. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.s
  484. @echo ... main.obj
  485. @echo ... main.i
  486. @echo ... main.s
  487. .PHONY : help
  488. #=============================================================================
  489. # Special targets to cleanup operation of make.
  490. # Special rule to run CMake to check the build system integrity.
  491. # No rule that depends on this can have commands that come from listfiles
  492. # because they might be regenerated.
  493. cmake_check_build_system:
  494. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
  495. .PHONY : cmake_check_build_system