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

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

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core"

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc"

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

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
	/opt/homebrew/bin/ctest $(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 "Running CMake cache editor..."
	/opt/homebrew/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

# 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/homebrew/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..."
	/opt/homebrew/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/homebrew/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..."
	/opt/homebrew/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/homebrew/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..."
	/opt/homebrew/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/homebrew/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 "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/tests//CMakeFiles/progress.marks"
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : all

# The main clean target
clean:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tests/CMakeFiles/test_runtime.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_runtime.dir/rule
.PHONY : tests/CMakeFiles/test_runtime.dir/rule

# Convenience name for target.
test_runtime: tests/CMakeFiles/test_runtime.dir/rule
.PHONY : test_runtime

# fast build rule for target.
test_runtime/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/build
.PHONY : test_runtime/fast

# Convenience name for target.
tests/CMakeFiles/test_tensor.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_tensor.dir/rule
.PHONY : tests/CMakeFiles/test_tensor.dir/rule

# Convenience name for target.
test_tensor: tests/CMakeFiles/test_tensor.dir/rule
.PHONY : test_tensor

# fast build rule for target.
test_tensor/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/build
.PHONY : test_tensor/fast

# Convenience name for target.
tests/CMakeFiles/test_tensor_contract_freeze.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_tensor_contract_freeze.dir/rule
.PHONY : tests/CMakeFiles/test_tensor_contract_freeze.dir/rule

# Convenience name for target.
test_tensor_contract_freeze: tests/CMakeFiles/test_tensor_contract_freeze.dir/rule
.PHONY : test_tensor_contract_freeze

# fast build rule for target.
test_tensor_contract_freeze/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor_contract_freeze.dir/build.make tests/CMakeFiles/test_tensor_contract_freeze.dir/build
.PHONY : test_tensor_contract_freeze/fast

# Convenience name for target.
tests/CMakeFiles/test_attention.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_attention.dir/rule
.PHONY : tests/CMakeFiles/test_attention.dir/rule

# Convenience name for target.
test_attention: tests/CMakeFiles/test_attention.dir/rule
.PHONY : test_attention

# fast build rule for target.
test_attention/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/build
.PHONY : test_attention/fast

# Convenience name for target.
tests/CMakeFiles/test_matmul.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_matmul.dir/rule
.PHONY : tests/CMakeFiles/test_matmul.dir/rule

# Convenience name for target.
test_matmul: tests/CMakeFiles/test_matmul.dir/rule
.PHONY : test_matmul

# fast build rule for target.
test_matmul/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/build
.PHONY : test_matmul/fast

# Convenience name for target.
tests/CMakeFiles/test_matrix_ops.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_matrix_ops.dir/rule
.PHONY : tests/CMakeFiles/test_matrix_ops.dir/rule

# Convenience name for target.
test_matrix_ops: tests/CMakeFiles/test_matrix_ops.dir/rule
.PHONY : test_matrix_ops

# fast build rule for target.
test_matrix_ops/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/build
.PHONY : test_matrix_ops/fast

# Convenience name for target.
tests/CMakeFiles/test_model_customization.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_model_customization.dir/rule
.PHONY : tests/CMakeFiles/test_model_customization.dir/rule

# Convenience name for target.
test_model_customization: tests/CMakeFiles/test_model_customization.dir/rule
.PHONY : test_model_customization

# fast build rule for target.
test_model_customization/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/build
.PHONY : test_model_customization/fast

# Convenience name for target.
tests/CMakeFiles/test_vlm_fastpath.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_vlm_fastpath.dir/rule
.PHONY : tests/CMakeFiles/test_vlm_fastpath.dir/rule

# Convenience name for target.
test_vlm_fastpath: tests/CMakeFiles/test_vlm_fastpath.dir/rule
.PHONY : test_vlm_fastpath

# fast build rule for target.
test_vlm_fastpath/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/build
.PHONY : test_vlm_fastpath/fast

# Convenience name for target.
tests/CMakeFiles/test_graph_ir.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_graph_ir.dir/rule
.PHONY : tests/CMakeFiles/test_graph_ir.dir/rule

# Convenience name for target.
test_graph_ir: tests/CMakeFiles/test_graph_ir.dir/rule
.PHONY : test_graph_ir

# fast build rule for target.
test_graph_ir/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/build
.PHONY : test_graph_ir/fast

# Convenience name for target.
tests/CMakeFiles/test_backend_parity.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_backend_parity.dir/rule
.PHONY : tests/CMakeFiles/test_backend_parity.dir/rule

# Convenience name for target.
test_backend_parity: tests/CMakeFiles/test_backend_parity.dir/rule
.PHONY : test_backend_parity

# fast build rule for target.
test_backend_parity/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/build
.PHONY : test_backend_parity/fast

test_attention.o: test_attention.cpp.o
.PHONY : test_attention.o

# target to build an object file
test_attention.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/test_attention.cpp.o
.PHONY : test_attention.cpp.o

test_attention.i: test_attention.cpp.i
.PHONY : test_attention.i

# target to preprocess a source file
test_attention.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/test_attention.cpp.i
.PHONY : test_attention.cpp.i

test_attention.s: test_attention.cpp.s
.PHONY : test_attention.s

# target to generate assembly for a file
test_attention.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/test_attention.cpp.s
.PHONY : test_attention.cpp.s

test_backend_parity.o: test_backend_parity.cpp.o
.PHONY : test_backend_parity.o

# target to build an object file
test_backend_parity.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/test_backend_parity.cpp.o
.PHONY : test_backend_parity.cpp.o

test_backend_parity.i: test_backend_parity.cpp.i
.PHONY : test_backend_parity.i

# target to preprocess a source file
test_backend_parity.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/test_backend_parity.cpp.i
.PHONY : test_backend_parity.cpp.i

test_backend_parity.s: test_backend_parity.cpp.s
.PHONY : test_backend_parity.s

# target to generate assembly for a file
test_backend_parity.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/test_backend_parity.cpp.s
.PHONY : test_backend_parity.cpp.s

test_graph_ir.o: test_graph_ir.cpp.o
.PHONY : test_graph_ir.o

# target to build an object file
test_graph_ir.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/test_graph_ir.cpp.o
.PHONY : test_graph_ir.cpp.o

test_graph_ir.i: test_graph_ir.cpp.i
.PHONY : test_graph_ir.i

# target to preprocess a source file
test_graph_ir.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/test_graph_ir.cpp.i
.PHONY : test_graph_ir.cpp.i

test_graph_ir.s: test_graph_ir.cpp.s
.PHONY : test_graph_ir.s

# target to generate assembly for a file
test_graph_ir.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/test_graph_ir.cpp.s
.PHONY : test_graph_ir.cpp.s

test_matmul.o: test_matmul.cpp.o
.PHONY : test_matmul.o

# target to build an object file
test_matmul.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/test_matmul.cpp.o
.PHONY : test_matmul.cpp.o

test_matmul.i: test_matmul.cpp.i
.PHONY : test_matmul.i

# target to preprocess a source file
test_matmul.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/test_matmul.cpp.i
.PHONY : test_matmul.cpp.i

test_matmul.s: test_matmul.cpp.s
.PHONY : test_matmul.s

# target to generate assembly for a file
test_matmul.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/test_matmul.cpp.s
.PHONY : test_matmul.cpp.s

test_matrix_ops.o: test_matrix_ops.cpp.o
.PHONY : test_matrix_ops.o

# target to build an object file
test_matrix_ops.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/test_matrix_ops.cpp.o
.PHONY : test_matrix_ops.cpp.o

test_matrix_ops.i: test_matrix_ops.cpp.i
.PHONY : test_matrix_ops.i

# target to preprocess a source file
test_matrix_ops.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/test_matrix_ops.cpp.i
.PHONY : test_matrix_ops.cpp.i

test_matrix_ops.s: test_matrix_ops.cpp.s
.PHONY : test_matrix_ops.s

# target to generate assembly for a file
test_matrix_ops.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/test_matrix_ops.cpp.s
.PHONY : test_matrix_ops.cpp.s

test_model_customization.o: test_model_customization.cpp.o
.PHONY : test_model_customization.o

# target to build an object file
test_model_customization.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/test_model_customization.cpp.o
.PHONY : test_model_customization.cpp.o

test_model_customization.i: test_model_customization.cpp.i
.PHONY : test_model_customization.i

# target to preprocess a source file
test_model_customization.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/test_model_customization.cpp.i
.PHONY : test_model_customization.cpp.i

test_model_customization.s: test_model_customization.cpp.s
.PHONY : test_model_customization.s

# target to generate assembly for a file
test_model_customization.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/test_model_customization.cpp.s
.PHONY : test_model_customization.cpp.s

test_runtime.o: test_runtime.cpp.o
.PHONY : test_runtime.o

# target to build an object file
test_runtime.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/test_runtime.cpp.o
.PHONY : test_runtime.cpp.o

test_runtime.i: test_runtime.cpp.i
.PHONY : test_runtime.i

# target to preprocess a source file
test_runtime.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/test_runtime.cpp.i
.PHONY : test_runtime.cpp.i

test_runtime.s: test_runtime.cpp.s
.PHONY : test_runtime.s

# target to generate assembly for a file
test_runtime.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/test_runtime.cpp.s
.PHONY : test_runtime.cpp.s

test_tensor.o: test_tensor.cpp.o
.PHONY : test_tensor.o

# target to build an object file
test_tensor.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/test_tensor.cpp.o
.PHONY : test_tensor.cpp.o

test_tensor.i: test_tensor.cpp.i
.PHONY : test_tensor.i

# target to preprocess a source file
test_tensor.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/test_tensor.cpp.i
.PHONY : test_tensor.cpp.i

test_tensor.s: test_tensor.cpp.s
.PHONY : test_tensor.s

# target to generate assembly for a file
test_tensor.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/test_tensor.cpp.s
.PHONY : test_tensor.cpp.s

test_tensor_contract_freeze.o: test_tensor_contract_freeze.cpp.o
.PHONY : test_tensor_contract_freeze.o

# target to build an object file
test_tensor_contract_freeze.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor_contract_freeze.dir/build.make tests/CMakeFiles/test_tensor_contract_freeze.dir/test_tensor_contract_freeze.cpp.o
.PHONY : test_tensor_contract_freeze.cpp.o

test_tensor_contract_freeze.i: test_tensor_contract_freeze.cpp.i
.PHONY : test_tensor_contract_freeze.i

# target to preprocess a source file
test_tensor_contract_freeze.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor_contract_freeze.dir/build.make tests/CMakeFiles/test_tensor_contract_freeze.dir/test_tensor_contract_freeze.cpp.i
.PHONY : test_tensor_contract_freeze.cpp.i

test_tensor_contract_freeze.s: test_tensor_contract_freeze.cpp.s
.PHONY : test_tensor_contract_freeze.s

# target to generate assembly for a file
test_tensor_contract_freeze.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor_contract_freeze.dir/build.make tests/CMakeFiles/test_tensor_contract_freeze.dir/test_tensor_contract_freeze.cpp.s
.PHONY : test_tensor_contract_freeze.cpp.s

test_vlm_fastpath.o: test_vlm_fastpath.cpp.o
.PHONY : test_vlm_fastpath.o

# target to build an object file
test_vlm_fastpath.cpp.o:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/test_vlm_fastpath.cpp.o
.PHONY : test_vlm_fastpath.cpp.o

test_vlm_fastpath.i: test_vlm_fastpath.cpp.i
.PHONY : test_vlm_fastpath.i

# target to preprocess a source file
test_vlm_fastpath.cpp.i:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/test_vlm_fastpath.cpp.i
.PHONY : test_vlm_fastpath.cpp.i

test_vlm_fastpath.s: test_vlm_fastpath.cpp.s
.PHONY : test_vlm_fastpath.s

# target to generate assembly for a file
test_vlm_fastpath.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/test_vlm_fastpath.cpp.s
.PHONY : test_vlm_fastpath.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 "... test_attention"
	@echo "... test_backend_parity"
	@echo "... test_graph_ir"
	@echo "... test_matmul"
	@echo "... test_matrix_ops"
	@echo "... test_model_customization"
	@echo "... test_runtime"
	@echo "... test_tensor"
	@echo "... test_tensor_contract_freeze"
	@echo "... test_vlm_fastpath"
	@echo "... test_attention.o"
	@echo "... test_attention.i"
	@echo "... test_attention.s"
	@echo "... test_backend_parity.o"
	@echo "... test_backend_parity.i"
	@echo "... test_backend_parity.s"
	@echo "... test_graph_ir.o"
	@echo "... test_graph_ir.i"
	@echo "... test_graph_ir.s"
	@echo "... test_matmul.o"
	@echo "... test_matmul.i"
	@echo "... test_matmul.s"
	@echo "... test_matrix_ops.o"
	@echo "... test_matrix_ops.i"
	@echo "... test_matrix_ops.s"
	@echo "... test_model_customization.o"
	@echo "... test_model_customization.i"
	@echo "... test_model_customization.s"
	@echo "... test_runtime.o"
	@echo "... test_runtime.i"
	@echo "... test_runtime.s"
	@echo "... test_tensor.o"
	@echo "... test_tensor.i"
	@echo "... test_tensor.s"
	@echo "... test_tensor_contract_freeze.o"
	@echo "... test_tensor_contract_freeze.i"
	@echo "... test_tensor_contract_freeze.s"
	@echo "... test_vlm_fastpath.o"
	@echo "... test_vlm_fastpath.i"
	@echo "... test_vlm_fastpath.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 "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

