Makefile 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 4.1
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /opt/homebrew/bin/cmake
  36. # The command to remove a file.
  37. RM = /opt/homebrew/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  49. /opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  57. /opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # The main all target
  63. all: cmake_check_build_system
  64. $(CMAKE_COMMAND) -E cmake_progress_start /Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build/CMakeFiles /Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build//CMakeFiles/progress.marks
  65. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  66. $(CMAKE_COMMAND) -E cmake_progress_start /Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build/CMakeFiles 0
  67. .PHONY : all
  68. # The main clean target
  69. clean:
  70. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  71. .PHONY : clean
  72. # The main clean target
  73. clean/fast: clean
  74. .PHONY : clean/fast
  75. # Prepare targets for installation.
  76. preinstall: all
  77. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  78. .PHONY : preinstall
  79. # Prepare targets for installation.
  80. preinstall/fast:
  81. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  82. .PHONY : preinstall/fast
  83. # clear depends
  84. depend:
  85. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  86. .PHONY : depend
  87. #=============================================================================
  88. # Target rules for targets named whisper_client
  89. # Build rule for target.
  90. whisper_client: cmake_check_build_system
  91. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 whisper_client
  92. .PHONY : whisper_client
  93. # fast build rule for target.
  94. whisper_client/fast:
  95. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/build
  96. .PHONY : whisper_client/fast
  97. #=============================================================================
  98. # Target rules for targets named whisper_client_autogen_timestamp_deps
  99. # Build rule for target.
  100. whisper_client_autogen_timestamp_deps: cmake_check_build_system
  101. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 whisper_client_autogen_timestamp_deps
  102. .PHONY : whisper_client_autogen_timestamp_deps
  103. # fast build rule for target.
  104. whisper_client_autogen_timestamp_deps/fast:
  105. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client_autogen_timestamp_deps.dir/build.make CMakeFiles/whisper_client_autogen_timestamp_deps.dir/build
  106. .PHONY : whisper_client_autogen_timestamp_deps/fast
  107. #=============================================================================
  108. # Target rules for targets named whisper_client_autogen
  109. # Build rule for target.
  110. whisper_client_autogen: cmake_check_build_system
  111. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 whisper_client_autogen
  112. .PHONY : whisper_client_autogen
  113. # fast build rule for target.
  114. whisper_client_autogen/fast:
  115. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client_autogen.dir/build.make CMakeFiles/whisper_client_autogen.dir/build
  116. .PHONY : whisper_client_autogen/fast
  117. asrclient.o: asrclient.cpp.o
  118. .PHONY : asrclient.o
  119. # target to build an object file
  120. asrclient.cpp.o:
  121. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/asrclient.cpp.o
  122. .PHONY : asrclient.cpp.o
  123. asrclient.i: asrclient.cpp.i
  124. .PHONY : asrclient.i
  125. # target to preprocess a source file
  126. asrclient.cpp.i:
  127. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/asrclient.cpp.i
  128. .PHONY : asrclient.cpp.i
  129. asrclient.s: asrclient.cpp.s
  130. .PHONY : asrclient.s
  131. # target to generate assembly for a file
  132. asrclient.cpp.s:
  133. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/asrclient.cpp.s
  134. .PHONY : asrclient.cpp.s
  135. audiocapture.o: audiocapture.mm.o
  136. .PHONY : audiocapture.o
  137. # target to build an object file
  138. audiocapture.mm.o:
  139. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/audiocapture.mm.o
  140. .PHONY : audiocapture.mm.o
  141. main.o: main.cpp.o
  142. .PHONY : main.o
  143. # target to build an object file
  144. main.cpp.o:
  145. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/main.cpp.o
  146. .PHONY : main.cpp.o
  147. main.i: main.cpp.i
  148. .PHONY : main.i
  149. # target to preprocess a source file
  150. main.cpp.i:
  151. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/main.cpp.i
  152. .PHONY : main.cpp.i
  153. main.s: main.cpp.s
  154. .PHONY : main.s
  155. # target to generate assembly for a file
  156. main.cpp.s:
  157. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/main.cpp.s
  158. .PHONY : main.cpp.s
  159. mainwindow.o: mainwindow.cpp.o
  160. .PHONY : mainwindow.o
  161. # target to build an object file
  162. mainwindow.cpp.o:
  163. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/mainwindow.cpp.o
  164. .PHONY : mainwindow.cpp.o
  165. mainwindow.i: mainwindow.cpp.i
  166. .PHONY : mainwindow.i
  167. # target to preprocess a source file
  168. mainwindow.cpp.i:
  169. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/mainwindow.cpp.i
  170. .PHONY : mainwindow.cpp.i
  171. mainwindow.s: mainwindow.cpp.s
  172. .PHONY : mainwindow.s
  173. # target to generate assembly for a file
  174. mainwindow.cpp.s:
  175. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/mainwindow.cpp.s
  176. .PHONY : mainwindow.cpp.s
  177. whisper_client_autogen/mocs_compilation.o: whisper_client_autogen/mocs_compilation.cpp.o
  178. .PHONY : whisper_client_autogen/mocs_compilation.o
  179. # target to build an object file
  180. whisper_client_autogen/mocs_compilation.cpp.o:
  181. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/whisper_client_autogen/mocs_compilation.cpp.o
  182. .PHONY : whisper_client_autogen/mocs_compilation.cpp.o
  183. whisper_client_autogen/mocs_compilation.i: whisper_client_autogen/mocs_compilation.cpp.i
  184. .PHONY : whisper_client_autogen/mocs_compilation.i
  185. # target to preprocess a source file
  186. whisper_client_autogen/mocs_compilation.cpp.i:
  187. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/whisper_client_autogen/mocs_compilation.cpp.i
  188. .PHONY : whisper_client_autogen/mocs_compilation.cpp.i
  189. whisper_client_autogen/mocs_compilation.s: whisper_client_autogen/mocs_compilation.cpp.s
  190. .PHONY : whisper_client_autogen/mocs_compilation.s
  191. # target to generate assembly for a file
  192. whisper_client_autogen/mocs_compilation.cpp.s:
  193. $(MAKE) $(MAKESILENT) -f CMakeFiles/whisper_client.dir/build.make CMakeFiles/whisper_client.dir/whisper_client_autogen/mocs_compilation.cpp.s
  194. .PHONY : whisper_client_autogen/mocs_compilation.cpp.s
  195. # Help Target
  196. help:
  197. @echo "The following are some of the valid targets for this Makefile:"
  198. @echo "... all (the default if no target is provided)"
  199. @echo "... clean"
  200. @echo "... depend"
  201. @echo "... edit_cache"
  202. @echo "... rebuild_cache"
  203. @echo "... whisper_client_autogen"
  204. @echo "... whisper_client_autogen_timestamp_deps"
  205. @echo "... whisper_client"
  206. @echo "... asrclient.o"
  207. @echo "... asrclient.i"
  208. @echo "... asrclient.s"
  209. @echo "... audiocapture.o"
  210. @echo "... main.o"
  211. @echo "... main.i"
  212. @echo "... main.s"
  213. @echo "... mainwindow.o"
  214. @echo "... mainwindow.i"
  215. @echo "... mainwindow.s"
  216. @echo "... whisper_client_autogen/mocs_compilation.o"
  217. @echo "... whisper_client_autogen/mocs_compilation.i"
  218. @echo "... whisper_client_autogen/mocs_compilation.s"
  219. .PHONY : help
  220. #=============================================================================
  221. # Special targets to cleanup operation of make.
  222. # Special rule to run CMake to check the build system integrity.
  223. # No rule that depends on this can have commands that come from listfiles
  224. # because they might be regenerated.
  225. cmake_check_build_system:
  226. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  227. .PHONY : cmake_check_build_system