| | |
| | |
| |
|
| | |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake |
| |
|
| | |
| | RM = /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/tmp |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/tmp/build |
| |
|
| | |
| | |
| |
|
| | |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| | .PHONY : edit_cache |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| | /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | |
| | all: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles /content/tmp/build//CMakeFiles/progress.marks |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | |
| |
|
| | |
| | ggml-base: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-base |
| | .PHONY : ggml-base |
| |
|
| | |
| | ggml-base/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/build |
| | .PHONY : ggml-base/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ggml: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml |
| | .PHONY : ggml |
| |
|
| | |
| | ggml/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/build |
| | .PHONY : ggml/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ggml-cpu: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu |
| | .PHONY : ggml-cpu |
| |
|
| | |
| | ggml-cpu/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-cpu.dir/build.make ggml/src/CMakeFiles/ggml-cpu.dir/build |
| | .PHONY : ggml-cpu/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ggml-cuda: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cuda |
| | .PHONY : ggml-cuda |
| |
|
| | |
| | ggml-cuda/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build.make ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/build |
| | .PHONY : ggml-cuda/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama |
| | .PHONY : llama |
| |
|
| | |
| | llama/fast: |
| | $(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/build |
| | .PHONY : llama/fast |
| |
|
| | |
| | |
| |
|
| | |
| | build_info: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build_info |
| | .PHONY : build_info |
| |
|
| | |
| | build_info/fast: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build |
| | .PHONY : build_info/fast |
| |
|
| | |
| | |
| |
|
| | |
| | common: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common |
| | .PHONY : common |
| |
|
| | |
| | common/fast: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build |
| | .PHONY : common/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-batched-bench: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-batched-bench |
| | .PHONY : llama-batched-bench |
| |
|
| | |
| | llama-batched-bench/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make tools/batched-bench/CMakeFiles/llama-batched-bench.dir/build |
| | .PHONY : llama-batched-bench/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-gguf-split: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gguf-split |
| | .PHONY : llama-gguf-split |
| |
|
| | |
| | llama-gguf-split/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make tools/gguf-split/CMakeFiles/llama-gguf-split.dir/build |
| | .PHONY : llama-gguf-split/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-imatrix: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-imatrix |
| | .PHONY : llama-imatrix |
| |
|
| | |
| | llama-imatrix/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/imatrix/CMakeFiles/llama-imatrix.dir/build.make tools/imatrix/CMakeFiles/llama-imatrix.dir/build |
| | .PHONY : llama-imatrix/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-bench: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-bench |
| | .PHONY : llama-bench |
| |
|
| | |
| | llama-bench/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/llama-bench/CMakeFiles/llama-bench.dir/build.make tools/llama-bench/CMakeFiles/llama-bench.dir/build |
| | .PHONY : llama-bench/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-cli |
| | .PHONY : llama-cli |
| |
|
| | |
| | llama-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/main/CMakeFiles/llama-cli.dir/build.make tools/main/CMakeFiles/llama-cli.dir/build |
| | .PHONY : llama-cli/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-perplexity: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-perplexity |
| | .PHONY : llama-perplexity |
| |
|
| | |
| | llama-perplexity/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/perplexity/CMakeFiles/llama-perplexity.dir/build.make tools/perplexity/CMakeFiles/llama-perplexity.dir/build |
| | .PHONY : llama-perplexity/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-quantize: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-quantize |
| | .PHONY : llama-quantize |
| |
|
| | |
| | llama-quantize/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/quantize/CMakeFiles/llama-quantize.dir/build.make tools/quantize/CMakeFiles/llama-quantize.dir/build |
| | .PHONY : llama-quantize/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-server: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-server |
| | .PHONY : llama-server |
| |
|
| | |
| | llama-server/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/server/CMakeFiles/llama-server.dir/build.make tools/server/CMakeFiles/llama-server.dir/build |
| | .PHONY : llama-server/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-run: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-run |
| | .PHONY : llama-run |
| |
|
| | |
| | llama-run/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/run/CMakeFiles/llama-run.dir/build.make tools/run/CMakeFiles/llama-run.dir/build |
| | .PHONY : llama-run/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-tokenize: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-tokenize |
| | .PHONY : llama-tokenize |
| |
|
| | |
| | llama-tokenize/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/tokenize/CMakeFiles/llama-tokenize.dir/build.make tools/tokenize/CMakeFiles/llama-tokenize.dir/build |
| | .PHONY : llama-tokenize/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-tts: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-tts |
| | .PHONY : llama-tts |
| |
|
| | |
| | llama-tts/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/tts/CMakeFiles/llama-tts.dir/build.make tools/tts/CMakeFiles/llama-tts.dir/build |
| | .PHONY : llama-tts/fast |
| |
|
| | |
| | |
| |
|
| | |
| | mtmd: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mtmd |
| | .PHONY : mtmd |
| |
|
| | |
| | mtmd/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/mtmd.dir/build.make tools/mtmd/CMakeFiles/mtmd.dir/build |
| | .PHONY : mtmd/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-llava-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-llava-cli |
| | .PHONY : llama-llava-cli |
| |
|
| | |
| | llama-llava-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/build |
| | .PHONY : llama-llava-cli/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-gemma3-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gemma3-cli |
| | .PHONY : llama-gemma3-cli |
| |
|
| | |
| | llama-gemma3-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build |
| | .PHONY : llama-gemma3-cli/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-minicpmv-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-minicpmv-cli |
| | .PHONY : llama-minicpmv-cli |
| |
|
| | |
| | llama-minicpmv-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build |
| | .PHONY : llama-minicpmv-cli/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-qwen2vl-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-qwen2vl-cli |
| | .PHONY : llama-qwen2vl-cli |
| |
|
| | |
| | llama-qwen2vl-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build |
| | .PHONY : llama-qwen2vl-cli/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-mtmd-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-mtmd-cli |
| | .PHONY : llama-mtmd-cli |
| |
|
| | |
| | llama-mtmd-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build.make tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/build |
| | .PHONY : llama-mtmd-cli/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-cvector-generator: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-cvector-generator |
| | .PHONY : llama-cvector-generator |
| |
|
| | |
| | llama-cvector-generator/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build |
| | .PHONY : llama-cvector-generator/fast |
| |
|
| | |
| | |
| |
|
| | |
| | llama-export-lora: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-export-lora |
| | .PHONY : llama-export-lora |
| |
|
| | |
| | llama-export-lora/fast: |
| | $(MAKE) $(MAKESILENT) -f tools/export-lora/CMakeFiles/llama-export-lora.dir/build.make tools/export-lora/CMakeFiles/llama-export-lora.dir/build |
| | .PHONY : llama-export-lora/fast |
| |
|
| | |
| | help: |
| | @echo "The following are some of the valid targets for this Makefile:" |
| | @echo "... all (the default if no target is provided)" |
| | @echo "... clean" |
| | @echo "... depend" |
| | @echo "... edit_cache" |
| | @echo "... install" |
| | @echo "... install/local" |
| | @echo "... install/strip" |
| | @echo "... list_install_components" |
| | @echo "... rebuild_cache" |
| | @echo "... build_info" |
| | @echo "... common" |
| | @echo "... ggml" |
| | @echo "... ggml-base" |
| | @echo "... ggml-cpu" |
| | @echo "... ggml-cuda" |
| | @echo "... llama" |
| | @echo "... llama-batched-bench" |
| | @echo "... llama-bench" |
| | @echo "... llama-cli" |
| | @echo "... llama-cvector-generator" |
| | @echo "... llama-export-lora" |
| | @echo "... llama-gemma3-cli" |
| | @echo "... llama-gguf-split" |
| | @echo "... llama-imatrix" |
| | @echo "... llama-llava-cli" |
| | @echo "... llama-minicpmv-cli" |
| | @echo "... llama-mtmd-cli" |
| | @echo "... llama-perplexity" |
| | @echo "... llama-quantize" |
| | @echo "... llama-qwen2vl-cli" |
| | @echo "... llama-run" |
| | @echo "... llama-server" |
| | @echo "... llama-tokenize" |
| | @echo "... llama-tts" |
| | @echo "... mtmd" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | 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 |
| |
|
| |
|