2022-04-28 12:05:45 +02:00

615 lines
19 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
# 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 = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/menethil/projects/private_work/Hazelnupp/Hazelnupp
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/menethil/projects/private_work/Hazelnupp/Hazelnupp/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/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..."
/usr/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 /home/menethil/projects/private_work/Hazelnupp/Hazelnupp/build/CMakeFiles /home/menethil/projects/private_work/Hazelnupp/Hazelnupp/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/menethil/projects/private_work/Hazelnupp/Hazelnupp/build/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 Hazelnupp
# Build rule for target.
Hazelnupp: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Hazelnupp
.PHONY : Hazelnupp
# fast build rule for target.
Hazelnupp/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/build
.PHONY : Hazelnupp/fast
#=============================================================================
# Target rules for targets named test
# Build rule for target.
test: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test
.PHONY : test
# fast build rule for target.
test/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build
.PHONY : test/fast
#=============================================================================
# Target rules for targets named exec
# Build rule for target.
exec: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 exec
.PHONY : exec
# fast build rule for target.
exec/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/exec.dir/build.make CMakeFiles/exec.dir/build
.PHONY : exec/fast
exec/main.o: exec/main.cpp.o
.PHONY : exec/main.o
# target to build an object file
exec/main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/exec.dir/build.make CMakeFiles/exec.dir/exec/main.cpp.o
.PHONY : exec/main.cpp.o
exec/main.i: exec/main.cpp.i
.PHONY : exec/main.i
# target to preprocess a source file
exec/main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/exec.dir/build.make CMakeFiles/exec.dir/exec/main.cpp.i
.PHONY : exec/main.cpp.i
exec/main.s: exec/main.cpp.s
.PHONY : exec/main.s
# target to generate assembly for a file
exec/main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/exec.dir/build.make CMakeFiles/exec.dir/exec/main.cpp.s
.PHONY : exec/main.cpp.s
src/CmdArgsInterface.o: src/CmdArgsInterface.cpp.o
.PHONY : src/CmdArgsInterface.o
# target to build an object file
src/CmdArgsInterface.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/CmdArgsInterface.cpp.o
.PHONY : src/CmdArgsInterface.cpp.o
src/CmdArgsInterface.i: src/CmdArgsInterface.cpp.i
.PHONY : src/CmdArgsInterface.i
# target to preprocess a source file
src/CmdArgsInterface.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/CmdArgsInterface.cpp.i
.PHONY : src/CmdArgsInterface.cpp.i
src/CmdArgsInterface.s: src/CmdArgsInterface.cpp.s
.PHONY : src/CmdArgsInterface.s
# target to generate assembly for a file
src/CmdArgsInterface.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/CmdArgsInterface.cpp.s
.PHONY : src/CmdArgsInterface.cpp.s
src/FloatValue.o: src/FloatValue.cpp.o
.PHONY : src/FloatValue.o
# target to build an object file
src/FloatValue.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/FloatValue.cpp.o
.PHONY : src/FloatValue.cpp.o
src/FloatValue.i: src/FloatValue.cpp.i
.PHONY : src/FloatValue.i
# target to preprocess a source file
src/FloatValue.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/FloatValue.cpp.i
.PHONY : src/FloatValue.cpp.i
src/FloatValue.s: src/FloatValue.cpp.s
.PHONY : src/FloatValue.s
# target to generate assembly for a file
src/FloatValue.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/FloatValue.cpp.s
.PHONY : src/FloatValue.cpp.s
src/IntValue.o: src/IntValue.cpp.o
.PHONY : src/IntValue.o
# target to build an object file
src/IntValue.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/IntValue.cpp.o
.PHONY : src/IntValue.cpp.o
src/IntValue.i: src/IntValue.cpp.i
.PHONY : src/IntValue.i
# target to preprocess a source file
src/IntValue.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/IntValue.cpp.i
.PHONY : src/IntValue.cpp.i
src/IntValue.s: src/IntValue.cpp.s
.PHONY : src/IntValue.s
# target to generate assembly for a file
src/IntValue.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/IntValue.cpp.s
.PHONY : src/IntValue.cpp.s
src/ListValue.o: src/ListValue.cpp.o
.PHONY : src/ListValue.o
# target to build an object file
src/ListValue.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/ListValue.cpp.o
.PHONY : src/ListValue.cpp.o
src/ListValue.i: src/ListValue.cpp.i
.PHONY : src/ListValue.i
# target to preprocess a source file
src/ListValue.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/ListValue.cpp.i
.PHONY : src/ListValue.cpp.i
src/ListValue.s: src/ListValue.cpp.s
.PHONY : src/ListValue.s
# target to generate assembly for a file
src/ListValue.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/ListValue.cpp.s
.PHONY : src/ListValue.cpp.s
src/Parameter.o: src/Parameter.cpp.o
.PHONY : src/Parameter.o
# target to build an object file
src/Parameter.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/Parameter.cpp.o
.PHONY : src/Parameter.cpp.o
src/Parameter.i: src/Parameter.cpp.i
.PHONY : src/Parameter.i
# target to preprocess a source file
src/Parameter.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/Parameter.cpp.i
.PHONY : src/Parameter.cpp.i
src/Parameter.s: src/Parameter.cpp.s
.PHONY : src/Parameter.s
# target to generate assembly for a file
src/Parameter.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/Parameter.cpp.s
.PHONY : src/Parameter.cpp.s
src/StringTools.o: src/StringTools.cpp.o
.PHONY : src/StringTools.o
# target to build an object file
src/StringTools.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/StringTools.cpp.o
.PHONY : src/StringTools.cpp.o
src/StringTools.i: src/StringTools.cpp.i
.PHONY : src/StringTools.i
# target to preprocess a source file
src/StringTools.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/StringTools.cpp.i
.PHONY : src/StringTools.cpp.i
src/StringTools.s: src/StringTools.cpp.s
.PHONY : src/StringTools.s
# target to generate assembly for a file
src/StringTools.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/StringTools.cpp.s
.PHONY : src/StringTools.cpp.s
src/StringValue.o: src/StringValue.cpp.o
.PHONY : src/StringValue.o
# target to build an object file
src/StringValue.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/StringValue.cpp.o
.PHONY : src/StringValue.cpp.o
src/StringValue.i: src/StringValue.cpp.i
.PHONY : src/StringValue.i
# target to preprocess a source file
src/StringValue.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/StringValue.cpp.i
.PHONY : src/StringValue.cpp.i
src/StringValue.s: src/StringValue.cpp.s
.PHONY : src/StringValue.s
# target to generate assembly for a file
src/StringValue.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/StringValue.cpp.s
.PHONY : src/StringValue.cpp.s
src/Value.o: src/Value.cpp.o
.PHONY : src/Value.o
# target to build an object file
src/Value.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/Value.cpp.o
.PHONY : src/Value.cpp.o
src/Value.i: src/Value.cpp.i
.PHONY : src/Value.i
# target to preprocess a source file
src/Value.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/Value.cpp.i
.PHONY : src/Value.cpp.i
src/Value.s: src/Value.cpp.s
.PHONY : src/Value.s
# target to generate assembly for a file
src/Value.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/Value.cpp.s
.PHONY : src/Value.cpp.s
src/VoidValue.o: src/VoidValue.cpp.o
.PHONY : src/VoidValue.o
# target to build an object file
src/VoidValue.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/VoidValue.cpp.o
.PHONY : src/VoidValue.cpp.o
src/VoidValue.i: src/VoidValue.cpp.i
.PHONY : src/VoidValue.i
# target to preprocess a source file
src/VoidValue.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/VoidValue.cpp.i
.PHONY : src/VoidValue.cpp.i
src/VoidValue.s: src/VoidValue.cpp.s
.PHONY : src/VoidValue.s
# target to generate assembly for a file
src/VoidValue.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Hazelnupp.dir/build.make CMakeFiles/Hazelnupp.dir/src/VoidValue.cpp.s
.PHONY : src/VoidValue.cpp.s
test/Abbreviations.o: test/Abbreviations.cpp.o
.PHONY : test/Abbreviations.o
# target to build an object file
test/Abbreviations.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Abbreviations.cpp.o
.PHONY : test/Abbreviations.cpp.o
test/Abbreviations.i: test/Abbreviations.cpp.i
.PHONY : test/Abbreviations.i
# target to preprocess a source file
test/Abbreviations.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Abbreviations.cpp.i
.PHONY : test/Abbreviations.cpp.i
test/Abbreviations.s: test/Abbreviations.cpp.s
.PHONY : test/Abbreviations.s
# target to generate assembly for a file
test/Abbreviations.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Abbreviations.cpp.s
.PHONY : test/Abbreviations.cpp.s
test/Basics.o: test/Basics.cpp.o
.PHONY : test/Basics.o
# target to build an object file
test/Basics.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Basics.cpp.o
.PHONY : test/Basics.cpp.o
test/Basics.i: test/Basics.cpp.i
.PHONY : test/Basics.i
# target to preprocess a source file
test/Basics.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Basics.cpp.i
.PHONY : test/Basics.cpp.i
test/Basics.s: test/Basics.cpp.s
.PHONY : test/Basics.s
# target to generate assembly for a file
test/Basics.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Basics.cpp.s
.PHONY : test/Basics.cpp.s
test/Constraints.o: test/Constraints.cpp.o
.PHONY : test/Constraints.o
# target to build an object file
test/Constraints.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Constraints.cpp.o
.PHONY : test/Constraints.cpp.o
test/Constraints.i: test/Constraints.cpp.i
.PHONY : test/Constraints.i
# target to preprocess a source file
test/Constraints.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Constraints.cpp.i
.PHONY : test/Constraints.cpp.i
test/Constraints.s: test/Constraints.cpp.s
.PHONY : test/Constraints.s
# target to generate assembly for a file
test/Constraints.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Constraints.cpp.s
.PHONY : test/Constraints.cpp.s
test/Conversion.o: test/Conversion.cpp.o
.PHONY : test/Conversion.o
# target to build an object file
test/Conversion.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Conversion.cpp.o
.PHONY : test/Conversion.cpp.o
test/Conversion.i: test/Conversion.cpp.i
.PHONY : test/Conversion.i
# target to preprocess a source file
test/Conversion.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Conversion.cpp.i
.PHONY : test/Conversion.cpp.i
test/Conversion.s: test/Conversion.cpp.s
.PHONY : test/Conversion.s
# target to generate assembly for a file
test/Conversion.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Conversion.cpp.s
.PHONY : test/Conversion.cpp.s
test/Descriptions.o: test/Descriptions.cpp.o
.PHONY : test/Descriptions.o
# target to build an object file
test/Descriptions.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Descriptions.cpp.o
.PHONY : test/Descriptions.cpp.o
test/Descriptions.i: test/Descriptions.cpp.i
.PHONY : test/Descriptions.i
# target to preprocess a source file
test/Descriptions.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Descriptions.cpp.i
.PHONY : test/Descriptions.cpp.i
test/Descriptions.s: test/Descriptions.cpp.s
.PHONY : test/Descriptions.s
# target to generate assembly for a file
test/Descriptions.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/Descriptions.cpp.s
.PHONY : test/Descriptions.cpp.s
test/main.o: test/main.cpp.o
.PHONY : test/main.o
# target to build an object file
test/main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/main.cpp.o
.PHONY : test/main.cpp.o
test/main.i: test/main.cpp.i
.PHONY : test/main.i
# target to preprocess a source file
test/main.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/main.cpp.i
.PHONY : test/main.cpp.i
test/main.s: test/main.cpp.s
.PHONY : test/main.s
# target to generate assembly for a file
test/main.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/test/main.cpp.s
.PHONY : test/main.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 "... Hazelnupp"
@echo "... exec"
@echo "... test"
@echo "... exec/main.o"
@echo "... exec/main.i"
@echo "... exec/main.s"
@echo "... src/CmdArgsInterface.o"
@echo "... src/CmdArgsInterface.i"
@echo "... src/CmdArgsInterface.s"
@echo "... src/FloatValue.o"
@echo "... src/FloatValue.i"
@echo "... src/FloatValue.s"
@echo "... src/IntValue.o"
@echo "... src/IntValue.i"
@echo "... src/IntValue.s"
@echo "... src/ListValue.o"
@echo "... src/ListValue.i"
@echo "... src/ListValue.s"
@echo "... src/Parameter.o"
@echo "... src/Parameter.i"
@echo "... src/Parameter.s"
@echo "... src/StringTools.o"
@echo "... src/StringTools.i"
@echo "... src/StringTools.s"
@echo "... src/StringValue.o"
@echo "... src/StringValue.i"
@echo "... src/StringValue.s"
@echo "... src/Value.o"
@echo "... src/Value.i"
@echo "... src/Value.s"
@echo "... src/VoidValue.o"
@echo "... src/VoidValue.i"
@echo "... src/VoidValue.s"
@echo "... test/Abbreviations.o"
@echo "... test/Abbreviations.i"
@echo "... test/Abbreviations.s"
@echo "... test/Basics.o"
@echo "... test/Basics.i"
@echo "... test/Basics.s"
@echo "... test/Constraints.o"
@echo "... test/Constraints.i"
@echo "... test/Constraints.s"
@echo "... test/Conversion.o"
@echo "... test/Conversion.i"
@echo "... test/Conversion.s"
@echo "... test/Descriptions.o"
@echo "... test/Descriptions.i"
@echo "... test/Descriptions.s"
@echo "... test/main.o"
@echo "... test/main.i"
@echo "... test/main.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