# 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

#=============================================================================
# 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 = /home/rurouni/src/llama.cpp-upstream

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rurouni/src/llama.cpp-upstream/build-cuda

#=============================================================================
# Directory level rules for the build root directory

# The main recursive "all" target.
all: ggml/all
all: src/all
all: common/all
all: vendor/cpp-httplib/all
all: tools/all
all: app/all
.PHONY : all

# The main recursive "codegen" target.
codegen: ggml/codegen
codegen: src/codegen
codegen: common/codegen
codegen: vendor/cpp-httplib/codegen
codegen: tools/codegen
codegen: app/codegen
.PHONY : codegen

# The main recursive "preinstall" target.
preinstall: ggml/preinstall
preinstall: src/preinstall
preinstall: common/preinstall
preinstall: vendor/cpp-httplib/preinstall
preinstall: tools/preinstall
preinstall: app/preinstall
.PHONY : preinstall

# The main recursive "clean" target.
clean: ggml/clean
clean: src/clean
clean: common/clean
clean: vendor/cpp-httplib/clean
clean: tools/clean
clean: app/clean
.PHONY : clean

#=============================================================================
# Directory level rules for directory app

# Recursive "all" directory target.
app/all: app/CMakeFiles/llama-app.dir/all
.PHONY : app/all

# Recursive "codegen" directory target.
app/codegen: app/CMakeFiles/llama-app.dir/codegen
.PHONY : app/codegen

# Recursive "preinstall" directory target.
app/preinstall:
.PHONY : app/preinstall

# Recursive "clean" directory target.
app/clean: app/CMakeFiles/llama-app.dir/clean
.PHONY : app/clean

#=============================================================================
# Directory level rules for directory common

# Recursive "all" directory target.
common/all: common/CMakeFiles/llama-common-base.dir/all
common/all: common/CMakeFiles/llama-common.dir/all
.PHONY : common/all

# Recursive "codegen" directory target.
common/codegen: common/CMakeFiles/llama-common-base.dir/codegen
common/codegen: common/CMakeFiles/llama-common.dir/codegen
.PHONY : common/codegen

# Recursive "preinstall" directory target.
common/preinstall:
.PHONY : common/preinstall

# Recursive "clean" directory target.
common/clean: common/CMakeFiles/llama-common-base.dir/clean
common/clean: common/CMakeFiles/llama-common.dir/clean
.PHONY : common/clean

#=============================================================================
# Directory level rules for directory ggml

# Recursive "all" directory target.
ggml/all: ggml/src/all
.PHONY : ggml/all

# Recursive "codegen" directory target.
ggml/codegen: ggml/src/codegen
.PHONY : ggml/codegen

# Recursive "preinstall" directory target.
ggml/preinstall: ggml/src/preinstall
.PHONY : ggml/preinstall

# Recursive "clean" directory target.
ggml/clean: ggml/src/clean
.PHONY : ggml/clean

#=============================================================================
# Directory level rules for directory ggml/src

# Recursive "all" directory target.
ggml/src/all: ggml/src/CMakeFiles/ggml-base.dir/all
ggml/src/all: ggml/src/CMakeFiles/ggml.dir/all
ggml/src/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
ggml/src/all: ggml/src/ggml-cpu/all
ggml/src/all: ggml/src/ggml-cuda/all
.PHONY : ggml/src/all

# Recursive "codegen" directory target.
ggml/src/codegen: ggml/src/CMakeFiles/ggml-base.dir/codegen
ggml/src/codegen: ggml/src/CMakeFiles/ggml.dir/codegen
ggml/src/codegen: ggml/src/CMakeFiles/ggml-cpu.dir/codegen
ggml/src/codegen: ggml/src/ggml-cpu/codegen
ggml/src/codegen: ggml/src/ggml-cuda/codegen
.PHONY : ggml/src/codegen

# Recursive "preinstall" directory target.
ggml/src/preinstall: ggml/src/ggml-cpu/preinstall
ggml/src/preinstall: ggml/src/ggml-cuda/preinstall
.PHONY : ggml/src/preinstall

# Recursive "clean" directory target.
ggml/src/clean: ggml/src/CMakeFiles/ggml-base.dir/clean
ggml/src/clean: ggml/src/CMakeFiles/ggml.dir/clean
ggml/src/clean: ggml/src/CMakeFiles/ggml-cpu.dir/clean
ggml/src/clean: ggml/src/ggml-cpu/clean
ggml/src/clean: ggml/src/ggml-cuda/clean
.PHONY : ggml/src/clean

#=============================================================================
# Directory level rules for directory ggml/src/ggml-cpu

# Recursive "all" directory target.
ggml/src/ggml-cpu/all:
.PHONY : ggml/src/ggml-cpu/all

# Recursive "codegen" directory target.
ggml/src/ggml-cpu/codegen:
.PHONY : ggml/src/ggml-cpu/codegen

# Recursive "preinstall" directory target.
ggml/src/ggml-cpu/preinstall:
.PHONY : ggml/src/ggml-cpu/preinstall

# Recursive "clean" directory target.
ggml/src/ggml-cpu/clean:
.PHONY : ggml/src/ggml-cpu/clean

#=============================================================================
# Directory level rules for directory ggml/src/ggml-cuda

# Recursive "all" directory target.
ggml/src/ggml-cuda/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
.PHONY : ggml/src/ggml-cuda/all

# Recursive "codegen" directory target.
ggml/src/ggml-cuda/codegen: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/codegen
.PHONY : ggml/src/ggml-cuda/codegen

# Recursive "preinstall" directory target.
ggml/src/ggml-cuda/preinstall:
.PHONY : ggml/src/ggml-cuda/preinstall

# Recursive "clean" directory target.
ggml/src/ggml-cuda/clean: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/clean
.PHONY : ggml/src/ggml-cuda/clean

#=============================================================================
# Directory level rules for directory src

# Recursive "all" directory target.
src/all: src/CMakeFiles/llama.dir/all
.PHONY : src/all

# Recursive "codegen" directory target.
src/codegen: src/CMakeFiles/llama.dir/codegen
.PHONY : src/codegen

# Recursive "preinstall" directory target.
src/preinstall:
.PHONY : src/preinstall

# Recursive "clean" directory target.
src/clean: src/CMakeFiles/llama.dir/clean
.PHONY : src/clean

#=============================================================================
# Directory level rules for directory tools

# Recursive "all" directory target.
tools/all: tools/batched-bench/all
tools/all: tools/gguf-split/all
tools/all: tools/imatrix/all
tools/all: tools/llama-bench/all
tools/all: tools/completion/all
tools/all: tools/perplexity/all
tools/all: tools/quantize/all
tools/all: tools/ui/all
tools/all: tools/cli/all
tools/all: tools/server/all
tools/all: tools/tokenize/all
tools/all: tools/parser/all
tools/all: tools/tts/all
tools/all: tools/mtmd/all
tools/all: tools/cvector-generator/all
tools/all: tools/export-lora/all
tools/all: tools/fit-params/all
tools/all: tools/results/all
.PHONY : tools/all

# Recursive "codegen" directory target.
tools/codegen: tools/batched-bench/codegen
tools/codegen: tools/gguf-split/codegen
tools/codegen: tools/imatrix/codegen
tools/codegen: tools/llama-bench/codegen
tools/codegen: tools/completion/codegen
tools/codegen: tools/perplexity/codegen
tools/codegen: tools/quantize/codegen
tools/codegen: tools/ui/codegen
tools/codegen: tools/cli/codegen
tools/codegen: tools/server/codegen
tools/codegen: tools/tokenize/codegen
tools/codegen: tools/parser/codegen
tools/codegen: tools/tts/codegen
tools/codegen: tools/mtmd/codegen
tools/codegen: tools/cvector-generator/codegen
tools/codegen: tools/export-lora/codegen
tools/codegen: tools/fit-params/codegen
tools/codegen: tools/results/codegen
.PHONY : tools/codegen

# Recursive "preinstall" directory target.
tools/preinstall: tools/batched-bench/preinstall
tools/preinstall: tools/gguf-split/preinstall
tools/preinstall: tools/imatrix/preinstall
tools/preinstall: tools/llama-bench/preinstall
tools/preinstall: tools/completion/preinstall
tools/preinstall: tools/perplexity/preinstall
tools/preinstall: tools/quantize/preinstall
tools/preinstall: tools/ui/preinstall
tools/preinstall: tools/cli/preinstall
tools/preinstall: tools/server/preinstall
tools/preinstall: tools/tokenize/preinstall
tools/preinstall: tools/parser/preinstall
tools/preinstall: tools/tts/preinstall
tools/preinstall: tools/mtmd/preinstall
tools/preinstall: tools/cvector-generator/preinstall
tools/preinstall: tools/export-lora/preinstall
tools/preinstall: tools/fit-params/preinstall
tools/preinstall: tools/results/preinstall
.PHONY : tools/preinstall

# Recursive "clean" directory target.
tools/clean: tools/batched-bench/clean
tools/clean: tools/gguf-split/clean
tools/clean: tools/imatrix/clean
tools/clean: tools/llama-bench/clean
tools/clean: tools/completion/clean
tools/clean: tools/perplexity/clean
tools/clean: tools/quantize/clean
tools/clean: tools/ui/clean
tools/clean: tools/cli/clean
tools/clean: tools/server/clean
tools/clean: tools/tokenize/clean
tools/clean: tools/parser/clean
tools/clean: tools/tts/clean
tools/clean: tools/mtmd/clean
tools/clean: tools/cvector-generator/clean
tools/clean: tools/export-lora/clean
tools/clean: tools/fit-params/clean
tools/clean: tools/results/clean
.PHONY : tools/clean

#=============================================================================
# Directory level rules for directory tools/batched-bench

# Recursive "all" directory target.
tools/batched-bench/all: tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all
tools/batched-bench/all: tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all
.PHONY : tools/batched-bench/all

# Recursive "codegen" directory target.
tools/batched-bench/codegen: tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/codegen
tools/batched-bench/codegen: tools/batched-bench/CMakeFiles/llama-batched-bench.dir/codegen
.PHONY : tools/batched-bench/codegen

# Recursive "preinstall" directory target.
tools/batched-bench/preinstall:
.PHONY : tools/batched-bench/preinstall

# Recursive "clean" directory target.
tools/batched-bench/clean: tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/clean
tools/batched-bench/clean: tools/batched-bench/CMakeFiles/llama-batched-bench.dir/clean
.PHONY : tools/batched-bench/clean

#=============================================================================
# Directory level rules for directory tools/cli

# Recursive "all" directory target.
tools/cli/all: tools/cli/CMakeFiles/llama-cli-impl.dir/all
tools/cli/all: tools/cli/CMakeFiles/llama-cli.dir/all
.PHONY : tools/cli/all

# Recursive "codegen" directory target.
tools/cli/codegen: tools/cli/CMakeFiles/llama-cli-impl.dir/codegen
tools/cli/codegen: tools/cli/CMakeFiles/llama-cli.dir/codegen
.PHONY : tools/cli/codegen

# Recursive "preinstall" directory target.
tools/cli/preinstall:
.PHONY : tools/cli/preinstall

# Recursive "clean" directory target.
tools/cli/clean: tools/cli/CMakeFiles/llama-cli-impl.dir/clean
tools/cli/clean: tools/cli/CMakeFiles/llama-cli.dir/clean
.PHONY : tools/cli/clean

#=============================================================================
# Directory level rules for directory tools/completion

# Recursive "all" directory target.
tools/completion/all: tools/completion/CMakeFiles/llama-completion-impl.dir/all
tools/completion/all: tools/completion/CMakeFiles/llama-completion.dir/all
.PHONY : tools/completion/all

# Recursive "codegen" directory target.
tools/completion/codegen: tools/completion/CMakeFiles/llama-completion-impl.dir/codegen
tools/completion/codegen: tools/completion/CMakeFiles/llama-completion.dir/codegen
.PHONY : tools/completion/codegen

# Recursive "preinstall" directory target.
tools/completion/preinstall:
.PHONY : tools/completion/preinstall

# Recursive "clean" directory target.
tools/completion/clean: tools/completion/CMakeFiles/llama-completion-impl.dir/clean
tools/completion/clean: tools/completion/CMakeFiles/llama-completion.dir/clean
.PHONY : tools/completion/clean

#=============================================================================
# Directory level rules for directory tools/cvector-generator

# Recursive "all" directory target.
tools/cvector-generator/all: tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all
.PHONY : tools/cvector-generator/all

# Recursive "codegen" directory target.
tools/cvector-generator/codegen: tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/codegen
.PHONY : tools/cvector-generator/codegen

# Recursive "preinstall" directory target.
tools/cvector-generator/preinstall:
.PHONY : tools/cvector-generator/preinstall

# Recursive "clean" directory target.
tools/cvector-generator/clean: tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean
.PHONY : tools/cvector-generator/clean

#=============================================================================
# Directory level rules for directory tools/export-lora

# Recursive "all" directory target.
tools/export-lora/all: tools/export-lora/CMakeFiles/llama-export-lora.dir/all
.PHONY : tools/export-lora/all

# Recursive "codegen" directory target.
tools/export-lora/codegen: tools/export-lora/CMakeFiles/llama-export-lora.dir/codegen
.PHONY : tools/export-lora/codegen

# Recursive "preinstall" directory target.
tools/export-lora/preinstall:
.PHONY : tools/export-lora/preinstall

# Recursive "clean" directory target.
tools/export-lora/clean: tools/export-lora/CMakeFiles/llama-export-lora.dir/clean
.PHONY : tools/export-lora/clean

#=============================================================================
# Directory level rules for directory tools/fit-params

# Recursive "all" directory target.
tools/fit-params/all: tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all
tools/fit-params/all: tools/fit-params/CMakeFiles/llama-fit-params.dir/all
.PHONY : tools/fit-params/all

# Recursive "codegen" directory target.
tools/fit-params/codegen: tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/codegen
tools/fit-params/codegen: tools/fit-params/CMakeFiles/llama-fit-params.dir/codegen
.PHONY : tools/fit-params/codegen

# Recursive "preinstall" directory target.
tools/fit-params/preinstall:
.PHONY : tools/fit-params/preinstall

# Recursive "clean" directory target.
tools/fit-params/clean: tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/clean
tools/fit-params/clean: tools/fit-params/CMakeFiles/llama-fit-params.dir/clean
.PHONY : tools/fit-params/clean

#=============================================================================
# Directory level rules for directory tools/gguf-split

# Recursive "all" directory target.
tools/gguf-split/all: tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all
.PHONY : tools/gguf-split/all

# Recursive "codegen" directory target.
tools/gguf-split/codegen: tools/gguf-split/CMakeFiles/llama-gguf-split.dir/codegen
.PHONY : tools/gguf-split/codegen

# Recursive "preinstall" directory target.
tools/gguf-split/preinstall:
.PHONY : tools/gguf-split/preinstall

# Recursive "clean" directory target.
tools/gguf-split/clean: tools/gguf-split/CMakeFiles/llama-gguf-split.dir/clean
.PHONY : tools/gguf-split/clean

#=============================================================================
# Directory level rules for directory tools/imatrix

# Recursive "all" directory target.
tools/imatrix/all: tools/imatrix/CMakeFiles/llama-imatrix.dir/all
.PHONY : tools/imatrix/all

# Recursive "codegen" directory target.
tools/imatrix/codegen: tools/imatrix/CMakeFiles/llama-imatrix.dir/codegen
.PHONY : tools/imatrix/codegen

# Recursive "preinstall" directory target.
tools/imatrix/preinstall:
.PHONY : tools/imatrix/preinstall

# Recursive "clean" directory target.
tools/imatrix/clean: tools/imatrix/CMakeFiles/llama-imatrix.dir/clean
.PHONY : tools/imatrix/clean

#=============================================================================
# Directory level rules for directory tools/llama-bench

# Recursive "all" directory target.
tools/llama-bench/all: tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all
tools/llama-bench/all: tools/llama-bench/CMakeFiles/llama-bench.dir/all
.PHONY : tools/llama-bench/all

# Recursive "codegen" directory target.
tools/llama-bench/codegen: tools/llama-bench/CMakeFiles/llama-bench-impl.dir/codegen
tools/llama-bench/codegen: tools/llama-bench/CMakeFiles/llama-bench.dir/codegen
.PHONY : tools/llama-bench/codegen

# Recursive "preinstall" directory target.
tools/llama-bench/preinstall:
.PHONY : tools/llama-bench/preinstall

# Recursive "clean" directory target.
tools/llama-bench/clean: tools/llama-bench/CMakeFiles/llama-bench-impl.dir/clean
tools/llama-bench/clean: tools/llama-bench/CMakeFiles/llama-bench.dir/clean
.PHONY : tools/llama-bench/clean

#=============================================================================
# Directory level rules for directory tools/mtmd

# Recursive "all" directory target.
tools/mtmd/all: tools/mtmd/CMakeFiles/mtmd.dir/all
tools/mtmd/all: tools/mtmd/CMakeFiles/llama-llava-cli.dir/all
tools/mtmd/all: tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/all
tools/mtmd/all: tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/all
tools/mtmd/all: tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/all
tools/mtmd/all: tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all
tools/mtmd/all: tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all
.PHONY : tools/mtmd/all

# Recursive "codegen" directory target.
tools/mtmd/codegen: tools/mtmd/CMakeFiles/mtmd.dir/codegen
tools/mtmd/codegen: tools/mtmd/CMakeFiles/llama-llava-cli.dir/codegen
tools/mtmd/codegen: tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/codegen
tools/mtmd/codegen: tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/codegen
tools/mtmd/codegen: tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/codegen
tools/mtmd/codegen: tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/codegen
tools/mtmd/codegen: tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/codegen
.PHONY : tools/mtmd/codegen

# Recursive "preinstall" directory target.
tools/mtmd/preinstall:
.PHONY : tools/mtmd/preinstall

# Recursive "clean" directory target.
tools/mtmd/clean: tools/mtmd/CMakeFiles/mtmd.dir/clean
tools/mtmd/clean: tools/mtmd/CMakeFiles/llama-llava-cli.dir/clean
tools/mtmd/clean: tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/clean
tools/mtmd/clean: tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/clean
tools/mtmd/clean: tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/clean
tools/mtmd/clean: tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/clean
tools/mtmd/clean: tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/clean
.PHONY : tools/mtmd/clean

#=============================================================================
# Directory level rules for directory tools/parser

# Recursive "all" directory target.
tools/parser/all: tools/parser/CMakeFiles/llama-debug-template-parser.dir/all
tools/parser/all: tools/parser/CMakeFiles/llama-template-analysis.dir/all
.PHONY : tools/parser/all

# Recursive "codegen" directory target.
tools/parser/codegen: tools/parser/CMakeFiles/llama-debug-template-parser.dir/codegen
tools/parser/codegen: tools/parser/CMakeFiles/llama-template-analysis.dir/codegen
.PHONY : tools/parser/codegen

# Recursive "preinstall" directory target.
tools/parser/preinstall:
.PHONY : tools/parser/preinstall

# Recursive "clean" directory target.
tools/parser/clean: tools/parser/CMakeFiles/llama-debug-template-parser.dir/clean
tools/parser/clean: tools/parser/CMakeFiles/llama-template-analysis.dir/clean
.PHONY : tools/parser/clean

#=============================================================================
# Directory level rules for directory tools/perplexity

# Recursive "all" directory target.
tools/perplexity/all: tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all
tools/perplexity/all: tools/perplexity/CMakeFiles/llama-perplexity.dir/all
.PHONY : tools/perplexity/all

# Recursive "codegen" directory target.
tools/perplexity/codegen: tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/codegen
tools/perplexity/codegen: tools/perplexity/CMakeFiles/llama-perplexity.dir/codegen
.PHONY : tools/perplexity/codegen

# Recursive "preinstall" directory target.
tools/perplexity/preinstall:
.PHONY : tools/perplexity/preinstall

# Recursive "clean" directory target.
tools/perplexity/clean: tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/clean
tools/perplexity/clean: tools/perplexity/CMakeFiles/llama-perplexity.dir/clean
.PHONY : tools/perplexity/clean

#=============================================================================
# Directory level rules for directory tools/quantize

# Recursive "all" directory target.
tools/quantize/all: tools/quantize/CMakeFiles/llama-quantize-impl.dir/all
tools/quantize/all: tools/quantize/CMakeFiles/llama-quantize.dir/all
.PHONY : tools/quantize/all

# Recursive "codegen" directory target.
tools/quantize/codegen: tools/quantize/CMakeFiles/llama-quantize-impl.dir/codegen
tools/quantize/codegen: tools/quantize/CMakeFiles/llama-quantize.dir/codegen
.PHONY : tools/quantize/codegen

# Recursive "preinstall" directory target.
tools/quantize/preinstall:
.PHONY : tools/quantize/preinstall

# Recursive "clean" directory target.
tools/quantize/clean: tools/quantize/CMakeFiles/llama-quantize-impl.dir/clean
tools/quantize/clean: tools/quantize/CMakeFiles/llama-quantize.dir/clean
.PHONY : tools/quantize/clean

#=============================================================================
# Directory level rules for directory tools/results

# Recursive "all" directory target.
tools/results/all: tools/results/CMakeFiles/llama-results.dir/all
.PHONY : tools/results/all

# Recursive "codegen" directory target.
tools/results/codegen: tools/results/CMakeFiles/llama-results.dir/codegen
.PHONY : tools/results/codegen

# Recursive "preinstall" directory target.
tools/results/preinstall:
.PHONY : tools/results/preinstall

# Recursive "clean" directory target.
tools/results/clean: tools/results/CMakeFiles/llama-results.dir/clean
.PHONY : tools/results/clean

#=============================================================================
# Directory level rules for directory tools/server

# Recursive "all" directory target.
tools/server/all: tools/server/CMakeFiles/server-context.dir/all
tools/server/all: tools/server/CMakeFiles/llama-server-impl.dir/all
tools/server/all: tools/server/CMakeFiles/llama-server.dir/all
.PHONY : tools/server/all

# Recursive "codegen" directory target.
tools/server/codegen: tools/server/CMakeFiles/server-context.dir/codegen
tools/server/codegen: tools/server/CMakeFiles/llama-server-impl.dir/codegen
tools/server/codegen: tools/server/CMakeFiles/llama-server.dir/codegen
.PHONY : tools/server/codegen

# Recursive "preinstall" directory target.
tools/server/preinstall:
.PHONY : tools/server/preinstall

# Recursive "clean" directory target.
tools/server/clean: tools/server/CMakeFiles/server-context.dir/clean
tools/server/clean: tools/server/CMakeFiles/llama-server-impl.dir/clean
tools/server/clean: tools/server/CMakeFiles/llama-server.dir/clean
.PHONY : tools/server/clean

#=============================================================================
# Directory level rules for directory tools/tokenize

# Recursive "all" directory target.
tools/tokenize/all: tools/tokenize/CMakeFiles/llama-tokenize.dir/all
.PHONY : tools/tokenize/all

# Recursive "codegen" directory target.
tools/tokenize/codegen: tools/tokenize/CMakeFiles/llama-tokenize.dir/codegen
.PHONY : tools/tokenize/codegen

# Recursive "preinstall" directory target.
tools/tokenize/preinstall:
.PHONY : tools/tokenize/preinstall

# Recursive "clean" directory target.
tools/tokenize/clean: tools/tokenize/CMakeFiles/llama-tokenize.dir/clean
.PHONY : tools/tokenize/clean

#=============================================================================
# Directory level rules for directory tools/tts

# Recursive "all" directory target.
tools/tts/all: tools/tts/CMakeFiles/llama-tts.dir/all
.PHONY : tools/tts/all

# Recursive "codegen" directory target.
tools/tts/codegen: tools/tts/CMakeFiles/llama-tts.dir/codegen
.PHONY : tools/tts/codegen

# Recursive "preinstall" directory target.
tools/tts/preinstall:
.PHONY : tools/tts/preinstall

# Recursive "clean" directory target.
tools/tts/clean: tools/tts/CMakeFiles/llama-tts.dir/clean
.PHONY : tools/tts/clean

#=============================================================================
# Directory level rules for directory tools/ui

# Recursive "all" directory target.
tools/ui/all: tools/ui/CMakeFiles/llama-ui-embed.dir/all
tools/ui/all: tools/ui/CMakeFiles/llama-ui-assets.dir/all
tools/ui/all: tools/ui/CMakeFiles/llama-ui.dir/all
.PHONY : tools/ui/all

# Recursive "codegen" directory target.
tools/ui/codegen: tools/ui/CMakeFiles/llama-ui-embed.dir/codegen
tools/ui/codegen: tools/ui/CMakeFiles/llama-ui-assets.dir/codegen
tools/ui/codegen: tools/ui/CMakeFiles/llama-ui.dir/codegen
.PHONY : tools/ui/codegen

# Recursive "preinstall" directory target.
tools/ui/preinstall:
.PHONY : tools/ui/preinstall

# Recursive "clean" directory target.
tools/ui/clean: tools/ui/CMakeFiles/llama-ui-embed.dir/clean
tools/ui/clean: tools/ui/CMakeFiles/llama-ui-assets.dir/clean
tools/ui/clean: tools/ui/CMakeFiles/llama-ui.dir/clean
.PHONY : tools/ui/clean

#=============================================================================
# Directory level rules for directory vendor/cpp-httplib

# Recursive "all" directory target.
vendor/cpp-httplib/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
.PHONY : vendor/cpp-httplib/all

# Recursive "codegen" directory target.
vendor/cpp-httplib/codegen: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/codegen
.PHONY : vendor/cpp-httplib/codegen

# Recursive "preinstall" directory target.
vendor/cpp-httplib/preinstall:
.PHONY : vendor/cpp-httplib/preinstall

# Recursive "clean" directory target.
vendor/cpp-httplib/clean: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/clean
.PHONY : vendor/cpp-httplib/clean

#=============================================================================
# Target rules for target ggml/src/CMakeFiles/ggml-base.dir

# All Build rule for target.
ggml/src/CMakeFiles/ggml-base.dir/all:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/depend
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=2,3 "Built target ggml-base"
.PHONY : ggml/src/CMakeFiles/ggml-base.dir/all

# Build rule for subdir invocation for target.
ggml/src/CMakeFiles/ggml-base.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-base.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : ggml/src/CMakeFiles/ggml-base.dir/rule

# Convenience name for target.
ggml-base: ggml/src/CMakeFiles/ggml-base.dir/rule
.PHONY : ggml-base

# codegen rule for target.
ggml/src/CMakeFiles/ggml-base.dir/codegen:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=2,3 "Finished codegen for target ggml-base"
.PHONY : ggml/src/CMakeFiles/ggml-base.dir/codegen

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

#=============================================================================
# Target rules for target ggml/src/CMakeFiles/ggml.dir

# All Build rule for target.
ggml/src/CMakeFiles/ggml.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
ggml/src/CMakeFiles/ggml.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
ggml/src/CMakeFiles/ggml.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/depend
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=1 "Built target ggml"
.PHONY : ggml/src/CMakeFiles/ggml.dir/all

# Build rule for subdir invocation for target.
ggml/src/CMakeFiles/ggml.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 35
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : ggml/src/CMakeFiles/ggml.dir/rule

# Convenience name for target.
ggml: ggml/src/CMakeFiles/ggml.dir/rule
.PHONY : ggml

# codegen rule for target.
ggml/src/CMakeFiles/ggml.dir/codegen:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=1 "Finished codegen for target ggml"
.PHONY : ggml/src/CMakeFiles/ggml.dir/codegen

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

#=============================================================================
# Target rules for target ggml/src/CMakeFiles/ggml-cpu.dir

# All Build rule for target.
ggml/src/CMakeFiles/ggml-cpu.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu.dir/build.make ggml/src/CMakeFiles/ggml-cpu.dir/depend
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu.dir/build.make ggml/src/CMakeFiles/ggml-cpu.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=4,5,6 "Built target ggml-cpu"
.PHONY : ggml/src/CMakeFiles/ggml-cpu.dir/all

# Build rule for subdir invocation for target.
ggml/src/CMakeFiles/ggml-cpu.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-cpu.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : ggml/src/CMakeFiles/ggml-cpu.dir/rule

# Convenience name for target.
ggml-cpu: ggml/src/CMakeFiles/ggml-cpu.dir/rule
.PHONY : ggml-cpu

# codegen rule for target.
ggml/src/CMakeFiles/ggml-cpu.dir/codegen:
	$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu.dir/build.make ggml/src/CMakeFiles/ggml-cpu.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=4,5,6 "Finished codegen for target ggml-cpu"
.PHONY : ggml/src/CMakeFiles/ggml-cpu.dir/codegen

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

#=============================================================================
# Target rules for target ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir

# All Build rule for target.
ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
	$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build.make ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/depend
	$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build.make ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35 "Built target ggml-cuda"
.PHONY : ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all

# Build rule for subdir invocation for target.
ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 31
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/rule

# Convenience name for target.
ggml-cuda: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/rule
.PHONY : ggml-cuda

# codegen rule for target.
ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/codegen:
	$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build.make ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35 "Finished codegen for target ggml-cuda"
.PHONY : ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/codegen

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

#=============================================================================
# Target rules for target src/CMakeFiles/llama.dir

# All Build rule for target.
src/CMakeFiles/llama.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
src/CMakeFiles/llama.dir/all: ggml/src/CMakeFiles/ggml.dir/all
src/CMakeFiles/llama.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
src/CMakeFiles/llama.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
	$(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/depend
	$(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68 "Built target llama"
.PHONY : src/CMakeFiles/llama.dir/all

# Build rule for subdir invocation for target.
src/CMakeFiles/llama.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 68
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/llama.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : src/CMakeFiles/llama.dir/rule

# Convenience name for target.
llama: src/CMakeFiles/llama.dir/rule
.PHONY : llama

# codegen rule for target.
src/CMakeFiles/llama.dir/codegen:
	$(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68 "Finished codegen for target llama"
.PHONY : src/CMakeFiles/llama.dir/codegen

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

#=============================================================================
# Target rules for target common/CMakeFiles/llama-common-base.dir

# All Build rule for target.
common/CMakeFiles/llama-common-base.dir/all:
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.dir/depend
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-common-base"
.PHONY : common/CMakeFiles/llama-common-base.dir/all

# Build rule for subdir invocation for target.
common/CMakeFiles/llama-common-base.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/llama-common-base.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : common/CMakeFiles/llama-common-base.dir/rule

# Convenience name for target.
llama-common-base: common/CMakeFiles/llama-common-base.dir/rule
.PHONY : llama-common-base

# codegen rule for target.
common/CMakeFiles/llama-common-base.dir/codegen:
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-common-base"
.PHONY : common/CMakeFiles/llama-common-base.dir/codegen

# clean rule for target.
common/CMakeFiles/llama-common-base.dir/clean:
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.dir/clean
.PHONY : common/CMakeFiles/llama-common-base.dir/clean

#=============================================================================
# Target rules for target common/CMakeFiles/llama-common.dir

# All Build rule for target.
common/CMakeFiles/llama-common.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
common/CMakeFiles/llama-common.dir/all: ggml/src/CMakeFiles/ggml.dir/all
common/CMakeFiles/llama-common.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
common/CMakeFiles/llama-common.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
common/CMakeFiles/llama-common.dir/all: src/CMakeFiles/llama.dir/all
common/CMakeFiles/llama-common.dir/all: common/CMakeFiles/llama-common-base.dir/all
common/CMakeFiles/llama-common.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/depend
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=72,73,74,75,76,77,78 "Built target llama-common"
.PHONY : common/CMakeFiles/llama-common.dir/all

# Build rule for subdir invocation for target.
common/CMakeFiles/llama-common.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/llama-common.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : common/CMakeFiles/llama-common.dir/rule

# Convenience name for target.
llama-common: common/CMakeFiles/llama-common.dir/rule
.PHONY : llama-common

# codegen rule for target.
common/CMakeFiles/llama-common.dir/codegen:
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=72,73,74,75,76,77,78 "Finished codegen for target llama-common"
.PHONY : common/CMakeFiles/llama-common.dir/codegen

# clean rule for target.
common/CMakeFiles/llama-common.dir/clean:
	$(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/clean
.PHONY : common/CMakeFiles/llama-common.dir/clean

#=============================================================================
# Target rules for target vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir

# All Build rule for target.
vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all:
	$(MAKE) $(MAKESILENT) -f vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/build.make vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/depend
	$(MAKE) $(MAKESILENT) -f vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/build.make vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target cpp-httplib"
.PHONY : vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all

# Build rule for subdir invocation for target.
vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/rule

# Convenience name for target.
cpp-httplib: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/rule
.PHONY : cpp-httplib

# codegen rule for target.
vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/codegen:
	$(MAKE) $(MAKESILENT) -f vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/build.make vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target cpp-httplib"
.PHONY : vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/codegen

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

#=============================================================================
# Target rules for target tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir

# All Build rule for target.
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-batched-bench-impl"
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all

# Build rule for subdir invocation for target.
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/rule

# Convenience name for target.
llama-batched-bench-impl: tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/rule
.PHONY : llama-batched-bench-impl

# codegen rule for target.
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-batched-bench-impl"
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/codegen

# clean rule for target.
tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/clean
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/clean

#=============================================================================
# Target rules for target tools/batched-bench/CMakeFiles/llama-batched-bench.dir

# All Build rule for target.
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: src/CMakeFiles/llama.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: common/CMakeFiles/llama-common.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=69 "Built target llama-batched-bench"
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all

# Build rule for subdir invocation for target.
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench.dir/rule

# Convenience name for target.
llama-batched-bench: tools/batched-bench/CMakeFiles/llama-batched-bench.dir/rule
.PHONY : llama-batched-bench

# codegen rule for target.
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=69 "Finished codegen for target llama-batched-bench"
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench.dir/codegen

# clean rule for target.
tools/batched-bench/CMakeFiles/llama-batched-bench.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench.dir/clean
.PHONY : tools/batched-bench/CMakeFiles/llama-batched-bench.dir/clean

#=============================================================================
# Target rules for target tools/gguf-split/CMakeFiles/llama-gguf-split.dir

# All Build rule for target.
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: src/CMakeFiles/llama.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: common/CMakeFiles/llama-common.dir/all
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make tools/gguf-split/CMakeFiles/llama-gguf-split.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-gguf-split"
.PHONY : tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all

# Build rule for subdir invocation for target.
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/gguf-split/CMakeFiles/llama-gguf-split.dir/rule

# Convenience name for target.
llama-gguf-split: tools/gguf-split/CMakeFiles/llama-gguf-split.dir/rule
.PHONY : llama-gguf-split

# codegen rule for target.
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make tools/gguf-split/CMakeFiles/llama-gguf-split.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-gguf-split"
.PHONY : tools/gguf-split/CMakeFiles/llama-gguf-split.dir/codegen

# clean rule for target.
tools/gguf-split/CMakeFiles/llama-gguf-split.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make tools/gguf-split/CMakeFiles/llama-gguf-split.dir/clean
.PHONY : tools/gguf-split/CMakeFiles/llama-gguf-split.dir/clean

#=============================================================================
# Target rules for target tools/imatrix/CMakeFiles/llama-imatrix.dir

# All Build rule for target.
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: src/CMakeFiles/llama.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: common/CMakeFiles/llama-common.dir/all
tools/imatrix/CMakeFiles/llama-imatrix.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/imatrix/CMakeFiles/llama-imatrix.dir/build.make tools/imatrix/CMakeFiles/llama-imatrix.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/imatrix/CMakeFiles/llama-imatrix.dir/build.make tools/imatrix/CMakeFiles/llama-imatrix.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-imatrix"
.PHONY : tools/imatrix/CMakeFiles/llama-imatrix.dir/all

# Build rule for subdir invocation for target.
tools/imatrix/CMakeFiles/llama-imatrix.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/imatrix/CMakeFiles/llama-imatrix.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/imatrix/CMakeFiles/llama-imatrix.dir/rule

# Convenience name for target.
llama-imatrix: tools/imatrix/CMakeFiles/llama-imatrix.dir/rule
.PHONY : llama-imatrix

# codegen rule for target.
tools/imatrix/CMakeFiles/llama-imatrix.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/imatrix/CMakeFiles/llama-imatrix.dir/build.make tools/imatrix/CMakeFiles/llama-imatrix.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-imatrix"
.PHONY : tools/imatrix/CMakeFiles/llama-imatrix.dir/codegen

# clean rule for target.
tools/imatrix/CMakeFiles/llama-imatrix.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/imatrix/CMakeFiles/llama-imatrix.dir/build.make tools/imatrix/CMakeFiles/llama-imatrix.dir/clean
.PHONY : tools/imatrix/CMakeFiles/llama-imatrix.dir/clean

#=============================================================================
# Target rules for target tools/llama-bench/CMakeFiles/llama-bench-impl.dir

# All Build rule for target.
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench-impl.dir/build.make tools/llama-bench/CMakeFiles/llama-bench-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench-impl.dir/build.make tools/llama-bench/CMakeFiles/llama-bench-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-bench-impl"
.PHONY : tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all

# Build rule for subdir invocation for target.
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/llama-bench/CMakeFiles/llama-bench-impl.dir/rule

# Convenience name for target.
llama-bench-impl: tools/llama-bench/CMakeFiles/llama-bench-impl.dir/rule
.PHONY : llama-bench-impl

# codegen rule for target.
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench-impl.dir/build.make tools/llama-bench/CMakeFiles/llama-bench-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-bench-impl"
.PHONY : tools/llama-bench/CMakeFiles/llama-bench-impl.dir/codegen

# clean rule for target.
tools/llama-bench/CMakeFiles/llama-bench-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench-impl.dir/build.make tools/llama-bench/CMakeFiles/llama-bench-impl.dir/clean
.PHONY : tools/llama-bench/CMakeFiles/llama-bench-impl.dir/clean

#=============================================================================
# Target rules for target tools/llama-bench/CMakeFiles/llama-bench.dir

# All Build rule for target.
tools/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: src/CMakeFiles/llama.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: common/CMakeFiles/llama-common.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/llama-bench/CMakeFiles/llama-bench.dir/all: tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench.dir/build.make tools/llama-bench/CMakeFiles/llama-bench.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench.dir/build.make tools/llama-bench/CMakeFiles/llama-bench.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=70 "Built target llama-bench"
.PHONY : tools/llama-bench/CMakeFiles/llama-bench.dir/all

# Build rule for subdir invocation for target.
tools/llama-bench/CMakeFiles/llama-bench.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/llama-bench/CMakeFiles/llama-bench.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/llama-bench/CMakeFiles/llama-bench.dir/rule

# Convenience name for target.
llama-bench: tools/llama-bench/CMakeFiles/llama-bench.dir/rule
.PHONY : llama-bench

# codegen rule for target.
tools/llama-bench/CMakeFiles/llama-bench.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench.dir/build.make tools/llama-bench/CMakeFiles/llama-bench.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=70 "Finished codegen for target llama-bench"
.PHONY : tools/llama-bench/CMakeFiles/llama-bench.dir/codegen

# clean rule for target.
tools/llama-bench/CMakeFiles/llama-bench.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench.dir/build.make tools/llama-bench/CMakeFiles/llama-bench.dir/clean
.PHONY : tools/llama-bench/CMakeFiles/llama-bench.dir/clean

#=============================================================================
# Target rules for target tools/completion/CMakeFiles/llama-completion-impl.dir

# All Build rule for target.
tools/completion/CMakeFiles/llama-completion-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/completion/CMakeFiles/llama-completion-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion-impl.dir/build.make tools/completion/CMakeFiles/llama-completion-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion-impl.dir/build.make tools/completion/CMakeFiles/llama-completion-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-completion-impl"
.PHONY : tools/completion/CMakeFiles/llama-completion-impl.dir/all

# Build rule for subdir invocation for target.
tools/completion/CMakeFiles/llama-completion-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/completion/CMakeFiles/llama-completion-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/completion/CMakeFiles/llama-completion-impl.dir/rule

# Convenience name for target.
llama-completion-impl: tools/completion/CMakeFiles/llama-completion-impl.dir/rule
.PHONY : llama-completion-impl

# codegen rule for target.
tools/completion/CMakeFiles/llama-completion-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion-impl.dir/build.make tools/completion/CMakeFiles/llama-completion-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-completion-impl"
.PHONY : tools/completion/CMakeFiles/llama-completion-impl.dir/codegen

# clean rule for target.
tools/completion/CMakeFiles/llama-completion-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion-impl.dir/build.make tools/completion/CMakeFiles/llama-completion-impl.dir/clean
.PHONY : tools/completion/CMakeFiles/llama-completion-impl.dir/clean

#=============================================================================
# Target rules for target tools/completion/CMakeFiles/llama-completion.dir

# All Build rule for target.
tools/completion/CMakeFiles/llama-completion.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: src/CMakeFiles/llama.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: common/CMakeFiles/llama-common.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/completion/CMakeFiles/llama-completion.dir/all: tools/completion/CMakeFiles/llama-completion-impl.dir/all
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion.dir/build.make tools/completion/CMakeFiles/llama-completion.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion.dir/build.make tools/completion/CMakeFiles/llama-completion.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=79 "Built target llama-completion"
.PHONY : tools/completion/CMakeFiles/llama-completion.dir/all

# Build rule for subdir invocation for target.
tools/completion/CMakeFiles/llama-completion.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/completion/CMakeFiles/llama-completion.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/completion/CMakeFiles/llama-completion.dir/rule

# Convenience name for target.
llama-completion: tools/completion/CMakeFiles/llama-completion.dir/rule
.PHONY : llama-completion

# codegen rule for target.
tools/completion/CMakeFiles/llama-completion.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion.dir/build.make tools/completion/CMakeFiles/llama-completion.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=79 "Finished codegen for target llama-completion"
.PHONY : tools/completion/CMakeFiles/llama-completion.dir/codegen

# clean rule for target.
tools/completion/CMakeFiles/llama-completion.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/completion/CMakeFiles/llama-completion.dir/build.make tools/completion/CMakeFiles/llama-completion.dir/clean
.PHONY : tools/completion/CMakeFiles/llama-completion.dir/clean

#=============================================================================
# Target rules for target tools/perplexity/CMakeFiles/llama-perplexity-impl.dir

# All Build rule for target.
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=85 "Built target llama-perplexity-impl"
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all

# Build rule for subdir invocation for target.
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/rule

# Convenience name for target.
llama-perplexity-impl: tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/rule
.PHONY : llama-perplexity-impl

# codegen rule for target.
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=85 "Finished codegen for target llama-perplexity-impl"
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/codegen

# clean rule for target.
tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/clean
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/clean

#=============================================================================
# Target rules for target tools/perplexity/CMakeFiles/llama-perplexity.dir

# All Build rule for target.
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: src/CMakeFiles/llama.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: common/CMakeFiles/llama-common.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/perplexity/CMakeFiles/llama-perplexity.dir/all: tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-perplexity"
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity.dir/all

# Build rule for subdir invocation for target.
tools/perplexity/CMakeFiles/llama-perplexity.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/perplexity/CMakeFiles/llama-perplexity.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity.dir/rule

# Convenience name for target.
llama-perplexity: tools/perplexity/CMakeFiles/llama-perplexity.dir/rule
.PHONY : llama-perplexity

# codegen rule for target.
tools/perplexity/CMakeFiles/llama-perplexity.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-perplexity"
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity.dir/codegen

# clean rule for target.
tools/perplexity/CMakeFiles/llama-perplexity.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity.dir/clean
.PHONY : tools/perplexity/CMakeFiles/llama-perplexity.dir/clean

#=============================================================================
# Target rules for target tools/quantize/CMakeFiles/llama-quantize-impl.dir

# All Build rule for target.
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/quantize/CMakeFiles/llama-quantize-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize-impl.dir/build.make tools/quantize/CMakeFiles/llama-quantize-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize-impl.dir/build.make tools/quantize/CMakeFiles/llama-quantize-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=86 "Built target llama-quantize-impl"
.PHONY : tools/quantize/CMakeFiles/llama-quantize-impl.dir/all

# Build rule for subdir invocation for target.
tools/quantize/CMakeFiles/llama-quantize-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/quantize/CMakeFiles/llama-quantize-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/quantize/CMakeFiles/llama-quantize-impl.dir/rule

# Convenience name for target.
llama-quantize-impl: tools/quantize/CMakeFiles/llama-quantize-impl.dir/rule
.PHONY : llama-quantize-impl

# codegen rule for target.
tools/quantize/CMakeFiles/llama-quantize-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize-impl.dir/build.make tools/quantize/CMakeFiles/llama-quantize-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=86 "Finished codegen for target llama-quantize-impl"
.PHONY : tools/quantize/CMakeFiles/llama-quantize-impl.dir/codegen

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

#=============================================================================
# Target rules for target tools/quantize/CMakeFiles/llama-quantize.dir

# All Build rule for target.
tools/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: src/CMakeFiles/llama.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: common/CMakeFiles/llama-common.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/quantize/CMakeFiles/llama-quantize.dir/all: tools/quantize/CMakeFiles/llama-quantize-impl.dir/all
	$(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize.dir/build.make tools/quantize/CMakeFiles/llama-quantize.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize.dir/build.make tools/quantize/CMakeFiles/llama-quantize.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-quantize"
.PHONY : tools/quantize/CMakeFiles/llama-quantize.dir/all

# Build rule for subdir invocation for target.
tools/quantize/CMakeFiles/llama-quantize.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/quantize/CMakeFiles/llama-quantize.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/quantize/CMakeFiles/llama-quantize.dir/rule

# Convenience name for target.
llama-quantize: tools/quantize/CMakeFiles/llama-quantize.dir/rule
.PHONY : llama-quantize

# codegen rule for target.
tools/quantize/CMakeFiles/llama-quantize.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize.dir/build.make tools/quantize/CMakeFiles/llama-quantize.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-quantize"
.PHONY : tools/quantize/CMakeFiles/llama-quantize.dir/codegen

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

#=============================================================================
# Target rules for target tools/ui/CMakeFiles/llama-ui-embed.dir

# All Build rule for target.
tools/ui/CMakeFiles/llama-ui-embed.dir/all:
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-embed.dir/build.make tools/ui/CMakeFiles/llama-ui-embed.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-embed.dir/build.make tools/ui/CMakeFiles/llama-ui-embed.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-ui-embed"
.PHONY : tools/ui/CMakeFiles/llama-ui-embed.dir/all

# Build rule for subdir invocation for target.
tools/ui/CMakeFiles/llama-ui-embed.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ui/CMakeFiles/llama-ui-embed.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/ui/CMakeFiles/llama-ui-embed.dir/rule

# Convenience name for target.
llama-ui-embed: tools/ui/CMakeFiles/llama-ui-embed.dir/rule
.PHONY : llama-ui-embed

# codegen rule for target.
tools/ui/CMakeFiles/llama-ui-embed.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-embed.dir/build.make tools/ui/CMakeFiles/llama-ui-embed.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-ui-embed"
.PHONY : tools/ui/CMakeFiles/llama-ui-embed.dir/codegen

# clean rule for target.
tools/ui/CMakeFiles/llama-ui-embed.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-embed.dir/build.make tools/ui/CMakeFiles/llama-ui-embed.dir/clean
.PHONY : tools/ui/CMakeFiles/llama-ui-embed.dir/clean

#=============================================================================
# Target rules for target tools/ui/CMakeFiles/llama-ui-assets.dir

# All Build rule for target.
tools/ui/CMakeFiles/llama-ui-assets.dir/all: tools/ui/CMakeFiles/llama-ui-embed.dir/all
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-assets.dir/build.make tools/ui/CMakeFiles/llama-ui-assets.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-assets.dir/build.make tools/ui/CMakeFiles/llama-ui-assets.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=90 "Built target llama-ui-assets"
.PHONY : tools/ui/CMakeFiles/llama-ui-assets.dir/all

# Build rule for subdir invocation for target.
tools/ui/CMakeFiles/llama-ui-assets.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 1
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ui/CMakeFiles/llama-ui-assets.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/ui/CMakeFiles/llama-ui-assets.dir/rule

# Convenience name for target.
llama-ui-assets: tools/ui/CMakeFiles/llama-ui-assets.dir/rule
.PHONY : llama-ui-assets

# codegen rule for target.
tools/ui/CMakeFiles/llama-ui-assets.dir/codegen: tools/ui/CMakeFiles/llama-ui-embed.dir/all
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-assets.dir/build.make tools/ui/CMakeFiles/llama-ui-assets.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=90 "Finished codegen for target llama-ui-assets"
.PHONY : tools/ui/CMakeFiles/llama-ui-assets.dir/codegen

# clean rule for target.
tools/ui/CMakeFiles/llama-ui-assets.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui-assets.dir/build.make tools/ui/CMakeFiles/llama-ui-assets.dir/clean
.PHONY : tools/ui/CMakeFiles/llama-ui-assets.dir/clean

#=============================================================================
# Target rules for target tools/ui/CMakeFiles/llama-ui.dir

# All Build rule for target.
tools/ui/CMakeFiles/llama-ui.dir/all: tools/ui/CMakeFiles/llama-ui-assets.dir/all
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui.dir/build.make tools/ui/CMakeFiles/llama-ui.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui.dir/build.make tools/ui/CMakeFiles/llama-ui.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-ui"
.PHONY : tools/ui/CMakeFiles/llama-ui.dir/all

# Build rule for subdir invocation for target.
tools/ui/CMakeFiles/llama-ui.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 1
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ui/CMakeFiles/llama-ui.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/ui/CMakeFiles/llama-ui.dir/rule

# Convenience name for target.
llama-ui: tools/ui/CMakeFiles/llama-ui.dir/rule
.PHONY : llama-ui

# codegen rule for target.
tools/ui/CMakeFiles/llama-ui.dir/codegen: tools/ui/CMakeFiles/llama-ui-assets.dir/all
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui.dir/build.make tools/ui/CMakeFiles/llama-ui.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-ui"
.PHONY : tools/ui/CMakeFiles/llama-ui.dir/codegen

# clean rule for target.
tools/ui/CMakeFiles/llama-ui.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/ui/CMakeFiles/llama-ui.dir/build.make tools/ui/CMakeFiles/llama-ui.dir/clean
.PHONY : tools/ui/CMakeFiles/llama-ui.dir/clean

#=============================================================================
# Target rules for target tools/cli/CMakeFiles/llama-cli-impl.dir

# All Build rule for target.
tools/cli/CMakeFiles/llama-cli-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: tools/server/CMakeFiles/server-context.dir/all
tools/cli/CMakeFiles/llama-cli-impl.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli-impl.dir/build.make tools/cli/CMakeFiles/llama-cli-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli-impl.dir/build.make tools/cli/CMakeFiles/llama-cli-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=71 "Built target llama-cli-impl"
.PHONY : tools/cli/CMakeFiles/llama-cli-impl.dir/all

# Build rule for subdir invocation for target.
tools/cli/CMakeFiles/llama-cli-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 86
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/cli/CMakeFiles/llama-cli-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/cli/CMakeFiles/llama-cli-impl.dir/rule

# Convenience name for target.
llama-cli-impl: tools/cli/CMakeFiles/llama-cli-impl.dir/rule
.PHONY : llama-cli-impl

# codegen rule for target.
tools/cli/CMakeFiles/llama-cli-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli-impl.dir/build.make tools/cli/CMakeFiles/llama-cli-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=71 "Finished codegen for target llama-cli-impl"
.PHONY : tools/cli/CMakeFiles/llama-cli-impl.dir/codegen

# clean rule for target.
tools/cli/CMakeFiles/llama-cli-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli-impl.dir/build.make tools/cli/CMakeFiles/llama-cli-impl.dir/clean
.PHONY : tools/cli/CMakeFiles/llama-cli-impl.dir/clean

#=============================================================================
# Target rules for target tools/cli/CMakeFiles/llama-cli.dir

# All Build rule for target.
tools/cli/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: src/CMakeFiles/llama.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: common/CMakeFiles/llama-common.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: tools/cli/CMakeFiles/llama-cli-impl.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: tools/server/CMakeFiles/server-context.dir/all
tools/cli/CMakeFiles/llama-cli.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli.dir/build.make tools/cli/CMakeFiles/llama-cli.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli.dir/build.make tools/cli/CMakeFiles/llama-cli.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-cli"
.PHONY : tools/cli/CMakeFiles/llama-cli.dir/all

# Build rule for subdir invocation for target.
tools/cli/CMakeFiles/llama-cli.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 86
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/cli/CMakeFiles/llama-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/cli/CMakeFiles/llama-cli.dir/rule

# Convenience name for target.
llama-cli: tools/cli/CMakeFiles/llama-cli.dir/rule
.PHONY : llama-cli

# codegen rule for target.
tools/cli/CMakeFiles/llama-cli.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli.dir/build.make tools/cli/CMakeFiles/llama-cli.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-cli"
.PHONY : tools/cli/CMakeFiles/llama-cli.dir/codegen

# clean rule for target.
tools/cli/CMakeFiles/llama-cli.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/cli/CMakeFiles/llama-cli.dir/build.make tools/cli/CMakeFiles/llama-cli.dir/clean
.PHONY : tools/cli/CMakeFiles/llama-cli.dir/clean

#=============================================================================
# Target rules for target tools/server/CMakeFiles/server-context.dir

# All Build rule for target.
tools/server/CMakeFiles/server-context.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/server/CMakeFiles/server-context.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/server/CMakeFiles/server-context.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/server/CMakeFiles/server-context.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/server/CMakeFiles/server-context.dir/all: src/CMakeFiles/llama.dir/all
tools/server/CMakeFiles/server-context.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/server/CMakeFiles/server-context.dir/all: common/CMakeFiles/llama-common.dir/all
tools/server/CMakeFiles/server-context.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/server/CMakeFiles/server-context.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/server-context.dir/build.make tools/server/CMakeFiles/server-context.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/server-context.dir/build.make tools/server/CMakeFiles/server-context.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=99,100 "Built target server-context"
.PHONY : tools/server/CMakeFiles/server-context.dir/all

# Build rule for subdir invocation for target.
tools/server/CMakeFiles/server-context.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 85
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/server-context.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/server/CMakeFiles/server-context.dir/rule

# Convenience name for target.
server-context: tools/server/CMakeFiles/server-context.dir/rule
.PHONY : server-context

# codegen rule for target.
tools/server/CMakeFiles/server-context.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/server-context.dir/build.make tools/server/CMakeFiles/server-context.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=99,100 "Finished codegen for target server-context"
.PHONY : tools/server/CMakeFiles/server-context.dir/codegen

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

#=============================================================================
# Target rules for target tools/server/CMakeFiles/llama-server-impl.dir

# All Build rule for target.
tools/server/CMakeFiles/llama-server-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: tools/ui/CMakeFiles/llama-ui.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: tools/server/CMakeFiles/server-context.dir/all
tools/server/CMakeFiles/llama-server-impl.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server-impl.dir/build.make tools/server/CMakeFiles/llama-server-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server-impl.dir/build.make tools/server/CMakeFiles/llama-server-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=88 "Built target llama-server-impl"
.PHONY : tools/server/CMakeFiles/llama-server-impl.dir/all

# Build rule for subdir invocation for target.
tools/server/CMakeFiles/llama-server-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 87
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/llama-server-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/server/CMakeFiles/llama-server-impl.dir/rule

# Convenience name for target.
llama-server-impl: tools/server/CMakeFiles/llama-server-impl.dir/rule
.PHONY : llama-server-impl

# codegen rule for target.
tools/server/CMakeFiles/llama-server-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server-impl.dir/build.make tools/server/CMakeFiles/llama-server-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=88 "Finished codegen for target llama-server-impl"
.PHONY : tools/server/CMakeFiles/llama-server-impl.dir/codegen

# clean rule for target.
tools/server/CMakeFiles/llama-server-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server-impl.dir/build.make tools/server/CMakeFiles/llama-server-impl.dir/clean
.PHONY : tools/server/CMakeFiles/llama-server-impl.dir/clean

#=============================================================================
# Target rules for target tools/server/CMakeFiles/llama-server.dir

# All Build rule for target.
tools/server/CMakeFiles/llama-server.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/server/CMakeFiles/llama-server.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/server/CMakeFiles/llama-server.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/server/CMakeFiles/llama-server.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/server/CMakeFiles/llama-server.dir/all: src/CMakeFiles/llama.dir/all
tools/server/CMakeFiles/llama-server.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/server/CMakeFiles/llama-server.dir/all: common/CMakeFiles/llama-common.dir/all
tools/server/CMakeFiles/llama-server.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/server/CMakeFiles/llama-server.dir/all: tools/ui/CMakeFiles/llama-ui.dir/all
tools/server/CMakeFiles/llama-server.dir/all: tools/server/CMakeFiles/server-context.dir/all
tools/server/CMakeFiles/llama-server.dir/all: tools/server/CMakeFiles/llama-server-impl.dir/all
tools/server/CMakeFiles/llama-server.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server.dir/build.make tools/server/CMakeFiles/llama-server.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server.dir/build.make tools/server/CMakeFiles/llama-server.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-server"
.PHONY : tools/server/CMakeFiles/llama-server.dir/all

# Build rule for subdir invocation for target.
tools/server/CMakeFiles/llama-server.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 87
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/llama-server.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/server/CMakeFiles/llama-server.dir/rule

# Convenience name for target.
llama-server: tools/server/CMakeFiles/llama-server.dir/rule
.PHONY : llama-server

# codegen rule for target.
tools/server/CMakeFiles/llama-server.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server.dir/build.make tools/server/CMakeFiles/llama-server.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-server"
.PHONY : tools/server/CMakeFiles/llama-server.dir/codegen

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

#=============================================================================
# Target rules for target tools/tokenize/CMakeFiles/llama-tokenize.dir

# All Build rule for target.
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: src/CMakeFiles/llama.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: common/CMakeFiles/llama-common.dir/all
tools/tokenize/CMakeFiles/llama-tokenize.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/tokenize/CMakeFiles/llama-tokenize.dir/build.make tools/tokenize/CMakeFiles/llama-tokenize.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/tokenize/CMakeFiles/llama-tokenize.dir/build.make tools/tokenize/CMakeFiles/llama-tokenize.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=89 "Built target llama-tokenize"
.PHONY : tools/tokenize/CMakeFiles/llama-tokenize.dir/all

# Build rule for subdir invocation for target.
tools/tokenize/CMakeFiles/llama-tokenize.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/tokenize/CMakeFiles/llama-tokenize.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/tokenize/CMakeFiles/llama-tokenize.dir/rule

# Convenience name for target.
llama-tokenize: tools/tokenize/CMakeFiles/llama-tokenize.dir/rule
.PHONY : llama-tokenize

# codegen rule for target.
tools/tokenize/CMakeFiles/llama-tokenize.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/tokenize/CMakeFiles/llama-tokenize.dir/build.make tools/tokenize/CMakeFiles/llama-tokenize.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=89 "Finished codegen for target llama-tokenize"
.PHONY : tools/tokenize/CMakeFiles/llama-tokenize.dir/codegen

# clean rule for target.
tools/tokenize/CMakeFiles/llama-tokenize.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/tokenize/CMakeFiles/llama-tokenize.dir/build.make tools/tokenize/CMakeFiles/llama-tokenize.dir/clean
.PHONY : tools/tokenize/CMakeFiles/llama-tokenize.dir/clean

#=============================================================================
# Target rules for target tools/parser/CMakeFiles/llama-debug-template-parser.dir

# All Build rule for target.
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: src/CMakeFiles/llama.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: common/CMakeFiles/llama-common.dir/all
tools/parser/CMakeFiles/llama-debug-template-parser.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-debug-template-parser.dir/build.make tools/parser/CMakeFiles/llama-debug-template-parser.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-debug-template-parser.dir/build.make tools/parser/CMakeFiles/llama-debug-template-parser.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-debug-template-parser"
.PHONY : tools/parser/CMakeFiles/llama-debug-template-parser.dir/all

# Build rule for subdir invocation for target.
tools/parser/CMakeFiles/llama-debug-template-parser.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/parser/CMakeFiles/llama-debug-template-parser.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/parser/CMakeFiles/llama-debug-template-parser.dir/rule

# Convenience name for target.
llama-debug-template-parser: tools/parser/CMakeFiles/llama-debug-template-parser.dir/rule
.PHONY : llama-debug-template-parser

# codegen rule for target.
tools/parser/CMakeFiles/llama-debug-template-parser.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-debug-template-parser.dir/build.make tools/parser/CMakeFiles/llama-debug-template-parser.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-debug-template-parser"
.PHONY : tools/parser/CMakeFiles/llama-debug-template-parser.dir/codegen

# clean rule for target.
tools/parser/CMakeFiles/llama-debug-template-parser.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-debug-template-parser.dir/build.make tools/parser/CMakeFiles/llama-debug-template-parser.dir/clean
.PHONY : tools/parser/CMakeFiles/llama-debug-template-parser.dir/clean

#=============================================================================
# Target rules for target tools/parser/CMakeFiles/llama-template-analysis.dir

# All Build rule for target.
tools/parser/CMakeFiles/llama-template-analysis.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: src/CMakeFiles/llama.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: common/CMakeFiles/llama-common.dir/all
tools/parser/CMakeFiles/llama-template-analysis.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-template-analysis.dir/build.make tools/parser/CMakeFiles/llama-template-analysis.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-template-analysis.dir/build.make tools/parser/CMakeFiles/llama-template-analysis.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-template-analysis"
.PHONY : tools/parser/CMakeFiles/llama-template-analysis.dir/all

# Build rule for subdir invocation for target.
tools/parser/CMakeFiles/llama-template-analysis.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/parser/CMakeFiles/llama-template-analysis.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/parser/CMakeFiles/llama-template-analysis.dir/rule

# Convenience name for target.
llama-template-analysis: tools/parser/CMakeFiles/llama-template-analysis.dir/rule
.PHONY : llama-template-analysis

# codegen rule for target.
tools/parser/CMakeFiles/llama-template-analysis.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-template-analysis.dir/build.make tools/parser/CMakeFiles/llama-template-analysis.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-template-analysis"
.PHONY : tools/parser/CMakeFiles/llama-template-analysis.dir/codegen

# clean rule for target.
tools/parser/CMakeFiles/llama-template-analysis.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/parser/CMakeFiles/llama-template-analysis.dir/build.make tools/parser/CMakeFiles/llama-template-analysis.dir/clean
.PHONY : tools/parser/CMakeFiles/llama-template-analysis.dir/clean

#=============================================================================
# Target rules for target tools/tts/CMakeFiles/llama-tts.dir

# All Build rule for target.
tools/tts/CMakeFiles/llama-tts.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: src/CMakeFiles/llama.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: common/CMakeFiles/llama-common.dir/all
tools/tts/CMakeFiles/llama-tts.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/tts/CMakeFiles/llama-tts.dir/build.make tools/tts/CMakeFiles/llama-tts.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/tts/CMakeFiles/llama-tts.dir/build.make tools/tts/CMakeFiles/llama-tts.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-tts"
.PHONY : tools/tts/CMakeFiles/llama-tts.dir/all

# Build rule for subdir invocation for target.
tools/tts/CMakeFiles/llama-tts.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/tts/CMakeFiles/llama-tts.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/tts/CMakeFiles/llama-tts.dir/rule

# Convenience name for target.
llama-tts: tools/tts/CMakeFiles/llama-tts.dir/rule
.PHONY : llama-tts

# codegen rule for target.
tools/tts/CMakeFiles/llama-tts.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/tts/CMakeFiles/llama-tts.dir/build.make tools/tts/CMakeFiles/llama-tts.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-tts"
.PHONY : tools/tts/CMakeFiles/llama-tts.dir/codegen

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

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/mtmd.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/mtmd.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/mtmd/CMakeFiles/mtmd.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/mtmd/CMakeFiles/mtmd.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/mtmd/CMakeFiles/mtmd.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/mtmd/CMakeFiles/mtmd.dir/all: src/CMakeFiles/llama.dir/all
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/mtmd.dir/build.make tools/mtmd/CMakeFiles/mtmd.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/mtmd.dir/build.make tools/mtmd/CMakeFiles/mtmd.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=91,92,93,94,95,96,97,98 "Built target mtmd"
.PHONY : tools/mtmd/CMakeFiles/mtmd.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/mtmd.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/mtmd.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/mtmd.dir/rule

# Convenience name for target.
mtmd: tools/mtmd/CMakeFiles/mtmd.dir/rule
.PHONY : mtmd

# codegen rule for target.
tools/mtmd/CMakeFiles/mtmd.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/mtmd.dir/build.make tools/mtmd/CMakeFiles/mtmd.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=91,92,93,94,95,96,97,98 "Finished codegen for target mtmd"
.PHONY : tools/mtmd/CMakeFiles/mtmd.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/mtmd.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/mtmd.dir/build.make tools/mtmd/CMakeFiles/mtmd.dir/clean
.PHONY : tools/mtmd/CMakeFiles/mtmd.dir/clean

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/llama-llava-cli.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/llama-llava-cli.dir/all:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=83 "Built target llama-llava-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-llava-cli.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/llama-llava-cli.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 1
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-llava-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/llama-llava-cli.dir/rule

# Convenience name for target.
llama-llava-cli: tools/mtmd/CMakeFiles/llama-llava-cli.dir/rule
.PHONY : llama-llava-cli

# codegen rule for target.
tools/mtmd/CMakeFiles/llama-llava-cli.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=83 "Finished codegen for target llama-llava-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-llava-cli.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/llama-llava-cli.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/clean
.PHONY : tools/mtmd/CMakeFiles/llama-llava-cli.dir/clean

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/llama-gemma3-cli.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/all:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=82 "Built target llama-gemma3-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 1
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/rule

# Convenience name for target.
llama-gemma3-cli: tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/rule
.PHONY : llama-gemma3-cli

# codegen rule for target.
tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=82 "Finished codegen for target llama-gemma3-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/clean
.PHONY : tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/clean

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/all:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-minicpmv-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/rule

# Convenience name for target.
llama-minicpmv-cli: tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/rule
.PHONY : llama-minicpmv-cli

# codegen rule for target.
tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-minicpmv-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/clean
.PHONY : tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/clean

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/all:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-qwen2vl-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/rule

# Convenience name for target.
llama-qwen2vl-cli: tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/rule
.PHONY : llama-qwen2vl-cli

# codegen rule for target.
tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-qwen2vl-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/clean
.PHONY : tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/clean

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/llama-mtmd-cli.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: src/CMakeFiles/llama.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: common/CMakeFiles/llama-common.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=84 "Built target llama-mtmd-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 84
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/rule

# Convenience name for target.
llama-mtmd-cli: tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/rule
.PHONY : llama-mtmd-cli

# codegen rule for target.
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=84 "Finished codegen for target llama-mtmd-cli"
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/clean
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/clean

#=============================================================================
# Target rules for target tools/mtmd/CMakeFiles/llama-mtmd-debug.dir

# All Build rule for target.
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: src/CMakeFiles/llama.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: common/CMakeFiles/llama-common.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-mtmd-debug"
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all

# Build rule for subdir invocation for target.
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 83
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/rule

# Convenience name for target.
llama-mtmd-debug: tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/rule
.PHONY : llama-mtmd-debug

# codegen rule for target.
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-mtmd-debug"
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/codegen

# clean rule for target.
tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/clean
.PHONY : tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/clean

#=============================================================================
# Target rules for target tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir

# All Build rule for target.
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: src/CMakeFiles/llama.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: common/CMakeFiles/llama-common.dir/all
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=80 "Built target llama-cvector-generator"
.PHONY : tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all

# Build rule for subdir invocation for target.
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/rule

# Convenience name for target.
llama-cvector-generator: tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/rule
.PHONY : llama-cvector-generator

# codegen rule for target.
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=80 "Finished codegen for target llama-cvector-generator"
.PHONY : tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/codegen

# clean rule for target.
tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean
.PHONY : tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean

#=============================================================================
# Target rules for target tools/export-lora/CMakeFiles/llama-export-lora.dir

# All Build rule for target.
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: src/CMakeFiles/llama.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: common/CMakeFiles/llama-common.dir/all
tools/export-lora/CMakeFiles/llama-export-lora.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/export-lora/CMakeFiles/llama-export-lora.dir/build.make tools/export-lora/CMakeFiles/llama-export-lora.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/export-lora/CMakeFiles/llama-export-lora.dir/build.make tools/export-lora/CMakeFiles/llama-export-lora.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-export-lora"
.PHONY : tools/export-lora/CMakeFiles/llama-export-lora.dir/all

# Build rule for subdir invocation for target.
tools/export-lora/CMakeFiles/llama-export-lora.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/export-lora/CMakeFiles/llama-export-lora.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/export-lora/CMakeFiles/llama-export-lora.dir/rule

# Convenience name for target.
llama-export-lora: tools/export-lora/CMakeFiles/llama-export-lora.dir/rule
.PHONY : llama-export-lora

# codegen rule for target.
tools/export-lora/CMakeFiles/llama-export-lora.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/export-lora/CMakeFiles/llama-export-lora.dir/build.make tools/export-lora/CMakeFiles/llama-export-lora.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-export-lora"
.PHONY : tools/export-lora/CMakeFiles/llama-export-lora.dir/codegen

# clean rule for target.
tools/export-lora/CMakeFiles/llama-export-lora.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/export-lora/CMakeFiles/llama-export-lora.dir/build.make tools/export-lora/CMakeFiles/llama-export-lora.dir/clean
.PHONY : tools/export-lora/CMakeFiles/llama-export-lora.dir/clean

#=============================================================================
# Target rules for target tools/fit-params/CMakeFiles/llama-fit-params-impl.dir

# All Build rule for target.
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: src/CMakeFiles/llama.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: common/CMakeFiles/llama-common.dir/all
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-fit-params-impl"
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all

# Build rule for subdir invocation for target.
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 75
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/rule

# Convenience name for target.
llama-fit-params-impl: tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/rule
.PHONY : llama-fit-params-impl

# codegen rule for target.
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-fit-params-impl"
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/codegen

# clean rule for target.
tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/clean
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/clean

#=============================================================================
# Target rules for target tools/fit-params/CMakeFiles/llama-fit-params.dir

# All Build rule for target.
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: src/CMakeFiles/llama.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: common/CMakeFiles/llama-common.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
tools/fit-params/CMakeFiles/llama-fit-params.dir/all: tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=81 "Built target llama-fit-params"
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params.dir/all

# Build rule for subdir invocation for target.
tools/fit-params/CMakeFiles/llama-fit-params.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/fit-params/CMakeFiles/llama-fit-params.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params.dir/rule

# Convenience name for target.
llama-fit-params: tools/fit-params/CMakeFiles/llama-fit-params.dir/rule
.PHONY : llama-fit-params

# codegen rule for target.
tools/fit-params/CMakeFiles/llama-fit-params.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=81 "Finished codegen for target llama-fit-params"
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params.dir/codegen

# clean rule for target.
tools/fit-params/CMakeFiles/llama-fit-params.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/fit-params/CMakeFiles/llama-fit-params.dir/build.make tools/fit-params/CMakeFiles/llama-fit-params.dir/clean
.PHONY : tools/fit-params/CMakeFiles/llama-fit-params.dir/clean

#=============================================================================
# Target rules for target tools/results/CMakeFiles/llama-results.dir

# All Build rule for target.
tools/results/CMakeFiles/llama-results.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
tools/results/CMakeFiles/llama-results.dir/all: ggml/src/CMakeFiles/ggml.dir/all
tools/results/CMakeFiles/llama-results.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
tools/results/CMakeFiles/llama-results.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
tools/results/CMakeFiles/llama-results.dir/all: src/CMakeFiles/llama.dir/all
tools/results/CMakeFiles/llama-results.dir/all: common/CMakeFiles/llama-common-base.dir/all
tools/results/CMakeFiles/llama-results.dir/all: common/CMakeFiles/llama-common.dir/all
tools/results/CMakeFiles/llama-results.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
	$(MAKE) $(MAKESILENT) -f tools/results/CMakeFiles/llama-results.dir/build.make tools/results/CMakeFiles/llama-results.dir/depend
	$(MAKE) $(MAKESILENT) -f tools/results/CMakeFiles/llama-results.dir/build.make tools/results/CMakeFiles/llama-results.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=87 "Built target llama-results"
.PHONY : tools/results/CMakeFiles/llama-results.dir/all

# Build rule for subdir invocation for target.
tools/results/CMakeFiles/llama-results.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 76
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/results/CMakeFiles/llama-results.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : tools/results/CMakeFiles/llama-results.dir/rule

# Convenience name for target.
llama-results: tools/results/CMakeFiles/llama-results.dir/rule
.PHONY : llama-results

# codegen rule for target.
tools/results/CMakeFiles/llama-results.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tools/results/CMakeFiles/llama-results.dir/build.make tools/results/CMakeFiles/llama-results.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num=87 "Finished codegen for target llama-results"
.PHONY : tools/results/CMakeFiles/llama-results.dir/codegen

# clean rule for target.
tools/results/CMakeFiles/llama-results.dir/clean:
	$(MAKE) $(MAKESILENT) -f tools/results/CMakeFiles/llama-results.dir/build.make tools/results/CMakeFiles/llama-results.dir/clean
.PHONY : tools/results/CMakeFiles/llama-results.dir/clean

#=============================================================================
# Target rules for target app/CMakeFiles/llama-app.dir

# All Build rule for target.
app/CMakeFiles/llama-app.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all
app/CMakeFiles/llama-app.dir/all: ggml/src/CMakeFiles/ggml.dir/all
app/CMakeFiles/llama-app.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all
app/CMakeFiles/llama-app.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all
app/CMakeFiles/llama-app.dir/all: src/CMakeFiles/llama.dir/all
app/CMakeFiles/llama-app.dir/all: common/CMakeFiles/llama-common-base.dir/all
app/CMakeFiles/llama-app.dir/all: common/CMakeFiles/llama-common.dir/all
app/CMakeFiles/llama-app.dir/all: vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/all
app/CMakeFiles/llama-app.dir/all: tools/batched-bench/CMakeFiles/llama-batched-bench-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/llama-bench/CMakeFiles/llama-bench-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/completion/CMakeFiles/llama-completion-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/quantize/CMakeFiles/llama-quantize-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/ui/CMakeFiles/llama-ui.dir/all
app/CMakeFiles/llama-app.dir/all: tools/cli/CMakeFiles/llama-cli-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/server/CMakeFiles/server-context.dir/all
app/CMakeFiles/llama-app.dir/all: tools/server/CMakeFiles/llama-server-impl.dir/all
app/CMakeFiles/llama-app.dir/all: tools/mtmd/CMakeFiles/mtmd.dir/all
app/CMakeFiles/llama-app.dir/all: tools/fit-params/CMakeFiles/llama-fit-params-impl.dir/all
	$(MAKE) $(MAKESILENT) -f app/CMakeFiles/llama-app.dir/build.make app/CMakeFiles/llama-app.dir/depend
	$(MAKE) $(MAKESILENT) -f app/CMakeFiles/llama-app.dir/build.make app/CMakeFiles/llama-app.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Built target llama-app"
.PHONY : app/CMakeFiles/llama-app.dir/all

# Build rule for subdir invocation for target.
app/CMakeFiles/llama-app.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 90
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app/CMakeFiles/llama-app.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles 0
.PHONY : app/CMakeFiles/llama-app.dir/rule

# Convenience name for target.
llama-app: app/CMakeFiles/llama-app.dir/rule
.PHONY : llama-app

# codegen rule for target.
app/CMakeFiles/llama-app.dir/codegen:
	$(MAKE) $(MAKESILENT) -f app/CMakeFiles/llama-app.dir/build.make app/CMakeFiles/llama-app.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-upstream/build-cuda/CMakeFiles --progress-num= "Finished codegen for target llama-app"
.PHONY : app/CMakeFiles/llama-app.dir/codegen

# clean rule for target.
app/CMakeFiles/llama-app.dir/clean:
	$(MAKE) $(MAKESILENT) -f app/CMakeFiles/llama-app.dir/build.make app/CMakeFiles/llama-app.dir/clean
.PHONY : app/CMakeFiles/llama-app.dir/clean

#=============================================================================
# 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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

