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

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# 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/omnivoice.cpp

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

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/workspace/git/omnivoice.cpp/build/CMakeFiles /mnt/workspace/git/omnivoice.cpp/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/workspace/git/omnivoice.cpp/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -P /mnt/workspace/git/omnivoice.cpp/build/CMakeFiles/VerifyGlobs.cmake
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named version

# Build rule for target.
version: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 version
.PHONY : version

# fast build rule for target.
version/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/version.dir/build.make CMakeFiles/version.dir/build
.PHONY : version/fast

#=============================================================================
# Target rules for targets named yyjson

# Build rule for target.
yyjson: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 yyjson
.PHONY : yyjson

# fast build rule for target.
yyjson/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/yyjson.dir/build.make CMakeFiles/yyjson.dir/build
.PHONY : yyjson/fast

#=============================================================================
# Target rules for targets named omnivoice-core

# Build rule for target.
omnivoice-core: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 omnivoice-core
.PHONY : omnivoice-core

# fast build rule for target.
omnivoice-core/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/build
.PHONY : omnivoice-core/fast

#=============================================================================
# Target rules for targets named quantize

# Build rule for target.
quantize: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quantize
.PHONY : quantize

# fast build rule for target.
quantize/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quantize.dir/build.make CMakeFiles/quantize.dir/build
.PHONY : quantize/fast

#=============================================================================
# Target rules for targets named omnivoice-codec

# Build rule for target.
omnivoice-codec: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 omnivoice-codec
.PHONY : omnivoice-codec

# fast build rule for target.
omnivoice-codec/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-codec.dir/build.make CMakeFiles/omnivoice-codec.dir/build
.PHONY : omnivoice-codec/fast

#=============================================================================
# Target rules for targets named omnivoice-tts

# Build rule for target.
omnivoice-tts: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 omnivoice-tts
.PHONY : omnivoice-tts

# fast build rule for target.
omnivoice-tts/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-tts.dir/build.make CMakeFiles/omnivoice-tts.dir/build
.PHONY : omnivoice-tts/fast

#=============================================================================
# Target rules for targets named tts-server

# Build rule for target.
tts-server: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tts-server
.PHONY : tts-server

# fast build rule for target.
tts-server/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tts-server.dir/build.make CMakeFiles/tts-server.dir/build
.PHONY : tts-server/fast

#=============================================================================
# Target rules for targets named test-abi-c

# Build rule for target.
test-abi-c: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-abi-c
.PHONY : test-abi-c

# fast build rule for target.
test-abi-c/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test-abi-c.dir/build.make CMakeFiles/test-abi-c.dir/build
.PHONY : test-abi-c/fast

#=============================================================================
# Target rules for targets named ggml-base

# Build rule for target.
ggml-base: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-base
.PHONY : ggml-base

# fast build rule for target.
ggml-base/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/build
.PHONY : ggml-base/fast

#=============================================================================
# Target rules for targets named ggml

# Build rule for target.
ggml: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml
.PHONY : ggml

# fast build rule for target.
ggml/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/build
.PHONY : ggml/fast

#=============================================================================
# Target rules for targets named ggml-cpu-x64

# Build rule for target.
ggml-cpu-x64: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-x64
.PHONY : ggml-cpu-x64

# fast build rule for target.
ggml-cpu-x64/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-x64.dir/build.make ggml/src/CMakeFiles/ggml-cpu-x64.dir/build
.PHONY : ggml-cpu-x64/fast

#=============================================================================
# Target rules for targets named ggml-cpu-x64-feats

# Build rule for target.
ggml-cpu-x64-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-x64-feats
.PHONY : ggml-cpu-x64-feats

# fast build rule for target.
ggml-cpu-x64-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-x64-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-x64-feats.dir/build
.PHONY : ggml-cpu-x64-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-sse42

# Build rule for target.
ggml-cpu-sse42: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-sse42
.PHONY : ggml-cpu-sse42

# fast build rule for target.
ggml-cpu-sse42/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-sse42.dir/build.make ggml/src/CMakeFiles/ggml-cpu-sse42.dir/build
.PHONY : ggml-cpu-sse42/fast

#=============================================================================
# Target rules for targets named ggml-cpu-sse42-feats

# Build rule for target.
ggml-cpu-sse42-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-sse42-feats
.PHONY : ggml-cpu-sse42-feats

# fast build rule for target.
ggml-cpu-sse42-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-sse42-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-sse42-feats.dir/build
.PHONY : ggml-cpu-sse42-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-sandybridge

# Build rule for target.
ggml-cpu-sandybridge: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-sandybridge
.PHONY : ggml-cpu-sandybridge

# fast build rule for target.
ggml-cpu-sandybridge/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-sandybridge.dir/build.make ggml/src/CMakeFiles/ggml-cpu-sandybridge.dir/build
.PHONY : ggml-cpu-sandybridge/fast

#=============================================================================
# Target rules for targets named ggml-cpu-sandybridge-feats

# Build rule for target.
ggml-cpu-sandybridge-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-sandybridge-feats
.PHONY : ggml-cpu-sandybridge-feats

# fast build rule for target.
ggml-cpu-sandybridge-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-sandybridge-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-sandybridge-feats.dir/build
.PHONY : ggml-cpu-sandybridge-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-ivybridge

# Build rule for target.
ggml-cpu-ivybridge: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-ivybridge
.PHONY : ggml-cpu-ivybridge

# fast build rule for target.
ggml-cpu-ivybridge/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-ivybridge.dir/build.make ggml/src/CMakeFiles/ggml-cpu-ivybridge.dir/build
.PHONY : ggml-cpu-ivybridge/fast

#=============================================================================
# Target rules for targets named ggml-cpu-ivybridge-feats

# Build rule for target.
ggml-cpu-ivybridge-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-ivybridge-feats
.PHONY : ggml-cpu-ivybridge-feats

# fast build rule for target.
ggml-cpu-ivybridge-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-ivybridge-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-ivybridge-feats.dir/build
.PHONY : ggml-cpu-ivybridge-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-piledriver

# Build rule for target.
ggml-cpu-piledriver: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-piledriver
.PHONY : ggml-cpu-piledriver

# fast build rule for target.
ggml-cpu-piledriver/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-piledriver.dir/build.make ggml/src/CMakeFiles/ggml-cpu-piledriver.dir/build
.PHONY : ggml-cpu-piledriver/fast

#=============================================================================
# Target rules for targets named ggml-cpu-piledriver-feats

# Build rule for target.
ggml-cpu-piledriver-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-piledriver-feats
.PHONY : ggml-cpu-piledriver-feats

# fast build rule for target.
ggml-cpu-piledriver-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-piledriver-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-piledriver-feats.dir/build
.PHONY : ggml-cpu-piledriver-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-haswell

# Build rule for target.
ggml-cpu-haswell: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-haswell
.PHONY : ggml-cpu-haswell

# fast build rule for target.
ggml-cpu-haswell/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-haswell.dir/build.make ggml/src/CMakeFiles/ggml-cpu-haswell.dir/build
.PHONY : ggml-cpu-haswell/fast

#=============================================================================
# Target rules for targets named ggml-cpu-haswell-feats

# Build rule for target.
ggml-cpu-haswell-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-haswell-feats
.PHONY : ggml-cpu-haswell-feats

# fast build rule for target.
ggml-cpu-haswell-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-haswell-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-haswell-feats.dir/build
.PHONY : ggml-cpu-haswell-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-skylakex

# Build rule for target.
ggml-cpu-skylakex: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-skylakex
.PHONY : ggml-cpu-skylakex

# fast build rule for target.
ggml-cpu-skylakex/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-skylakex.dir/build.make ggml/src/CMakeFiles/ggml-cpu-skylakex.dir/build
.PHONY : ggml-cpu-skylakex/fast

#=============================================================================
# Target rules for targets named ggml-cpu-skylakex-feats

# Build rule for target.
ggml-cpu-skylakex-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-skylakex-feats
.PHONY : ggml-cpu-skylakex-feats

# fast build rule for target.
ggml-cpu-skylakex-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-skylakex-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-skylakex-feats.dir/build
.PHONY : ggml-cpu-skylakex-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-cannonlake

# Build rule for target.
ggml-cpu-cannonlake: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-cannonlake
.PHONY : ggml-cpu-cannonlake

# fast build rule for target.
ggml-cpu-cannonlake/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-cannonlake.dir/build.make ggml/src/CMakeFiles/ggml-cpu-cannonlake.dir/build
.PHONY : ggml-cpu-cannonlake/fast

#=============================================================================
# Target rules for targets named ggml-cpu-cannonlake-feats

# Build rule for target.
ggml-cpu-cannonlake-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-cannonlake-feats
.PHONY : ggml-cpu-cannonlake-feats

# fast build rule for target.
ggml-cpu-cannonlake-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-cannonlake-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-cannonlake-feats.dir/build
.PHONY : ggml-cpu-cannonlake-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-cascadelake

# Build rule for target.
ggml-cpu-cascadelake: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-cascadelake
.PHONY : ggml-cpu-cascadelake

# fast build rule for target.
ggml-cpu-cascadelake/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-cascadelake.dir/build.make ggml/src/CMakeFiles/ggml-cpu-cascadelake.dir/build
.PHONY : ggml-cpu-cascadelake/fast

#=============================================================================
# Target rules for targets named ggml-cpu-cascadelake-feats

# Build rule for target.
ggml-cpu-cascadelake-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-cascadelake-feats
.PHONY : ggml-cpu-cascadelake-feats

# fast build rule for target.
ggml-cpu-cascadelake-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-cascadelake-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-cascadelake-feats.dir/build
.PHONY : ggml-cpu-cascadelake-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-icelake

# Build rule for target.
ggml-cpu-icelake: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-icelake
.PHONY : ggml-cpu-icelake

# fast build rule for target.
ggml-cpu-icelake/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-icelake.dir/build.make ggml/src/CMakeFiles/ggml-cpu-icelake.dir/build
.PHONY : ggml-cpu-icelake/fast

#=============================================================================
# Target rules for targets named ggml-cpu-icelake-feats

# Build rule for target.
ggml-cpu-icelake-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-icelake-feats
.PHONY : ggml-cpu-icelake-feats

# fast build rule for target.
ggml-cpu-icelake-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-icelake-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-icelake-feats.dir/build
.PHONY : ggml-cpu-icelake-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-cooperlake

# Build rule for target.
ggml-cpu-cooperlake: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-cooperlake
.PHONY : ggml-cpu-cooperlake

# fast build rule for target.
ggml-cpu-cooperlake/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-cooperlake.dir/build.make ggml/src/CMakeFiles/ggml-cpu-cooperlake.dir/build
.PHONY : ggml-cpu-cooperlake/fast

#=============================================================================
# Target rules for targets named ggml-cpu-cooperlake-feats

# Build rule for target.
ggml-cpu-cooperlake-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-cooperlake-feats
.PHONY : ggml-cpu-cooperlake-feats

# fast build rule for target.
ggml-cpu-cooperlake-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-cooperlake-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-cooperlake-feats.dir/build
.PHONY : ggml-cpu-cooperlake-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-zen4

# Build rule for target.
ggml-cpu-zen4: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-zen4
.PHONY : ggml-cpu-zen4

# fast build rule for target.
ggml-cpu-zen4/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-zen4.dir/build.make ggml/src/CMakeFiles/ggml-cpu-zen4.dir/build
.PHONY : ggml-cpu-zen4/fast

#=============================================================================
# Target rules for targets named ggml-cpu-zen4-feats

# Build rule for target.
ggml-cpu-zen4-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-zen4-feats
.PHONY : ggml-cpu-zen4-feats

# fast build rule for target.
ggml-cpu-zen4-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-zen4-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-zen4-feats.dir/build
.PHONY : ggml-cpu-zen4-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-alderlake

# Build rule for target.
ggml-cpu-alderlake: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-alderlake
.PHONY : ggml-cpu-alderlake

# fast build rule for target.
ggml-cpu-alderlake/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-alderlake.dir/build.make ggml/src/CMakeFiles/ggml-cpu-alderlake.dir/build
.PHONY : ggml-cpu-alderlake/fast

#=============================================================================
# Target rules for targets named ggml-cpu-alderlake-feats

# Build rule for target.
ggml-cpu-alderlake-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-alderlake-feats
.PHONY : ggml-cpu-alderlake-feats

# fast build rule for target.
ggml-cpu-alderlake-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-alderlake-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-alderlake-feats.dir/build
.PHONY : ggml-cpu-alderlake-feats/fast

#=============================================================================
# Target rules for targets named ggml-cpu-sapphirerapids

# Build rule for target.
ggml-cpu-sapphirerapids: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-sapphirerapids
.PHONY : ggml-cpu-sapphirerapids

# fast build rule for target.
ggml-cpu-sapphirerapids/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-sapphirerapids.dir/build.make ggml/src/CMakeFiles/ggml-cpu-sapphirerapids.dir/build
.PHONY : ggml-cpu-sapphirerapids/fast

#=============================================================================
# Target rules for targets named ggml-cpu-sapphirerapids-feats

# Build rule for target.
ggml-cpu-sapphirerapids-feats: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu-sapphirerapids-feats
.PHONY : ggml-cpu-sapphirerapids-feats

# fast build rule for target.
ggml-cpu-sapphirerapids-feats/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu-sapphirerapids-feats.dir/build.make ggml/src/CMakeFiles/ggml-cpu-sapphirerapids-feats.dir/build
.PHONY : ggml-cpu-sapphirerapids-feats/fast

#=============================================================================
# Target rules for targets named ggml-cuda

# Build rule for target.
ggml-cuda: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cuda
.PHONY : ggml-cuda

# fast build rule for target.
ggml-cuda/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build.make ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build
.PHONY : ggml-cuda/fast

#=============================================================================
# Target rules for targets named ggml-vulkan

# Build rule for target.
ggml-vulkan: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-vulkan
.PHONY : ggml-vulkan

# fast build rule for target.
ggml-vulkan/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/ggml-vulkan/CMakeFiles/ggml-vulkan.dir/build.make ggml/src/ggml-vulkan/CMakeFiles/ggml-vulkan.dir/build
.PHONY : ggml-vulkan/fast

#=============================================================================
# Target rules for targets named vulkan-shaders-gen

# Build rule for target.
vulkan-shaders-gen: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vulkan-shaders-gen
.PHONY : vulkan-shaders-gen

# fast build rule for target.
vulkan-shaders-gen/fast:
	$(MAKE) $(MAKESILENT) -f ggml/src/ggml-vulkan/CMakeFiles/vulkan-shaders-gen.dir/build.make ggml/src/ggml-vulkan/CMakeFiles/vulkan-shaders-gen.dir/build
.PHONY : vulkan-shaders-gen/fast

#=============================================================================
# Target rules for targets named httplib

# Build rule for target.
httplib: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 httplib
.PHONY : httplib

# fast build rule for target.
httplib/fast:
	$(MAKE) $(MAKESILENT) -f vendor/cpp-httplib/CMakeFiles/httplib.dir/build.make vendor/cpp-httplib/CMakeFiles/httplib.dir/build
.PHONY : httplib/fast

src/omnivoice.o: src/omnivoice.cpp.o
.PHONY : src/omnivoice.o

# target to build an object file
src/omnivoice.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/omnivoice.cpp.o
.PHONY : src/omnivoice.cpp.o

src/omnivoice.i: src/omnivoice.cpp.i
.PHONY : src/omnivoice.i

# target to preprocess a source file
src/omnivoice.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/omnivoice.cpp.i
.PHONY : src/omnivoice.cpp.i

src/omnivoice.s: src/omnivoice.cpp.s
.PHONY : src/omnivoice.s

# target to generate assembly for a file
src/omnivoice.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/omnivoice.cpp.s
.PHONY : src/omnivoice.cpp.s

src/pipeline-codec.o: src/pipeline-codec.cpp.o
.PHONY : src/pipeline-codec.o

# target to build an object file
src/pipeline-codec.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/pipeline-codec.cpp.o
.PHONY : src/pipeline-codec.cpp.o

src/pipeline-codec.i: src/pipeline-codec.cpp.i
.PHONY : src/pipeline-codec.i

# target to preprocess a source file
src/pipeline-codec.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/pipeline-codec.cpp.i
.PHONY : src/pipeline-codec.cpp.i

src/pipeline-codec.s: src/pipeline-codec.cpp.s
.PHONY : src/pipeline-codec.s

# target to generate assembly for a file
src/pipeline-codec.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/pipeline-codec.cpp.s
.PHONY : src/pipeline-codec.cpp.s

src/pipeline-tts.o: src/pipeline-tts.cpp.o
.PHONY : src/pipeline-tts.o

# target to build an object file
src/pipeline-tts.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/pipeline-tts.cpp.o
.PHONY : src/pipeline-tts.cpp.o

src/pipeline-tts.i: src/pipeline-tts.cpp.i
.PHONY : src/pipeline-tts.i

# target to preprocess a source file
src/pipeline-tts.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/pipeline-tts.cpp.i
.PHONY : src/pipeline-tts.cpp.i

src/pipeline-tts.s: src/pipeline-tts.cpp.s
.PHONY : src/pipeline-tts.s

# target to generate assembly for a file
src/pipeline-tts.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-core.dir/build.make CMakeFiles/omnivoice-core.dir/src/pipeline-tts.cpp.s
.PHONY : src/pipeline-tts.cpp.s

tests/abi-c.o: tests/abi-c.c.o
.PHONY : tests/abi-c.o

# target to build an object file
tests/abi-c.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test-abi-c.dir/build.make CMakeFiles/test-abi-c.dir/tests/abi-c.c.o
.PHONY : tests/abi-c.c.o

tests/abi-c.i: tests/abi-c.c.i
.PHONY : tests/abi-c.i

# target to preprocess a source file
tests/abi-c.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test-abi-c.dir/build.make CMakeFiles/test-abi-c.dir/tests/abi-c.c.i
.PHONY : tests/abi-c.c.i

tests/abi-c.s: tests/abi-c.c.s
.PHONY : tests/abi-c.s

# target to generate assembly for a file
tests/abi-c.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test-abi-c.dir/build.make CMakeFiles/test-abi-c.dir/tests/abi-c.c.s
.PHONY : tests/abi-c.c.s

tools/omnivoice-codec.o: tools/omnivoice-codec.cpp.o
.PHONY : tools/omnivoice-codec.o

# target to build an object file
tools/omnivoice-codec.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-codec.dir/build.make CMakeFiles/omnivoice-codec.dir/tools/omnivoice-codec.cpp.o
.PHONY : tools/omnivoice-codec.cpp.o

tools/omnivoice-codec.i: tools/omnivoice-codec.cpp.i
.PHONY : tools/omnivoice-codec.i

# target to preprocess a source file
tools/omnivoice-codec.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-codec.dir/build.make CMakeFiles/omnivoice-codec.dir/tools/omnivoice-codec.cpp.i
.PHONY : tools/omnivoice-codec.cpp.i

tools/omnivoice-codec.s: tools/omnivoice-codec.cpp.s
.PHONY : tools/omnivoice-codec.s

# target to generate assembly for a file
tools/omnivoice-codec.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-codec.dir/build.make CMakeFiles/omnivoice-codec.dir/tools/omnivoice-codec.cpp.s
.PHONY : tools/omnivoice-codec.cpp.s

tools/omnivoice-tts.o: tools/omnivoice-tts.cpp.o
.PHONY : tools/omnivoice-tts.o

# target to build an object file
tools/omnivoice-tts.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-tts.dir/build.make CMakeFiles/omnivoice-tts.dir/tools/omnivoice-tts.cpp.o
.PHONY : tools/omnivoice-tts.cpp.o

tools/omnivoice-tts.i: tools/omnivoice-tts.cpp.i
.PHONY : tools/omnivoice-tts.i

# target to preprocess a source file
tools/omnivoice-tts.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-tts.dir/build.make CMakeFiles/omnivoice-tts.dir/tools/omnivoice-tts.cpp.i
.PHONY : tools/omnivoice-tts.cpp.i

tools/omnivoice-tts.s: tools/omnivoice-tts.cpp.s
.PHONY : tools/omnivoice-tts.s

# target to generate assembly for a file
tools/omnivoice-tts.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omnivoice-tts.dir/build.make CMakeFiles/omnivoice-tts.dir/tools/omnivoice-tts.cpp.s
.PHONY : tools/omnivoice-tts.cpp.s

tools/quantize.o: tools/quantize.cpp.o
.PHONY : tools/quantize.o

# target to build an object file
tools/quantize.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quantize.dir/build.make CMakeFiles/quantize.dir/tools/quantize.cpp.o
.PHONY : tools/quantize.cpp.o

tools/quantize.i: tools/quantize.cpp.i
.PHONY : tools/quantize.i

# target to preprocess a source file
tools/quantize.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quantize.dir/build.make CMakeFiles/quantize.dir/tools/quantize.cpp.i
.PHONY : tools/quantize.cpp.i

tools/quantize.s: tools/quantize.cpp.s
.PHONY : tools/quantize.s

# target to generate assembly for a file
tools/quantize.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quantize.dir/build.make CMakeFiles/quantize.dir/tools/quantize.cpp.s
.PHONY : tools/quantize.cpp.s

tools/tts-server.o: tools/tts-server.cpp.o
.PHONY : tools/tts-server.o

# target to build an object file
tools/tts-server.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tts-server.dir/build.make CMakeFiles/tts-server.dir/tools/tts-server.cpp.o
.PHONY : tools/tts-server.cpp.o

tools/tts-server.i: tools/tts-server.cpp.i
.PHONY : tools/tts-server.i

# target to preprocess a source file
tools/tts-server.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tts-server.dir/build.make CMakeFiles/tts-server.dir/tools/tts-server.cpp.i
.PHONY : tools/tts-server.cpp.i

tools/tts-server.s: tools/tts-server.cpp.s
.PHONY : tools/tts-server.s

# target to generate assembly for a file
tools/tts-server.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tts-server.dir/build.make CMakeFiles/tts-server.dir/tools/tts-server.cpp.s
.PHONY : tools/tts-server.cpp.s

vendor/yyjson/yyjson.o: vendor/yyjson/yyjson.c.o
.PHONY : vendor/yyjson/yyjson.o

# target to build an object file
vendor/yyjson/yyjson.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/yyjson.dir/build.make CMakeFiles/yyjson.dir/vendor/yyjson/yyjson.c.o
.PHONY : vendor/yyjson/yyjson.c.o

vendor/yyjson/yyjson.i: vendor/yyjson/yyjson.c.i
.PHONY : vendor/yyjson/yyjson.i

# target to preprocess a source file
vendor/yyjson/yyjson.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/yyjson.dir/build.make CMakeFiles/yyjson.dir/vendor/yyjson/yyjson.c.i
.PHONY : vendor/yyjson/yyjson.c.i

vendor/yyjson/yyjson.s: vendor/yyjson/yyjson.c.s
.PHONY : vendor/yyjson/yyjson.s

# target to generate assembly for a file
vendor/yyjson/yyjson.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/yyjson.dir/build.make CMakeFiles/yyjson.dir/vendor/yyjson/yyjson.c.s
.PHONY : vendor/yyjson/yyjson.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... version"
	@echo "... vulkan-shaders-gen"
	@echo "... ggml"
	@echo "... ggml-base"
	@echo "... ggml-cpu-alderlake"
	@echo "... ggml-cpu-alderlake-feats"
	@echo "... ggml-cpu-cannonlake"
	@echo "... ggml-cpu-cannonlake-feats"
	@echo "... ggml-cpu-cascadelake"
	@echo "... ggml-cpu-cascadelake-feats"
	@echo "... ggml-cpu-cooperlake"
	@echo "... ggml-cpu-cooperlake-feats"
	@echo "... ggml-cpu-haswell"
	@echo "... ggml-cpu-haswell-feats"
	@echo "... ggml-cpu-icelake"
	@echo "... ggml-cpu-icelake-feats"
	@echo "... ggml-cpu-ivybridge"
	@echo "... ggml-cpu-ivybridge-feats"
	@echo "... ggml-cpu-piledriver"
	@echo "... ggml-cpu-piledriver-feats"
	@echo "... ggml-cpu-sandybridge"
	@echo "... ggml-cpu-sandybridge-feats"
	@echo "... ggml-cpu-sapphirerapids"
	@echo "... ggml-cpu-sapphirerapids-feats"
	@echo "... ggml-cpu-skylakex"
	@echo "... ggml-cpu-skylakex-feats"
	@echo "... ggml-cpu-sse42"
	@echo "... ggml-cpu-sse42-feats"
	@echo "... ggml-cpu-x64"
	@echo "... ggml-cpu-x64-feats"
	@echo "... ggml-cpu-zen4"
	@echo "... ggml-cpu-zen4-feats"
	@echo "... ggml-cuda"
	@echo "... ggml-vulkan"
	@echo "... httplib"
	@echo "... omnivoice-codec"
	@echo "... omnivoice-core"
	@echo "... omnivoice-tts"
	@echo "... quantize"
	@echo "... test-abi-c"
	@echo "... tts-server"
	@echo "... yyjson"
	@echo "... src/omnivoice.o"
	@echo "... src/omnivoice.i"
	@echo "... src/omnivoice.s"
	@echo "... src/pipeline-codec.o"
	@echo "... src/pipeline-codec.i"
	@echo "... src/pipeline-codec.s"
	@echo "... src/pipeline-tts.o"
	@echo "... src/pipeline-tts.i"
	@echo "... src/pipeline-tts.s"
	@echo "... tests/abi-c.o"
	@echo "... tests/abi-c.i"
	@echo "... tests/abi-c.s"
	@echo "... tools/omnivoice-codec.o"
	@echo "... tools/omnivoice-codec.i"
	@echo "... tools/omnivoice-codec.s"
	@echo "... tools/omnivoice-tts.o"
	@echo "... tools/omnivoice-tts.i"
	@echo "... tools/omnivoice-tts.s"
	@echo "... tools/quantize.o"
	@echo "... tools/quantize.i"
	@echo "... tools/quantize.s"
	@echo "... tools/tts-server.o"
	@echo "... tools/tts-server.i"
	@echo "... tools/tts-server.s"
	@echo "... vendor/yyjson/yyjson.o"
	@echo "... vendor/yyjson/yyjson.i"
	@echo "... vendor/yyjson/yyjson.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -P /mnt/workspace/git/omnivoice.cpp/build/CMakeFiles/VerifyGlobs.cmake
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

