# 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

#=============================================================================
# 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"

#=============================================================================
# Directory level rules for the build root directory

# The main recursive "all" target.
all: CMakeFiles/lightning_core_core.dir/all
all: tests/all
all: python/all
.PHONY : all

# The main recursive "codegen" target.
codegen: CMakeFiles/lightning_core_core.dir/codegen
codegen: tests/codegen
codegen: python/codegen
.PHONY : codegen

# The main recursive "preinstall" target.
preinstall: tests/preinstall
preinstall: python/preinstall
.PHONY : preinstall

# The main recursive "clean" target.
clean: CMakeFiles/lightning_core_core.dir/clean
clean: tests/clean
clean: python/clean
.PHONY : clean

#=============================================================================
# Directory level rules for directory python

# Recursive "all" directory target.
python/all: python/CMakeFiles/lightning_core.dir/all
.PHONY : python/all

# Recursive "codegen" directory target.
python/codegen: python/CMakeFiles/lightning_core.dir/codegen
.PHONY : python/codegen

# Recursive "preinstall" directory target.
python/preinstall:
.PHONY : python/preinstall

# Recursive "clean" directory target.
python/clean: python/CMakeFiles/lightning_core.dir/clean
.PHONY : python/clean

#=============================================================================
# Directory level rules for directory tests

# Recursive "all" directory target.
tests/all: tests/CMakeFiles/test_runtime.dir/all
tests/all: tests/CMakeFiles/test_tensor.dir/all
tests/all: tests/CMakeFiles/test_attention.dir/all
tests/all: tests/CMakeFiles/test_matmul.dir/all
tests/all: tests/CMakeFiles/test_matrix_ops.dir/all
tests/all: tests/CMakeFiles/test_model_customization.dir/all
tests/all: tests/CMakeFiles/test_vlm_fastpath.dir/all
tests/all: tests/CMakeFiles/test_graph_ir.dir/all
tests/all: tests/CMakeFiles/test_backend_parity.dir/all
.PHONY : tests/all

# Recursive "codegen" directory target.
tests/codegen: tests/CMakeFiles/test_runtime.dir/codegen
tests/codegen: tests/CMakeFiles/test_tensor.dir/codegen
tests/codegen: tests/CMakeFiles/test_attention.dir/codegen
tests/codegen: tests/CMakeFiles/test_matmul.dir/codegen
tests/codegen: tests/CMakeFiles/test_matrix_ops.dir/codegen
tests/codegen: tests/CMakeFiles/test_model_customization.dir/codegen
tests/codegen: tests/CMakeFiles/test_vlm_fastpath.dir/codegen
tests/codegen: tests/CMakeFiles/test_graph_ir.dir/codegen
tests/codegen: tests/CMakeFiles/test_backend_parity.dir/codegen
.PHONY : tests/codegen

# Recursive "preinstall" directory target.
tests/preinstall:
.PHONY : tests/preinstall

# Recursive "clean" directory target.
tests/clean: tests/CMakeFiles/test_runtime.dir/clean
tests/clean: tests/CMakeFiles/test_tensor.dir/clean
tests/clean: tests/CMakeFiles/test_attention.dir/clean
tests/clean: tests/CMakeFiles/test_matmul.dir/clean
tests/clean: tests/CMakeFiles/test_matrix_ops.dir/clean
tests/clean: tests/CMakeFiles/test_model_customization.dir/clean
tests/clean: tests/CMakeFiles/test_vlm_fastpath.dir/clean
tests/clean: tests/CMakeFiles/test_graph_ir.dir/clean
tests/clean: tests/CMakeFiles/test_backend_parity.dir/clean
.PHONY : tests/clean

#=============================================================================
# Target rules for target CMakeFiles/lightning_core_core.dir

# All Build rule for target.
CMakeFiles/lightning_core_core.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 "Built target lightning_core_core"
.PHONY : CMakeFiles/lightning_core_core.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/lightning_core_core.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 15
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/lightning_core_core.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : CMakeFiles/lightning_core_core.dir/rule

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

# codegen rule for target.
CMakeFiles/lightning_core_core.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 "Finished codegen for target lightning_core_core"
.PHONY : CMakeFiles/lightning_core_core.dir/codegen

# clean rule for target.
CMakeFiles/lightning_core_core.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/clean
.PHONY : CMakeFiles/lightning_core_core.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_runtime.dir

# All Build rule for target.
tests/CMakeFiles/test_runtime.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=36,37 "Built target test_runtime"
.PHONY : tests/CMakeFiles/test_runtime.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_runtime.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_runtime.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : tests/CMakeFiles/test_runtime.dir/rule

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

# codegen rule for target.
tests/CMakeFiles/test_runtime.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=36,37 "Finished codegen for target test_runtime"
.PHONY : tests/CMakeFiles/test_runtime.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_runtime.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_runtime.dir/build.make tests/CMakeFiles/test_runtime.dir/clean
.PHONY : tests/CMakeFiles/test_runtime.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_tensor.dir

# All Build rule for target.
tests/CMakeFiles/test_tensor.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=38,39 "Built target test_tensor"
.PHONY : tests/CMakeFiles/test_tensor.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_tensor.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_tensor.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : tests/CMakeFiles/test_tensor.dir/rule

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

# codegen rule for target.
tests/CMakeFiles/test_tensor.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=38,39 "Finished codegen for target test_tensor"
.PHONY : tests/CMakeFiles/test_tensor.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_tensor.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_tensor.dir/build.make tests/CMakeFiles/test_tensor.dir/clean
.PHONY : tests/CMakeFiles/test_tensor.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_attention.dir

# All Build rule for target.
tests/CMakeFiles/test_attention.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=24,25 "Built target test_attention"
.PHONY : tests/CMakeFiles/test_attention.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_attention.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_attention.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : tests/CMakeFiles/test_attention.dir/rule

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

# codegen rule for target.
tests/CMakeFiles/test_attention.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=24,25 "Finished codegen for target test_attention"
.PHONY : tests/CMakeFiles/test_attention.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_attention.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_attention.dir/build.make tests/CMakeFiles/test_attention.dir/clean
.PHONY : tests/CMakeFiles/test_attention.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_matmul.dir

# All Build rule for target.
tests/CMakeFiles/test_matmul.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=30,31 "Built target test_matmul"
.PHONY : tests/CMakeFiles/test_matmul.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_matmul.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_matmul.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : tests/CMakeFiles/test_matmul.dir/rule

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

# codegen rule for target.
tests/CMakeFiles/test_matmul.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=30,31 "Finished codegen for target test_matmul"
.PHONY : tests/CMakeFiles/test_matmul.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_matmul.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matmul.dir/build.make tests/CMakeFiles/test_matmul.dir/clean
.PHONY : tests/CMakeFiles/test_matmul.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_matrix_ops.dir

# All Build rule for target.
tests/CMakeFiles/test_matrix_ops.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=32,33 "Built target test_matrix_ops"
.PHONY : tests/CMakeFiles/test_matrix_ops.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_matrix_ops.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_matrix_ops.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.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

# codegen rule for target.
tests/CMakeFiles/test_matrix_ops.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=32,33 "Finished codegen for target test_matrix_ops"
.PHONY : tests/CMakeFiles/test_matrix_ops.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_matrix_ops.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_matrix_ops.dir/build.make tests/CMakeFiles/test_matrix_ops.dir/clean
.PHONY : tests/CMakeFiles/test_matrix_ops.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_model_customization.dir

# All Build rule for target.
tests/CMakeFiles/test_model_customization.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=34,35 "Built target test_model_customization"
.PHONY : tests/CMakeFiles/test_model_customization.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_model_customization.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_model_customization.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.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

# codegen rule for target.
tests/CMakeFiles/test_model_customization.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=34,35 "Finished codegen for target test_model_customization"
.PHONY : tests/CMakeFiles/test_model_customization.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_model_customization.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_model_customization.dir/build.make tests/CMakeFiles/test_model_customization.dir/clean
.PHONY : tests/CMakeFiles/test_model_customization.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_vlm_fastpath.dir

# All Build rule for target.
tests/CMakeFiles/test_vlm_fastpath.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=40,41 "Built target test_vlm_fastpath"
.PHONY : tests/CMakeFiles/test_vlm_fastpath.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_vlm_fastpath.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_vlm_fastpath.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.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

# codegen rule for target.
tests/CMakeFiles/test_vlm_fastpath.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=40,41 "Finished codegen for target test_vlm_fastpath"
.PHONY : tests/CMakeFiles/test_vlm_fastpath.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_vlm_fastpath.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_vlm_fastpath.dir/build.make tests/CMakeFiles/test_vlm_fastpath.dir/clean
.PHONY : tests/CMakeFiles/test_vlm_fastpath.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_graph_ir.dir

# All Build rule for target.
tests/CMakeFiles/test_graph_ir.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=28,29 "Built target test_graph_ir"
.PHONY : tests/CMakeFiles/test_graph_ir.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_graph_ir.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_graph_ir.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.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

# codegen rule for target.
tests/CMakeFiles/test_graph_ir.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=28,29 "Finished codegen for target test_graph_ir"
.PHONY : tests/CMakeFiles/test_graph_ir.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_graph_ir.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_graph_ir.dir/build.make tests/CMakeFiles/test_graph_ir.dir/clean
.PHONY : tests/CMakeFiles/test_graph_ir.dir/clean

#=============================================================================
# Target rules for target tests/CMakeFiles/test_backend_parity.dir

# All Build rule for target.
tests/CMakeFiles/test_backend_parity.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/depend
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=26,27 "Built target test_backend_parity"
.PHONY : tests/CMakeFiles/test_backend_parity.dir/all

# Build rule for subdir invocation for target.
tests/CMakeFiles/test_backend_parity.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_backend_parity.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.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

# codegen rule for target.
tests/CMakeFiles/test_backend_parity.dir/codegen:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=26,27 "Finished codegen for target test_backend_parity"
.PHONY : tests/CMakeFiles/test_backend_parity.dir/codegen

# clean rule for target.
tests/CMakeFiles/test_backend_parity.dir/clean:
	$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_backend_parity.dir/build.make tests/CMakeFiles/test_backend_parity.dir/clean
.PHONY : tests/CMakeFiles/test_backend_parity.dir/clean

#=============================================================================
# Target rules for target python/CMakeFiles/lightning_core.dir

# All Build rule for target.
python/CMakeFiles/lightning_core.dir/all: CMakeFiles/lightning_core_core.dir/all
	$(MAKE) $(MAKESILENT) -f python/CMakeFiles/lightning_core.dir/build.make python/CMakeFiles/lightning_core.dir/depend
	$(MAKE) $(MAKESILENT) -f python/CMakeFiles/lightning_core.dir/build.make python/CMakeFiles/lightning_core.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=1,2,3,4,5,6,7,8 "Built target lightning_core"
.PHONY : python/CMakeFiles/lightning_core.dir/all

# Build rule for subdir invocation for target.
python/CMakeFiles/lightning_core.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 23
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/lightning_core.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" 0
.PHONY : python/CMakeFiles/lightning_core.dir/rule

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

# codegen rule for target.
python/CMakeFiles/lightning_core.dir/codegen:
	$(MAKE) $(MAKESILENT) -f python/CMakeFiles/lightning_core.dir/build.make python/CMakeFiles/lightning_core.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build_lc/CMakeFiles" --progress-num=1,2,3,4,5,6,7,8 "Finished codegen for target lightning_core"
.PHONY : python/CMakeFiles/lightning_core.dir/codegen

# clean rule for target.
python/CMakeFiles/lightning_core.dir/clean:
	$(MAKE) $(MAKESILENT) -f python/CMakeFiles/lightning_core.dir/build.make python/CMakeFiles/lightning_core.dir/clean
.PHONY : python/CMakeFiles/lightning_core.dir/clean

#=============================================================================
# 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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

