| | # CMAKE generated file: DO NOT EDIT |
| | # Generated by "Unix Makefiles" Generator, CMake Version 3.31 |
| |
|
| | # Default target executed when no arguments are given to make. |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | #============================================================================= |
| | # Special targets provided by cmake. |
| |
|
| | # Disable implicit rules so canonical targets will work. |
| | .SUFFIXES: |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : %,v |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : RCS/% |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : RCS/%,v |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : SCCS/s.% |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | # Command-line flag to silence nested $(MAKE). |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | #Suppress display of executed commands. |
| | $(VERBOSE).SILENT: |
| |
|
| | # A target that is always out of date. |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | #============================================================================= |
| | # Set environment variables for the build. |
| |
|
| | # The shell in which to execute make rules. |
| | SHELL = /bin/sh |
| |
|
| | # The CMake executable. |
| | CMAKE_COMMAND = /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake |
| |
|
| | # The command to remove a file. |
| | RM = /usr/local/lib/python3.11/dist-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 = /content/tmp |
| |
|
| | # The top-level build directory on which CMake was run. |
| | CMAKE_BINARY_DIR = /content/tmp/build |
| |
|
| | #============================================================================= |
| | # Directory level rules for the build root directory |
| |
|
| | # The main recursive "all" target. |
| | all: ggml/all |
| | all: src/all |
| | all: common/all |
| | all: tools/all |
| | .PHONY : all |
| |
|
| | # The main recursive "codegen" target. |
| | codegen: ggml/codegen |
| | codegen: src/codegen |
| | codegen: common/codegen |
| | codegen: tools/codegen |
| | .PHONY : codegen |
| |
|
| | # The main recursive "preinstall" target. |
| | preinstall: ggml/preinstall |
| | preinstall: src/preinstall |
| | preinstall: common/preinstall |
| | preinstall: tools/preinstall |
| | .PHONY : preinstall |
| |
|
| | # The main recursive "clean" target. |
| | clean: ggml/clean |
| | clean: src/clean |
| | clean: common/clean |
| | clean: tools/clean |
| | .PHONY : clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory common |
| |
|
| | # Recursive "all" directory target. |
| | common/all: common/CMakeFiles/build_info.dir/all |
| | common/all: common/CMakeFiles/common.dir/all |
| | .PHONY : common/all |
| |
|
| | # Recursive "codegen" directory target. |
| | common/codegen: common/CMakeFiles/build_info.dir/codegen |
| | common/codegen: common/CMakeFiles/common.dir/codegen |
| | .PHONY : common/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | common/preinstall: |
| | .PHONY : common/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | common/clean: common/CMakeFiles/build_info.dir/clean |
| | common/clean: common/CMakeFiles/common.dir/clean |
| | .PHONY : common/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory ggml |
| |
|
| | # Recursive "all" directory target. |
| | ggml/all: ggml/src/all |
| | .PHONY : ggml/all |
| |
|
| | # Recursive "codegen" directory target. |
| | ggml/codegen: ggml/src/codegen |
| | .PHONY : ggml/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | ggml/preinstall: ggml/src/preinstall |
| | .PHONY : ggml/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | ggml/clean: ggml/src/clean |
| | .PHONY : ggml/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory ggml/src |
| |
|
| | # Recursive "all" directory target. |
| | ggml/src/all: ggml/src/CMakeFiles/ggml-base.dir/all |
| | ggml/src/all: ggml/src/CMakeFiles/ggml.dir/all |
| | ggml/src/all: ggml/src/CMakeFiles/ggml-cpu.dir/all |
| | ggml/src/all: ggml/src/ggml-cpu/all |
| | ggml/src/all: ggml/src/ggml-cuda/all |
| | .PHONY : ggml/src/all |
| |
|
| | # Recursive "codegen" directory target. |
| | ggml/src/codegen: ggml/src/CMakeFiles/ggml-base.dir/codegen |
| | ggml/src/codegen: ggml/src/CMakeFiles/ggml.dir/codegen |
| | ggml/src/codegen: ggml/src/CMakeFiles/ggml-cpu.dir/codegen |
| | ggml/src/codegen: ggml/src/ggml-cpu/codegen |
| | ggml/src/codegen: ggml/src/ggml-cuda/codegen |
| | .PHONY : ggml/src/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | ggml/src/preinstall: ggml/src/ggml-cpu/preinstall |
| | ggml/src/preinstall: ggml/src/ggml-cuda/preinstall |
| | .PHONY : ggml/src/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | ggml/src/clean: ggml/src/CMakeFiles/ggml-base.dir/clean |
| | ggml/src/clean: ggml/src/CMakeFiles/ggml.dir/clean |
| | ggml/src/clean: ggml/src/CMakeFiles/ggml-cpu.dir/clean |
| | ggml/src/clean: ggml/src/ggml-cpu/clean |
| | ggml/src/clean: ggml/src/ggml-cuda/clean |
| | .PHONY : ggml/src/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory ggml/src/ggml-cpu |
| |
|
| | # Recursive "all" directory target. |
| | ggml/src/ggml-cpu/all: |
| | .PHONY : ggml/src/ggml-cpu/all |
| |
|
| | # Recursive "codegen" directory target. |
| | ggml/src/ggml-cpu/codegen: |
| | .PHONY : ggml/src/ggml-cpu/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | ggml/src/ggml-cpu/preinstall: |
| | .PHONY : ggml/src/ggml-cpu/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | ggml/src/ggml-cpu/clean: |
| | .PHONY : ggml/src/ggml-cpu/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory ggml/src/ggml-cuda |
| |
|
| | # Recursive "all" directory target. |
| | ggml/src/ggml-cuda/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all |
| | .PHONY : ggml/src/ggml-cuda/all |
| |
|
| | # Recursive "codegen" directory target. |
| | ggml/src/ggml-cuda/codegen: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/codegen |
| | .PHONY : ggml/src/ggml-cuda/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | ggml/src/ggml-cuda/preinstall: |
| | .PHONY : ggml/src/ggml-cuda/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | ggml/src/ggml-cuda/clean: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/clean |
| | .PHONY : ggml/src/ggml-cuda/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory src |
| |
|
| | # Recursive "all" directory target. |
| | src/all: src/CMakeFiles/llama.dir/all |
| | .PHONY : src/all |
| |
|
| | # Recursive "codegen" directory target. |
| | src/codegen: src/CMakeFiles/llama.dir/codegen |
| | .PHONY : src/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | src/preinstall: |
| | .PHONY : src/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | src/clean: src/CMakeFiles/llama.dir/clean |
| | .PHONY : src/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory tools |
| |
|
| | # Recursive "all" directory target. |
| | tools/all: tools/batched-bench/all |
| | tools/all: tools/gguf-split/all |
| | tools/all: tools/imatrix/all |
| | tools/all: tools/llama-bench/all |
| | tools/all: tools/main/all |
| | tools/all: tools/perplexity/all |
| | tools/all: tools/quantize/all |
| | tools/all: tools/server/all |
| | tools/all: tools/run/all |
| | tools/all: tools/tokenize/all |
| | tools/all: tools/tts/all |
| | tools/all: tools/mtmd/all |
| | tools/all: tools/cvector-generator/all |
| | tools/all: tools/export-lora/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/main/codegen |
| | tools/codegen: tools/perplexity/codegen |
| | tools/codegen: tools/quantize/codegen |
| | tools/codegen: tools/server/codegen |
| | tools/codegen: tools/run/codegen |
| | tools/codegen: tools/tokenize/codegen |
| | tools/codegen: tools/tts/codegen |
| | tools/codegen: tools/mtmd/codegen |
| | tools/codegen: tools/cvector-generator/codegen |
| | tools/codegen: tools/export-lora/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/main/preinstall |
| | tools/preinstall: tools/perplexity/preinstall |
| | tools/preinstall: tools/quantize/preinstall |
| | tools/preinstall: tools/server/preinstall |
| | tools/preinstall: tools/run/preinstall |
| | tools/preinstall: tools/tokenize/preinstall |
| | tools/preinstall: tools/tts/preinstall |
| | tools/preinstall: tools/mtmd/preinstall |
| | tools/preinstall: tools/cvector-generator/preinstall |
| | tools/preinstall: tools/export-lora/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/main/clean |
| | tools/clean: tools/perplexity/clean |
| | tools/clean: tools/quantize/clean |
| | tools/clean: tools/server/clean |
| | tools/clean: tools/run/clean |
| | tools/clean: tools/tokenize/clean |
| | tools/clean: tools/tts/clean |
| | tools/clean: tools/mtmd/clean |
| | tools/clean: tools/cvector-generator/clean |
| | tools/clean: tools/export-lora/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.dir/all |
| | .PHONY : tools/batched-bench/all |
| |
|
| | # Recursive "codegen" directory target. |
| | 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.dir/clean |
| | .PHONY : tools/batched-bench/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/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.dir/all |
| | .PHONY : tools/llama-bench/all |
| |
|
| | # Recursive "codegen" directory target. |
| | 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.dir/clean |
| | .PHONY : tools/llama-bench/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory tools/main |
| |
|
| | # Recursive "all" directory target. |
| | tools/main/all: tools/main/CMakeFiles/llama-cli.dir/all |
| | .PHONY : tools/main/all |
| |
|
| | # Recursive "codegen" directory target. |
| | tools/main/codegen: tools/main/CMakeFiles/llama-cli.dir/codegen |
| | .PHONY : tools/main/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | tools/main/preinstall: |
| | .PHONY : tools/main/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | tools/main/clean: tools/main/CMakeFiles/llama-cli.dir/clean |
| | .PHONY : tools/main/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 |
| | .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 |
| | .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 |
| | .PHONY : tools/mtmd/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory tools/perplexity |
| |
|
| | # Recursive "all" directory target. |
| | 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.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.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.dir/all |
| | .PHONY : tools/quantize/all |
| |
|
| | # Recursive "codegen" directory target. |
| | 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.dir/clean |
| | .PHONY : tools/quantize/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory tools/run |
| |
|
| | # Recursive "all" directory target. |
| | tools/run/all: tools/run/CMakeFiles/llama-run.dir/all |
| | .PHONY : tools/run/all |
| |
|
| | # Recursive "codegen" directory target. |
| | tools/run/codegen: tools/run/CMakeFiles/llama-run.dir/codegen |
| | .PHONY : tools/run/codegen |
| |
|
| | # Recursive "preinstall" directory target. |
| | tools/run/preinstall: |
| | .PHONY : tools/run/preinstall |
| |
|
| | # Recursive "clean" directory target. |
| | tools/run/clean: tools/run/CMakeFiles/llama-run.dir/clean |
| | .PHONY : tools/run/clean |
| |
|
| | #============================================================================= |
| | # Directory level rules for directory tools/server |
| |
|
| | # Recursive "all" directory target. |
| | tools/server/all: tools/server/CMakeFiles/llama-server.dir/all |
| | .PHONY : tools/server/all |
| |
|
| | # Recursive "codegen" directory target. |
| | 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/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 |
| |
|
| | #============================================================================= |
| | # 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=/content/tmp/build/CMakeFiles --progress-num=9,10,11,12 "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 /content/tmp/build/CMakeFiles 4 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-base.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=9,10,11,12 "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=/content/tmp/build/CMakeFiles --progress-num=8 "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 /content/tmp/build/CMakeFiles 59 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=8 "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=/content/tmp/build/CMakeFiles --progress-num=13,14,15,16,17,18,19 "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 /content/tmp/build/CMakeFiles 11 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-cpu.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=13,14,15,16,17,18,19 "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=/content/tmp/build/CMakeFiles --progress-num=20,21,22,23,24,25,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,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66 "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 /content/tmp/build/CMakeFiles 51 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=20,21,22,23,24,25,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,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66 "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=/content/tmp/build/CMakeFiles --progress-num=67,68,69,70,71,72,73,74,75,76,77,78,79 "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 /content/tmp/build/CMakeFiles 72 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/llama.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=67,68,69,70,71,72,73,74,75,76,77,78,79 "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/build_info.dir |
| |
|
| | # All Build rule for target. |
| | common/CMakeFiles/build_info.dir/all: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/depend |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num= "Built target build_info" |
| | .PHONY : common/CMakeFiles/build_info.dir/all |
| |
|
| | # Build rule for subdir invocation for target. |
| | common/CMakeFiles/build_info.dir/rule: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/build_info.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| | .PHONY : common/CMakeFiles/build_info.dir/rule |
| |
|
| | # Convenience name for target. |
| | build_info: common/CMakeFiles/build_info.dir/rule |
| | .PHONY : build_info |
| |
|
| | # codegen rule for target. |
| | common/CMakeFiles/build_info.dir/codegen: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/codegen |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num= "Finished codegen for target build_info" |
| | .PHONY : common/CMakeFiles/build_info.dir/codegen |
| |
|
| | # clean rule for target. |
| | common/CMakeFiles/build_info.dir/clean: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/clean |
| | .PHONY : common/CMakeFiles/build_info.dir/clean |
| |
|
| | #============================================================================= |
| | # Target rules for target common/CMakeFiles/common.dir |
| |
|
| | # All Build rule for target. |
| | common/CMakeFiles/common.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
| | common/CMakeFiles/common.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
| | common/CMakeFiles/common.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all |
| | common/CMakeFiles/common.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all |
| | common/CMakeFiles/common.dir/all: src/CMakeFiles/llama.dir/all |
| | common/CMakeFiles/common.dir/all: common/CMakeFiles/build_info.dir/all |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/depend |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num=1,2,3,4,5,6,7 "Built target common" |
| | .PHONY : common/CMakeFiles/common.dir/all |
| |
|
| | # Build rule for subdir invocation for target. |
| | common/CMakeFiles/common.dir/rule: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 79 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/common.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| | .PHONY : common/CMakeFiles/common.dir/rule |
| |
|
| | # Convenience name for target. |
| | common: common/CMakeFiles/common.dir/rule |
| | .PHONY : common |
| |
|
| | # codegen rule for target. |
| | common/CMakeFiles/common.dir/codegen: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/codegen |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num=1,2,3,4,5,6,7 "Finished codegen for target common" |
| | .PHONY : common/CMakeFiles/common.dir/codegen |
| |
|
| | # clean rule for target. |
| | common/CMakeFiles/common.dir/clean: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/clean |
| | .PHONY : common/CMakeFiles/common.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/build_info.dir/all |
| | tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all: common/CMakeFiles/common.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=/content/tmp/build/CMakeFiles --progress-num=80 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/batched-bench/CMakeFiles/llama-batched-bench.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=80 "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/build_info.dir/all |
| | tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all: common/CMakeFiles/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=/content/tmp/build/CMakeFiles --progress-num=85 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/gguf-split/CMakeFiles/llama-gguf-split.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=85 "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/build_info.dir/all |
| | tools/imatrix/CMakeFiles/llama-imatrix.dir/all: common/CMakeFiles/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=/content/tmp/build/CMakeFiles --progress-num=86 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/imatrix/CMakeFiles/llama-imatrix.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=86 "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.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/build_info.dir/all |
| | tools/llama-bench/CMakeFiles/llama-bench.dir/all: common/CMakeFiles/common.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=/content/tmp/build/CMakeFiles --progress-num=81 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/llama-bench/CMakeFiles/llama-bench.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=81 "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/main/CMakeFiles/llama-cli.dir |
| |
|
| | # All Build rule for target. |
| | tools/main/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
| | tools/main/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
| | tools/main/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all |
| | tools/main/CMakeFiles/llama-cli.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all |
| | tools/main/CMakeFiles/llama-cli.dir/all: src/CMakeFiles/llama.dir/all |
| | tools/main/CMakeFiles/llama-cli.dir/all: common/CMakeFiles/build_info.dir/all |
| | tools/main/CMakeFiles/llama-cli.dir/all: common/CMakeFiles/common.dir/all |
| | $(MAKE) $(MAKESILENT) -f tools/main/CMakeFiles/llama-cli.dir/build.make tools/main/CMakeFiles/llama-cli.dir/depend |
| | $(MAKE) $(MAKESILENT) -f tools/main/CMakeFiles/llama-cli.dir/build.make tools/main/CMakeFiles/llama-cli.dir/build |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num=82 "Built target llama-cli" |
| | .PHONY : tools/main/CMakeFiles/llama-cli.dir/all |
| |
|
| | # Build rule for subdir invocation for target. |
| | tools/main/CMakeFiles/llama-cli.dir/rule: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/main/CMakeFiles/llama-cli.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| | .PHONY : tools/main/CMakeFiles/llama-cli.dir/rule |
| |
|
| | # Convenience name for target. |
| | llama-cli: tools/main/CMakeFiles/llama-cli.dir/rule |
| | .PHONY : llama-cli |
| |
|
| | # codegen rule for target. |
| | tools/main/CMakeFiles/llama-cli.dir/codegen: |
| | $(MAKE) $(MAKESILENT) -f tools/main/CMakeFiles/llama-cli.dir/build.make tools/main/CMakeFiles/llama-cli.dir/codegen |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num=82 "Finished codegen for target llama-cli" |
| | .PHONY : tools/main/CMakeFiles/llama-cli.dir/codegen |
| |
|
| | # clean rule for target. |
| | tools/main/CMakeFiles/llama-cli.dir/clean: |
| | $(MAKE) $(MAKESILENT) -f tools/main/CMakeFiles/llama-cli.dir/build.make tools/main/CMakeFiles/llama-cli.dir/clean |
| | .PHONY : tools/main/CMakeFiles/llama-cli.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/build_info.dir/all |
| | tools/perplexity/CMakeFiles/llama-perplexity.dir/all: common/CMakeFiles/common.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=/content/tmp/build/CMakeFiles --progress-num=90 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/perplexity/CMakeFiles/llama-perplexity.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=90 "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.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/build_info.dir/all |
| | tools/quantize/CMakeFiles/llama-quantize.dir/all: common/CMakeFiles/common.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=/content/tmp/build/CMakeFiles --progress-num=91 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/quantize/CMakeFiles/llama-quantize.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=91 "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/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/build_info.dir/all |
| | tools/server/CMakeFiles/llama-server.dir/all: common/CMakeFiles/common.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=/content/tmp/build/CMakeFiles --progress-num=94,95 "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 /content/tmp/build/CMakeFiles 84 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/server/CMakeFiles/llama-server.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=94,95 "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/run/CMakeFiles/llama-run.dir |
| |
|
| | # All Build rule for target. |
| | tools/run/CMakeFiles/llama-run.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
| | tools/run/CMakeFiles/llama-run.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
| | tools/run/CMakeFiles/llama-run.dir/all: ggml/src/CMakeFiles/ggml-cpu.dir/all |
| | tools/run/CMakeFiles/llama-run.dir/all: ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/all |
| | tools/run/CMakeFiles/llama-run.dir/all: src/CMakeFiles/llama.dir/all |
| | tools/run/CMakeFiles/llama-run.dir/all: common/CMakeFiles/build_info.dir/all |
| | tools/run/CMakeFiles/llama-run.dir/all: common/CMakeFiles/common.dir/all |
| | $(MAKE) $(MAKESILENT) -f tools/run/CMakeFiles/llama-run.dir/build.make tools/run/CMakeFiles/llama-run.dir/depend |
| | $(MAKE) $(MAKESILENT) -f tools/run/CMakeFiles/llama-run.dir/build.make tools/run/CMakeFiles/llama-run.dir/build |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num=93 "Built target llama-run" |
| | .PHONY : tools/run/CMakeFiles/llama-run.dir/all |
| |
|
| | # Build rule for subdir invocation for target. |
| | tools/run/CMakeFiles/llama-run.dir/rule: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/run/CMakeFiles/llama-run.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| | .PHONY : tools/run/CMakeFiles/llama-run.dir/rule |
| |
|
| | # Convenience name for target. |
| | llama-run: tools/run/CMakeFiles/llama-run.dir/rule |
| | .PHONY : llama-run |
| |
|
| | # codegen rule for target. |
| | tools/run/CMakeFiles/llama-run.dir/codegen: |
| | $(MAKE) $(MAKESILENT) -f tools/run/CMakeFiles/llama-run.dir/build.make tools/run/CMakeFiles/llama-run.dir/codegen |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/tmp/build/CMakeFiles --progress-num=93 "Finished codegen for target llama-run" |
| | .PHONY : tools/run/CMakeFiles/llama-run.dir/codegen |
| |
|
| | # clean rule for target. |
| | tools/run/CMakeFiles/llama-run.dir/clean: |
| | $(MAKE) $(MAKESILENT) -f tools/run/CMakeFiles/llama-run.dir/build.make tools/run/CMakeFiles/llama-run.dir/clean |
| | .PHONY : tools/run/CMakeFiles/llama-run.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/build_info.dir/all |
| | tools/tokenize/CMakeFiles/llama-tokenize.dir/all: common/CMakeFiles/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=/content/tmp/build/CMakeFiles --progress-num=96 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/tokenize/CMakeFiles/llama-tokenize.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=96 "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/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/build_info.dir/all |
| | tools/tts/CMakeFiles/llama-tts.dir/all: common/CMakeFiles/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=/content/tmp/build/CMakeFiles --progress-num=97 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/tts/CMakeFiles/llama-tts.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=97 "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=/content/tmp/build/CMakeFiles --progress-num=98,99,100 "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 /content/tmp/build/CMakeFiles 75 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/mtmd.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=98,99,100 "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=/content/tmp/build/CMakeFiles --progress-num=87 "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 /content/tmp/build/CMakeFiles 1 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-llava-cli.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=87 "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=/content/tmp/build/CMakeFiles --progress-num=84 "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 /content/tmp/build/CMakeFiles 1 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=84 "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=/content/tmp/build/CMakeFiles --progress-num=88 "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 /content/tmp/build/CMakeFiles 1 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=88 "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=/content/tmp/build/CMakeFiles --progress-num=92 "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 /content/tmp/build/CMakeFiles 1 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=92 "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/build_info.dir/all |
| | tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all: common/CMakeFiles/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=/content/tmp/build/CMakeFiles --progress-num=89 "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 /content/tmp/build/CMakeFiles 83 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=89 "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/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/build_info.dir/all |
| | tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: common/CMakeFiles/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=/content/tmp/build/CMakeFiles --progress-num=83 "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 /content/tmp/build/CMakeFiles 80 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/CMakeFiles --progress-num=83 "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/build_info.dir/all |
| | tools/export-lora/CMakeFiles/llama-export-lora.dir/all: common/CMakeFiles/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=/content/tmp/build/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 /content/tmp/build/CMakeFiles 79 |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/export-lora/CMakeFiles/llama-export-lora.dir/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/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=/content/tmp/build/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 |
| |
|
| | #============================================================================= |
| | # 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 |
| |
|
| |
|