奥特QT DDS 插件库
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

623 Zeilen
30KB

  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_autogen
  272. # Build rule for target.
  273. AQTSampleMachinePlug_autogen: cmake_check_build_system
  274. $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) AQTSampleMachinePlug_autogen
  275. .PHONY : AQTSampleMachinePlug_autogen
  276. # fast build rule for target.
  277. AQTSampleMachinePlug_autogen\fast:
  278. $(MAKE) $(MAKESILENT) -f BEFORE\CMakeFiles\AQTSampleMachinePlug_autogen.dir\build.make /nologo -$(MAKEFLAGS) BEFORE\CMakeFiles\AQTSampleMachinePlug_autogen.dir\build
  279. .PHONY : AQTSampleMachinePlug_autogen\fast
  280. AuseftDDSPlugTest_autogen\mocs_compilation.obj: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
  281. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.obj
  282. # target to build an object file
  283. AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj:
  284. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
  285. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.obj
  286. AuseftDDSPlugTest_autogen\mocs_compilation.i: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
  287. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.i
  288. # target to preprocess a source file
  289. AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i:
  290. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
  291. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.i
  292. AuseftDDSPlugTest_autogen\mocs_compilation.s: AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
  293. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.s
  294. # target to generate assembly for a file
  295. AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s:
  296. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
  297. .PHONY : AuseftDDSPlugTest_autogen\mocs_compilation.cpp.s
  298. PluginLoader.obj: PluginLoader.cxx.obj
  299. .PHONY : PluginLoader.obj
  300. # target to build an object file
  301. PluginLoader.cxx.obj:
  302. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.obj
  303. .PHONY : PluginLoader.cxx.obj
  304. PluginLoader.i: PluginLoader.cxx.i
  305. .PHONY : PluginLoader.i
  306. # target to preprocess a source file
  307. PluginLoader.cxx.i:
  308. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.i
  309. .PHONY : PluginLoader.cxx.i
  310. PluginLoader.s: PluginLoader.cxx.s
  311. .PHONY : PluginLoader.s
  312. # target to generate assembly for a file
  313. PluginLoader.cxx.s:
  314. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\PluginLoader.cxx.s
  315. .PHONY : PluginLoader.cxx.s
  316. auseftddsplugtest_qmltyperegistrations.obj: auseftddsplugtest_qmltyperegistrations.cpp.obj
  317. .PHONY : auseftddsplugtest_qmltyperegistrations.obj
  318. # target to build an object file
  319. auseftddsplugtest_qmltyperegistrations.cpp.obj:
  320. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.obj
  321. .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.obj
  322. auseftddsplugtest_qmltyperegistrations.i: auseftddsplugtest_qmltyperegistrations.cpp.i
  323. .PHONY : auseftddsplugtest_qmltyperegistrations.i
  324. # target to preprocess a source file
  325. auseftddsplugtest_qmltyperegistrations.cpp.i:
  326. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.i
  327. .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.i
  328. auseftddsplugtest_qmltyperegistrations.s: auseftddsplugtest_qmltyperegistrations.cpp.s
  329. .PHONY : auseftddsplugtest_qmltyperegistrations.s
  330. # target to generate assembly for a file
  331. auseftddsplugtest_qmltyperegistrations.cpp.s:
  332. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\auseftddsplugtest_qmltyperegistrations.cpp.s
  333. .PHONY : auseftddsplugtest_qmltyperegistrations.cpp.s
  334. 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
  335. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.obj
  336. # target to build an object file
  337. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj:
  338. $(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
  339. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.obj
  340. 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
  341. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.i
  342. # target to preprocess a source file
  343. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i:
  344. $(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
  345. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.i
  346. 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
  347. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.s
  348. # target to generate assembly for a file
  349. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s:
  350. $(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
  351. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_AuseftDDSPlugTest_raw_qml_0.cpp.s
  352. 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
  353. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.obj
  354. # target to build an object file
  355. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj:
  356. $(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
  357. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.obj
  358. 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
  359. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.i
  360. # target to preprocess a source file
  361. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i:
  362. $(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
  363. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.i
  364. 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
  365. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.s
  366. # target to generate assembly for a file
  367. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s:
  368. $(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
  369. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.qt\rcc\qrc_qmake_AuseftDDSPlugTest.cpp.s
  370. 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
  371. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.obj
  372. # target to build an object file
  373. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj:
  374. $(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
  375. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.obj
  376. 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
  377. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.i
  378. # target to preprocess a source file
  379. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i:
  380. $(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
  381. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.i
  382. 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
  383. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.s
  384. # target to generate assembly for a file
  385. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s:
  386. $(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
  387. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_Main_qml.cpp.s
  388. 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
  389. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.obj
  390. # target to build an object file
  391. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj:
  392. $(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
  393. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.obj
  394. 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
  395. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.i
  396. # target to preprocess a source file
  397. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i:
  398. $(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
  399. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.i
  400. 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
  401. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.s
  402. # target to generate assembly for a file
  403. build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s:
  404. $(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
  405. .PHONY : build\Desktop_Qt_6_8_1_MSVC2022_64bit-Debug\.rcc\qmlcache\AuseftDDSPlugTest_qmlcache_loader.cpp.s
  406. main.obj: main.cpp.obj
  407. .PHONY : main.obj
  408. # target to build an object file
  409. main.cpp.obj:
  410. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.obj
  411. .PHONY : main.cpp.obj
  412. main.i: main.cpp.i
  413. .PHONY : main.i
  414. # target to preprocess a source file
  415. main.cpp.i:
  416. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.i
  417. .PHONY : main.cpp.i
  418. main.s: main.cpp.s
  419. .PHONY : main.s
  420. # target to generate assembly for a file
  421. main.cpp.s:
  422. $(MAKE) $(MAKESILENT) -f CMakeFiles\AuseftDDSPlugTest.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\AuseftDDSPlugTest.dir\main.cpp.s
  423. .PHONY : main.cpp.s
  424. # Help Target
  425. help:
  426. @echo The following are some of the valid targets for this Makefile:
  427. @echo ... all (the default if no target is provided)
  428. @echo ... clean
  429. @echo ... depend
  430. @echo ... edit_cache
  431. @echo ... install
  432. @echo ... install/local
  433. @echo ... list_install_components
  434. @echo ... rebuild_cache
  435. @echo ... AQTSampleMachinePlug_autogen
  436. @echo ... AuseftDDSPlugTest_autogen
  437. @echo ... AuseftDDSPlugTest_qmlimportscan
  438. @echo ... AuseftDDSPlugTest_qmllint
  439. @echo ... AuseftDDSPlugTest_qmllint_json
  440. @echo ... AuseftDDSPlugTest_qmllint_module
  441. @echo ... AuseftDDSPlugTest_qmltyperegistration
  442. @echo ... InterfacesIDE
  443. @echo ... all_aotstats
  444. @echo ... all_qmllint
  445. @echo ... all_qmllint_json
  446. @echo ... all_qmllint_module
  447. @echo ... all_qmltyperegistrations
  448. @echo ... module_AuseftDDSPlugTest_aotstats_target
  449. @echo ... AQTSampleMachinePlug
  450. @echo ... AuseftDDSPlugTest
  451. @echo ... AuseftDDSPlugTest_tooling
  452. @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.obj
  453. @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.i
  454. @echo ... AuseftDDSPlugTest_autogen/mocs_compilation.s
  455. @echo ... PluginLoader.obj
  456. @echo ... PluginLoader.i
  457. @echo ... PluginLoader.s
  458. @echo ... auseftddsplugtest_qmltyperegistrations.obj
  459. @echo ... auseftddsplugtest_qmltyperegistrations.i
  460. @echo ... auseftddsplugtest_qmltyperegistrations.s
  461. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.obj
  462. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.i
  463. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_AuseftDDSPlugTest_raw_qml_0.s
  464. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.obj
  465. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.i
  466. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.qt/rcc/qrc_qmake_AuseftDDSPlugTest.s
  467. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.obj
  468. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.i
  469. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_Main_qml.s
  470. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.obj
  471. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.i
  472. @echo ... build/Desktop_Qt_6_8_1_MSVC2022_64bit-Debug/.rcc/qmlcache/AuseftDDSPlugTest_qmlcache_loader.s
  473. @echo ... main.obj
  474. @echo ... main.i
  475. @echo ... main.s
  476. .PHONY : help
  477. #=============================================================================
  478. # Special targets to cleanup operation of make.
  479. # Special rule to run CMake to check the build system integrity.
  480. # No rule that depends on this can have commands that come from listfiles
  481. # because they might be regenerated.
  482. cmake_check_build_system:
  483. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
  484. .PHONY : cmake_check_build_system