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

# Prepare targets for installation.
preinstall/fast:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/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.
python/CMakeFiles/lightning_core.dir/rule:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/lightning_core.dir/rule
.PHONY : python/CMakeFiles/lightning_core.dir/rule

# Convenience name for target.
lightning_core: python/CMakeFiles/lightning_core.dir/rule
.PHONY : lightning_core

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

bindings/bind_attention.o: bindings/bind_attention.cpp.o
.PHONY : bindings/bind_attention.o

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

bindings/bind_attention.i: bindings/bind_attention.cpp.i
.PHONY : bindings/bind_attention.i

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

bindings/bind_attention.s: bindings/bind_attention.cpp.s
.PHONY : bindings/bind_attention.s

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

bindings/bind_graph.o: bindings/bind_graph.cpp.o
.PHONY : bindings/bind_graph.o

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

bindings/bind_graph.i: bindings/bind_graph.cpp.i
.PHONY : bindings/bind_graph.i

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

bindings/bind_graph.s: bindings/bind_graph.cpp.s
.PHONY : bindings/bind_graph.s

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

bindings/bind_integrated.o: bindings/bind_integrated.cpp.o
.PHONY : bindings/bind_integrated.o

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

bindings/bind_integrated.i: bindings/bind_integrated.cpp.i
.PHONY : bindings/bind_integrated.i

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

bindings/bind_integrated.s: bindings/bind_integrated.cpp.s
.PHONY : bindings/bind_integrated.s

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

bindings/bind_ops.o: bindings/bind_ops.cpp.o
.PHONY : bindings/bind_ops.o

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

bindings/bind_ops.i: bindings/bind_ops.cpp.i
.PHONY : bindings/bind_ops.i

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

bindings/bind_ops.s: bindings/bind_ops.cpp.s
.PHONY : bindings/bind_ops.s

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

bindings/bind_runtime.o: bindings/bind_runtime.cpp.o
.PHONY : bindings/bind_runtime.o

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

bindings/bind_runtime.i: bindings/bind_runtime.cpp.i
.PHONY : bindings/bind_runtime.i

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

bindings/bind_runtime.s: bindings/bind_runtime.cpp.s
.PHONY : bindings/bind_runtime.s

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

bindings/bind_tensor.o: bindings/bind_tensor.cpp.o
.PHONY : bindings/bind_tensor.o

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

bindings/bind_tensor.i: bindings/bind_tensor.cpp.i
.PHONY : bindings/bind_tensor.i

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

bindings/bind_tensor.s: bindings/bind_tensor.cpp.s
.PHONY : bindings/bind_tensor.s

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

bindings/pybind_module.o: bindings/pybind_module.cpp.o
.PHONY : bindings/pybind_module.o

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

bindings/pybind_module.i: bindings/pybind_module.cpp.i
.PHONY : bindings/pybind_module.i

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

bindings/pybind_module.s: bindings/pybind_module.cpp.s
.PHONY : bindings/pybind_module.s

# target to generate assembly for a file
bindings/pybind_module.cpp.s:
	cd "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc" && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/lightning_core.dir/build.make python/CMakeFiles/lightning_core.dir/bindings/pybind_module.cpp.s
.PHONY : bindings/pybind_module.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 "... lightning_core"
	@echo "... bindings/bind_attention.o"
	@echo "... bindings/bind_attention.i"
	@echo "... bindings/bind_attention.s"
	@echo "... bindings/bind_graph.o"
	@echo "... bindings/bind_graph.i"
	@echo "... bindings/bind_graph.s"
	@echo "... bindings/bind_integrated.o"
	@echo "... bindings/bind_integrated.i"
	@echo "... bindings/bind_integrated.s"
	@echo "... bindings/bind_ops.o"
	@echo "... bindings/bind_ops.i"
	@echo "... bindings/bind_ops.s"
	@echo "... bindings/bind_runtime.o"
	@echo "... bindings/bind_runtime.i"
	@echo "... bindings/bind_runtime.s"
	@echo "... bindings/bind_tensor.o"
	@echo "... bindings/bind_tensor.i"
	@echo "... bindings/bind_tensor.s"
	@echo "... bindings/pybind_module.o"
	@echo "... bindings/pybind_module.i"
	@echo "... bindings/pybind_module.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

