# 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/tests/csrc/unittests/CMakeFiles/progress.marks
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 tests/csrc/unittests/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 tests/csrc/unittests/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 tests/csrc/unittests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 tests/csrc/unittests/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.
tests/csrc/unittests/CMakeFiles/unittest.dir/rule:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 tests/csrc/unittests/CMakeFiles/unittest.dir/rule
.PHONY : tests/csrc/unittests/CMakeFiles/unittest.dir/rule

# Convenience name for target.
unittest: tests/csrc/unittests/CMakeFiles/unittest.dir/rule

.PHONY : unittest

# fast build rule for target.
unittest/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/build
.PHONY : unittest/fast

# Convenience name for target.
tests/csrc/unittests/CMakeFiles/test_gemm.dir/rule:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 tests/csrc/unittests/CMakeFiles/test_gemm.dir/rule
.PHONY : tests/csrc/unittests/CMakeFiles/test_gemm.dir/rule

# Convenience name for target.
test_gemm: tests/csrc/unittests/CMakeFiles/test_gemm.dir/rule

.PHONY : test_gemm

# fast build rule for target.
test_gemm/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gemm.dir/build.make tests/csrc/unittests/CMakeFiles/test_gemm.dir/build
.PHONY : test_gemm/fast

# Convenience name for target.
tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/rule:
	cd /data/norm/lmdeploy/build && $(MAKE) -f CMakeFiles/Makefile2 tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/rule
.PHONY : tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/rule

# Convenience name for target.
test_gpt_kernels: tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/rule

.PHONY : test_gpt_kernels

# fast build rule for target.
test_gpt_kernels/fast:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build.make tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build
.PHONY : test_gpt_kernels/fast

test_attention_kernels.o: test_attention_kernels.cu.o

.PHONY : test_attention_kernels.o

# target to build an object file
test_attention_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_attention_kernels.cu.o
.PHONY : test_attention_kernels.cu.o

test_attention_kernels.i: test_attention_kernels.cu.i

.PHONY : test_attention_kernels.i

# target to preprocess a source file
test_attention_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_attention_kernels.cu.i
.PHONY : test_attention_kernels.cu.i

test_attention_kernels.s: test_attention_kernels.cu.s

.PHONY : test_attention_kernels.s

# target to generate assembly for a file
test_attention_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_attention_kernels.cu.s
.PHONY : test_attention_kernels.cu.s

test_gemm.o: test_gemm.cu.o

.PHONY : test_gemm.o

# target to build an object file
test_gemm.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gemm.dir/build.make tests/csrc/unittests/CMakeFiles/test_gemm.dir/test_gemm.cu.o
.PHONY : test_gemm.cu.o

test_gemm.i: test_gemm.cu.i

.PHONY : test_gemm.i

# target to preprocess a source file
test_gemm.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gemm.dir/build.make tests/csrc/unittests/CMakeFiles/test_gemm.dir/test_gemm.cu.i
.PHONY : test_gemm.cu.i

test_gemm.s: test_gemm.cu.s

.PHONY : test_gemm.s

# target to generate assembly for a file
test_gemm.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gemm.dir/build.make tests/csrc/unittests/CMakeFiles/test_gemm.dir/test_gemm.cu.s
.PHONY : test_gemm.cu.s

test_gpt_kernels.o: test_gpt_kernels.cu.o

.PHONY : test_gpt_kernels.o

# target to build an object file
test_gpt_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build.make tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/test_gpt_kernels.cu.o
.PHONY : test_gpt_kernels.cu.o

test_gpt_kernels.i: test_gpt_kernels.cu.i

.PHONY : test_gpt_kernels.i

# target to preprocess a source file
test_gpt_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build.make tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/test_gpt_kernels.cu.i
.PHONY : test_gpt_kernels.cu.i

test_gpt_kernels.s: test_gpt_kernels.cu.s

.PHONY : test_gpt_kernels.s

# target to generate assembly for a file
test_gpt_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build.make tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/test_gpt_kernels.cu.s
.PHONY : test_gpt_kernels.cu.s

test_logprob_kernels.o: test_logprob_kernels.cu.o

.PHONY : test_logprob_kernels.o

# target to build an object file
test_logprob_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_logprob_kernels.cu.o
.PHONY : test_logprob_kernels.cu.o

test_logprob_kernels.i: test_logprob_kernels.cu.i

.PHONY : test_logprob_kernels.i

# target to preprocess a source file
test_logprob_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_logprob_kernels.cu.i
.PHONY : test_logprob_kernels.cu.i

test_logprob_kernels.s: test_logprob_kernels.cu.s

.PHONY : test_logprob_kernels.s

# target to generate assembly for a file
test_logprob_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_logprob_kernels.cu.s
.PHONY : test_logprob_kernels.cu.s

test_penalty_kernels.o: test_penalty_kernels.cu.o

.PHONY : test_penalty_kernels.o

# target to build an object file
test_penalty_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_penalty_kernels.cu.o
.PHONY : test_penalty_kernels.cu.o

test_penalty_kernels.i: test_penalty_kernels.cu.i

.PHONY : test_penalty_kernels.i

# target to preprocess a source file
test_penalty_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_penalty_kernels.cu.i
.PHONY : test_penalty_kernels.cu.i

test_penalty_kernels.s: test_penalty_kernels.cu.s

.PHONY : test_penalty_kernels.s

# target to generate assembly for a file
test_penalty_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_penalty_kernels.cu.s
.PHONY : test_penalty_kernels.cu.s

test_sampling_kernels.o: test_sampling_kernels.cu.o

.PHONY : test_sampling_kernels.o

# target to build an object file
test_sampling_kernels.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_sampling_kernels.cu.o
.PHONY : test_sampling_kernels.cu.o

test_sampling_kernels.i: test_sampling_kernels.cu.i

.PHONY : test_sampling_kernels.i

# target to preprocess a source file
test_sampling_kernels.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_sampling_kernels.cu.i
.PHONY : test_sampling_kernels.cu.i

test_sampling_kernels.s: test_sampling_kernels.cu.s

.PHONY : test_sampling_kernels.s

# target to generate assembly for a file
test_sampling_kernels.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_sampling_kernels.cu.s
.PHONY : test_sampling_kernels.cu.s

test_tensor.o: test_tensor.cu.o

.PHONY : test_tensor.o

# target to build an object file
test_tensor.cu.o:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_tensor.cu.o
.PHONY : test_tensor.cu.o

test_tensor.i: test_tensor.cu.i

.PHONY : test_tensor.i

# target to preprocess a source file
test_tensor.cu.i:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_tensor.cu.i
.PHONY : test_tensor.cu.i

test_tensor.s: test_tensor.cu.s

.PHONY : test_tensor.s

# target to generate assembly for a file
test_tensor.cu.s:
	cd /data/norm/lmdeploy/build && $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/test_tensor.cu.s
.PHONY : test_tensor.cu.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 "... rebuild_cache"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... unittest"
	@echo "... test_gemm"
	@echo "... test_gpt_kernels"
	@echo "... edit_cache"
	@echo "... test_attention_kernels.o"
	@echo "... test_attention_kernels.i"
	@echo "... test_attention_kernels.s"
	@echo "... test_gemm.o"
	@echo "... test_gemm.i"
	@echo "... test_gemm.s"
	@echo "... test_gpt_kernels.o"
	@echo "... test_gpt_kernels.i"
	@echo "... test_gpt_kernels.s"
	@echo "... test_logprob_kernels.o"
	@echo "... test_logprob_kernels.i"
	@echo "... test_logprob_kernels.s"
	@echo "... test_penalty_kernels.o"
	@echo "... test_penalty_kernels.i"
	@echo "... test_penalty_kernels.s"
	@echo "... test_sampling_kernels.o"
	@echo "... test_sampling_kernels.i"
	@echo "... test_sampling_kernels.s"
	@echo "... test_tensor.o"
	@echo "... test_tensor.i"
	@echo "... test_tensor.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

