# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31

# Delete rule output on recipe failure.
.DELETE_ON_ERROR:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /mnt/workspace/git/Danmoreng-qwen3-tts.cpp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build

# Include any dependencies generated for this target.
include CMakeFiles/qwen3-tts-cli.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/qwen3-tts-cli.dir/compiler_depend.make

# Include the progress variables for this target.
include CMakeFiles/qwen3-tts-cli.dir/progress.make

# Include the compile flags for this target's objects.
include CMakeFiles/qwen3-tts-cli.dir/flags.make

CMakeFiles/qwen3-tts-cli.dir/codegen:
.PHONY : CMakeFiles/qwen3-tts-cli.dir/codegen

CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o: CMakeFiles/qwen3-tts-cli.dir/flags.make
CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o: /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/src/main.cpp
CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o: CMakeFiles/qwen3-tts-cli.dir/compiler_depend.ts
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o"
	ccache /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o -MF CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o.d -o CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o -c /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/src/main.cpp

CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.i"
	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/src/main.cpp > CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.i

CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.s"
	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/src/main.cpp -o CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.s

# Object files for target qwen3-tts-cli
qwen3__tts__cli_OBJECTS = \
"CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o"

# External object files for target qwen3-tts-cli
qwen3__tts__cli_EXTERNAL_OBJECTS =

qwen3-tts-cli: CMakeFiles/qwen3-tts-cli.dir/src/main.cpp.o
qwen3-tts-cli: CMakeFiles/qwen3-tts-cli.dir/build.make
qwen3-tts-cli: CMakeFiles/qwen3-tts-cli.dir/compiler_depend.ts
qwen3-tts-cli: libqwen3_tts.a
qwen3-tts-cli: libtext_tokenizer.a
qwen3-tts-cli: libtts_transformer.a
qwen3-tts-cli: libaudio_tokenizer_encoder.a
qwen3-tts-cli: libspeech_tokenizer_encoder.a
qwen3-tts-cli: libaudio_tokenizer_decoder.a
qwen3-tts-cli: ggml/src/libggml.so.0.15.3
qwen3-tts-cli: ggml/src/libggml-cpu.so.0.15.3
qwen3-tts-cli: ggml/src/ggml-cuda/libggml-cuda.so.0.15.3
qwen3-tts-cli: ggml/src/libggml-base.so.0.15.3
qwen3-tts-cli: /usr/local/cuda/targets/x86_64-linux/lib/stubs/libcuda.so
qwen3-tts-cli: CMakeFiles/qwen3-tts-cli.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable qwen3-tts-cli"
	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/qwen3-tts-cli.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
CMakeFiles/qwen3-tts-cli.dir/build: qwen3-tts-cli
.PHONY : CMakeFiles/qwen3-tts-cli.dir/build

CMakeFiles/qwen3-tts-cli.dir/clean:
	$(CMAKE_COMMAND) -P CMakeFiles/qwen3-tts-cli.dir/cmake_clean.cmake
.PHONY : CMakeFiles/qwen3-tts-cli.dir/clean

CMakeFiles/qwen3-tts-cli.dir/depend:
	cd /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/workspace/git/Danmoreng-qwen3-tts.cpp /mnt/workspace/git/Danmoreng-qwen3-tts.cpp /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build /mnt/workspace/git/Danmoreng-qwen3-tts.cpp/build/CMakeFiles/qwen3-tts-cli.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : CMakeFiles/qwen3-tts-cli.dir/depend

