# 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/tools/mtmd//CMakeFiles/progress.marks
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/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 tools/mtmd/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 tools/mtmd/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 tools/mtmd/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.
tools/mtmd/CMakeFiles/mtmd.dir/rule:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/CMakeFiles/mtmd.dir/rule
.PHONY : tools/mtmd/CMakeFiles/mtmd.dir/rule

# Convenience name for target.
mtmd: tools/mtmd/CMakeFiles/mtmd.dir/rule
.PHONY : mtmd

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

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

# Convenience name for target.
llama-llava-cli: tools/mtmd/CMakeFiles/llama-llava-cli.dir/rule
.PHONY : llama-llava-cli

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

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

# Convenience name for target.
llama-gemma3-cli: tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/rule
.PHONY : llama-gemma3-cli

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

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

# Convenience name for target.
llama-minicpmv-cli: tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/rule
.PHONY : llama-minicpmv-cli

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

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

# Convenience name for target.
llama-qwen2vl-cli: tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/rule
.PHONY : llama-qwen2vl-cli

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

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

# Convenience name for target.
llama-mtmd-cli: tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/rule
.PHONY : llama-mtmd-cli

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

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

# Convenience name for target.
llama-mtmd-debug: tools/mtmd/CMakeFiles/llama-mtmd-debug.dir/rule
.PHONY : llama-mtmd-debug

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

clip.o: clip.cpp.o
.PHONY : clip.o

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

clip.i: clip.cpp.i
.PHONY : clip.i

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

clip.s: clip.cpp.s
.PHONY : clip.s

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

debug/mtmd-debug.o: debug/mtmd-debug.cpp.o
.PHONY : debug/mtmd-debug.o

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

debug/mtmd-debug.i: debug/mtmd-debug.cpp.i
.PHONY : debug/mtmd-debug.i

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

debug/mtmd-debug.s: debug/mtmd-debug.cpp.s
.PHONY : debug/mtmd-debug.s

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

deprecation-warning.o: deprecation-warning.cpp.o
.PHONY : deprecation-warning.o

# target to build an object file
deprecation-warning.cpp.o:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/deprecation-warning.cpp.o
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/deprecation-warning.cpp.o
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/deprecation-warning.cpp.o
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/deprecation-warning.cpp.o
.PHONY : deprecation-warning.cpp.o

deprecation-warning.i: deprecation-warning.cpp.i
.PHONY : deprecation-warning.i

# target to preprocess a source file
deprecation-warning.cpp.i:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/deprecation-warning.cpp.i
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/deprecation-warning.cpp.i
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/deprecation-warning.cpp.i
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/deprecation-warning.cpp.i
.PHONY : deprecation-warning.cpp.i

deprecation-warning.s: deprecation-warning.cpp.s
.PHONY : deprecation-warning.s

# target to generate assembly for a file
deprecation-warning.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-llava-cli.dir/build.make tools/mtmd/CMakeFiles/llama-llava-cli.dir/deprecation-warning.cpp.s
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/build.make tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/deprecation-warning.cpp.s
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/build.make tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/deprecation-warning.cpp.s
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/build.make tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/deprecation-warning.cpp.s
.PHONY : deprecation-warning.cpp.s

models/cogvlm.o: models/cogvlm.cpp.o
.PHONY : models/cogvlm.o

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

models/cogvlm.i: models/cogvlm.cpp.i
.PHONY : models/cogvlm.i

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

models/cogvlm.s: models/cogvlm.cpp.s
.PHONY : models/cogvlm.s

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

models/conformer.o: models/conformer.cpp.o
.PHONY : models/conformer.o

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

models/conformer.i: models/conformer.cpp.i
.PHONY : models/conformer.i

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

models/conformer.s: models/conformer.cpp.s
.PHONY : models/conformer.s

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

models/deepseekocr.o: models/deepseekocr.cpp.o
.PHONY : models/deepseekocr.o

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

models/deepseekocr.i: models/deepseekocr.cpp.i
.PHONY : models/deepseekocr.i

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

models/deepseekocr.s: models/deepseekocr.cpp.s
.PHONY : models/deepseekocr.s

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

models/dotsocr.o: models/dotsocr.cpp.o
.PHONY : models/dotsocr.o

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

models/dotsocr.i: models/dotsocr.cpp.i
.PHONY : models/dotsocr.i

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

models/dotsocr.s: models/dotsocr.cpp.s
.PHONY : models/dotsocr.s

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

models/gemma4a.o: models/gemma4a.cpp.o
.PHONY : models/gemma4a.o

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

models/gemma4a.i: models/gemma4a.cpp.i
.PHONY : models/gemma4a.i

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

models/gemma4a.s: models/gemma4a.cpp.s
.PHONY : models/gemma4a.s

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

models/gemma4v.o: models/gemma4v.cpp.o
.PHONY : models/gemma4v.o

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

models/gemma4v.i: models/gemma4v.cpp.i
.PHONY : models/gemma4v.i

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

models/gemma4v.s: models/gemma4v.cpp.s
.PHONY : models/gemma4v.s

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

models/glm4v.o: models/glm4v.cpp.o
.PHONY : models/glm4v.o

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

models/glm4v.i: models/glm4v.cpp.i
.PHONY : models/glm4v.i

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

models/glm4v.s: models/glm4v.cpp.s
.PHONY : models/glm4v.s

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

models/hunyuanocr.o: models/hunyuanocr.cpp.o
.PHONY : models/hunyuanocr.o

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

models/hunyuanocr.i: models/hunyuanocr.cpp.i
.PHONY : models/hunyuanocr.i

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

models/hunyuanocr.s: models/hunyuanocr.cpp.s
.PHONY : models/hunyuanocr.s

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

models/internvl.o: models/internvl.cpp.o
.PHONY : models/internvl.o

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

models/internvl.i: models/internvl.cpp.i
.PHONY : models/internvl.i

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

models/internvl.s: models/internvl.cpp.s
.PHONY : models/internvl.s

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

models/kimik25.o: models/kimik25.cpp.o
.PHONY : models/kimik25.o

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

models/kimik25.i: models/kimik25.cpp.i
.PHONY : models/kimik25.i

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

models/kimik25.s: models/kimik25.cpp.s
.PHONY : models/kimik25.s

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

models/kimivl.o: models/kimivl.cpp.o
.PHONY : models/kimivl.o

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

models/kimivl.i: models/kimivl.cpp.i
.PHONY : models/kimivl.i

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

models/kimivl.s: models/kimivl.cpp.s
.PHONY : models/kimivl.s

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

models/llama4.o: models/llama4.cpp.o
.PHONY : models/llama4.o

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

models/llama4.i: models/llama4.cpp.i
.PHONY : models/llama4.i

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

models/llama4.s: models/llama4.cpp.s
.PHONY : models/llama4.s

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

models/llava.o: models/llava.cpp.o
.PHONY : models/llava.o

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

models/llava.i: models/llava.cpp.i
.PHONY : models/llava.i

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

models/llava.s: models/llava.cpp.s
.PHONY : models/llava.s

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

models/minicpmv.o: models/minicpmv.cpp.o
.PHONY : models/minicpmv.o

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

models/minicpmv.i: models/minicpmv.cpp.i
.PHONY : models/minicpmv.i

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

models/minicpmv.s: models/minicpmv.cpp.s
.PHONY : models/minicpmv.s

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

models/mobilenetv5.o: models/mobilenetv5.cpp.o
.PHONY : models/mobilenetv5.o

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

models/mobilenetv5.i: models/mobilenetv5.cpp.i
.PHONY : models/mobilenetv5.i

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

models/mobilenetv5.s: models/mobilenetv5.cpp.s
.PHONY : models/mobilenetv5.s

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

models/nemotron-v2-vl.o: models/nemotron-v2-vl.cpp.o
.PHONY : models/nemotron-v2-vl.o

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

models/nemotron-v2-vl.i: models/nemotron-v2-vl.cpp.i
.PHONY : models/nemotron-v2-vl.i

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

models/nemotron-v2-vl.s: models/nemotron-v2-vl.cpp.s
.PHONY : models/nemotron-v2-vl.s

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

models/paddleocr.o: models/paddleocr.cpp.o
.PHONY : models/paddleocr.o

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

models/paddleocr.i: models/paddleocr.cpp.i
.PHONY : models/paddleocr.i

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

models/paddleocr.s: models/paddleocr.cpp.s
.PHONY : models/paddleocr.s

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

models/pixtral.o: models/pixtral.cpp.o
.PHONY : models/pixtral.o

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

models/pixtral.i: models/pixtral.cpp.i
.PHONY : models/pixtral.i

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

models/pixtral.s: models/pixtral.cpp.s
.PHONY : models/pixtral.s

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

models/qwen2vl.o: models/qwen2vl.cpp.o
.PHONY : models/qwen2vl.o

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

models/qwen2vl.i: models/qwen2vl.cpp.i
.PHONY : models/qwen2vl.i

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

models/qwen2vl.s: models/qwen2vl.cpp.s
.PHONY : models/qwen2vl.s

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

models/qwen3a.o: models/qwen3a.cpp.o
.PHONY : models/qwen3a.o

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

models/qwen3a.i: models/qwen3a.cpp.i
.PHONY : models/qwen3a.i

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

models/qwen3a.s: models/qwen3a.cpp.s
.PHONY : models/qwen3a.s

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

models/qwen3vl.o: models/qwen3vl.cpp.o
.PHONY : models/qwen3vl.o

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

models/qwen3vl.i: models/qwen3vl.cpp.i
.PHONY : models/qwen3vl.i

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

models/qwen3vl.s: models/qwen3vl.cpp.s
.PHONY : models/qwen3vl.s

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

models/siglip.o: models/siglip.cpp.o
.PHONY : models/siglip.o

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

models/siglip.i: models/siglip.cpp.i
.PHONY : models/siglip.i

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

models/siglip.s: models/siglip.cpp.s
.PHONY : models/siglip.s

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

models/step3vl.o: models/step3vl.cpp.o
.PHONY : models/step3vl.o

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

models/step3vl.i: models/step3vl.cpp.i
.PHONY : models/step3vl.i

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

models/step3vl.s: models/step3vl.cpp.s
.PHONY : models/step3vl.s

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

models/whisper-enc.o: models/whisper-enc.cpp.o
.PHONY : models/whisper-enc.o

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

models/whisper-enc.i: models/whisper-enc.cpp.i
.PHONY : models/whisper-enc.i

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

models/whisper-enc.s: models/whisper-enc.cpp.s
.PHONY : models/whisper-enc.s

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

models/yasa2.o: models/yasa2.cpp.o
.PHONY : models/yasa2.o

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

models/yasa2.i: models/yasa2.cpp.i
.PHONY : models/yasa2.i

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

models/yasa2.s: models/yasa2.cpp.s
.PHONY : models/yasa2.s

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

models/youtuvl.o: models/youtuvl.cpp.o
.PHONY : models/youtuvl.o

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

models/youtuvl.i: models/youtuvl.cpp.i
.PHONY : models/youtuvl.i

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

models/youtuvl.s: models/youtuvl.cpp.s
.PHONY : models/youtuvl.s

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

mtmd-audio.o: mtmd-audio.cpp.o
.PHONY : mtmd-audio.o

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

mtmd-audio.i: mtmd-audio.cpp.i
.PHONY : mtmd-audio.i

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

mtmd-audio.s: mtmd-audio.cpp.s
.PHONY : mtmd-audio.s

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

mtmd-cli.o: mtmd-cli.cpp.o
.PHONY : mtmd-cli.o

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

mtmd-cli.i: mtmd-cli.cpp.i
.PHONY : mtmd-cli.i

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

mtmd-cli.s: mtmd-cli.cpp.s
.PHONY : mtmd-cli.s

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

mtmd-helper.o: mtmd-helper.cpp.o
.PHONY : mtmd-helper.o

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

mtmd-helper.i: mtmd-helper.cpp.i
.PHONY : mtmd-helper.i

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

mtmd-helper.s: mtmd-helper.cpp.s
.PHONY : mtmd-helper.s

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

mtmd-image.o: mtmd-image.cpp.o
.PHONY : mtmd-image.o

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

mtmd-image.i: mtmd-image.cpp.i
.PHONY : mtmd-image.i

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

mtmd-image.s: mtmd-image.cpp.s
.PHONY : mtmd-image.s

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

mtmd.o: mtmd.cpp.o
.PHONY : mtmd.o

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

mtmd.i: mtmd.cpp.i
.PHONY : mtmd.i

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

mtmd.s: mtmd.cpp.s
.PHONY : mtmd.s

# target to generate assembly for a file
mtmd.cpp.s:
	cd /home/haider/Coding/build-edgeopt/b-device/Chiseled/llama.cpp/build && $(MAKE) $(MAKESILENT) -f tools/mtmd/CMakeFiles/mtmd.dir/build.make tools/mtmd/CMakeFiles/mtmd.dir/mtmd.cpp.s
.PHONY : mtmd.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-gemma3-cli"
	@echo "... llama-llava-cli"
	@echo "... llama-minicpmv-cli"
	@echo "... llama-mtmd-cli"
	@echo "... llama-mtmd-debug"
	@echo "... llama-qwen2vl-cli"
	@echo "... mtmd"
	@echo "... clip.o"
	@echo "... clip.i"
	@echo "... clip.s"
	@echo "... debug/mtmd-debug.o"
	@echo "... debug/mtmd-debug.i"
	@echo "... debug/mtmd-debug.s"
	@echo "... deprecation-warning.o"
	@echo "... deprecation-warning.i"
	@echo "... deprecation-warning.s"
	@echo "... models/cogvlm.o"
	@echo "... models/cogvlm.i"
	@echo "... models/cogvlm.s"
	@echo "... models/conformer.o"
	@echo "... models/conformer.i"
	@echo "... models/conformer.s"
	@echo "... models/deepseekocr.o"
	@echo "... models/deepseekocr.i"
	@echo "... models/deepseekocr.s"
	@echo "... models/dotsocr.o"
	@echo "... models/dotsocr.i"
	@echo "... models/dotsocr.s"
	@echo "... models/gemma4a.o"
	@echo "... models/gemma4a.i"
	@echo "... models/gemma4a.s"
	@echo "... models/gemma4v.o"
	@echo "... models/gemma4v.i"
	@echo "... models/gemma4v.s"
	@echo "... models/glm4v.o"
	@echo "... models/glm4v.i"
	@echo "... models/glm4v.s"
	@echo "... models/hunyuanocr.o"
	@echo "... models/hunyuanocr.i"
	@echo "... models/hunyuanocr.s"
	@echo "... models/internvl.o"
	@echo "... models/internvl.i"
	@echo "... models/internvl.s"
	@echo "... models/kimik25.o"
	@echo "... models/kimik25.i"
	@echo "... models/kimik25.s"
	@echo "... models/kimivl.o"
	@echo "... models/kimivl.i"
	@echo "... models/kimivl.s"
	@echo "... models/llama4.o"
	@echo "... models/llama4.i"
	@echo "... models/llama4.s"
	@echo "... models/llava.o"
	@echo "... models/llava.i"
	@echo "... models/llava.s"
	@echo "... models/minicpmv.o"
	@echo "... models/minicpmv.i"
	@echo "... models/minicpmv.s"
	@echo "... models/mobilenetv5.o"
	@echo "... models/mobilenetv5.i"
	@echo "... models/mobilenetv5.s"
	@echo "... models/nemotron-v2-vl.o"
	@echo "... models/nemotron-v2-vl.i"
	@echo "... models/nemotron-v2-vl.s"
	@echo "... models/paddleocr.o"
	@echo "... models/paddleocr.i"
	@echo "... models/paddleocr.s"
	@echo "... models/pixtral.o"
	@echo "... models/pixtral.i"
	@echo "... models/pixtral.s"
	@echo "... models/qwen2vl.o"
	@echo "... models/qwen2vl.i"
	@echo "... models/qwen2vl.s"
	@echo "... models/qwen3a.o"
	@echo "... models/qwen3a.i"
	@echo "... models/qwen3a.s"
	@echo "... models/qwen3vl.o"
	@echo "... models/qwen3vl.i"
	@echo "... models/qwen3vl.s"
	@echo "... models/siglip.o"
	@echo "... models/siglip.i"
	@echo "... models/siglip.s"
	@echo "... models/step3vl.o"
	@echo "... models/step3vl.i"
	@echo "... models/step3vl.s"
	@echo "... models/whisper-enc.o"
	@echo "... models/whisper-enc.i"
	@echo "... models/whisper-enc.s"
	@echo "... models/yasa2.o"
	@echo "... models/yasa2.i"
	@echo "... models/yasa2.s"
	@echo "... models/youtuvl.o"
	@echo "... models/youtuvl.i"
	@echo "... models/youtuvl.s"
	@echo "... mtmd-audio.o"
	@echo "... mtmd-audio.i"
	@echo "... mtmd-audio.s"
	@echo "... mtmd-cli.o"
	@echo "... mtmd-cli.i"
	@echo "... mtmd-cli.s"
	@echo "... mtmd-helper.o"
	@echo "... mtmd-helper.i"
	@echo "... mtmd-helper.s"
	@echo "... mtmd-image.o"
	@echo "... mtmd-image.i"
	@echo "... mtmd-image.s"
	@echo "... mtmd.o"
	@echo "... mtmd.i"
	@echo "... mtmd.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

