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

# 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 = /home/rurouni/.local/lib/python3.13/site-packages/cmake/data/bin/cmake

# The command to remove a file.
RM = /home/rurouni/.local/lib/python3.13/site-packages/cmake/data/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-master

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

#=============================================================================
# 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: tests/all
all: examples/all
all: pocs/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: tests/codegen
codegen: examples/codegen
codegen: pocs/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: tests/preinstall
preinstall: examples/preinstall
preinstall: pocs/preinstall
preinstall: tools/preinstall
preinstall: app/preinstall
.PHONY : preinstall

# The main recursive "clean" target.
clean: CMakeFiles/Experimental.dir/clean
clean: CMakeFiles/Nightly.dir/clean
clean: CMakeFiles/Continuous.dir/clean
clean: CMakeFiles/NightlyMemoryCheck.dir/clean
clean: CMakeFiles/NightlyStart.dir/clean
clean: CMakeFiles/NightlyUpdate.dir/clean
clean: CMakeFiles/NightlyConfigure.dir/clean
clean: CMakeFiles/NightlyBuild.dir/clean
clean: CMakeFiles/NightlyTest.dir/clean
clean: CMakeFiles/NightlyCoverage.dir/clean
clean: CMakeFiles/NightlyMemCheck.dir/clean
clean: CMakeFiles/NightlySubmit.dir/clean
clean: CMakeFiles/ExperimentalStart.dir/clean
clean: CMakeFiles/ExperimentalUpdate.dir/clean
clean: CMakeFiles/ExperimentalConfigure.dir/clean
clean: CMakeFiles/ExperimentalBuild.dir/clean
clean: CMakeFiles/ExperimentalTest.dir/clean
clean: CMakeFiles/ExperimentalCoverage.dir/clean
clean: CMakeFiles/ExperimentalMemCheck.dir/clean
clean: CMakeFiles/ExperimentalSubmit.dir/clean
clean: CMakeFiles/ContinuousStart.dir/clean
clean: CMakeFiles/ContinuousUpdate.dir/clean
clean: CMakeFiles/ContinuousConfigure.dir/clean
clean: CMakeFiles/ContinuousBuild.dir/clean
clean: CMakeFiles/ContinuousTest.dir/clean
clean: CMakeFiles/ContinuousCoverage.dir/clean
clean: CMakeFiles/ContinuousMemCheck.dir/clean
clean: CMakeFiles/ContinuousSubmit.dir/clean
clean: ggml/clean
clean: src/clean
clean: common/clean
clean: vendor/cpp-httplib/clean
clean: tests/clean
clean: examples/clean
clean: pocs/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 examples

# Recursive "all" directory target.
examples/all: examples/batched/all
examples/all: examples/debug/all
examples/all: examples/embedding/all
examples/all: examples/eval-callback/all
examples/all: examples/gguf-hash/all
examples/all: examples/gguf/all
examples/all: examples/idle/all
examples/all: examples/lookahead/all
examples/all: examples/lookup/all
examples/all: examples/parallel/all
examples/all: examples/passkey/all
examples/all: examples/retrieval/all
examples/all: examples/simple/all
examples/all: examples/simple-chat/all
examples/all: examples/speculative/all
examples/all: examples/speculative-simple/all
examples/all: examples/gen-docs/all
examples/all: examples/training/all
examples/all: examples/diffusion/all
examples/all: examples/convert-llama2c-to-ggml/all
.PHONY : examples/all

# Recursive "codegen" directory target.
examples/codegen: examples/batched/codegen
examples/codegen: examples/debug/codegen
examples/codegen: examples/embedding/codegen
examples/codegen: examples/eval-callback/codegen
examples/codegen: examples/gguf-hash/codegen
examples/codegen: examples/gguf/codegen
examples/codegen: examples/idle/codegen
examples/codegen: examples/lookahead/codegen
examples/codegen: examples/lookup/codegen
examples/codegen: examples/parallel/codegen
examples/codegen: examples/passkey/codegen
examples/codegen: examples/retrieval/codegen
examples/codegen: examples/simple/codegen
examples/codegen: examples/simple-chat/codegen
examples/codegen: examples/speculative/codegen
examples/codegen: examples/speculative-simple/codegen
examples/codegen: examples/gen-docs/codegen
examples/codegen: examples/training/codegen
examples/codegen: examples/diffusion/codegen
examples/codegen: examples/convert-llama2c-to-ggml/codegen
.PHONY : examples/codegen

# Recursive "preinstall" directory target.
examples/preinstall: examples/batched/preinstall
examples/preinstall: examples/debug/preinstall
examples/preinstall: examples/embedding/preinstall
examples/preinstall: examples/eval-callback/preinstall
examples/preinstall: examples/gguf-hash/preinstall
examples/preinstall: examples/gguf/preinstall
examples/preinstall: examples/idle/preinstall
examples/preinstall: examples/lookahead/preinstall
examples/preinstall: examples/lookup/preinstall
examples/preinstall: examples/parallel/preinstall
examples/preinstall: examples/passkey/preinstall
examples/preinstall: examples/retrieval/preinstall
examples/preinstall: examples/simple/preinstall
examples/preinstall: examples/simple-chat/preinstall
examples/preinstall: examples/speculative/preinstall
examples/preinstall: examples/speculative-simple/preinstall
examples/preinstall: examples/gen-docs/preinstall
examples/preinstall: examples/training/preinstall
examples/preinstall: examples/diffusion/preinstall
examples/preinstall: examples/convert-llama2c-to-ggml/preinstall
.PHONY : examples/preinstall

# Recursive "clean" directory target.
examples/clean: examples/batched/clean
examples/clean: examples/debug/clean
examples/clean: examples/embedding/clean
examples/clean: examples/eval-callback/clean
examples/clean: examples/gguf-hash/clean
examples/clean: examples/gguf/clean
examples/clean: examples/idle/clean
examples/clean: examples/lookahead/clean
examples/clean: examples/lookup/clean
examples/clean: examples/parallel/clean
examples/clean: examples/passkey/clean
examples/clean: examples/retrieval/clean
examples/clean: examples/simple/clean
examples/clean: examples/simple-chat/clean
examples/clean: examples/speculative/clean
examples/clean: examples/speculative-simple/clean
examples/clean: examples/gen-docs/clean
examples/clean: examples/training/clean
examples/clean: examples/diffusion/clean
examples/clean: examples/convert-llama2c-to-ggml/clean
.PHONY : examples/clean

#=============================================================================
# Directory level rules for directory examples/batched

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

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

# Recursive "preinstall" directory target.
examples/batched/preinstall:
.PHONY : examples/batched/preinstall

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

#=============================================================================
# Directory level rules for directory examples/convert-llama2c-to-ggml

# Recursive "all" directory target.
examples/convert-llama2c-to-ggml/all: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all
.PHONY : examples/convert-llama2c-to-ggml/all

# Recursive "codegen" directory target.
examples/convert-llama2c-to-ggml/codegen: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/codegen
.PHONY : examples/convert-llama2c-to-ggml/codegen

# Recursive "preinstall" directory target.
examples/convert-llama2c-to-ggml/preinstall:
.PHONY : examples/convert-llama2c-to-ggml/preinstall

# Recursive "clean" directory target.
examples/convert-llama2c-to-ggml/clean: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean
.PHONY : examples/convert-llama2c-to-ggml/clean

#=============================================================================
# Directory level rules for directory examples/debug

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

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

# Recursive "preinstall" directory target.
examples/debug/preinstall:
.PHONY : examples/debug/preinstall

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

#=============================================================================
# Directory level rules for directory examples/diffusion

# Recursive "all" directory target.
examples/diffusion/all: examples/diffusion/CMakeFiles/llama-diffusion.dir/all
examples/diffusion/all: examples/diffusion/CMakeFiles/llama-diffusion-cli.dir/all
.PHONY : examples/diffusion/all

# Recursive "codegen" directory target.
examples/diffusion/codegen: examples/diffusion/CMakeFiles/llama-diffusion.dir/codegen
examples/diffusion/codegen: examples/diffusion/CMakeFiles/llama-diffusion-cli.dir/codegen
.PHONY : examples/diffusion/codegen

# Recursive "preinstall" directory target.
examples/diffusion/preinstall:
.PHONY : examples/diffusion/preinstall

# Recursive "clean" directory target.
examples/diffusion/clean: examples/diffusion/CMakeFiles/llama-diffusion.dir/clean
examples/diffusion/clean: examples/diffusion/CMakeFiles/llama-diffusion-cli.dir/clean
.PHONY : examples/diffusion/clean

#=============================================================================
# Directory level rules for directory examples/embedding

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

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

# Recursive "preinstall" directory target.
examples/embedding/preinstall:
.PHONY : examples/embedding/preinstall

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

#=============================================================================
# Directory level rules for directory examples/eval-callback

# Recursive "all" directory target.
examples/eval-callback/all: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all
.PHONY : examples/eval-callback/all

# Recursive "codegen" directory target.
examples/eval-callback/codegen: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/codegen
.PHONY : examples/eval-callback/codegen

# Recursive "preinstall" directory target.
examples/eval-callback/preinstall:
.PHONY : examples/eval-callback/preinstall

# Recursive "clean" directory target.
examples/eval-callback/clean: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/clean
.PHONY : examples/eval-callback/clean

#=============================================================================
# Directory level rules for directory examples/gen-docs

# Recursive "all" directory target.
examples/gen-docs/all: examples/gen-docs/CMakeFiles/llama-gen-docs.dir/all
.PHONY : examples/gen-docs/all

# Recursive "codegen" directory target.
examples/gen-docs/codegen: examples/gen-docs/CMakeFiles/llama-gen-docs.dir/codegen
.PHONY : examples/gen-docs/codegen

# Recursive "preinstall" directory target.
examples/gen-docs/preinstall:
.PHONY : examples/gen-docs/preinstall

# Recursive "clean" directory target.
examples/gen-docs/clean: examples/gen-docs/CMakeFiles/llama-gen-docs.dir/clean
.PHONY : examples/gen-docs/clean

#=============================================================================
# Directory level rules for directory examples/gguf

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

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

# Recursive "preinstall" directory target.
examples/gguf/preinstall:
.PHONY : examples/gguf/preinstall

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

#=============================================================================
# Directory level rules for directory examples/gguf-hash

# Recursive "all" directory target.
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/xxhash.dir/all
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/sha1.dir/all
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/sha256.dir/all
.PHONY : examples/gguf-hash/all

# Recursive "codegen" directory target.
examples/gguf-hash/codegen: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/codegen
examples/gguf-hash/codegen: examples/gguf-hash/CMakeFiles/xxhash.dir/codegen
examples/gguf-hash/codegen: examples/gguf-hash/CMakeFiles/sha1.dir/codegen
examples/gguf-hash/codegen: examples/gguf-hash/CMakeFiles/sha256.dir/codegen
.PHONY : examples/gguf-hash/codegen

# Recursive "preinstall" directory target.
examples/gguf-hash/preinstall:
.PHONY : examples/gguf-hash/preinstall

# Recursive "clean" directory target.
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/clean
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/xxhash.dir/clean
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/sha1.dir/clean
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/sha256.dir/clean
.PHONY : examples/gguf-hash/clean

#=============================================================================
# Directory level rules for directory examples/idle

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

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

# Recursive "preinstall" directory target.
examples/idle/preinstall:
.PHONY : examples/idle/preinstall

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

#=============================================================================
# Directory level rules for directory examples/lookahead

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

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

# Recursive "preinstall" directory target.
examples/lookahead/preinstall:
.PHONY : examples/lookahead/preinstall

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

#=============================================================================
# Directory level rules for directory examples/lookup

# Recursive "all" directory target.
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup.dir/all
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup-create.dir/all
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup-merge.dir/all
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup-stats.dir/all
.PHONY : examples/lookup/all

# Recursive "codegen" directory target.
examples/lookup/codegen: examples/lookup/CMakeFiles/llama-lookup.dir/codegen
examples/lookup/codegen: examples/lookup/CMakeFiles/llama-lookup-create.dir/codegen
examples/lookup/codegen: examples/lookup/CMakeFiles/llama-lookup-merge.dir/codegen
examples/lookup/codegen: examples/lookup/CMakeFiles/llama-lookup-stats.dir/codegen
.PHONY : examples/lookup/codegen

# Recursive "preinstall" directory target.
examples/lookup/preinstall:
.PHONY : examples/lookup/preinstall

# Recursive "clean" directory target.
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup.dir/clean
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup-create.dir/clean
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup-merge.dir/clean
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup-stats.dir/clean
.PHONY : examples/lookup/clean

#=============================================================================
# Directory level rules for directory examples/parallel

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

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

# Recursive "preinstall" directory target.
examples/parallel/preinstall:
.PHONY : examples/parallel/preinstall

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

#=============================================================================
# Directory level rules for directory examples/passkey

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

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

# Recursive "preinstall" directory target.
examples/passkey/preinstall:
.PHONY : examples/passkey/preinstall

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

#=============================================================================
# Directory level rules for directory examples/retrieval

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

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

# Recursive "preinstall" directory target.
examples/retrieval/preinstall:
.PHONY : examples/retrieval/preinstall

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

#=============================================================================
# Directory level rules for directory examples/simple

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

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

# Recursive "preinstall" directory target.
examples/simple/preinstall:
.PHONY : examples/simple/preinstall

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

#=============================================================================
# Directory level rules for directory examples/simple-chat

# Recursive "all" directory target.
examples/simple-chat/all: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all
.PHONY : examples/simple-chat/all

# Recursive "codegen" directory target.
examples/simple-chat/codegen: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/codegen
.PHONY : examples/simple-chat/codegen

# Recursive "preinstall" directory target.
examples/simple-chat/preinstall:
.PHONY : examples/simple-chat/preinstall

# Recursive "clean" directory target.
examples/simple-chat/clean: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/clean
.PHONY : examples/simple-chat/clean

#=============================================================================
# Directory level rules for directory examples/speculative

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

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

# Recursive "preinstall" directory target.
examples/speculative/preinstall:
.PHONY : examples/speculative/preinstall

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

#=============================================================================
# Directory level rules for directory examples/speculative-simple

# Recursive "all" directory target.
examples/speculative-simple/all: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all
.PHONY : examples/speculative-simple/all

# Recursive "codegen" directory target.
examples/speculative-simple/codegen: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/codegen
.PHONY : examples/speculative-simple/codegen

# Recursive "preinstall" directory target.
examples/speculative-simple/preinstall:
.PHONY : examples/speculative-simple/preinstall

# Recursive "clean" directory target.
examples/speculative-simple/clean: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/clean
.PHONY : examples/speculative-simple/clean

#=============================================================================
# Directory level rules for directory examples/training

# Recursive "all" directory target.
examples/training/all: examples/training/CMakeFiles/llama-finetune.dir/all
.PHONY : examples/training/all

# Recursive "codegen" directory target.
examples/training/codegen: examples/training/CMakeFiles/llama-finetune.dir/codegen
.PHONY : examples/training/codegen

# Recursive "preinstall" directory target.
examples/training/preinstall:
.PHONY : examples/training/preinstall

# Recursive "clean" directory target.
examples/training/clean: examples/training/CMakeFiles/llama-finetune.dir/clean
.PHONY : examples/training/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 pocs

# Recursive "all" directory target.
pocs/all: pocs/vdot/all
.PHONY : pocs/all

# Recursive "codegen" directory target.
pocs/codegen: pocs/vdot/codegen
.PHONY : pocs/codegen

# Recursive "preinstall" directory target.
pocs/preinstall: pocs/vdot/preinstall
.PHONY : pocs/preinstall

# Recursive "clean" directory target.
pocs/clean: pocs/vdot/clean
.PHONY : pocs/clean

#=============================================================================
# Directory level rules for directory pocs/vdot

# Recursive "all" directory target.
pocs/vdot/all: pocs/vdot/CMakeFiles/llama-vdot.dir/all
pocs/vdot/all: pocs/vdot/CMakeFiles/llama-q8dot.dir/all
.PHONY : pocs/vdot/all

# Recursive "codegen" directory target.
pocs/vdot/codegen: pocs/vdot/CMakeFiles/llama-vdot.dir/codegen
pocs/vdot/codegen: pocs/vdot/CMakeFiles/llama-q8dot.dir/codegen
.PHONY : pocs/vdot/codegen

# Recursive "preinstall" directory target.
pocs/vdot/preinstall:
.PHONY : pocs/vdot/preinstall

# Recursive "clean" directory target.
pocs/vdot/clean: pocs/vdot/CMakeFiles/llama-vdot.dir/clean
pocs/vdot/clean: pocs/vdot/CMakeFiles/llama-q8dot.dir/clean
.PHONY : pocs/vdot/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 tests

# Recursive "all" directory target.
tests/all: tests/CMakeFiles/test-tokenizer-0.dir/all
tests/all: tests/CMakeFiles/test-sampling.dir/all
tests/all: tests/CMakeFiles/test-reasoning-budget.dir/all
tests/all: tests/CMakeFiles/test-grammar-parser.dir/all
tests/all: tests/CMakeFiles/test-grammar-integration.dir/all
tests/all: tests/CMakeFiles/test-llama-grammar.dir/all
tests/all: tests/CMakeFiles/test-chat.dir/all
tests/all: tests/CMakeFiles/test-json-schema-to-grammar.dir/all
tests/all: tests/CMakeFiles/test-quantize-stats.dir/all
tests/all: tests/CMakeFiles/test-gbnf-validator.dir/all
tests/all: tests/CMakeFiles/test-tokenizer-1-bpe.dir/all
tests/all: tests/CMakeFiles/test-tokenizer-1-spm.dir/all
tests/all: tests/CMakeFiles/test-llama-archs.dir/all
tests/all: tests/CMakeFiles/test-chat-peg-parser.dir/all
tests/all: tests/CMakeFiles/test-jinja.dir/all
tests/all: tests/CMakeFiles/test-chat-auto-parser.dir/all
tests/all: tests/CMakeFiles/test-chat-template.dir/all
tests/all: tests/CMakeFiles/test-json-partial.dir/all
tests/all: tests/CMakeFiles/test-log.dir/all
tests/all: tests/CMakeFiles/test-peg-parser.dir/all
tests/all: tests/CMakeFiles/test-regex-partial.dir/all
tests/all: tests/CMakeFiles/test-thread-safety.dir/all
tests/all: tests/CMakeFiles/test-arg-parser.dir/all
tests/all: tests/CMakeFiles/test-opt.dir/all
tests/all: tests/CMakeFiles/test-gguf.dir/all
tests/all: tests/CMakeFiles/test-backend-ops.dir/all
tests/all: tests/CMakeFiles/test-model-load-cancel.dir/all
tests/all: tests/CMakeFiles/test-autorelease.dir/all
tests/all: tests/CMakeFiles/test-backend-sampler.dir/all
tests/all: tests/CMakeFiles/test-state-restore-fragmented.dir/all
tests/all: tests/CMakeFiles/test-recurrent-state-rollback.dir/all
tests/all: tests/CMakeFiles/test-save-load-state.dir/all
tests/all: tests/CMakeFiles/test-barrier.dir/all
tests/all: tests/CMakeFiles/test-quantize-fns.dir/all
tests/all: tests/CMakeFiles/test-quantize-perf.dir/all
tests/all: tests/CMakeFiles/test-rope.dir/all
tests/all: tests/CMakeFiles/test-col2im-1d.dir/all
tests/all: tests/CMakeFiles/test-mtmd-c-api.dir/all
tests/all: tests/CMakeFiles/test-c.dir/all
tests/all: tests/CMakeFiles/test-alloc.dir/all
tests/all: tests/CMakeFiles/export-graph-ops.dir/all
.PHONY : tests/all

# Recursive "codegen" directory target.
tests/codegen: tests/CMakeFiles/test-tokenizer-0.dir/codegen
tests/codegen: tests/CMakeFiles/test-sampling.dir/codegen
tests/codegen: tests/CMakeFiles/test-reasoning-budget.dir/codegen
tests/codegen: tests/CMakeFiles/test-grammar-parser.dir/codegen
tests/codegen: tests/CMakeFiles/test-grammar-integration.dir/codegen
tests/codegen: tests/CMakeFiles/test-llama-grammar.dir/codegen
tests/codegen: tests/CMakeFiles/test-chat.dir/codegen
tests/codegen: tests/CMakeFiles/test-json-schema-to-grammar.dir/codegen
tests/codegen: tests/CMakeFiles/test-quantize-stats.dir/codegen
tests/codegen: tests/CMakeFiles/test-gbnf-validator.dir/codegen
tests/codegen: tests/CMakeFiles/test-tokenizer-1-bpe.dir/codegen
tests/codegen: tests/CMakeFiles/test-tokenizer-1-spm.dir/codegen
tests/codegen: tests/CMakeFiles/test-llama-archs.dir/codegen
tests/codegen: tests/CMakeFiles/test-chat-peg-parser.dir/codegen
tests/codegen: tests/CMakeFiles/test-jinja.dir/codegen
tests/codegen: tests/CMakeFiles/test-chat-auto-parser.dir/codegen
tests/codegen: tests/CMakeFiles/test-chat-template.dir/codegen
tests/codegen: tests/CMakeFiles/test-json-partial.dir/codegen
tests/codegen: tests/CMakeFiles/test-log.dir/codegen
tests/codegen: tests/CMakeFiles/test-peg-parser.dir/codegen
tests/codegen: tests/CMakeFiles/test-regex-partial.dir/codegen
tests/codegen: tests/CMakeFiles/test-thread-safety.dir/codegen
tests/codegen: tests/CMakeFiles/test-arg-parser.dir/codegen
tests/codegen: tests/CMakeFiles/test-opt.dir/codegen
tests/codegen: tests/CMakeFiles/test-gguf.dir/codegen
tests/codegen: tests/CMakeFiles/test-backend-ops.dir/codegen
tests/codegen: tests/CMakeFiles/test-model-load-cancel.dir/codegen
tests/codegen: tests/CMakeFiles/test-autorelease.dir/codegen
tests/codegen: tests/CMakeFiles/test-backend-sampler.dir/codegen
tests/codegen: tests/CMakeFiles/test-state-restore-fragmented.dir/codegen
tests/codegen: tests/CMakeFiles/test-recurrent-state-rollback.dir/codegen
tests/codegen: tests/CMakeFiles/test-save-load-state.dir/codegen
tests/codegen: tests/CMakeFiles/test-barrier.dir/codegen
tests/codegen: tests/CMakeFiles/test-quantize-fns.dir/codegen
tests/codegen: tests/CMakeFiles/test-quantize-perf.dir/codegen
tests/codegen: tests/CMakeFiles/test-rope.dir/codegen
tests/codegen: tests/CMakeFiles/test-col2im-1d.dir/codegen
tests/codegen: tests/CMakeFiles/test-mtmd-c-api.dir/codegen
tests/codegen: tests/CMakeFiles/test-c.dir/codegen
tests/codegen: tests/CMakeFiles/test-alloc.dir/codegen
tests/codegen: tests/CMakeFiles/export-graph-ops.dir/codegen
.PHONY : tests/codegen

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

# Recursive "clean" directory target.
tests/clean: tests/CMakeFiles/test-tokenizer-0.dir/clean
tests/clean: tests/CMakeFiles/test-sampling.dir/clean
tests/clean: tests/CMakeFiles/test-reasoning-budget.dir/clean
tests/clean: tests/CMakeFiles/test-grammar-parser.dir/clean
tests/clean: tests/CMakeFiles/test-grammar-integration.dir/clean
tests/clean: tests/CMakeFiles/test-llama-grammar.dir/clean
tests/clean: tests/CMakeFiles/test-chat.dir/clean
tests/clean: tests/CMakeFiles/test-json-schema-to-grammar.dir/clean
tests/clean: tests/CMakeFiles/test-quantize-stats.dir/clean
tests/clean: tests/CMakeFiles/test-gbnf-validator.dir/clean
tests/clean: tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean
tests/clean: tests/CMakeFiles/test-tokenizer-1-spm.dir/clean
tests/clean: tests/CMakeFiles/test-llama-archs.dir/clean
tests/clean: tests/CMakeFiles/test-chat-peg-parser.dir/clean
tests/clean: tests/CMakeFiles/test-jinja.dir/clean
tests/clean: tests/CMakeFiles/test-chat-auto-parser.dir/clean
tests/clean: tests/CMakeFiles/test-chat-template.dir/clean
tests/clean: tests/CMakeFiles/test-json-partial.dir/clean
tests/clean: tests/CMakeFiles/test-log.dir/clean
tests/clean: tests/CMakeFiles/test-peg-parser.dir/clean
tests/clean: tests/CMakeFiles/test-regex-partial.dir/clean
tests/clean: tests/CMakeFiles/test-thread-safety.dir/clean
tests/clean: tests/CMakeFiles/test-arg-parser.dir/clean
tests/clean: tests/CMakeFiles/test-opt.dir/clean
tests/clean: tests/CMakeFiles/test-gguf.dir/clean
tests/clean: tests/CMakeFiles/test-backend-ops.dir/clean
tests/clean: tests/CMakeFiles/test-model-load-cancel.dir/clean
tests/clean: tests/CMakeFiles/test-autorelease.dir/clean
tests/clean: tests/CMakeFiles/test-backend-sampler.dir/clean
tests/clean: tests/CMakeFiles/test-state-restore-fragmented.dir/clean
tests/clean: tests/CMakeFiles/test-recurrent-state-rollback.dir/clean
tests/clean: tests/CMakeFiles/test-save-load-state.dir/clean
tests/clean: tests/CMakeFiles/test-barrier.dir/clean
tests/clean: tests/CMakeFiles/test-quantize-fns.dir/clean
tests/clean: tests/CMakeFiles/test-quantize-perf.dir/clean
tests/clean: tests/CMakeFiles/test-rope.dir/clean
tests/clean: tests/CMakeFiles/test-col2im-1d.dir/clean
tests/clean: tests/CMakeFiles/test-mtmd-c-api.dir/clean
tests/clean: tests/CMakeFiles/test-c.dir/clean
tests/clean: tests/CMakeFiles/test-alloc.dir/clean
tests/clean: tests/CMakeFiles/export-graph-ops.dir/clean
.PHONY : tests/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 CMakeFiles/Experimental.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/Nightly.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/Continuous.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyMemoryCheck.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyStart.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyUpdate.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyConfigure.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyBuild.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyTest.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyCoverage.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlyMemCheck.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/NightlySubmit.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalStart.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalUpdate.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalConfigure.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalBuild.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalTest.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalCoverage.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalMemCheck.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ExperimentalSubmit.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousStart.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousUpdate.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousConfigure.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousBuild.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousTest.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousCoverage.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousMemCheck.dir

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

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

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

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

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

#=============================================================================
# Target rules for target CMakeFiles/ContinuousSubmit.dir

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

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

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

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

# clean rule for target.
CMakeFiles/ContinuousSubmit.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/clean
.PHONY : CMakeFiles/ContinuousSubmit.dir/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-master/build-upstream/CMakeFiles --progress-num=2 "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-master/build-upstream/CMakeFiles 1
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-base.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=2 "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-master/build-upstream/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-master/build-upstream/CMakeFiles 25
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=3,4 "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-master/build-upstream/CMakeFiles 3
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-cpu.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=3,4 "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-master/build-upstream/CMakeFiles --progress-num=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 "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-master/build-upstream/CMakeFiles 22
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 "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-master/build-upstream/CMakeFiles --progress-num=26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50 "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-master/build-upstream/CMakeFiles 50
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/llama.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50 "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-master/build-upstream/CMakeFiles --progress-num=58 "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-master/build-upstream/CMakeFiles 1
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/llama-common-base.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=58 "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-master/build-upstream/CMakeFiles --progress-num=53,54,55,56,57 "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/llama-common.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=53,54,55,56,57 "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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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 tests/CMakeFiles/test-tokenizer-0.dir

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

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

# Convenience name for target.
test-tokenizer-0: tests/CMakeFiles/test-tokenizer-0.dir/rule
.PHONY : test-tokenizer-0

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

# clean rule for target.
tests/CMakeFiles/test-tokenizer-0.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/clean
.PHONY : tests/CMakeFiles/test-tokenizer-0.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-sampling.dir

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

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

# Convenience name for target.
test-sampling: tests/CMakeFiles/test-sampling.dir/rule
.PHONY : test-sampling

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-reasoning-budget.dir

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

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

# Convenience name for target.
test-reasoning-budget: tests/CMakeFiles/test-reasoning-budget.dir/rule
.PHONY : test-reasoning-budget

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

# clean rule for target.
tests/CMakeFiles/test-reasoning-budget.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-reasoning-budget.dir/build.make tests/CMakeFiles/test-reasoning-budget.dir/clean
.PHONY : tests/CMakeFiles/test-reasoning-budget.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-grammar-parser.dir

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

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

# Convenience name for target.
test-grammar-parser: tests/CMakeFiles/test-grammar-parser.dir/rule
.PHONY : test-grammar-parser

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

# clean rule for target.
tests/CMakeFiles/test-grammar-parser.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/clean
.PHONY : tests/CMakeFiles/test-grammar-parser.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-grammar-integration.dir

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

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

# Convenience name for target.
test-grammar-integration: tests/CMakeFiles/test-grammar-integration.dir/rule
.PHONY : test-grammar-integration

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

# clean rule for target.
tests/CMakeFiles/test-grammar-integration.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/clean
.PHONY : tests/CMakeFiles/test-grammar-integration.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-llama-grammar.dir

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

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

# Convenience name for target.
test-llama-grammar: tests/CMakeFiles/test-llama-grammar.dir/rule
.PHONY : test-llama-grammar

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-chat.dir

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

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

# Convenience name for target.
test-chat: tests/CMakeFiles/test-chat.dir/rule
.PHONY : test-chat

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-json-schema-to-grammar.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-json-schema-to-grammar.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-json-schema-to-grammar.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-json-schema-to-grammar.dir/rule

# Convenience name for target.
test-json-schema-to-grammar: tests/CMakeFiles/test-json-schema-to-grammar.dir/rule
.PHONY : test-json-schema-to-grammar

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

# clean rule for target.
tests/CMakeFiles/test-json-schema-to-grammar.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/clean
.PHONY : tests/CMakeFiles/test-json-schema-to-grammar.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-quantize-stats.dir

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

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

# Convenience name for target.
test-quantize-stats: tests/CMakeFiles/test-quantize-stats.dir/rule
.PHONY : test-quantize-stats

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-gbnf-validator.dir

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

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

# Convenience name for target.
test-gbnf-validator: tests/CMakeFiles/test-gbnf-validator.dir/rule
.PHONY : test-gbnf-validator

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

# clean rule for target.
tests/CMakeFiles/test-gbnf-validator.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-gbnf-validator.dir/build.make tests/CMakeFiles/test-gbnf-validator.dir/clean
.PHONY : tests/CMakeFiles/test-gbnf-validator.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-tokenizer-1-bpe.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-1-bpe.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule

# Convenience name for target.
test-tokenizer-1-bpe: tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule
.PHONY : test-tokenizer-1-bpe

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

# clean rule for target.
tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean
.PHONY : tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-tokenizer-1-spm.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-tokenizer-1-spm.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-1-spm.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-tokenizer-1-spm.dir/rule

# Convenience name for target.
test-tokenizer-1-spm: tests/CMakeFiles/test-tokenizer-1-spm.dir/rule
.PHONY : test-tokenizer-1-spm

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

# clean rule for target.
tests/CMakeFiles/test-tokenizer-1-spm.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/clean
.PHONY : tests/CMakeFiles/test-tokenizer-1-spm.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-llama-archs.dir

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

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

# Convenience name for target.
test-llama-archs: tests/CMakeFiles/test-llama-archs.dir/rule
.PHONY : test-llama-archs

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-chat-peg-parser.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-chat-peg-parser.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-chat-peg-parser.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-chat-peg-parser.dir/rule

# Convenience name for target.
test-chat-peg-parser: tests/CMakeFiles/test-chat-peg-parser.dir/rule
.PHONY : test-chat-peg-parser

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

# clean rule for target.
tests/CMakeFiles/test-chat-peg-parser.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-peg-parser.dir/build.make tests/CMakeFiles/test-chat-peg-parser.dir/clean
.PHONY : tests/CMakeFiles/test-chat-peg-parser.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-jinja.dir

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

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

# Convenience name for target.
test-jinja: tests/CMakeFiles/test-jinja.dir/rule
.PHONY : test-jinja

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-chat-auto-parser.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-chat-auto-parser.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-chat-auto-parser.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-chat-auto-parser.dir/rule

# Convenience name for target.
test-chat-auto-parser: tests/CMakeFiles/test-chat-auto-parser.dir/rule
.PHONY : test-chat-auto-parser

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

# clean rule for target.
tests/CMakeFiles/test-chat-auto-parser.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-auto-parser.dir/build.make tests/CMakeFiles/test-chat-auto-parser.dir/clean
.PHONY : tests/CMakeFiles/test-chat-auto-parser.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-chat-template.dir

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

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

# Convenience name for target.
test-chat-template: tests/CMakeFiles/test-chat-template.dir/rule
.PHONY : test-chat-template

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

# clean rule for target.
tests/CMakeFiles/test-chat-template.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/clean
.PHONY : tests/CMakeFiles/test-chat-template.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-json-partial.dir

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

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

# Convenience name for target.
test-json-partial: tests/CMakeFiles/test-json-partial.dir/rule
.PHONY : test-json-partial

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

# clean rule for target.
tests/CMakeFiles/test-json-partial.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-partial.dir/build.make tests/CMakeFiles/test-json-partial.dir/clean
.PHONY : tests/CMakeFiles/test-json-partial.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-log.dir

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

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

# Convenience name for target.
test-log: tests/CMakeFiles/test-log.dir/rule
.PHONY : test-log

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-peg-parser.dir

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

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

# Convenience name for target.
test-peg-parser: tests/CMakeFiles/test-peg-parser.dir/rule
.PHONY : test-peg-parser

# codegen rule for target.
tests/CMakeFiles/test-peg-parser.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-peg-parser.dir/build.make tests/CMakeFiles/test-peg-parser.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles --progress-num=93,94 "Finished codegen for target test-peg-parser"
.PHONY : tests/CMakeFiles/test-peg-parser.dir/codegen

# clean rule for target.
tests/CMakeFiles/test-peg-parser.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-peg-parser.dir/build.make tests/CMakeFiles/test-peg-parser.dir/clean
.PHONY : tests/CMakeFiles/test-peg-parser.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-regex-partial.dir

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

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

# Convenience name for target.
test-regex-partial: tests/CMakeFiles/test-regex-partial.dir/rule
.PHONY : test-regex-partial

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

# clean rule for target.
tests/CMakeFiles/test-regex-partial.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-regex-partial.dir/build.make tests/CMakeFiles/test-regex-partial.dir/clean
.PHONY : tests/CMakeFiles/test-regex-partial.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-thread-safety.dir

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

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

# Convenience name for target.
test-thread-safety: tests/CMakeFiles/test-thread-safety.dir/rule
.PHONY : test-thread-safety

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

# clean rule for target.
tests/CMakeFiles/test-thread-safety.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-thread-safety.dir/build.make tests/CMakeFiles/test-thread-safety.dir/clean
.PHONY : tests/CMakeFiles/test-thread-safety.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-arg-parser.dir

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

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

# Convenience name for target.
test-arg-parser: tests/CMakeFiles/test-arg-parser.dir/rule
.PHONY : test-arg-parser

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

# clean rule for target.
tests/CMakeFiles/test-arg-parser.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-arg-parser.dir/build.make tests/CMakeFiles/test-arg-parser.dir/clean
.PHONY : tests/CMakeFiles/test-arg-parser.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-opt.dir

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

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

# Convenience name for target.
test-opt: tests/CMakeFiles/test-opt.dir/rule
.PHONY : test-opt

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-gguf.dir

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

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

# Convenience name for target.
test-gguf: tests/CMakeFiles/test-gguf.dir/rule
.PHONY : test-gguf

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-backend-ops.dir

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

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

# Convenience name for target.
test-backend-ops: tests/CMakeFiles/test-backend-ops.dir/rule
.PHONY : test-backend-ops

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

# clean rule for target.
tests/CMakeFiles/test-backend-ops.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/clean
.PHONY : tests/CMakeFiles/test-backend-ops.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-model-load-cancel.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-model-load-cancel.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-model-load-cancel.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-model-load-cancel.dir/rule

# Convenience name for target.
test-model-load-cancel: tests/CMakeFiles/test-model-load-cancel.dir/rule
.PHONY : test-model-load-cancel

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

# clean rule for target.
tests/CMakeFiles/test-model-load-cancel.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/clean
.PHONY : tests/CMakeFiles/test-model-load-cancel.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-autorelease.dir

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

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

# Convenience name for target.
test-autorelease: tests/CMakeFiles/test-autorelease.dir/rule
.PHONY : test-autorelease

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-backend-sampler.dir

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

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

# Convenience name for target.
test-backend-sampler: tests/CMakeFiles/test-backend-sampler.dir/rule
.PHONY : test-backend-sampler

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

# clean rule for target.
tests/CMakeFiles/test-backend-sampler.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-sampler.dir/build.make tests/CMakeFiles/test-backend-sampler.dir/clean
.PHONY : tests/CMakeFiles/test-backend-sampler.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-state-restore-fragmented.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-state-restore-fragmented.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-state-restore-fragmented.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-state-restore-fragmented.dir/rule

# Convenience name for target.
test-state-restore-fragmented: tests/CMakeFiles/test-state-restore-fragmented.dir/rule
.PHONY : test-state-restore-fragmented

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

# clean rule for target.
tests/CMakeFiles/test-state-restore-fragmented.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-state-restore-fragmented.dir/build.make tests/CMakeFiles/test-state-restore-fragmented.dir/clean
.PHONY : tests/CMakeFiles/test-state-restore-fragmented.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-recurrent-state-rollback.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-recurrent-state-rollback.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-recurrent-state-rollback.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-recurrent-state-rollback.dir/rule

# Convenience name for target.
test-recurrent-state-rollback: tests/CMakeFiles/test-recurrent-state-rollback.dir/rule
.PHONY : test-recurrent-state-rollback

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

# clean rule for target.
tests/CMakeFiles/test-recurrent-state-rollback.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-recurrent-state-rollback.dir/build.make tests/CMakeFiles/test-recurrent-state-rollback.dir/clean
.PHONY : tests/CMakeFiles/test-recurrent-state-rollback.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-save-load-state.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-save-load-state.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-save-load-state.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-save-load-state.dir/rule

# Convenience name for target.
test-save-load-state: tests/CMakeFiles/test-save-load-state.dir/rule
.PHONY : test-save-load-state

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

# clean rule for target.
tests/CMakeFiles/test-save-load-state.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-save-load-state.dir/build.make tests/CMakeFiles/test-save-load-state.dir/clean
.PHONY : tests/CMakeFiles/test-save-load-state.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-barrier.dir

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

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

# Convenience name for target.
test-barrier: tests/CMakeFiles/test-barrier.dir/rule
.PHONY : test-barrier

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-quantize-fns.dir

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

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

# Convenience name for target.
test-quantize-fns: tests/CMakeFiles/test-quantize-fns.dir/rule
.PHONY : test-quantize-fns

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-quantize-perf.dir

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

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

# Convenience name for target.
test-quantize-perf: tests/CMakeFiles/test-quantize-perf.dir/rule
.PHONY : test-quantize-perf

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-rope.dir

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

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

# Convenience name for target.
test-rope: tests/CMakeFiles/test-rope.dir/rule
.PHONY : test-rope

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-col2im-1d.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-col2im-1d.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-col2im-1d.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-col2im-1d.dir/rule

# Convenience name for target.
test-col2im-1d: tests/CMakeFiles/test-col2im-1d.dir/rule
.PHONY : test-col2im-1d

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

# clean rule for target.
tests/CMakeFiles/test-col2im-1d.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-col2im-1d.dir/build.make tests/CMakeFiles/test-col2im-1d.dir/clean
.PHONY : tests/CMakeFiles/test-col2im-1d.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test-mtmd-c-api.dir

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

# Build rule for subdir invocation for target.
tests/CMakeFiles/test-mtmd-c-api.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 63
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-mtmd-c-api.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/CMakeFiles 0
.PHONY : tests/CMakeFiles/test-mtmd-c-api.dir/rule

# Convenience name for target.
test-mtmd-c-api: tests/CMakeFiles/test-mtmd-c-api.dir/rule
.PHONY : test-mtmd-c-api

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-c.dir

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

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

# Convenience name for target.
test-c: tests/CMakeFiles/test-c.dir/rule
.PHONY : test-c

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/test-alloc.dir

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

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

# Convenience name for target.
test-alloc: tests/CMakeFiles/test-alloc.dir/rule
.PHONY : test-alloc

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

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

#=============================================================================
# Target rules for target tests/CMakeFiles/export-graph-ops.dir

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

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

# Convenience name for target.
export-graph-ops: tests/CMakeFiles/export-graph-ops.dir/rule
.PHONY : export-graph-ops

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

# clean rule for target.
tests/CMakeFiles/export-graph-ops.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/export-graph-ops.dir/build.make tests/CMakeFiles/export-graph-ops.dir/clean
.PHONY : tests/CMakeFiles/export-graph-ops.dir/clean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#=============================================================================
# Target rules for target examples/eval-callback/CMakeFiles/llama-eval-callback.dir

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

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

# Convenience name for target.
llama-eval-callback: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/rule
.PHONY : llama-eval-callback

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

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

#=============================================================================
# Target rules for target examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir

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

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

# Convenience name for target.
llama-gguf-hash: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/rule
.PHONY : llama-gguf-hash

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

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

#=============================================================================
# Target rules for target examples/gguf-hash/CMakeFiles/xxhash.dir

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

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

# Convenience name for target.
xxhash: examples/gguf-hash/CMakeFiles/xxhash.dir/rule
.PHONY : xxhash

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

# clean rule for target.
examples/gguf-hash/CMakeFiles/xxhash.dir/clean:
	$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/xxhash.dir/build.make examples/gguf-hash/CMakeFiles/xxhash.dir/clean
.PHONY : examples/gguf-hash/CMakeFiles/xxhash.dir/clean

#=============================================================================
# Target rules for target examples/gguf-hash/CMakeFiles/sha1.dir

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

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

# Convenience name for target.
sha1: examples/gguf-hash/CMakeFiles/sha1.dir/rule
.PHONY : sha1

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

# clean rule for target.
examples/gguf-hash/CMakeFiles/sha1.dir/clean:
	$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha1.dir/build.make examples/gguf-hash/CMakeFiles/sha1.dir/clean
.PHONY : examples/gguf-hash/CMakeFiles/sha1.dir/clean

#=============================================================================
# Target rules for target examples/gguf-hash/CMakeFiles/sha256.dir

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

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

# Convenience name for target.
sha256: examples/gguf-hash/CMakeFiles/sha256.dir/rule
.PHONY : sha256

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

# clean rule for target.
examples/gguf-hash/CMakeFiles/sha256.dir/clean:
	$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha256.dir/build.make examples/gguf-hash/CMakeFiles/sha256.dir/clean
.PHONY : examples/gguf-hash/CMakeFiles/sha256.dir/clean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#=============================================================================
# Target rules for target examples/lookup/CMakeFiles/llama-lookup-create.dir

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

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

# Convenience name for target.
llama-lookup-create: examples/lookup/CMakeFiles/llama-lookup-create.dir/rule
.PHONY : llama-lookup-create

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

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

#=============================================================================
# Target rules for target examples/lookup/CMakeFiles/llama-lookup-merge.dir

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

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

# Convenience name for target.
llama-lookup-merge: examples/lookup/CMakeFiles/llama-lookup-merge.dir/rule
.PHONY : llama-lookup-merge

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

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

#=============================================================================
# Target rules for target examples/lookup/CMakeFiles/llama-lookup-stats.dir

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

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

# Convenience name for target.
llama-lookup-stats: examples/lookup/CMakeFiles/llama-lookup-stats.dir/rule
.PHONY : llama-lookup-stats

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#=============================================================================
# Target rules for target examples/simple-chat/CMakeFiles/llama-simple-chat.dir

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

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

# Convenience name for target.
llama-simple-chat: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/rule
.PHONY : llama-simple-chat

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

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

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

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

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

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

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

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

#=============================================================================
# Target rules for target examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir

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

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

# Convenience name for target.
llama-speculative-simple: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/rule
.PHONY : llama-speculative-simple

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

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

#=============================================================================
# Target rules for target examples/gen-docs/CMakeFiles/llama-gen-docs.dir

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

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

# Convenience name for target.
llama-gen-docs: examples/gen-docs/CMakeFiles/llama-gen-docs.dir/rule
.PHONY : llama-gen-docs

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

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

#=============================================================================
# Target rules for target examples/training/CMakeFiles/llama-finetune.dir

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

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

# Convenience name for target.
llama-finetune: examples/training/CMakeFiles/llama-finetune.dir/rule
.PHONY : llama-finetune

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#=============================================================================
# Target rules for target examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir

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

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

# Convenience name for target.
llama-convert-llama2c-to-ggml: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/rule
.PHONY : llama-convert-llama2c-to-ggml

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

# clean rule for target.
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean:
	$(MAKE) $(MAKESILENT) -f examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build.make examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean
.PHONY : examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean

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

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

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

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

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

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

#=============================================================================
# Target rules for target pocs/vdot/CMakeFiles/llama-q8dot.dir

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

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

# Convenience name for target.
llama-q8dot: pocs/vdot/CMakeFiles/llama-q8dot.dir/rule
.PHONY : llama-q8dot

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

# clean rule for target.
pocs/vdot/CMakeFiles/llama-q8dot.dir/clean:
	$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-q8dot.dir/build.make pocs/vdot/CMakeFiles/llama-q8dot.dir/clean
.PHONY : pocs/vdot/CMakeFiles/llama-q8dot.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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(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-master/build-upstream/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-master/build-upstream/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: 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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(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-master/build-upstream/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-master/build-upstream/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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/imatrix/CMakeFiles/llama-imatrix.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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
	$(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-master/build-upstream/CMakeFiles --progress-num=52 "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-master/build-upstream/CMakeFiles 57
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=52 "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: 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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/llama-bench/CMakeFiles/llama-bench.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/completion/CMakeFiles/llama-completion-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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: 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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/completion/CMakeFiles/llama-completion.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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
	$(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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/perplexity/CMakeFiles/llama-perplexity-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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: 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-master/build-upstream/CMakeFiles --progress-num=68 "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-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/perplexity/CMakeFiles/llama-perplexity.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=68 "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
	$(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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/quantize/CMakeFiles/llama-quantize-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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: 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-master/build-upstream/CMakeFiles --progress-num=69 "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-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/quantize/CMakeFiles/llama-quantize.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=69 "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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ui/CMakeFiles/llama-ui-assets.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/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-master/build-upstream/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ui/CMakeFiles/llama-ui.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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: 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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 63
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/cli/CMakeFiles/llama-cli-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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: 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-master/build-upstream/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-master/build-upstream/CMakeFiles 63
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/cli/CMakeFiles/llama-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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: 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-master/build-upstream/CMakeFiles --progress-num=81 "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-master/build-upstream/CMakeFiles 63
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/server-context.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=81 "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-master/build-upstream/CMakeFiles --progress-num=71 "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-master/build-upstream/CMakeFiles 64
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/llama-server-impl.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=71 "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-master/build-upstream/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-master/build-upstream/CMakeFiles 64
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/llama-server.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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
	$(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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/tokenize/CMakeFiles/llama-tokenize.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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
	$(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-master/build-upstream/CMakeFiles --progress-num=60 "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-master/build-upstream/CMakeFiles 57
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=60 "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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/parser/CMakeFiles/llama-template-analysis.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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
	$(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-master/build-upstream/CMakeFiles --progress-num=73 "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-master/build-upstream/CMakeFiles 57
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/tts/CMakeFiles/llama-tts.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=73 "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-master/build-upstream/CMakeFiles --progress-num=75,76,77,78,79,80 "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/mtmd.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=75,76,77,78,79,80 "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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-llava-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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-master/build-upstream/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: 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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 62
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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: 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-master/build-upstream/CMakeFiles --progress-num=67 "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-master/build-upstream/CMakeFiles 63
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=67 "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
	$(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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(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-master/build-upstream/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-master/build-upstream/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
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles 56
	$(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-master/build-upstream/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-master/build-upstream/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: 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-master/build-upstream/CMakeFiles --progress-num=62 "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-master/build-upstream/CMakeFiles 57
	$(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-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num=62 "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
	$(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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/CMakeFiles 56
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/results/CMakeFiles/llama-results.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/CMakeFiles --progress-num= "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-master/build-upstream/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-master/build-upstream/CMakeFiles 65
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app/CMakeFiles/llama-app.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/rurouni/src/llama.cpp-master/build-upstream/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-master/build-upstream/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

