| |
| |
|
|
| |
| .DELETE_ON_ERROR: |
|
|
| |
| |
|
|
| |
| .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/bin/cmake |
|
|
| |
| RM = /usr/bin/cmake -E rm -f |
|
|
| |
| EQUALS = = |
|
|
| |
| CMAKE_SOURCE_DIR = "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp" |
|
|
| |
| CMAKE_BINARY_DIR = "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" |
|
|
| |
|
|
| |
| include CMakeFiles/ContinuousTest.dir/compiler_depend.make |
|
|
| |
| include CMakeFiles/ContinuousTest.dir/progress.make |
|
|
| CMakeFiles/ContinuousTest: |
| /usr/bin/ctest -D ContinuousTest |
|
|
| ContinuousTest: CMakeFiles/ContinuousTest |
| ContinuousTest: CMakeFiles/ContinuousTest.dir/build.make |
| .PHONY : ContinuousTest |
|
|
| |
| CMakeFiles/ContinuousTest.dir/build: ContinuousTest |
| .PHONY : CMakeFiles/ContinuousTest.dir/build |
|
|
| CMakeFiles/ContinuousTest.dir/clean: |
| $(CMAKE_COMMAND) -P CMakeFiles/ContinuousTest.dir/cmake_clean.cmake |
| .PHONY : CMakeFiles/ContinuousTest.dir/clean |
|
|
| CMakeFiles/ContinuousTest.dir/depend: |
| cd "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp" "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp" "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake" --color=$(COLOR) |
| .PHONY : CMakeFiles/ContinuousTest.dir/depend |
|
|
|
|