奥特QT DDS 插件库
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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