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

# 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:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# 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 = /opt/cmake/bin/cmake

# The command to remove a file.
RM = /opt/cmake/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /data/norm/lmdeploy

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /data/norm/lmdeploy/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/opt/cmake/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..."
	/opt/cmake/bin/cmake -P cmake_install.cmake
.PHONY : install/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/opt/cmake/bin/cmake -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 install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/opt/cmake/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..."
	/opt/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/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..."
	/opt/cmake/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..."
	/opt/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/opt/cmake/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# The main all target
all: cmake_check_build_system
	cd /data/norm/lmdeploy/build && $(CMAKE_COMMAND) -E cmake_progress_start /data/norm/lmdeploy/build/CMakeFiles /data/norm/lmdeploy/build/src/turbomind/models/llama/CMakeFiles/progress.marks
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 src/turbomind/models/llama/all
	$(CMAKE_COMMAND) -E cmake_progress_start /data/norm/lmdeploy/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 src/turbomind/models/llama/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 src/turbomind/models/llama/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 src/turbomind/models/llama/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /data/norm/lmdeploy/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/turbomind/models/llama/CMakeFiles/Llama.dir/rule:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 src/turbomind/models/llama/CMakeFiles/Llama.dir/rule
.PHONY : src/turbomind/models/llama/CMakeFiles/Llama.dir/rule

# Convenience name for target.
Llama: src/turbomind/models/llama/CMakeFiles/Llama.dir/rule

.PHONY : Llama

# fast build rule for target.
Llama/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/build
.PHONY : Llama/fast

# Convenience name for target.
src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/rule:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/rule
.PHONY : src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/rule

# Convenience name for target.
llama_gemm: src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/rule

.PHONY : llama_gemm

# fast build rule for target.
llama_gemm/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build.make src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build
.PHONY : llama_gemm/fast

BlockManager.o: BlockManager.cc.o

.PHONY : BlockManager.o

# target to build an object file
BlockManager.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/BlockManager.cc.o
.PHONY : BlockManager.cc.o

BlockManager.i: BlockManager.cc.i

.PHONY : BlockManager.i

# target to preprocess a source file
BlockManager.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/BlockManager.cc.i
.PHONY : BlockManager.cc.i

BlockManager.s: BlockManager.cc.s

.PHONY : BlockManager.s

# target to generate assembly for a file
BlockManager.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/BlockManager.cc.s
.PHONY : BlockManager.cc.s

LlamaBatch.o: LlamaBatch.cc.o

.PHONY : LlamaBatch.o

# target to build an object file
LlamaBatch.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaBatch.cc.o
.PHONY : LlamaBatch.cc.o

LlamaBatch.i: LlamaBatch.cc.i

.PHONY : LlamaBatch.i

# target to preprocess a source file
LlamaBatch.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaBatch.cc.i
.PHONY : LlamaBatch.cc.i

LlamaBatch.s: LlamaBatch.cc.s

.PHONY : LlamaBatch.s

# target to generate assembly for a file
LlamaBatch.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaBatch.cc.s
.PHONY : LlamaBatch.cc.s

LlamaDecoderLayerWeight.o: LlamaDecoderLayerWeight.cc.o

.PHONY : LlamaDecoderLayerWeight.o

# target to build an object file
LlamaDecoderLayerWeight.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaDecoderLayerWeight.cc.o
.PHONY : LlamaDecoderLayerWeight.cc.o

LlamaDecoderLayerWeight.i: LlamaDecoderLayerWeight.cc.i

.PHONY : LlamaDecoderLayerWeight.i

# target to preprocess a source file
LlamaDecoderLayerWeight.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaDecoderLayerWeight.cc.i
.PHONY : LlamaDecoderLayerWeight.cc.i

LlamaDecoderLayerWeight.s: LlamaDecoderLayerWeight.cc.s

.PHONY : LlamaDecoderLayerWeight.s

# target to generate assembly for a file
LlamaDecoderLayerWeight.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaDecoderLayerWeight.cc.s
.PHONY : LlamaDecoderLayerWeight.cc.s

LlamaFfnLayer.o: LlamaFfnLayer.cc.o

.PHONY : LlamaFfnLayer.o

# target to build an object file
LlamaFfnLayer.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaFfnLayer.cc.o
.PHONY : LlamaFfnLayer.cc.o

LlamaFfnLayer.i: LlamaFfnLayer.cc.i

.PHONY : LlamaFfnLayer.i

# target to preprocess a source file
LlamaFfnLayer.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaFfnLayer.cc.i
.PHONY : LlamaFfnLayer.cc.i

LlamaFfnLayer.s: LlamaFfnLayer.cc.s

.PHONY : LlamaFfnLayer.s

# target to generate assembly for a file
LlamaFfnLayer.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaFfnLayer.cc.s
.PHONY : LlamaFfnLayer.cc.s

LlamaV2.o: LlamaV2.cc.o

.PHONY : LlamaV2.o

# target to build an object file
LlamaV2.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaV2.cc.o
.PHONY : LlamaV2.cc.o

LlamaV2.i: LlamaV2.cc.i

.PHONY : LlamaV2.i

# target to preprocess a source file
LlamaV2.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaV2.cc.i
.PHONY : LlamaV2.cc.i

LlamaV2.s: LlamaV2.cc.s

.PHONY : LlamaV2.s

# target to generate assembly for a file
LlamaV2.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaV2.cc.s
.PHONY : LlamaV2.cc.s

LlamaWeight.o: LlamaWeight.cc.o

.PHONY : LlamaWeight.o

# target to build an object file
LlamaWeight.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaWeight.cc.o
.PHONY : LlamaWeight.cc.o

LlamaWeight.i: LlamaWeight.cc.i

.PHONY : LlamaWeight.i

# target to preprocess a source file
LlamaWeight.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaWeight.cc.i
.PHONY : LlamaWeight.cc.i

LlamaWeight.s: LlamaWeight.cc.s

.PHONY : LlamaWeight.s

# target to generate assembly for a file
LlamaWeight.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/LlamaWeight.cc.s
.PHONY : LlamaWeight.cc.s

SequenceManager.o: SequenceManager.cc.o

.PHONY : SequenceManager.o

# target to build an object file
SequenceManager.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/SequenceManager.cc.o
.PHONY : SequenceManager.cc.o

SequenceManager.i: SequenceManager.cc.i

.PHONY : SequenceManager.i

# target to preprocess a source file
SequenceManager.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/SequenceManager.cc.i
.PHONY : SequenceManager.cc.i

SequenceManager.s: SequenceManager.cc.s

.PHONY : SequenceManager.s

# target to generate assembly for a file
SequenceManager.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/SequenceManager.cc.s
.PHONY : SequenceManager.cc.s

llama_decoder_kernels.o: llama_decoder_kernels.cu.o

.PHONY : llama_decoder_kernels.o

# target to build an object file
llama_decoder_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_decoder_kernels.cu.o
.PHONY : llama_decoder_kernels.cu.o

llama_decoder_kernels.i: llama_decoder_kernels.cu.i

.PHONY : llama_decoder_kernels.i

# target to preprocess a source file
llama_decoder_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_decoder_kernels.cu.i
.PHONY : llama_decoder_kernels.cu.i

llama_decoder_kernels.s: llama_decoder_kernels.cu.s

.PHONY : llama_decoder_kernels.s

# target to generate assembly for a file
llama_decoder_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_decoder_kernels.cu.s
.PHONY : llama_decoder_kernels.cu.s

llama_gemm.o: llama_gemm.cc.o

.PHONY : llama_gemm.o

# target to build an object file
llama_gemm.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build.make src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/llama_gemm.cc.o
.PHONY : llama_gemm.cc.o

llama_gemm.i: llama_gemm.cc.i

.PHONY : llama_gemm.i

# target to preprocess a source file
llama_gemm.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build.make src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/llama_gemm.cc.i
.PHONY : llama_gemm.cc.i

llama_gemm.s: llama_gemm.cc.s

.PHONY : llama_gemm.s

# target to generate assembly for a file
llama_gemm.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build.make src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/llama_gemm.cc.s
.PHONY : llama_gemm.cc.s

llama_kernels.o: llama_kernels.cu.o

.PHONY : llama_kernels.o

# target to build an object file
llama_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_kernels.cu.o
.PHONY : llama_kernels.cu.o

llama_kernels.i: llama_kernels.cu.i

.PHONY : llama_kernels.i

# target to preprocess a source file
llama_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_kernels.cu.i
.PHONY : llama_kernels.cu.i

llama_kernels.s: llama_kernels.cu.s

.PHONY : llama_kernels.s

# target to generate assembly for a file
llama_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_kernels.cu.s
.PHONY : llama_kernels.cu.s

llama_utils.o: llama_utils.cu.o

.PHONY : llama_utils.o

# target to build an object file
llama_utils.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_utils.cu.o
.PHONY : llama_utils.cu.o

llama_utils.i: llama_utils.cu.i

.PHONY : llama_utils.i

# target to preprocess a source file
llama_utils.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_utils.cu.i
.PHONY : llama_utils.cu.i

llama_utils.s: llama_utils.cu.s

.PHONY : llama_utils.s

# target to generate assembly for a file
llama_utils.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/llama_utils.cu.s
.PHONY : llama_utils.cu.s

unified_attention_layer.o: unified_attention_layer.cc.o

.PHONY : unified_attention_layer.o

# target to build an object file
unified_attention_layer.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/unified_attention_layer.cc.o
.PHONY : unified_attention_layer.cc.o

unified_attention_layer.i: unified_attention_layer.cc.i

.PHONY : unified_attention_layer.i

# target to preprocess a source file
unified_attention_layer.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/unified_attention_layer.cc.i
.PHONY : unified_attention_layer.cc.i

unified_attention_layer.s: unified_attention_layer.cc.s

.PHONY : unified_attention_layer.s

# target to generate assembly for a file
unified_attention_layer.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/unified_attention_layer.cc.s
.PHONY : unified_attention_layer.cc.s

unified_decoder.o: unified_decoder.cc.o

.PHONY : unified_decoder.o

# target to build an object file
unified_decoder.cc.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/unified_decoder.cc.o
.PHONY : unified_decoder.cc.o

unified_decoder.i: unified_decoder.cc.i

.PHONY : unified_decoder.i

# target to preprocess a source file
unified_decoder.cc.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/unified_decoder.cc.i
.PHONY : unified_decoder.cc.i

unified_decoder.s: unified_decoder.cc.s

.PHONY : unified_decoder.s

# target to generate assembly for a file
unified_decoder.cc.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/unified_decoder.cc.s
.PHONY : unified_decoder.cc.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 "... install"
	@echo "... list_install_components"
	@echo "... Llama"
	@echo "... rebuild_cache"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... llama_gemm"
	@echo "... edit_cache"
	@echo "... BlockManager.o"
	@echo "... BlockManager.i"
	@echo "... BlockManager.s"
	@echo "... LlamaBatch.o"
	@echo "... LlamaBatch.i"
	@echo "... LlamaBatch.s"
	@echo "... LlamaDecoderLayerWeight.o"
	@echo "... LlamaDecoderLayerWeight.i"
	@echo "... LlamaDecoderLayerWeight.s"
	@echo "... LlamaFfnLayer.o"
	@echo "... LlamaFfnLayer.i"
	@echo "... LlamaFfnLayer.s"
	@echo "... LlamaV2.o"
	@echo "... LlamaV2.i"
	@echo "... LlamaV2.s"
	@echo "... LlamaWeight.o"
	@echo "... LlamaWeight.i"
	@echo "... LlamaWeight.s"
	@echo "... SequenceManager.o"
	@echo "... SequenceManager.i"
	@echo "... SequenceManager.s"
	@echo "... llama_decoder_kernels.o"
	@echo "... llama_decoder_kernels.i"
	@echo "... llama_decoder_kernels.s"
	@echo "... llama_gemm.o"
	@echo "... llama_gemm.i"
	@echo "... llama_gemm.s"
	@echo "... llama_kernels.o"
	@echo "... llama_kernels.i"
	@echo "... llama_kernels.s"
	@echo "... llama_utils.o"
	@echo "... llama_utils.i"
	@echo "... llama_utils.s"
	@echo "... unified_attention_layer.o"
	@echo "... unified_attention_layer.i"
	@echo "... unified_attention_layer.s"
	@echo "... unified_decoder.o"
	@echo "... unified_decoder.i"
	@echo "... unified_decoder.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 /data/norm/lmdeploy/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

