| | # CMAKE generated file: DO NOT EDIT |
| | # Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
| |
|
| | # Default target executed when no arguments are given to make. |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | # Allow only one "make -f Makefile2" at a time, but pass parallelism. |
| | .NOTPARALLEL: |
| |
|
| | #============================================================================= |
| | # Special targets provided by cmake. |
| |
|
| | # Disable implicit rules so canonical targets will work. |
| | .SUFFIXES: |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : %,v |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : RCS/% |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : RCS/%,v |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : SCCS/s.% |
| |
|
| | # Disable VCS-based implicit rules. |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | # Command-line flag to silence nested $(MAKE). |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | #Suppress display of executed commands. |
| | $(VERBOSE).SILENT: |
| |
|
| | # A target that is always out of date. |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | #============================================================================= |
| | # Set environment variables for the build. |
| |
|
| | # The shell in which to execute make rules. |
| | SHELL = /bin/sh |
| |
|
| | # The CMake executable. |
| | CMAKE_COMMAND = /usr/bin/cmake |
| |
|
| | # The command to remove a file. |
| | RM = /usr/bin/cmake -E rm -f |
| |
|
| | # Escaping for special characters. |
| | EQUALS = = |
| |
|
| | # The top-level source directory on which CMake was run. |
| | CMAKE_SOURCE_DIR = "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp" |
| |
|
| | # The top-level build directory on which CMake was run. |
| | CMAKE_BINARY_DIR = "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" |
| |
|
| | #============================================================================= |
| | # Targets provided globally by CMake. |
| |
|
| | # Special rule for the target test |
| | test: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
| | /usr/bin/ctest --force-new-ctest-process $(ARGS) |
| | .PHONY : test |
| |
|
| | # Special rule for the target test |
| | test/fast: test |
| | .PHONY : test/fast |
| |
|
| | # Special rule for the target edit_cache |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
| | /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| | .PHONY : edit_cache |
| |
|
| | # Special rule for the target edit_cache |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | # Special rule for the target rebuild_cache |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
| | /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | # Special rule for the target rebuild_cache |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | # Special rule for the target list_install_components |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | # Special rule for the target list_install_components |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | # Special rule for the target install |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | # Special rule for the target install |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | # Special rule for the target install/local |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | # Special rule for the target install/local |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | # Special rule for the target install/strip |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | # Special rule for the target install/strip |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | # The main all target |
| | all: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build//CMakeFiles/progress.marks" |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
| | $(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
| | .PHONY : all |
| |
|
| | # The main clean target |
| | clean: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean |
| | .PHONY : clean |
| |
|
| | # The main clean target |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | # Prepare targets for installation. |
| | preinstall: all |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall |
| |
|
| | # Prepare targets for installation. |
| | preinstall/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | # clear depends |
| | depend: |
| | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | #============================================================================= |
| | # Target rules for targets named Experimental |
| |
|
| | # Build rule for target. |
| | Experimental: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental |
| | .PHONY : Experimental |
| |
|
| | # fast build rule for target. |
| | Experimental/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build |
| | .PHONY : Experimental/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named Nightly |
| |
|
| | # Build rule for target. |
| | Nightly: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly |
| | .PHONY : Nightly |
| |
|
| | # fast build rule for target. |
| | Nightly/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build |
| | .PHONY : Nightly/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named Continuous |
| |
|
| | # Build rule for target. |
| | Continuous: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous |
| | .PHONY : Continuous |
| |
|
| | # fast build rule for target. |
| | Continuous/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build |
| | .PHONY : Continuous/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyMemoryCheck |
| |
|
| | # Build rule for target. |
| | NightlyMemoryCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck |
| | .PHONY : NightlyMemoryCheck |
| |
|
| | # fast build rule for target. |
| | NightlyMemoryCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build |
| | .PHONY : NightlyMemoryCheck/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyStart |
| |
|
| | # Build rule for target. |
| | NightlyStart: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart |
| | .PHONY : NightlyStart |
| |
|
| | # fast build rule for target. |
| | NightlyStart/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build |
| | .PHONY : NightlyStart/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyUpdate |
| |
|
| | # Build rule for target. |
| | NightlyUpdate: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate |
| | .PHONY : NightlyUpdate |
| |
|
| | # fast build rule for target. |
| | NightlyUpdate/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build |
| | .PHONY : NightlyUpdate/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyConfigure |
| |
|
| | # Build rule for target. |
| | NightlyConfigure: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure |
| | .PHONY : NightlyConfigure |
| |
|
| | # fast build rule for target. |
| | NightlyConfigure/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build |
| | .PHONY : NightlyConfigure/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyBuild |
| |
|
| | # Build rule for target. |
| | NightlyBuild: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild |
| | .PHONY : NightlyBuild |
| |
|
| | # fast build rule for target. |
| | NightlyBuild/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build |
| | .PHONY : NightlyBuild/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyTest |
| |
|
| | # Build rule for target. |
| | NightlyTest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest |
| | .PHONY : NightlyTest |
| |
|
| | # fast build rule for target. |
| | NightlyTest/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build |
| | .PHONY : NightlyTest/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyCoverage |
| |
|
| | # Build rule for target. |
| | NightlyCoverage: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage |
| | .PHONY : NightlyCoverage |
| |
|
| | # fast build rule for target. |
| | NightlyCoverage/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build |
| | .PHONY : NightlyCoverage/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlyMemCheck |
| |
|
| | # Build rule for target. |
| | NightlyMemCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck |
| | .PHONY : NightlyMemCheck |
| |
|
| | # fast build rule for target. |
| | NightlyMemCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build |
| | .PHONY : NightlyMemCheck/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named NightlySubmit |
| |
|
| | # Build rule for target. |
| | NightlySubmit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit |
| | .PHONY : NightlySubmit |
| |
|
| | # fast build rule for target. |
| | NightlySubmit/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build |
| | .PHONY : NightlySubmit/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalStart |
| |
|
| | # Build rule for target. |
| | ExperimentalStart: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart |
| | .PHONY : ExperimentalStart |
| |
|
| | # fast build rule for target. |
| | ExperimentalStart/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build |
| | .PHONY : ExperimentalStart/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalUpdate |
| |
|
| | # Build rule for target. |
| | ExperimentalUpdate: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate |
| | .PHONY : ExperimentalUpdate |
| |
|
| | # fast build rule for target. |
| | ExperimentalUpdate/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build |
| | .PHONY : ExperimentalUpdate/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalConfigure |
| |
|
| | # Build rule for target. |
| | ExperimentalConfigure: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure |
| | .PHONY : ExperimentalConfigure |
| |
|
| | # fast build rule for target. |
| | ExperimentalConfigure/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build |
| | .PHONY : ExperimentalConfigure/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalBuild |
| |
|
| | # Build rule for target. |
| | ExperimentalBuild: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild |
| | .PHONY : ExperimentalBuild |
| |
|
| | # fast build rule for target. |
| | ExperimentalBuild/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build |
| | .PHONY : ExperimentalBuild/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalTest |
| |
|
| | # Build rule for target. |
| | ExperimentalTest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest |
| | .PHONY : ExperimentalTest |
| |
|
| | # fast build rule for target. |
| | ExperimentalTest/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build |
| | .PHONY : ExperimentalTest/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalCoverage |
| |
|
| | # Build rule for target. |
| | ExperimentalCoverage: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage |
| | .PHONY : ExperimentalCoverage |
| |
|
| | # fast build rule for target. |
| | ExperimentalCoverage/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build |
| | .PHONY : ExperimentalCoverage/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalMemCheck |
| |
|
| | # Build rule for target. |
| | ExperimentalMemCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck |
| | .PHONY : ExperimentalMemCheck |
| |
|
| | # fast build rule for target. |
| | ExperimentalMemCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build |
| | .PHONY : ExperimentalMemCheck/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ExperimentalSubmit |
| |
|
| | # Build rule for target. |
| | ExperimentalSubmit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit |
| | .PHONY : ExperimentalSubmit |
| |
|
| | # fast build rule for target. |
| | ExperimentalSubmit/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build |
| | .PHONY : ExperimentalSubmit/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousStart |
| |
|
| | # Build rule for target. |
| | ContinuousStart: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart |
| | .PHONY : ContinuousStart |
| |
|
| | # fast build rule for target. |
| | ContinuousStart/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build |
| | .PHONY : ContinuousStart/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousUpdate |
| |
|
| | # Build rule for target. |
| | ContinuousUpdate: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate |
| | .PHONY : ContinuousUpdate |
| |
|
| | # fast build rule for target. |
| | ContinuousUpdate/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build |
| | .PHONY : ContinuousUpdate/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousConfigure |
| |
|
| | # Build rule for target. |
| | ContinuousConfigure: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure |
| | .PHONY : ContinuousConfigure |
| |
|
| | # fast build rule for target. |
| | ContinuousConfigure/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build |
| | .PHONY : ContinuousConfigure/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousBuild |
| |
|
| | # Build rule for target. |
| | ContinuousBuild: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild |
| | .PHONY : ContinuousBuild |
| |
|
| | # fast build rule for target. |
| | ContinuousBuild/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build |
| | .PHONY : ContinuousBuild/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousTest |
| |
|
| | # Build rule for target. |
| | ContinuousTest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest |
| | .PHONY : ContinuousTest |
| |
|
| | # fast build rule for target. |
| | ContinuousTest/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build |
| | .PHONY : ContinuousTest/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousCoverage |
| |
|
| | # Build rule for target. |
| | ContinuousCoverage: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage |
| | .PHONY : ContinuousCoverage |
| |
|
| | # fast build rule for target. |
| | ContinuousCoverage/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build |
| | .PHONY : ContinuousCoverage/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousMemCheck |
| |
|
| | # Build rule for target. |
| | ContinuousMemCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck |
| | .PHONY : ContinuousMemCheck |
| |
|
| | # fast build rule for target. |
| | ContinuousMemCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build |
| | .PHONY : ContinuousMemCheck/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ContinuousSubmit |
| |
|
| | # Build rule for target. |
| | ContinuousSubmit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit |
| | .PHONY : ContinuousSubmit |
| |
|
| | # fast build rule for target. |
| | ContinuousSubmit/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build |
| | .PHONY : ContinuousSubmit/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ggml-base |
| |
|
| | # Build rule for target. |
| | ggml-base: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-base |
| | .PHONY : ggml-base |
| |
|
| | # fast build rule for target. |
| | ggml-base/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/build |
| | .PHONY : ggml-base/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ggml |
| |
|
| | # Build rule for target. |
| | ggml: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml |
| | .PHONY : ggml |
| |
|
| | # fast build rule for target. |
| | ggml/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/build |
| | .PHONY : ggml/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named ggml-cpu |
| |
|
| | # Build rule for target. |
| | ggml-cpu: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml-cpu |
| | .PHONY : ggml-cpu |
| |
|
| | # fast build rule for target. |
| | ggml-cpu/fast: |
| | $(MAKE) $(MAKESILENT) -f ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/build.make ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/build |
| | .PHONY : ggml-cpu/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama |
| |
|
| | # Build rule for target. |
| | llama: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama |
| | .PHONY : llama |
| |
|
| | # fast build rule for target. |
| | llama/fast: |
| | $(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/build |
| | .PHONY : llama/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named build_info |
| |
|
| | # Build rule for target. |
| | build_info: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build_info |
| | .PHONY : build_info |
| |
|
| | # fast build rule for target. |
| | build_info/fast: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build |
| | .PHONY : build_info/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named common |
| |
|
| | # Build rule for target. |
| | common: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common |
| | .PHONY : common |
| |
|
| | # fast build rule for target. |
| | common/fast: |
| | $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build |
| | .PHONY : common/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-tokenizer-0 |
| |
|
| | # Build rule for target. |
| | test-tokenizer-0: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-0 |
| | .PHONY : test-tokenizer-0 |
| |
|
| | # fast build rule for target. |
| | test-tokenizer-0/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/build |
| | .PHONY : test-tokenizer-0/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-tokenizer-1-bpe |
| |
|
| | # Build rule for target. |
| | test-tokenizer-1-bpe: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-bpe |
| | .PHONY : test-tokenizer-1-bpe |
| |
|
| | # fast build rule for target. |
| | test-tokenizer-1-bpe/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/build |
| | .PHONY : test-tokenizer-1-bpe/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-tokenizer-1-spm |
| |
|
| | # Build rule for target. |
| | test-tokenizer-1-spm: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-spm |
| | .PHONY : test-tokenizer-1-spm |
| |
|
| | # fast build rule for target. |
| | test-tokenizer-1-spm/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/build |
| | .PHONY : test-tokenizer-1-spm/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-log |
| |
|
| | # Build rule for target. |
| | test-log: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-log |
| | .PHONY : test-log |
| |
|
| | # fast build rule for target. |
| | test-log/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-log.dir/build.make tests/CMakeFiles/test-log.dir/build |
| | .PHONY : test-log/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-arg-parser |
| |
|
| | # Build rule for target. |
| | test-arg-parser: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-arg-parser |
| | .PHONY : test-arg-parser |
| |
|
| | # fast build rule for target. |
| | test-arg-parser/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-arg-parser.dir/build.make tests/CMakeFiles/test-arg-parser.dir/build |
| | .PHONY : test-arg-parser/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-sampling |
| |
|
| | # Build rule for target. |
| | test-sampling: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-sampling |
| | .PHONY : test-sampling |
| |
|
| | # fast build rule for target. |
| | test-sampling/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/build |
| | .PHONY : test-sampling/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-chat-template |
| |
|
| | # Build rule for target. |
| | test-chat-template: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-chat-template |
| | .PHONY : test-chat-template |
| |
|
| | # fast build rule for target. |
| | test-chat-template/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/build |
| | .PHONY : test-chat-template/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-grammar-parser |
| |
|
| | # Build rule for target. |
| | test-grammar-parser: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-grammar-parser |
| | .PHONY : test-grammar-parser |
| |
|
| | # fast build rule for target. |
| | test-grammar-parser/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/build |
| | .PHONY : test-grammar-parser/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-grammar-integration |
| |
|
| | # Build rule for target. |
| | test-grammar-integration: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-grammar-integration |
| | .PHONY : test-grammar-integration |
| |
|
| | # fast build rule for target. |
| | test-grammar-integration/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/build |
| | .PHONY : test-grammar-integration/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-llama-grammar |
| |
|
| | # Build rule for target. |
| | test-llama-grammar: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-llama-grammar |
| | .PHONY : test-llama-grammar |
| |
|
| | # fast build rule for target. |
| | test-llama-grammar/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/build |
| | .PHONY : test-llama-grammar/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-backend-ops |
| |
|
| | # Build rule for target. |
| | test-backend-ops: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-backend-ops |
| | .PHONY : test-backend-ops |
| |
|
| | # fast build rule for target. |
| | test-backend-ops/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/build |
| | .PHONY : test-backend-ops/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-model-load-cancel |
| |
|
| | # Build rule for target. |
| | test-model-load-cancel: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-model-load-cancel |
| | .PHONY : test-model-load-cancel |
| |
|
| | # fast build rule for target. |
| | test-model-load-cancel/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/build |
| | .PHONY : test-model-load-cancel/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-autorelease |
| |
|
| | # Build rule for target. |
| | test-autorelease: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-autorelease |
| | .PHONY : test-autorelease |
| |
|
| | # fast build rule for target. |
| | test-autorelease/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/build |
| | .PHONY : test-autorelease/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-barrier |
| |
|
| | # Build rule for target. |
| | test-barrier: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-barrier |
| | .PHONY : test-barrier |
| |
|
| | # fast build rule for target. |
| | test-barrier/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-barrier.dir/build.make tests/CMakeFiles/test-barrier.dir/build |
| | .PHONY : test-barrier/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-quantize-fns |
| |
|
| | # Build rule for target. |
| | test-quantize-fns: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-quantize-fns |
| | .PHONY : test-quantize-fns |
| |
|
| | # fast build rule for target. |
| | test-quantize-fns/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/build |
| | .PHONY : test-quantize-fns/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-quantize-perf |
| |
|
| | # Build rule for target. |
| | test-quantize-perf: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-quantize-perf |
| | .PHONY : test-quantize-perf |
| |
|
| | # fast build rule for target. |
| | test-quantize-perf/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/build |
| | .PHONY : test-quantize-perf/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-rope |
| |
|
| | # Build rule for target. |
| | test-rope: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-rope |
| | .PHONY : test-rope |
| |
|
| | # fast build rule for target. |
| | test-rope/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/build |
| | .PHONY : test-rope/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-json-schema-to-grammar |
| |
|
| | # Build rule for target. |
| | test-json-schema-to-grammar: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-json-schema-to-grammar |
| | .PHONY : test-json-schema-to-grammar |
| |
|
| | # fast build rule for target. |
| | test-json-schema-to-grammar/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/build |
| | .PHONY : test-json-schema-to-grammar/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named test-c |
| |
|
| | # Build rule for target. |
| | test-c: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-c |
| | .PHONY : test-c |
| |
|
| | # fast build rule for target. |
| | test-c/fast: |
| | $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/build |
| | .PHONY : test-c/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-batched-bench |
| |
|
| | # Build rule for target. |
| | llama-batched-bench: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-batched-bench |
| | .PHONY : llama-batched-bench |
| |
|
| | # fast build rule for target. |
| | llama-batched-bench/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make examples/batched-bench/CMakeFiles/llama-batched-bench.dir/build |
| | .PHONY : llama-batched-bench/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-batched |
| |
|
| | # Build rule for target. |
| | llama-batched: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-batched |
| | .PHONY : llama-batched |
| |
|
| | # fast build rule for target. |
| | llama-batched/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/batched/CMakeFiles/llama-batched.dir/build.make examples/batched/CMakeFiles/llama-batched.dir/build |
| | .PHONY : llama-batched/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-embedding |
| |
|
| | # Build rule for target. |
| | llama-embedding: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-embedding |
| | .PHONY : llama-embedding |
| |
|
| | # fast build rule for target. |
| | llama-embedding/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/embedding/CMakeFiles/llama-embedding.dir/build.make examples/embedding/CMakeFiles/llama-embedding.dir/build |
| | .PHONY : llama-embedding/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-eval-callback |
| |
|
| | # Build rule for target. |
| | llama-eval-callback: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-eval-callback |
| | .PHONY : llama-eval-callback |
| |
|
| | # fast build rule for target. |
| | llama-eval-callback/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/eval-callback/CMakeFiles/llama-eval-callback.dir/build.make examples/eval-callback/CMakeFiles/llama-eval-callback.dir/build |
| | .PHONY : llama-eval-callback/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-gbnf-validator |
| |
|
| | # Build rule for target. |
| | llama-gbnf-validator: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gbnf-validator |
| | .PHONY : llama-gbnf-validator |
| |
|
| | # fast build rule for target. |
| | llama-gbnf-validator/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/build.make examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/build |
| | .PHONY : llama-gbnf-validator/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-gguf-hash |
| |
|
| | # Build rule for target. |
| | llama-gguf-hash: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gguf-hash |
| | .PHONY : llama-gguf-hash |
| |
|
| | # fast build rule for target. |
| | llama-gguf-hash/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/build.make examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/build |
| | .PHONY : llama-gguf-hash/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named xxhash |
| |
|
| | # Build rule for target. |
| | xxhash: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xxhash |
| | .PHONY : xxhash |
| |
|
| | # fast build rule for target. |
| | xxhash/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/xxhash.dir/build.make examples/gguf-hash/CMakeFiles/xxhash.dir/build |
| | .PHONY : xxhash/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named sha1 |
| |
|
| | # Build rule for target. |
| | sha1: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sha1 |
| | .PHONY : sha1 |
| |
|
| | # fast build rule for target. |
| | sha1/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha1.dir/build.make examples/gguf-hash/CMakeFiles/sha1.dir/build |
| | .PHONY : sha1/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named sha256 |
| |
|
| | # Build rule for target. |
| | sha256: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sha256 |
| | .PHONY : sha256 |
| |
|
| | # fast build rule for target. |
| | sha256/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha256.dir/build.make examples/gguf-hash/CMakeFiles/sha256.dir/build |
| | .PHONY : sha256/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-gguf-split |
| |
|
| | # Build rule for target. |
| | llama-gguf-split: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gguf-split |
| | .PHONY : llama-gguf-split |
| |
|
| | # fast build rule for target. |
| | llama-gguf-split/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make examples/gguf-split/CMakeFiles/llama-gguf-split.dir/build |
| | .PHONY : llama-gguf-split/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-gguf |
| |
|
| | # Build rule for target. |
| | llama-gguf: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gguf |
| | .PHONY : llama-gguf |
| |
|
| | # fast build rule for target. |
| | llama-gguf/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gguf/CMakeFiles/llama-gguf.dir/build.make examples/gguf/CMakeFiles/llama-gguf.dir/build |
| | .PHONY : llama-gguf/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-gritlm |
| |
|
| | # Build rule for target. |
| | llama-gritlm: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-gritlm |
| | .PHONY : llama-gritlm |
| |
|
| | # fast build rule for target. |
| | llama-gritlm/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/gritlm/CMakeFiles/llama-gritlm.dir/build.make examples/gritlm/CMakeFiles/llama-gritlm.dir/build |
| | .PHONY : llama-gritlm/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-imatrix |
| |
|
| | # Build rule for target. |
| | llama-imatrix: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-imatrix |
| | .PHONY : llama-imatrix |
| |
|
| | # fast build rule for target. |
| | llama-imatrix/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/imatrix/CMakeFiles/llama-imatrix.dir/build.make examples/imatrix/CMakeFiles/llama-imatrix.dir/build |
| | .PHONY : llama-imatrix/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-infill |
| |
|
| | # Build rule for target. |
| | llama-infill: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-infill |
| | .PHONY : llama-infill |
| |
|
| | # fast build rule for target. |
| | llama-infill/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/infill/CMakeFiles/llama-infill.dir/build.make examples/infill/CMakeFiles/llama-infill.dir/build |
| | .PHONY : llama-infill/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-bench |
| |
|
| | # Build rule for target. |
| | llama-bench: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-bench |
| | .PHONY : llama-bench |
| |
|
| | # fast build rule for target. |
| | llama-bench/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/llama-bench/CMakeFiles/llama-bench.dir/build.make examples/llama-bench/CMakeFiles/llama-bench.dir/build |
| | .PHONY : llama-bench/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-lookahead |
| |
|
| | # Build rule for target. |
| | llama-lookahead: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-lookahead |
| | .PHONY : llama-lookahead |
| |
|
| | # fast build rule for target. |
| | llama-lookahead/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/lookahead/CMakeFiles/llama-lookahead.dir/build.make examples/lookahead/CMakeFiles/llama-lookahead.dir/build |
| | .PHONY : llama-lookahead/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-lookup |
| |
|
| | # Build rule for target. |
| | llama-lookup: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-lookup |
| | .PHONY : llama-lookup |
| |
|
| | # fast build rule for target. |
| | llama-lookup/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup.dir/build.make examples/lookup/CMakeFiles/llama-lookup.dir/build |
| | .PHONY : llama-lookup/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-lookup-create |
| |
|
| | # Build rule for target. |
| | llama-lookup-create: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-lookup-create |
| | .PHONY : llama-lookup-create |
| |
|
| | # fast build rule for target. |
| | llama-lookup-create/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-create.dir/build.make examples/lookup/CMakeFiles/llama-lookup-create.dir/build |
| | .PHONY : llama-lookup-create/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-lookup-merge |
| |
|
| | # Build rule for target. |
| | llama-lookup-merge: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-lookup-merge |
| | .PHONY : llama-lookup-merge |
| |
|
| | # fast build rule for target. |
| | llama-lookup-merge/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-merge.dir/build.make examples/lookup/CMakeFiles/llama-lookup-merge.dir/build |
| | .PHONY : llama-lookup-merge/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-lookup-stats |
| |
|
| | # Build rule for target. |
| | llama-lookup-stats: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-lookup-stats |
| | .PHONY : llama-lookup-stats |
| |
|
| | # fast build rule for target. |
| | llama-lookup-stats/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-stats.dir/build.make examples/lookup/CMakeFiles/llama-lookup-stats.dir/build |
| | .PHONY : llama-lookup-stats/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-cli |
| |
|
| | # Build rule for target. |
| | llama-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-cli |
| | .PHONY : llama-cli |
| |
|
| | # fast build rule for target. |
| | llama-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/main/CMakeFiles/llama-cli.dir/build.make examples/main/CMakeFiles/llama-cli.dir/build |
| | .PHONY : llama-cli/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-parallel |
| |
|
| | # Build rule for target. |
| | llama-parallel: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-parallel |
| | .PHONY : llama-parallel |
| |
|
| | # fast build rule for target. |
| | llama-parallel/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/parallel/CMakeFiles/llama-parallel.dir/build.make examples/parallel/CMakeFiles/llama-parallel.dir/build |
| | .PHONY : llama-parallel/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-passkey |
| |
|
| | # Build rule for target. |
| | llama-passkey: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-passkey |
| | .PHONY : llama-passkey |
| |
|
| | # fast build rule for target. |
| | llama-passkey/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/passkey/CMakeFiles/llama-passkey.dir/build.make examples/passkey/CMakeFiles/llama-passkey.dir/build |
| | .PHONY : llama-passkey/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-perplexity |
| |
|
| | # Build rule for target. |
| | llama-perplexity: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-perplexity |
| | .PHONY : llama-perplexity |
| |
|
| | # fast build rule for target. |
| | llama-perplexity/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/perplexity/CMakeFiles/llama-perplexity.dir/build.make examples/perplexity/CMakeFiles/llama-perplexity.dir/build |
| | .PHONY : llama-perplexity/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-quantize |
| |
|
| | # Build rule for target. |
| | llama-quantize: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-quantize |
| | .PHONY : llama-quantize |
| |
|
| | # fast build rule for target. |
| | llama-quantize/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/quantize/CMakeFiles/llama-quantize.dir/build.make examples/quantize/CMakeFiles/llama-quantize.dir/build |
| | .PHONY : llama-quantize/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-retrieval |
| |
|
| | # Build rule for target. |
| | llama-retrieval: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-retrieval |
| | .PHONY : llama-retrieval |
| |
|
| | # fast build rule for target. |
| | llama-retrieval/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/retrieval/CMakeFiles/llama-retrieval.dir/build.make examples/retrieval/CMakeFiles/llama-retrieval.dir/build |
| | .PHONY : llama-retrieval/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-server |
| |
|
| | # Build rule for target. |
| | llama-server: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-server |
| | .PHONY : llama-server |
| |
|
| | # fast build rule for target. |
| | llama-server/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/server/CMakeFiles/llama-server.dir/build.make examples/server/CMakeFiles/llama-server.dir/build |
| | .PHONY : llama-server/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-save-load-state |
| |
|
| | # Build rule for target. |
| | llama-save-load-state: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-save-load-state |
| | .PHONY : llama-save-load-state |
| |
|
| | # fast build rule for target. |
| | llama-save-load-state/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/save-load-state/CMakeFiles/llama-save-load-state.dir/build.make examples/save-load-state/CMakeFiles/llama-save-load-state.dir/build |
| | .PHONY : llama-save-load-state/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-run |
| |
|
| | # Build rule for target. |
| | llama-run: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-run |
| | .PHONY : llama-run |
| |
|
| | # fast build rule for target. |
| | llama-run/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/run/CMakeFiles/llama-run.dir/build.make examples/run/CMakeFiles/llama-run.dir/build |
| | .PHONY : llama-run/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-simple |
| |
|
| | # Build rule for target. |
| | llama-simple: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-simple |
| | .PHONY : llama-simple |
| |
|
| | # fast build rule for target. |
| | llama-simple/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/simple/CMakeFiles/llama-simple.dir/build.make examples/simple/CMakeFiles/llama-simple.dir/build |
| | .PHONY : llama-simple/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-simple-chat |
| |
|
| | # Build rule for target. |
| | llama-simple-chat: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-simple-chat |
| | .PHONY : llama-simple-chat |
| |
|
| | # fast build rule for target. |
| | llama-simple-chat/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/simple-chat/CMakeFiles/llama-simple-chat.dir/build.make examples/simple-chat/CMakeFiles/llama-simple-chat.dir/build |
| | .PHONY : llama-simple-chat/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-speculative |
| |
|
| | # Build rule for target. |
| | llama-speculative: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-speculative |
| | .PHONY : llama-speculative |
| |
|
| | # fast build rule for target. |
| | llama-speculative/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/speculative/CMakeFiles/llama-speculative.dir/build.make examples/speculative/CMakeFiles/llama-speculative.dir/build |
| | .PHONY : llama-speculative/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-speculative-simple |
| |
|
| | # Build rule for target. |
| | llama-speculative-simple: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-speculative-simple |
| | .PHONY : llama-speculative-simple |
| |
|
| | # fast build rule for target. |
| | llama-speculative-simple/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/build.make examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/build |
| | .PHONY : llama-speculative-simple/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-tokenize |
| |
|
| | # Build rule for target. |
| | llama-tokenize: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-tokenize |
| | .PHONY : llama-tokenize |
| |
|
| | # fast build rule for target. |
| | llama-tokenize/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/tokenize/CMakeFiles/llama-tokenize.dir/build.make examples/tokenize/CMakeFiles/llama-tokenize.dir/build |
| | .PHONY : llama-tokenize/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-convert-llama2c-to-ggml |
| |
|
| | # Build rule for target. |
| | llama-convert-llama2c-to-ggml: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-convert-llama2c-to-ggml |
| | .PHONY : llama-convert-llama2c-to-ggml |
| |
|
| | # fast build rule for target. |
| | llama-convert-llama2c-to-ggml/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build.make examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build |
| | .PHONY : llama-convert-llama2c-to-ggml/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-cvector-generator |
| |
|
| | # Build rule for target. |
| | llama-cvector-generator: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-cvector-generator |
| | .PHONY : llama-cvector-generator |
| |
|
| | # fast build rule for target. |
| | llama-cvector-generator/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build |
| | .PHONY : llama-cvector-generator/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-export-lora |
| |
|
| | # Build rule for target. |
| | llama-export-lora: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-export-lora |
| | .PHONY : llama-export-lora |
| |
|
| | # fast build rule for target. |
| | llama-export-lora/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/export-lora/CMakeFiles/llama-export-lora.dir/build.make examples/export-lora/CMakeFiles/llama-export-lora.dir/build |
| | .PHONY : llama-export-lora/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-quantize-stats |
| |
|
| | # Build rule for target. |
| | llama-quantize-stats: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-quantize-stats |
| | .PHONY : llama-quantize-stats |
| |
|
| | # fast build rule for target. |
| | llama-quantize-stats/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/build.make examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/build |
| | .PHONY : llama-quantize-stats/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llava |
| |
|
| | # Build rule for target. |
| | llava: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llava |
| | .PHONY : llava |
| |
|
| | # fast build rule for target. |
| | llava/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/build |
| | .PHONY : llava/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llava_static |
| |
|
| | # Build rule for target. |
| | llava_static: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llava_static |
| | .PHONY : llava_static |
| |
|
| | # fast build rule for target. |
| | llava_static/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_static.dir/build.make examples/llava/CMakeFiles/llava_static.dir/build |
| | .PHONY : llava_static/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llava_shared |
| |
|
| | # Build rule for target. |
| | llava_shared: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llava_shared |
| | .PHONY : llava_shared |
| |
|
| | # fast build rule for target. |
| | llava_shared/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_shared.dir/build.make examples/llava/CMakeFiles/llava_shared.dir/build |
| | .PHONY : llava_shared/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-llava-cli |
| |
|
| | # Build rule for target. |
| | llama-llava-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-llava-cli |
| | .PHONY : llama-llava-cli |
| |
|
| | # fast build rule for target. |
| | llama-llava-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/build |
| | .PHONY : llama-llava-cli/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-minicpmv-cli |
| |
|
| | # Build rule for target. |
| | llama-minicpmv-cli: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-minicpmv-cli |
| | .PHONY : llama-minicpmv-cli |
| |
|
| | # fast build rule for target. |
| | llama-minicpmv-cli/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build |
| | .PHONY : llama-minicpmv-cli/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-vdot |
| |
|
| | # Build rule for target. |
| | llama-vdot: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-vdot |
| | .PHONY : llama-vdot |
| |
|
| | # fast build rule for target. |
| | llama-vdot/fast: |
| | $(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-vdot.dir/build.make pocs/vdot/CMakeFiles/llama-vdot.dir/build |
| | .PHONY : llama-vdot/fast |
| |
|
| | #============================================================================= |
| | # Target rules for targets named llama-q8dot |
| |
|
| | # Build rule for target. |
| | llama-q8dot: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-q8dot |
| | .PHONY : llama-q8dot |
| |
|
| | # fast build rule for target. |
| | llama-q8dot/fast: |
| | $(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-q8dot.dir/build.make pocs/vdot/CMakeFiles/llama-q8dot.dir/build |
| | .PHONY : llama-q8dot/fast |
| |
|
| | # Help Target |
| | help: |
| | @echo "The following are some of the valid targets for this Makefile:" |
| | @echo "... all (the default if no target is provided)" |
| | @echo "... clean" |
| | @echo "... depend" |
| | @echo "... edit_cache" |
| | @echo "... install" |
| | @echo "... install/local" |
| | @echo "... install/strip" |
| | @echo "... list_install_components" |
| | @echo "... rebuild_cache" |
| | @echo "... test" |
| | @echo "... Continuous" |
| | @echo "... ContinuousBuild" |
| | @echo "... ContinuousConfigure" |
| | @echo "... ContinuousCoverage" |
| | @echo "... ContinuousMemCheck" |
| | @echo "... ContinuousStart" |
| | @echo "... ContinuousSubmit" |
| | @echo "... ContinuousTest" |
| | @echo "... ContinuousUpdate" |
| | @echo "... Experimental" |
| | @echo "... ExperimentalBuild" |
| | @echo "... ExperimentalConfigure" |
| | @echo "... ExperimentalCoverage" |
| | @echo "... ExperimentalMemCheck" |
| | @echo "... ExperimentalStart" |
| | @echo "... ExperimentalSubmit" |
| | @echo "... ExperimentalTest" |
| | @echo "... ExperimentalUpdate" |
| | @echo "... Nightly" |
| | @echo "... NightlyBuild" |
| | @echo "... NightlyConfigure" |
| | @echo "... NightlyCoverage" |
| | @echo "... NightlyMemCheck" |
| | @echo "... NightlyMemoryCheck" |
| | @echo "... NightlyStart" |
| | @echo "... NightlySubmit" |
| | @echo "... NightlyTest" |
| | @echo "... NightlyUpdate" |
| | @echo "... build_info" |
| | @echo "... common" |
| | @echo "... ggml" |
| | @echo "... ggml-base" |
| | @echo "... ggml-cpu" |
| | @echo "... llama" |
| | @echo "... llama-batched" |
| | @echo "... llama-batched-bench" |
| | @echo "... llama-bench" |
| | @echo "... llama-cli" |
| | @echo "... llama-convert-llama2c-to-ggml" |
| | @echo "... llama-cvector-generator" |
| | @echo "... llama-embedding" |
| | @echo "... llama-eval-callback" |
| | @echo "... llama-export-lora" |
| | @echo "... llama-gbnf-validator" |
| | @echo "... llama-gguf" |
| | @echo "... llama-gguf-hash" |
| | @echo "... llama-gguf-split" |
| | @echo "... llama-gritlm" |
| | @echo "... llama-imatrix" |
| | @echo "... llama-infill" |
| | @echo "... llama-llava-cli" |
| | @echo "... llama-lookahead" |
| | @echo "... llama-lookup" |
| | @echo "... llama-lookup-create" |
| | @echo "... llama-lookup-merge" |
| | @echo "... llama-lookup-stats" |
| | @echo "... llama-minicpmv-cli" |
| | @echo "... llama-parallel" |
| | @echo "... llama-passkey" |
| | @echo "... llama-perplexity" |
| | @echo "... llama-q8dot" |
| | @echo "... llama-quantize" |
| | @echo "... llama-quantize-stats" |
| | @echo "... llama-retrieval" |
| | @echo "... llama-run" |
| | @echo "... llama-save-load-state" |
| | @echo "... llama-server" |
| | @echo "... llama-simple" |
| | @echo "... llama-simple-chat" |
| | @echo "... llama-speculative" |
| | @echo "... llama-speculative-simple" |
| | @echo "... llama-tokenize" |
| | @echo "... llama-vdot" |
| | @echo "... llava" |
| | @echo "... llava_shared" |
| | @echo "... llava_static" |
| | @echo "... sha1" |
| | @echo "... sha256" |
| | @echo "... test-arg-parser" |
| | @echo "... test-autorelease" |
| | @echo "... test-backend-ops" |
| | @echo "... test-barrier" |
| | @echo "... test-c" |
| | @echo "... test-chat-template" |
| | @echo "... test-grammar-integration" |
| | @echo "... test-grammar-parser" |
| | @echo "... test-json-schema-to-grammar" |
| | @echo "... test-llama-grammar" |
| | @echo "... test-log" |
| | @echo "... test-model-load-cancel" |
| | @echo "... test-quantize-fns" |
| | @echo "... test-quantize-perf" |
| | @echo "... test-rope" |
| | @echo "... test-sampling" |
| | @echo "... test-tokenizer-0" |
| | @echo "... test-tokenizer-1-bpe" |
| | @echo "... test-tokenizer-1-spm" |
| | @echo "... xxhash" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | #============================================================================= |
| | # Special targets to cleanup operation of make. |
| |
|
| | # Special rule to run CMake to check the build system integrity. |
| | # No rule that depends on this can have commands that come from listfiles |
| | # because they might be regenerated. |
| | cmake_check_build_system: |
| | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| | .PHONY : cmake_check_build_system |
| |
|
| |
|