You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/bsl/cmakeLowLayer/build/Makefile

471 lines
17 KiB

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# 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:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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 remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/key/github/KED/bsl/cmakeLowLayer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/key/github/KED/bsl/cmakeLowLayer/build
#=============================================================================
# Targets provided globally by CMake.
# 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 -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 edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles /home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -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 cpp_functions
# Build rule for target.
cpp_functions: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 cpp_functions
.PHONY : cpp_functions
# fast build rule for target.
cpp_functions/fast:
$(MAKE) -f CMakeFiles/cpp_functions.dir/build.make CMakeFiles/cpp_functions.dir/build
.PHONY : cpp_functions/fast
#=============================================================================
# Target rules for targets named refOvenTest.out
# Build rule for target.
refOvenTest.out: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 refOvenTest.out
.PHONY : refOvenTest.out
# fast build rule for target.
refOvenTest.out/fast:
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/build
.PHONY : refOvenTest.out/fast
#=============================================================================
# Target rules for targets named assembly_functions
# Build rule for target.
assembly_functions: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 assembly_functions
.PHONY : assembly_functions
# fast build rule for target.
assembly_functions/fast:
$(MAKE) -f CMakeFiles/assembly_functions.dir/build.make CMakeFiles/assembly_functions.dir/build
.PHONY : assembly_functions/fast
#=============================================================================
# Target rules for targets named c_functions
# Build rule for target.
c_functions: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 c_functions
.PHONY : c_functions
# fast build rule for target.
c_functions/fast:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/build
.PHONY : c_functions/fast
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o
# target to build an object file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i
# target to preprocess a source file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s
# target to generate assembly for a file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o
# target to build an object file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i
# target to preprocess a source file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s
# target to generate assembly for a file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o
# target to build an object file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i
# target to preprocess a source file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s
# target to generate assembly for a file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o
# target to build an object file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i
# target to preprocess a source file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s
# target to generate assembly for a file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o
# target to build an object file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i
# target to preprocess a source file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s: Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s
# target to generate assembly for a file
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
.PHONY : Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
Src/main.o: Src/main.c.o
.PHONY : Src/main.o
# target to build an object file
Src/main.c.o:
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/Src/main.c.o
.PHONY : Src/main.c.o
Src/main.i: Src/main.c.i
.PHONY : Src/main.i
# target to preprocess a source file
Src/main.c.i:
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/Src/main.c.i
.PHONY : Src/main.c.i
Src/main.s: Src/main.c.s
.PHONY : Src/main.s
# target to generate assembly for a file
Src/main.c.s:
$(MAKE) -f CMakeFiles/refOvenTest.out.dir/build.make CMakeFiles/refOvenTest.out.dir/Src/main.c.s
.PHONY : Src/main.c.s
Src/stm32f0xx_it.o: Src/stm32f0xx_it.c.o
.PHONY : Src/stm32f0xx_it.o
# target to build an object file
Src/stm32f0xx_it.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o
.PHONY : Src/stm32f0xx_it.c.o
Src/stm32f0xx_it.i: Src/stm32f0xx_it.c.i
.PHONY : Src/stm32f0xx_it.i
# target to preprocess a source file
Src/stm32f0xx_it.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.i
.PHONY : Src/stm32f0xx_it.c.i
Src/stm32f0xx_it.s: Src/stm32f0xx_it.c.s
.PHONY : Src/stm32f0xx_it.s
# target to generate assembly for a file
Src/stm32f0xx_it.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.s
.PHONY : Src/stm32f0xx_it.c.s
Src/system_stm32f0xx.o: Src/system_stm32f0xx.c.o
.PHONY : Src/system_stm32f0xx.o
# target to build an object file
Src/system_stm32f0xx.c.o:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o
.PHONY : Src/system_stm32f0xx.c.o
Src/system_stm32f0xx.i: Src/system_stm32f0xx.c.i
.PHONY : Src/system_stm32f0xx.i
# target to preprocess a source file
Src/system_stm32f0xx.c.i:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.i
.PHONY : Src/system_stm32f0xx.c.i
Src/system_stm32f0xx.s: Src/system_stm32f0xx.c.s
.PHONY : Src/system_stm32f0xx.s
# target to generate assembly for a file
Src/system_stm32f0xx.c.s:
$(MAKE) -f CMakeFiles/c_functions.dir/build.make CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.s
.PHONY : Src/system_stm32f0xx.c.s
cppSrc/transfer.o: cppSrc/transfer.cpp.o
.PHONY : cppSrc/transfer.o
# target to build an object file
cppSrc/transfer.cpp.o:
$(MAKE) -f CMakeFiles/cpp_functions.dir/build.make CMakeFiles/cpp_functions.dir/cppSrc/transfer.cpp.o
.PHONY : cppSrc/transfer.cpp.o
cppSrc/transfer.i: cppSrc/transfer.cpp.i
.PHONY : cppSrc/transfer.i
# target to preprocess a source file
cppSrc/transfer.cpp.i:
$(MAKE) -f CMakeFiles/cpp_functions.dir/build.make CMakeFiles/cpp_functions.dir/cppSrc/transfer.cpp.i
.PHONY : cppSrc/transfer.cpp.i
cppSrc/transfer.s: cppSrc/transfer.cpp.s
.PHONY : cppSrc/transfer.s
# target to generate assembly for a file
cppSrc/transfer.cpp.s:
$(MAKE) -f CMakeFiles/cpp_functions.dir/build.make CMakeFiles/cpp_functions.dir/cppSrc/transfer.cpp.s
.PHONY : cppSrc/transfer.cpp.s
startup/startup_stm32f042x6.o: startup/startup_stm32f042x6.s.o
.PHONY : startup/startup_stm32f042x6.o
# target to build an object file
startup/startup_stm32f042x6.s.o:
$(MAKE) -f CMakeFiles/assembly_functions.dir/build.make CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o
.PHONY : startup/startup_stm32f042x6.s.o
# 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 "... rebuild_cache"
@echo "... edit_cache"
@echo "... cpp_functions"
@echo "... refOvenTest.out"
@echo "... assembly_functions"
@echo "... c_functions"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.o"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.i"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.s"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.o"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.i"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.s"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.o"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.i"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.s"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.o"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.i"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.s"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.o"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.i"
@echo "... Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.s"
@echo "... Src/main.o"
@echo "... Src/main.i"
@echo "... Src/main.s"
@echo "... Src/stm32f0xx_it.o"
@echo "... Src/stm32f0xx_it.i"
@echo "... Src/stm32f0xx_it.s"
@echo "... Src/system_stm32f0xx.o"
@echo "... Src/system_stm32f0xx.i"
@echo "... Src/system_stm32f0xx.s"
@echo "... cppSrc/transfer.o"
@echo "... cppSrc/transfer.i"
@echo "... cppSrc/transfer.s"
@echo "... startup/startup_stm32f042x6.o"
.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