# 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-ci-local"

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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build-ci-local/CMakeFiles" "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build-ci-local//CMakeFiles/progress.marks"
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/baegjunhyeon/토치 라이브러리 만들기 및 쿠다 라이브러리 만들기/lightning-core/build-ci-local/CMakeFiles" 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

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

#=============================================================================
# Target rules for targets named lightning_core_core

# Build rule for target.
lightning_core_core: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lightning_core_core
.PHONY : lightning_core_core

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

#=============================================================================
# Target rules for targets named test_runtime

# Build rule for target.
test_runtime: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_runtime
.PHONY : test_runtime

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

#=============================================================================
# Target rules for targets named test_tensor

# Build rule for target.
test_tensor: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_tensor
.PHONY : test_tensor

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

#=============================================================================
# Target rules for targets named test_attention

# Build rule for target.
test_attention: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_attention
.PHONY : test_attention

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

#=============================================================================
# Target rules for targets named test_matmul

# Build rule for target.
test_matmul: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_matmul
.PHONY : test_matmul

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

#=============================================================================
# Target rules for targets named test_matrix_ops

# Build rule for target.
test_matrix_ops: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_matrix_ops
.PHONY : test_matrix_ops

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

#=============================================================================
# Target rules for targets named test_model_customization

# Build rule for target.
test_model_customization: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_model_customization
.PHONY : test_model_customization

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

#=============================================================================
# Target rules for targets named test_vlm_fastpath

# Build rule for target.
test_vlm_fastpath: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_vlm_fastpath
.PHONY : test_vlm_fastpath

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

#=============================================================================
# Target rules for targets named test_graph_ir

# Build rule for target.
test_graph_ir: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_graph_ir
.PHONY : test_graph_ir

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

#=============================================================================
# Target rules for targets named test_backend_parity

# Build rule for target.
test_backend_parity: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_backend_parity
.PHONY : test_backend_parity

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

src/apple_ml.o: src/apple_ml.mm.o
.PHONY : src/apple_ml.o

# target to build an object file
src/apple_ml.mm.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/apple_ml.mm.o
.PHONY : src/apple_ml.mm.o

src/attention.o: src/attention.cpp.o
.PHONY : src/attention.o

# target to build an object file
src/attention.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention.cpp.o
.PHONY : src/attention.cpp.o

src/attention.i: src/attention.cpp.i
.PHONY : src/attention.i

# target to preprocess a source file
src/attention.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention.cpp.i
.PHONY : src/attention.cpp.i

src/attention.s: src/attention.cpp.s
.PHONY : src/attention.s

# target to generate assembly for a file
src/attention.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention.cpp.s
.PHONY : src/attention.cpp.s

src/attention_cpu.o: src/attention_cpu.cpp.o
.PHONY : src/attention_cpu.o

# target to build an object file
src/attention_cpu.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention_cpu.cpp.o
.PHONY : src/attention_cpu.cpp.o

src/attention_cpu.i: src/attention_cpu.cpp.i
.PHONY : src/attention_cpu.i

# target to preprocess a source file
src/attention_cpu.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention_cpu.cpp.i
.PHONY : src/attention_cpu.cpp.i

src/attention_cpu.s: src/attention_cpu.cpp.s
.PHONY : src/attention_cpu.s

# target to generate assembly for a file
src/attention_cpu.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention_cpu.cpp.s
.PHONY : src/attention_cpu.cpp.s

src/attention_metal.o: src/attention_metal.mm.o
.PHONY : src/attention_metal.o

# target to build an object file
src/attention_metal.mm.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/attention_metal.mm.o
.PHONY : src/attention_metal.mm.o

src/lightning_core_c_api.o: src/lightning_core_c_api.cpp.o
.PHONY : src/lightning_core_c_api.o

# target to build an object file
src/lightning_core_c_api.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/lightning_core_c_api.cpp.o
.PHONY : src/lightning_core_c_api.cpp.o

src/lightning_core_c_api.i: src/lightning_core_c_api.cpp.i
.PHONY : src/lightning_core_c_api.i

# target to preprocess a source file
src/lightning_core_c_api.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/lightning_core_c_api.cpp.i
.PHONY : src/lightning_core_c_api.cpp.i

src/lightning_core_c_api.s: src/lightning_core_c_api.cpp.s
.PHONY : src/lightning_core_c_api.s

# target to generate assembly for a file
src/lightning_core_c_api.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/lightning_core_c_api.cpp.s
.PHONY : src/lightning_core_c_api.cpp.s

src/ops/conv2d_metal.o: src/ops/conv2d_metal.mm.o
.PHONY : src/ops/conv2d_metal.o

# target to build an object file
src/ops/conv2d_metal.mm.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/conv2d_metal.mm.o
.PHONY : src/ops/conv2d_metal.mm.o

src/ops/matmul_cpu.o: src/ops/matmul_cpu.cpp.o
.PHONY : src/ops/matmul_cpu.o

# target to build an object file
src/ops/matmul_cpu.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matmul_cpu.cpp.o
.PHONY : src/ops/matmul_cpu.cpp.o

src/ops/matmul_cpu.i: src/ops/matmul_cpu.cpp.i
.PHONY : src/ops/matmul_cpu.i

# target to preprocess a source file
src/ops/matmul_cpu.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matmul_cpu.cpp.i
.PHONY : src/ops/matmul_cpu.cpp.i

src/ops/matmul_cpu.s: src/ops/matmul_cpu.cpp.s
.PHONY : src/ops/matmul_cpu.s

# target to generate assembly for a file
src/ops/matmul_cpu.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matmul_cpu.cpp.s
.PHONY : src/ops/matmul_cpu.cpp.s

src/ops/matmul_metal.o: src/ops/matmul_metal.mm.o
.PHONY : src/ops/matmul_metal.o

# target to build an object file
src/ops/matmul_metal.mm.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matmul_metal.mm.o
.PHONY : src/ops/matmul_metal.mm.o

src/ops/matrix_elemwise.o: src/ops/matrix_elemwise.cpp.o
.PHONY : src/ops/matrix_elemwise.o

# target to build an object file
src/ops/matrix_elemwise.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matrix_elemwise.cpp.o
.PHONY : src/ops/matrix_elemwise.cpp.o

src/ops/matrix_elemwise.i: src/ops/matrix_elemwise.cpp.i
.PHONY : src/ops/matrix_elemwise.i

# target to preprocess a source file
src/ops/matrix_elemwise.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matrix_elemwise.cpp.i
.PHONY : src/ops/matrix_elemwise.cpp.i

src/ops/matrix_elemwise.s: src/ops/matrix_elemwise.cpp.s
.PHONY : src/ops/matrix_elemwise.s

# target to generate assembly for a file
src/ops/matrix_elemwise.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matrix_elemwise.cpp.s
.PHONY : src/ops/matrix_elemwise.cpp.s

src/ops/matrix_elemwise_metal.o: src/ops/matrix_elemwise_metal.mm.o
.PHONY : src/ops/matrix_elemwise_metal.o

# target to build an object file
src/ops/matrix_elemwise_metal.mm.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/matrix_elemwise_metal.mm.o
.PHONY : src/ops/matrix_elemwise_metal.mm.o

src/ops/vector_add_cpu.o: src/ops/vector_add_cpu.cpp.o
.PHONY : src/ops/vector_add_cpu.o

# target to build an object file
src/ops/vector_add_cpu.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_cpu.cpp.o
.PHONY : src/ops/vector_add_cpu.cpp.o

src/ops/vector_add_cpu.i: src/ops/vector_add_cpu.cpp.i
.PHONY : src/ops/vector_add_cpu.i

# target to preprocess a source file
src/ops/vector_add_cpu.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_cpu.cpp.i
.PHONY : src/ops/vector_add_cpu.cpp.i

src/ops/vector_add_cpu.s: src/ops/vector_add_cpu.cpp.s
.PHONY : src/ops/vector_add_cpu.s

# target to generate assembly for a file
src/ops/vector_add_cpu.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_cpu.cpp.s
.PHONY : src/ops/vector_add_cpu.cpp.s

src/ops/vector_add_metal.o: src/ops/vector_add_metal.mm.o
.PHONY : src/ops/vector_add_metal.o

# target to build an object file
src/ops/vector_add_metal.mm.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_metal.mm.o
.PHONY : src/ops/vector_add_metal.mm.o

src/ops/vector_add_stub.o: src/ops/vector_add_stub.cpp.o
.PHONY : src/ops/vector_add_stub.o

# target to build an object file
src/ops/vector_add_stub.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_stub.cpp.o
.PHONY : src/ops/vector_add_stub.cpp.o

src/ops/vector_add_stub.i: src/ops/vector_add_stub.cpp.i
.PHONY : src/ops/vector_add_stub.i

# target to preprocess a source file
src/ops/vector_add_stub.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_stub.cpp.i
.PHONY : src/ops/vector_add_stub.cpp.i

src/ops/vector_add_stub.s: src/ops/vector_add_stub.cpp.s
.PHONY : src/ops/vector_add_stub.s

# target to generate assembly for a file
src/ops/vector_add_stub.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/ops/vector_add_stub.cpp.s
.PHONY : src/ops/vector_add_stub.cpp.s

src/runtime.o: src/runtime.cpp.o
.PHONY : src/runtime.o

# target to build an object file
src/runtime.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/runtime.cpp.o
.PHONY : src/runtime.cpp.o

src/runtime.i: src/runtime.cpp.i
.PHONY : src/runtime.i

# target to preprocess a source file
src/runtime.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/runtime.cpp.i
.PHONY : src/runtime.cpp.i

src/runtime.s: src/runtime.cpp.s
.PHONY : src/runtime.s

# target to generate assembly for a file
src/runtime.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/lightning_core_core.dir/build.make CMakeFiles/lightning_core_core.dir/src/runtime.cpp.s
.PHONY : src/runtime.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 "... rebuild_cache"
	@echo "... test"
	@echo "... lightning_core_core"
	@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_vlm_fastpath"
	@echo "... src/apple_ml.o"
	@echo "... src/attention.o"
	@echo "... src/attention.i"
	@echo "... src/attention.s"
	@echo "... src/attention_cpu.o"
	@echo "... src/attention_cpu.i"
	@echo "... src/attention_cpu.s"
	@echo "... src/attention_metal.o"
	@echo "... src/lightning_core_c_api.o"
	@echo "... src/lightning_core_c_api.i"
	@echo "... src/lightning_core_c_api.s"
	@echo "... src/ops/conv2d_metal.o"
	@echo "... src/ops/matmul_cpu.o"
	@echo "... src/ops/matmul_cpu.i"
	@echo "... src/ops/matmul_cpu.s"
	@echo "... src/ops/matmul_metal.o"
	@echo "... src/ops/matrix_elemwise.o"
	@echo "... src/ops/matrix_elemwise.i"
	@echo "... src/ops/matrix_elemwise.s"
	@echo "... src/ops/matrix_elemwise_metal.o"
	@echo "... src/ops/vector_add_cpu.o"
	@echo "... src/ops/vector_add_cpu.i"
	@echo "... src/ops/vector_add_cpu.s"
	@echo "... src/ops/vector_add_metal.o"
	@echo "... src/ops/vector_add_stub.o"
	@echo "... src/ops/vector_add_stub.i"
	@echo "... src/ops/vector_add_stub.s"
	@echo "... src/runtime.o"
	@echo "... src/runtime.i"
	@echo "... src/runtime.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

