462 lines
18 KiB
Makefile
462 lines
18 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/user1/CalCulet/llama.cpp
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/user1/CalCulet/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/user1/CalCulet/llama.cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/user1/CalCulet/llama.cpp/build/CMakeFiles /home/user1/CalCulet/llama.cpp/build/tools/mtmd//CMakeFiles/progress.marks
|
|
cd /home/user1/CalCulet/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/user1/CalCulet/llama.cpp/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/user1/CalCulet/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/user1/CalCulet/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/user1/CalCulet/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/mtmd/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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
|
|
|
|
clip.o: clip.cpp.o
|
|
.PHONY : clip.o
|
|
|
|
# target to build an object file
|
|
clip.cpp.o:
|
|
cd /home/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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
|
|
|
|
deprecation-warning.o: deprecation-warning.cpp.o
|
|
.PHONY : deprecation-warning.o
|
|
|
|
# target to build an object file
|
|
deprecation-warning.cpp.o:
|
|
cd /home/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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
|
|
|
|
mtmd-audio.o: mtmd-audio.cpp.o
|
|
.PHONY : mtmd-audio.o
|
|
|
|
# target to build an object file
|
|
mtmd-audio.cpp.o:
|
|
cd /home/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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.o: mtmd.cpp.o
|
|
.PHONY : mtmd.o
|
|
|
|
# target to build an object file
|
|
mtmd.cpp.o:
|
|
cd /home/user1/CalCulet/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/user1/CalCulet/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/user1/CalCulet/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-qwen2vl-cli"
|
|
@echo "... mtmd"
|
|
@echo "... clip.o"
|
|
@echo "... clip.i"
|
|
@echo "... clip.s"
|
|
@echo "... deprecation-warning.o"
|
|
@echo "... deprecation-warning.i"
|
|
@echo "... deprecation-warning.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.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/user1/CalCulet/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
|
|
|