Mat17892's picture
llamacpp
b664585 verified
# 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
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(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/common//CMakeFiles/progress.marks"
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/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:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
common/CMakeFiles/build_info.dir/rule:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/build_info.dir/rule
.PHONY : common/CMakeFiles/build_info.dir/rule
# Convenience name for target.
build_info: common/CMakeFiles/build_info.dir/rule
.PHONY : build_info
# fast build rule for target.
build_info/fast:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build
.PHONY : build_info/fast
# Convenience name for target.
common/CMakeFiles/common.dir/rule:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/common.dir/rule
.PHONY : common/CMakeFiles/common.dir/rule
# Convenience name for target.
common: common/CMakeFiles/common.dir/rule
.PHONY : common
# fast build rule for target.
common/fast:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build
.PHONY : common/fast
arg.o: arg.cpp.o
.PHONY : arg.o
# target to build an object file
arg.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/arg.cpp.o
.PHONY : arg.cpp.o
arg.i: arg.cpp.i
.PHONY : arg.i
# target to preprocess a source file
arg.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/arg.cpp.i
.PHONY : arg.cpp.i
arg.s: arg.cpp.s
.PHONY : arg.s
# target to generate assembly for a file
arg.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/arg.cpp.s
.PHONY : arg.cpp.s
build-info.o: build-info.cpp.o
.PHONY : build-info.o
# target to build an object file
build-info.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build-info.cpp.o
.PHONY : build-info.cpp.o
build-info.i: build-info.cpp.i
.PHONY : build-info.i
# target to preprocess a source file
build-info.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build-info.cpp.i
.PHONY : build-info.cpp.i
build-info.s: build-info.cpp.s
.PHONY : build-info.s
# target to generate assembly for a file
build-info.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build-info.cpp.s
.PHONY : build-info.cpp.s
common.o: common.cpp.o
.PHONY : common.o
# target to build an object file
common.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/common.cpp.o
.PHONY : common.cpp.o
common.i: common.cpp.i
.PHONY : common.i
# target to preprocess a source file
common.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/common.cpp.i
.PHONY : common.cpp.i
common.s: common.cpp.s
.PHONY : common.s
# target to generate assembly for a file
common.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/common.cpp.s
.PHONY : common.cpp.s
console.o: console.cpp.o
.PHONY : console.o
# target to build an object file
console.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/console.cpp.o
.PHONY : console.cpp.o
console.i: console.cpp.i
.PHONY : console.i
# target to preprocess a source file
console.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/console.cpp.i
.PHONY : console.cpp.i
console.s: console.cpp.s
.PHONY : console.s
# target to generate assembly for a file
console.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/console.cpp.s
.PHONY : console.cpp.s
json-schema-to-grammar.o: json-schema-to-grammar.cpp.o
.PHONY : json-schema-to-grammar.o
# target to build an object file
json-schema-to-grammar.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/json-schema-to-grammar.cpp.o
.PHONY : json-schema-to-grammar.cpp.o
json-schema-to-grammar.i: json-schema-to-grammar.cpp.i
.PHONY : json-schema-to-grammar.i
# target to preprocess a source file
json-schema-to-grammar.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/json-schema-to-grammar.cpp.i
.PHONY : json-schema-to-grammar.cpp.i
json-schema-to-grammar.s: json-schema-to-grammar.cpp.s
.PHONY : json-schema-to-grammar.s
# target to generate assembly for a file
json-schema-to-grammar.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/json-schema-to-grammar.cpp.s
.PHONY : json-schema-to-grammar.cpp.s
log.o: log.cpp.o
.PHONY : log.o
# target to build an object file
log.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/log.cpp.o
.PHONY : log.cpp.o
log.i: log.cpp.i
.PHONY : log.i
# target to preprocess a source file
log.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/log.cpp.i
.PHONY : log.cpp.i
log.s: log.cpp.s
.PHONY : log.s
# target to generate assembly for a file
log.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/log.cpp.s
.PHONY : log.cpp.s
ngram-cache.o: ngram-cache.cpp.o
.PHONY : ngram-cache.o
# target to build an object file
ngram-cache.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/ngram-cache.cpp.o
.PHONY : ngram-cache.cpp.o
ngram-cache.i: ngram-cache.cpp.i
.PHONY : ngram-cache.i
# target to preprocess a source file
ngram-cache.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/ngram-cache.cpp.i
.PHONY : ngram-cache.cpp.i
ngram-cache.s: ngram-cache.cpp.s
.PHONY : ngram-cache.s
# target to generate assembly for a file
ngram-cache.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/ngram-cache.cpp.s
.PHONY : ngram-cache.cpp.s
sampling.o: sampling.cpp.o
.PHONY : sampling.o
# target to build an object file
sampling.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/sampling.cpp.o
.PHONY : sampling.cpp.o
sampling.i: sampling.cpp.i
.PHONY : sampling.i
# target to preprocess a source file
sampling.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/sampling.cpp.i
.PHONY : sampling.cpp.i
sampling.s: sampling.cpp.s
.PHONY : sampling.s
# target to generate assembly for a file
sampling.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/sampling.cpp.s
.PHONY : sampling.cpp.s
speculative.o: speculative.cpp.o
.PHONY : speculative.o
# target to build an object file
speculative.cpp.o:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/speculative.cpp.o
.PHONY : speculative.cpp.o
speculative.i: speculative.cpp.i
.PHONY : speculative.i
# target to preprocess a source file
speculative.cpp.i:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/speculative.cpp.i
.PHONY : speculative.cpp.i
speculative.s: speculative.cpp.s
.PHONY : speculative.s
# target to generate assembly for a file
speculative.cpp.s:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/speculative.cpp.s
.PHONY : speculative.cpp.s
# 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 "... build_info"
@echo "... common"
@echo "... arg.o"
@echo "... arg.i"
@echo "... arg.s"
@echo "... build-info.o"
@echo "... build-info.i"
@echo "... build-info.s"
@echo "... common.o"
@echo "... common.i"
@echo "... common.s"
@echo "... console.o"
@echo "... console.i"
@echo "... console.s"
@echo "... json-schema-to-grammar.o"
@echo "... json-schema-to-grammar.i"
@echo "... json-schema-to-grammar.s"
@echo "... log.o"
@echo "... log.i"
@echo "... log.s"
@echo "... ngram-cache.o"
@echo "... ngram-cache.i"
@echo "... ngram-cache.s"
@echo "... sampling.o"
@echo "... sampling.i"
@echo "... sampling.s"
@echo "... speculative.o"
@echo "... speculative.i"
@echo "... speculative.s"
.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:
cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system