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

# 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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/haider/Coding/build-edgeopt/b-device/Chiseled/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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build/CMakeFiles /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build/common//CMakeFiles/progress.marks
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/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/llama-common-base.dir/rule:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/llama-common-base.dir/rule
.PHONY : common/CMakeFiles/llama-common-base.dir/rule

# Convenience name for target.
llama-common-base: common/CMakeFiles/llama-common-base.dir/rule
.PHONY : llama-common-base

# fast build rule for target.
llama-common-base/fast:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.dir/build
.PHONY : llama-common-base/fast

# Convenience name for target.
common/CMakeFiles/llama-common.dir/rule:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/llama-common.dir/rule
.PHONY : common/CMakeFiles/llama-common.dir/rule

# Convenience name for target.
llama-common: common/CMakeFiles/llama-common.dir/rule
.PHONY : llama-common

# fast build rule for target.
llama-common/fast:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/build
.PHONY : llama-common/fast

__/license.o: __/license.cpp.o
.PHONY : __/license.o

# target to build an object file
__/license.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/__/license.cpp.o
.PHONY : __/license.cpp.o

__/license.i: __/license.cpp.i
.PHONY : __/license.i

# target to preprocess a source file
__/license.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/__/license.cpp.i
.PHONY : __/license.cpp.i

__/license.s: __/license.cpp.s
.PHONY : __/license.s

# target to generate assembly for a file
__/license.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/__/license.cpp.s
.PHONY : __/license.cpp.s

arg.o: arg.cpp.o
.PHONY : arg.o

# target to build an object file
arg.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common-base.dir/build.make common/CMakeFiles/llama-common-base.dir/build-info.cpp.s
.PHONY : build-info.cpp.s

chat-auto-parser-generator.o: chat-auto-parser-generator.cpp.o
.PHONY : chat-auto-parser-generator.o

# target to build an object file
chat-auto-parser-generator.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-auto-parser-generator.cpp.o
.PHONY : chat-auto-parser-generator.cpp.o

chat-auto-parser-generator.i: chat-auto-parser-generator.cpp.i
.PHONY : chat-auto-parser-generator.i

# target to preprocess a source file
chat-auto-parser-generator.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-auto-parser-generator.cpp.i
.PHONY : chat-auto-parser-generator.cpp.i

chat-auto-parser-generator.s: chat-auto-parser-generator.cpp.s
.PHONY : chat-auto-parser-generator.s

# target to generate assembly for a file
chat-auto-parser-generator.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-auto-parser-generator.cpp.s
.PHONY : chat-auto-parser-generator.cpp.s

chat-auto-parser-helpers.o: chat-auto-parser-helpers.cpp.o
.PHONY : chat-auto-parser-helpers.o

# target to build an object file
chat-auto-parser-helpers.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-auto-parser-helpers.cpp.o
.PHONY : chat-auto-parser-helpers.cpp.o

chat-auto-parser-helpers.i: chat-auto-parser-helpers.cpp.i
.PHONY : chat-auto-parser-helpers.i

# target to preprocess a source file
chat-auto-parser-helpers.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-auto-parser-helpers.cpp.i
.PHONY : chat-auto-parser-helpers.cpp.i

chat-auto-parser-helpers.s: chat-auto-parser-helpers.cpp.s
.PHONY : chat-auto-parser-helpers.s

# target to generate assembly for a file
chat-auto-parser-helpers.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-auto-parser-helpers.cpp.s
.PHONY : chat-auto-parser-helpers.cpp.s

chat-diff-analyzer.o: chat-diff-analyzer.cpp.o
.PHONY : chat-diff-analyzer.o

# target to build an object file
chat-diff-analyzer.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-diff-analyzer.cpp.o
.PHONY : chat-diff-analyzer.cpp.o

chat-diff-analyzer.i: chat-diff-analyzer.cpp.i
.PHONY : chat-diff-analyzer.i

# target to preprocess a source file
chat-diff-analyzer.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-diff-analyzer.cpp.i
.PHONY : chat-diff-analyzer.cpp.i

chat-diff-analyzer.s: chat-diff-analyzer.cpp.s
.PHONY : chat-diff-analyzer.s

# target to generate assembly for a file
chat-diff-analyzer.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-diff-analyzer.cpp.s
.PHONY : chat-diff-analyzer.cpp.s

chat-peg-parser.o: chat-peg-parser.cpp.o
.PHONY : chat-peg-parser.o

# target to build an object file
chat-peg-parser.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-peg-parser.cpp.o
.PHONY : chat-peg-parser.cpp.o

chat-peg-parser.i: chat-peg-parser.cpp.i
.PHONY : chat-peg-parser.i

# target to preprocess a source file
chat-peg-parser.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-peg-parser.cpp.i
.PHONY : chat-peg-parser.cpp.i

chat-peg-parser.s: chat-peg-parser.cpp.s
.PHONY : chat-peg-parser.s

# target to generate assembly for a file
chat-peg-parser.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat-peg-parser.cpp.s
.PHONY : chat-peg-parser.cpp.s

chat.o: chat.cpp.o
.PHONY : chat.o

# target to build an object file
chat.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat.cpp.o
.PHONY : chat.cpp.o

chat.i: chat.cpp.i
.PHONY : chat.i

# target to preprocess a source file
chat.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat.cpp.i
.PHONY : chat.cpp.i

chat.s: chat.cpp.s
.PHONY : chat.s

# target to generate assembly for a file
chat.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/chat.cpp.s
.PHONY : chat.cpp.s

common.o: common.cpp.o
.PHONY : common.o

# target to build an object file
common.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/console.cpp.s
.PHONY : console.cpp.s

debug.o: debug.cpp.o
.PHONY : debug.o

# target to build an object file
debug.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/debug.cpp.o
.PHONY : debug.cpp.o

debug.i: debug.cpp.i
.PHONY : debug.i

# target to preprocess a source file
debug.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/debug.cpp.i
.PHONY : debug.cpp.i

debug.s: debug.cpp.s
.PHONY : debug.s

# target to generate assembly for a file
debug.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/debug.cpp.s
.PHONY : debug.cpp.s

download.o: download.cpp.o
.PHONY : download.o

# target to build an object file
download.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/download.cpp.o
.PHONY : download.cpp.o

download.i: download.cpp.i
.PHONY : download.i

# target to preprocess a source file
download.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/download.cpp.i
.PHONY : download.cpp.i

download.s: download.cpp.s
.PHONY : download.s

# target to generate assembly for a file
download.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/download.cpp.s
.PHONY : download.cpp.s

fit.o: fit.cpp.o
.PHONY : fit.o

# target to build an object file
fit.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/fit.cpp.o
.PHONY : fit.cpp.o

fit.i: fit.cpp.i
.PHONY : fit.i

# target to preprocess a source file
fit.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/fit.cpp.i
.PHONY : fit.cpp.i

fit.s: fit.cpp.s
.PHONY : fit.s

# target to generate assembly for a file
fit.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/fit.cpp.s
.PHONY : fit.cpp.s

hf-cache.o: hf-cache.cpp.o
.PHONY : hf-cache.o

# target to build an object file
hf-cache.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/hf-cache.cpp.o
.PHONY : hf-cache.cpp.o

hf-cache.i: hf-cache.cpp.i
.PHONY : hf-cache.i

# target to preprocess a source file
hf-cache.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/hf-cache.cpp.i
.PHONY : hf-cache.cpp.i

hf-cache.s: hf-cache.cpp.s
.PHONY : hf-cache.s

# target to generate assembly for a file
hf-cache.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/hf-cache.cpp.s
.PHONY : hf-cache.cpp.s

jinja/caps.o: jinja/caps.cpp.o
.PHONY : jinja/caps.o

# target to build an object file
jinja/caps.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/caps.cpp.o
.PHONY : jinja/caps.cpp.o

jinja/caps.i: jinja/caps.cpp.i
.PHONY : jinja/caps.i

# target to preprocess a source file
jinja/caps.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/caps.cpp.i
.PHONY : jinja/caps.cpp.i

jinja/caps.s: jinja/caps.cpp.s
.PHONY : jinja/caps.s

# target to generate assembly for a file
jinja/caps.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/caps.cpp.s
.PHONY : jinja/caps.cpp.s

jinja/lexer.o: jinja/lexer.cpp.o
.PHONY : jinja/lexer.o

# target to build an object file
jinja/lexer.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/lexer.cpp.o
.PHONY : jinja/lexer.cpp.o

jinja/lexer.i: jinja/lexer.cpp.i
.PHONY : jinja/lexer.i

# target to preprocess a source file
jinja/lexer.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/lexer.cpp.i
.PHONY : jinja/lexer.cpp.i

jinja/lexer.s: jinja/lexer.cpp.s
.PHONY : jinja/lexer.s

# target to generate assembly for a file
jinja/lexer.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/lexer.cpp.s
.PHONY : jinja/lexer.cpp.s

jinja/parser.o: jinja/parser.cpp.o
.PHONY : jinja/parser.o

# target to build an object file
jinja/parser.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/parser.cpp.o
.PHONY : jinja/parser.cpp.o

jinja/parser.i: jinja/parser.cpp.i
.PHONY : jinja/parser.i

# target to preprocess a source file
jinja/parser.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/parser.cpp.i
.PHONY : jinja/parser.cpp.i

jinja/parser.s: jinja/parser.cpp.s
.PHONY : jinja/parser.s

# target to generate assembly for a file
jinja/parser.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/parser.cpp.s
.PHONY : jinja/parser.cpp.s

jinja/runtime.o: jinja/runtime.cpp.o
.PHONY : jinja/runtime.o

# target to build an object file
jinja/runtime.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/runtime.cpp.o
.PHONY : jinja/runtime.cpp.o

jinja/runtime.i: jinja/runtime.cpp.i
.PHONY : jinja/runtime.i

# target to preprocess a source file
jinja/runtime.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/runtime.cpp.i
.PHONY : jinja/runtime.cpp.i

jinja/runtime.s: jinja/runtime.cpp.s
.PHONY : jinja/runtime.s

# target to generate assembly for a file
jinja/runtime.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/runtime.cpp.s
.PHONY : jinja/runtime.cpp.s

jinja/string.o: jinja/string.cpp.o
.PHONY : jinja/string.o

# target to build an object file
jinja/string.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/string.cpp.o
.PHONY : jinja/string.cpp.o

jinja/string.i: jinja/string.cpp.i
.PHONY : jinja/string.i

# target to preprocess a source file
jinja/string.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/string.cpp.i
.PHONY : jinja/string.cpp.i

jinja/string.s: jinja/string.cpp.s
.PHONY : jinja/string.s

# target to generate assembly for a file
jinja/string.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/string.cpp.s
.PHONY : jinja/string.cpp.s

jinja/value.o: jinja/value.cpp.o
.PHONY : jinja/value.o

# target to build an object file
jinja/value.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/value.cpp.o
.PHONY : jinja/value.cpp.o

jinja/value.i: jinja/value.cpp.i
.PHONY : jinja/value.i

# target to preprocess a source file
jinja/value.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/value.cpp.i
.PHONY : jinja/value.cpp.i

jinja/value.s: jinja/value.cpp.s
.PHONY : jinja/value.s

# target to generate assembly for a file
jinja/value.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/jinja/value.cpp.s
.PHONY : jinja/value.cpp.s

json-partial.o: json-partial.cpp.o
.PHONY : json-partial.o

# target to build an object file
json-partial.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/json-partial.cpp.o
.PHONY : json-partial.cpp.o

json-partial.i: json-partial.cpp.i
.PHONY : json-partial.i

# target to preprocess a source file
json-partial.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/json-partial.cpp.i
.PHONY : json-partial.cpp.i

json-partial.s: json-partial.cpp.s
.PHONY : json-partial.s

# target to generate assembly for a file
json-partial.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/json-partial.cpp.s
.PHONY : json-partial.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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/json-schema-to-grammar.cpp.s
.PHONY : json-schema-to-grammar.cpp.s

llguidance.o: llguidance.cpp.o
.PHONY : llguidance.o

# target to build an object file
llguidance.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/llguidance.cpp.o
.PHONY : llguidance.cpp.o

llguidance.i: llguidance.cpp.i
.PHONY : llguidance.i

# target to preprocess a source file
llguidance.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/llguidance.cpp.i
.PHONY : llguidance.cpp.i

llguidance.s: llguidance.cpp.s
.PHONY : llguidance.s

# target to generate assembly for a file
llguidance.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/llguidance.cpp.s
.PHONY : llguidance.cpp.s

log.o: log.cpp.o
.PHONY : log.o

# target to build an object file
log.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-cache.cpp.s
.PHONY : ngram-cache.cpp.s

ngram-map.o: ngram-map.cpp.o
.PHONY : ngram-map.o

# target to build an object file
ngram-map.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-map.cpp.o
.PHONY : ngram-map.cpp.o

ngram-map.i: ngram-map.cpp.i
.PHONY : ngram-map.i

# target to preprocess a source file
ngram-map.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-map.cpp.i
.PHONY : ngram-map.cpp.i

ngram-map.s: ngram-map.cpp.s
.PHONY : ngram-map.s

# target to generate assembly for a file
ngram-map.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-map.cpp.s
.PHONY : ngram-map.cpp.s

ngram-mod.o: ngram-mod.cpp.o
.PHONY : ngram-mod.o

# target to build an object file
ngram-mod.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-mod.cpp.o
.PHONY : ngram-mod.cpp.o

ngram-mod.i: ngram-mod.cpp.i
.PHONY : ngram-mod.i

# target to preprocess a source file
ngram-mod.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-mod.cpp.i
.PHONY : ngram-mod.cpp.i

ngram-mod.s: ngram-mod.cpp.s
.PHONY : ngram-mod.s

# target to generate assembly for a file
ngram-mod.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/ngram-mod.cpp.s
.PHONY : ngram-mod.cpp.s

peg-parser.o: peg-parser.cpp.o
.PHONY : peg-parser.o

# target to build an object file
peg-parser.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/peg-parser.cpp.o
.PHONY : peg-parser.cpp.o

peg-parser.i: peg-parser.cpp.i
.PHONY : peg-parser.i

# target to preprocess a source file
peg-parser.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/peg-parser.cpp.i
.PHONY : peg-parser.cpp.i

peg-parser.s: peg-parser.cpp.s
.PHONY : peg-parser.s

# target to generate assembly for a file
peg-parser.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/peg-parser.cpp.s
.PHONY : peg-parser.cpp.s

preset.o: preset.cpp.o
.PHONY : preset.o

# target to build an object file
preset.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/preset.cpp.o
.PHONY : preset.cpp.o

preset.i: preset.cpp.i
.PHONY : preset.i

# target to preprocess a source file
preset.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/preset.cpp.i
.PHONY : preset.cpp.i

preset.s: preset.cpp.s
.PHONY : preset.s

# target to generate assembly for a file
preset.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/preset.cpp.s
.PHONY : preset.cpp.s

reasoning-budget.o: reasoning-budget.cpp.o
.PHONY : reasoning-budget.o

# target to build an object file
reasoning-budget.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/reasoning-budget.cpp.o
.PHONY : reasoning-budget.cpp.o

reasoning-budget.i: reasoning-budget.cpp.i
.PHONY : reasoning-budget.i

# target to preprocess a source file
reasoning-budget.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/reasoning-budget.cpp.i
.PHONY : reasoning-budget.cpp.i

reasoning-budget.s: reasoning-budget.cpp.s
.PHONY : reasoning-budget.s

# target to generate assembly for a file
reasoning-budget.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/reasoning-budget.cpp.s
.PHONY : reasoning-budget.cpp.s

regex-partial.o: regex-partial.cpp.o
.PHONY : regex-partial.o

# target to build an object file
regex-partial.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/regex-partial.cpp.o
.PHONY : regex-partial.cpp.o

regex-partial.i: regex-partial.cpp.i
.PHONY : regex-partial.i

# target to preprocess a source file
regex-partial.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/regex-partial.cpp.i
.PHONY : regex-partial.cpp.i

regex-partial.s: regex-partial.cpp.s
.PHONY : regex-partial.s

# target to generate assembly for a file
regex-partial.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/regex-partial.cpp.s
.PHONY : regex-partial.cpp.s

sampling.o: sampling.cpp.o
.PHONY : sampling.o

# target to build an object file
sampling.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-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/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/speculative.cpp.s
.PHONY : speculative.cpp.s

unicode.o: unicode.cpp.o
.PHONY : unicode.o

# target to build an object file
unicode.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/unicode.cpp.o
.PHONY : unicode.cpp.o

unicode.i: unicode.cpp.i
.PHONY : unicode.i

# target to preprocess a source file
unicode.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/unicode.cpp.i
.PHONY : unicode.cpp.i

unicode.s: unicode.cpp.s
.PHONY : unicode.s

# target to generate assembly for a file
unicode.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f common/CMakeFiles/llama-common.dir/build.make common/CMakeFiles/llama-common.dir/unicode.cpp.s
.PHONY : unicode.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 "... llama-common"
	@echo "... llama-common-base"
	@echo "... __/license.o"
	@echo "... __/license.i"
	@echo "... __/license.s"
	@echo "... arg.o"
	@echo "... arg.i"
	@echo "... arg.s"
	@echo "... build-info.o"
	@echo "... build-info.i"
	@echo "... build-info.s"
	@echo "... chat-auto-parser-generator.o"
	@echo "... chat-auto-parser-generator.i"
	@echo "... chat-auto-parser-generator.s"
	@echo "... chat-auto-parser-helpers.o"
	@echo "... chat-auto-parser-helpers.i"
	@echo "... chat-auto-parser-helpers.s"
	@echo "... chat-diff-analyzer.o"
	@echo "... chat-diff-analyzer.i"
	@echo "... chat-diff-analyzer.s"
	@echo "... chat-peg-parser.o"
	@echo "... chat-peg-parser.i"
	@echo "... chat-peg-parser.s"
	@echo "... chat.o"
	@echo "... chat.i"
	@echo "... chat.s"
	@echo "... common.o"
	@echo "... common.i"
	@echo "... common.s"
	@echo "... console.o"
	@echo "... console.i"
	@echo "... console.s"
	@echo "... debug.o"
	@echo "... debug.i"
	@echo "... debug.s"
	@echo "... download.o"
	@echo "... download.i"
	@echo "... download.s"
	@echo "... fit.o"
	@echo "... fit.i"
	@echo "... fit.s"
	@echo "... hf-cache.o"
	@echo "... hf-cache.i"
	@echo "... hf-cache.s"
	@echo "... jinja/caps.o"
	@echo "... jinja/caps.i"
	@echo "... jinja/caps.s"
	@echo "... jinja/lexer.o"
	@echo "... jinja/lexer.i"
	@echo "... jinja/lexer.s"
	@echo "... jinja/parser.o"
	@echo "... jinja/parser.i"
	@echo "... jinja/parser.s"
	@echo "... jinja/runtime.o"
	@echo "... jinja/runtime.i"
	@echo "... jinja/runtime.s"
	@echo "... jinja/string.o"
	@echo "... jinja/string.i"
	@echo "... jinja/string.s"
	@echo "... jinja/value.o"
	@echo "... jinja/value.i"
	@echo "... jinja/value.s"
	@echo "... json-partial.o"
	@echo "... json-partial.i"
	@echo "... json-partial.s"
	@echo "... json-schema-to-grammar.o"
	@echo "... json-schema-to-grammar.i"
	@echo "... json-schema-to-grammar.s"
	@echo "... llguidance.o"
	@echo "... llguidance.i"
	@echo "... llguidance.s"
	@echo "... log.o"
	@echo "... log.i"
	@echo "... log.s"
	@echo "... ngram-cache.o"
	@echo "... ngram-cache.i"
	@echo "... ngram-cache.s"
	@echo "... ngram-map.o"
	@echo "... ngram-map.i"
	@echo "... ngram-map.s"
	@echo "... ngram-mod.o"
	@echo "... ngram-mod.i"
	@echo "... ngram-mod.s"
	@echo "... peg-parser.o"
	@echo "... peg-parser.i"
	@echo "... peg-parser.s"
	@echo "... preset.o"
	@echo "... preset.i"
	@echo "... preset.s"
	@echo "... reasoning-budget.o"
	@echo "... reasoning-budget.i"
	@echo "... reasoning-budget.s"
	@echo "... regex-partial.o"
	@echo "... regex-partial.i"
	@echo "... regex-partial.s"
	@echo "... sampling.o"
	@echo "... sampling.i"
	@echo "... sampling.s"
	@echo "... speculative.o"
	@echo "... speculative.i"
	@echo "... speculative.s"
	@echo "... unicode.o"
	@echo "... unicode.i"
	@echo "... unicode.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/haider/Coding/build-edgeopt/b-device/Chiseled/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

