# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22

# Delete rule output on recipe failure.
.DELETE_ON_ERROR:

#=============================================================================
# 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/kuhnn/.openclaw/workspace/llama.cpp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/kuhnn/.openclaw/workspace/llama.cpp/build

# Include any dependencies generated for this target.
include tests/CMakeFiles/test-chat.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include tests/CMakeFiles/test-chat.dir/compiler_depend.make

# Include the progress variables for this target.
include tests/CMakeFiles/test-chat.dir/progress.make

# Include the compile flags for this target's objects.
include tests/CMakeFiles/test-chat.dir/flags.make

tests/CMakeFiles/test-chat.dir/test-chat.cpp.o: tests/CMakeFiles/test-chat.dir/flags.make
tests/CMakeFiles/test-chat.dir/test-chat.cpp.o: ../tests/test-chat.cpp
tests/CMakeFiles/test-chat.dir/test-chat.cpp.o: tests/CMakeFiles/test-chat.dir/compiler_depend.ts
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kuhnn/.openclaw/workspace/llama.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/test-chat.dir/test-chat.cpp.o"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test-chat.dir/test-chat.cpp.o -MF CMakeFiles/test-chat.dir/test-chat.cpp.o.d -o CMakeFiles/test-chat.dir/test-chat.cpp.o -c /home/kuhnn/.openclaw/workspace/llama.cpp/tests/test-chat.cpp

tests/CMakeFiles/test-chat.dir/test-chat.cpp.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test-chat.dir/test-chat.cpp.i"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kuhnn/.openclaw/workspace/llama.cpp/tests/test-chat.cpp > CMakeFiles/test-chat.dir/test-chat.cpp.i

tests/CMakeFiles/test-chat.dir/test-chat.cpp.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test-chat.dir/test-chat.cpp.s"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kuhnn/.openclaw/workspace/llama.cpp/tests/test-chat.cpp -o CMakeFiles/test-chat.dir/test-chat.cpp.s

tests/CMakeFiles/test-chat.dir/get-model.cpp.o: tests/CMakeFiles/test-chat.dir/flags.make
tests/CMakeFiles/test-chat.dir/get-model.cpp.o: ../tests/get-model.cpp
tests/CMakeFiles/test-chat.dir/get-model.cpp.o: tests/CMakeFiles/test-chat.dir/compiler_depend.ts
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kuhnn/.openclaw/workspace/llama.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/test-chat.dir/get-model.cpp.o"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/test-chat.dir/get-model.cpp.o -MF CMakeFiles/test-chat.dir/get-model.cpp.o.d -o CMakeFiles/test-chat.dir/get-model.cpp.o -c /home/kuhnn/.openclaw/workspace/llama.cpp/tests/get-model.cpp

tests/CMakeFiles/test-chat.dir/get-model.cpp.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test-chat.dir/get-model.cpp.i"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kuhnn/.openclaw/workspace/llama.cpp/tests/get-model.cpp > CMakeFiles/test-chat.dir/get-model.cpp.i

tests/CMakeFiles/test-chat.dir/get-model.cpp.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test-chat.dir/get-model.cpp.s"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kuhnn/.openclaw/workspace/llama.cpp/tests/get-model.cpp -o CMakeFiles/test-chat.dir/get-model.cpp.s

# Object files for target test-chat
test__chat_OBJECTS = \
"CMakeFiles/test-chat.dir/test-chat.cpp.o" \
"CMakeFiles/test-chat.dir/get-model.cpp.o"

# External object files for target test-chat
test__chat_EXTERNAL_OBJECTS =

bin/test-chat: tests/CMakeFiles/test-chat.dir/test-chat.cpp.o
bin/test-chat: tests/CMakeFiles/test-chat.dir/get-model.cpp.o
bin/test-chat: tests/CMakeFiles/test-chat.dir/build.make
bin/test-chat: common/libcommon.a
bin/test-chat: vendor/cpp-httplib/libcpp-httplib.a
bin/test-chat: bin/libllama.so.0.0.1
bin/test-chat: bin/libggml.so.0.9.5
bin/test-chat: bin/libggml-cpu.so.0.9.5
bin/test-chat: bin/libggml-base.so.0.9.5
bin/test-chat: tests/CMakeFiles/test-chat.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kuhnn/.openclaw/workspace/llama.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable ../bin/test-chat"
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test-chat.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
tests/CMakeFiles/test-chat.dir/build: bin/test-chat
.PHONY : tests/CMakeFiles/test-chat.dir/build

tests/CMakeFiles/test-chat.dir/clean:
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-chat.dir/cmake_clean.cmake
.PHONY : tests/CMakeFiles/test-chat.dir/clean

tests/CMakeFiles/test-chat.dir/depend:
	cd /home/kuhnn/.openclaw/workspace/llama.cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kuhnn/.openclaw/workspace/llama.cpp /home/kuhnn/.openclaw/workspace/llama.cpp/tests /home/kuhnn/.openclaw/workspace/llama.cpp/build /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests /home/kuhnn/.openclaw/workspace/llama.cpp/build/tests/CMakeFiles/test-chat.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : tests/CMakeFiles/test-chat.dir/depend

