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.
		
		
		
		
		
			
		
			
				
					
					
						
							437 lines
						
					
					
						
							14 KiB
						
					
					
				
			
		
		
	
	
							437 lines
						
					
					
						
							14 KiB
						
					
					
				# CMAKE generated file: DO NOT EDIT!
 | 
						|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
 | 
						|
 | 
						|
# 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/jackyma/Study/Codes/C/dse
 | 
						|
 | 
						|
# The top-level build directory on which CMake was run.
 | 
						|
CMAKE_BINARY_DIR = /home/jackyma/Study/Codes/C/dse/build
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Targets provided globally by CMake.
 | 
						|
 | 
						|
# 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
 | 
						|
 | 
						|
# 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
 | 
						|
 | 
						|
# Special rule for the target list_install_components
 | 
						|
list_install_components:
 | 
						|
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"InstrumentPass\""
 | 
						|
.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..."
 | 
						|
	/usr/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..."
 | 
						|
	/usr/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..."
 | 
						|
	/usr/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..."
 | 
						|
	/usr/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..."
 | 
						|
	/usr/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..."
 | 
						|
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 | 
						|
.PHONY : install/strip/fast
 | 
						|
 | 
						|
# The main all target
 | 
						|
all: cmake_check_build_system
 | 
						|
	$(CMAKE_COMMAND) -E cmake_progress_start /home/jackyma/Study/Codes/C/dse/build/CMakeFiles /home/jackyma/Study/Codes/C/dse/build//CMakeFiles/progress.marks
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
 | 
						|
	$(CMAKE_COMMAND) -E cmake_progress_start /home/jackyma/Study/Codes/C/dse/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 intrinsics_gen
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
intrinsics_gen: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 intrinsics_gen
 | 
						|
.PHONY : intrinsics_gen
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
intrinsics_gen/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/intrinsics_gen.dir/build.make CMakeFiles/intrinsics_gen.dir/build
 | 
						|
.PHONY : intrinsics_gen/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named omp_gen
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
omp_gen: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 omp_gen
 | 
						|
.PHONY : omp_gen
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
omp_gen/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omp_gen.dir/build.make CMakeFiles/omp_gen.dir/build
 | 
						|
.PHONY : omp_gen/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named acc_gen
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
acc_gen: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 acc_gen
 | 
						|
.PHONY : acc_gen
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
acc_gen/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/acc_gen.dir/build.make CMakeFiles/acc_gen.dir/build
 | 
						|
.PHONY : acc_gen/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named dse
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
dse: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dse
 | 
						|
.PHONY : dse
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
dse/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/build
 | 
						|
.PHONY : dse/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named InstrumentPass
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
InstrumentPass: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 InstrumentPass
 | 
						|
.PHONY : InstrumentPass
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
InstrumentPass/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/InstrumentPass.dir/build.make CMakeFiles/InstrumentPass.dir/build
 | 
						|
.PHONY : InstrumentPass/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named install-InstrumentPass
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
install-InstrumentPass: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 install-InstrumentPass
 | 
						|
.PHONY : install-InstrumentPass
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
install-InstrumentPass/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/install-InstrumentPass.dir/build.make CMakeFiles/install-InstrumentPass.dir/build
 | 
						|
.PHONY : install-InstrumentPass/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named install-InstrumentPass-stripped
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
install-InstrumentPass-stripped: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 install-InstrumentPass-stripped
 | 
						|
.PHONY : install-InstrumentPass-stripped
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
install-InstrumentPass-stripped/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/install-InstrumentPass-stripped.dir/build.make CMakeFiles/install-InstrumentPass-stripped.dir/build
 | 
						|
.PHONY : install-InstrumentPass-stripped/fast
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Target rules for targets named runtime
 | 
						|
 | 
						|
# Build rule for target.
 | 
						|
runtime: cmake_check_build_system
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 runtime
 | 
						|
.PHONY : runtime
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
runtime/fast:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/build
 | 
						|
.PHONY : runtime/fast
 | 
						|
 | 
						|
src/DSE.o: src/DSE.cpp.o
 | 
						|
.PHONY : src/DSE.o
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
src/DSE.cpp.o:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/src/DSE.cpp.o
 | 
						|
.PHONY : src/DSE.cpp.o
 | 
						|
 | 
						|
src/DSE.i: src/DSE.cpp.i
 | 
						|
.PHONY : src/DSE.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
src/DSE.cpp.i:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/src/DSE.cpp.i
 | 
						|
.PHONY : src/DSE.cpp.i
 | 
						|
 | 
						|
src/DSE.s: src/DSE.cpp.s
 | 
						|
.PHONY : src/DSE.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
src/DSE.cpp.s:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/src/DSE.cpp.s
 | 
						|
.PHONY : src/DSE.cpp.s
 | 
						|
 | 
						|
src/Instrument.o: src/Instrument.cpp.o
 | 
						|
.PHONY : src/Instrument.o
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
src/Instrument.cpp.o:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/InstrumentPass.dir/build.make CMakeFiles/InstrumentPass.dir/src/Instrument.cpp.o
 | 
						|
.PHONY : src/Instrument.cpp.o
 | 
						|
 | 
						|
src/Instrument.i: src/Instrument.cpp.i
 | 
						|
.PHONY : src/Instrument.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
src/Instrument.cpp.i:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/InstrumentPass.dir/build.make CMakeFiles/InstrumentPass.dir/src/Instrument.cpp.i
 | 
						|
.PHONY : src/Instrument.cpp.i
 | 
						|
 | 
						|
src/Instrument.s: src/Instrument.cpp.s
 | 
						|
.PHONY : src/Instrument.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
src/Instrument.cpp.s:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/InstrumentPass.dir/build.make CMakeFiles/InstrumentPass.dir/src/Instrument.cpp.s
 | 
						|
.PHONY : src/Instrument.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/runtime.dir/build.make CMakeFiles/runtime.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/runtime.dir/build.make CMakeFiles/runtime.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/runtime.dir/build.make CMakeFiles/runtime.dir/src/Runtime.cpp.s
 | 
						|
.PHONY : src/Runtime.cpp.s
 | 
						|
 | 
						|
src/Strategy.o: src/Strategy.cpp.o
 | 
						|
.PHONY : src/Strategy.o
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
src/Strategy.cpp.o:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/src/Strategy.cpp.o
 | 
						|
.PHONY : src/Strategy.cpp.o
 | 
						|
 | 
						|
src/Strategy.i: src/Strategy.cpp.i
 | 
						|
.PHONY : src/Strategy.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
src/Strategy.cpp.i:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/src/Strategy.cpp.i
 | 
						|
.PHONY : src/Strategy.cpp.i
 | 
						|
 | 
						|
src/Strategy.s: src/Strategy.cpp.s
 | 
						|
.PHONY : src/Strategy.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
src/Strategy.cpp.s:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/dse.dir/build.make CMakeFiles/dse.dir/src/Strategy.cpp.s
 | 
						|
.PHONY : src/Strategy.cpp.s
 | 
						|
 | 
						|
src/SymbolicInterpreter.o: src/SymbolicInterpreter.cpp.o
 | 
						|
.PHONY : src/SymbolicInterpreter.o
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
src/SymbolicInterpreter.cpp.o:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/src/SymbolicInterpreter.cpp.o
 | 
						|
.PHONY : src/SymbolicInterpreter.cpp.o
 | 
						|
 | 
						|
src/SymbolicInterpreter.i: src/SymbolicInterpreter.cpp.i
 | 
						|
.PHONY : src/SymbolicInterpreter.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
src/SymbolicInterpreter.cpp.i:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/src/SymbolicInterpreter.cpp.i
 | 
						|
.PHONY : src/SymbolicInterpreter.cpp.i
 | 
						|
 | 
						|
src/SymbolicInterpreter.s: src/SymbolicInterpreter.cpp.s
 | 
						|
.PHONY : src/SymbolicInterpreter.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
src/SymbolicInterpreter.cpp.s:
 | 
						|
	$(MAKE) $(MAKESILENT) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/src/SymbolicInterpreter.cpp.s
 | 
						|
.PHONY : src/SymbolicInterpreter.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 "... acc_gen"
 | 
						|
	@echo "... install-InstrumentPass"
 | 
						|
	@echo "... install-InstrumentPass-stripped"
 | 
						|
	@echo "... intrinsics_gen"
 | 
						|
	@echo "... omp_gen"
 | 
						|
	@echo "... InstrumentPass"
 | 
						|
	@echo "... dse"
 | 
						|
	@echo "... runtime"
 | 
						|
	@echo "... src/DSE.o"
 | 
						|
	@echo "... src/DSE.i"
 | 
						|
	@echo "... src/DSE.s"
 | 
						|
	@echo "... src/Instrument.o"
 | 
						|
	@echo "... src/Instrument.i"
 | 
						|
	@echo "... src/Instrument.s"
 | 
						|
	@echo "... src/Runtime.o"
 | 
						|
	@echo "... src/Runtime.i"
 | 
						|
	@echo "... src/Runtime.s"
 | 
						|
	@echo "... src/Strategy.o"
 | 
						|
	@echo "... src/Strategy.i"
 | 
						|
	@echo "... src/Strategy.s"
 | 
						|
	@echo "... src/SymbolicInterpreter.o"
 | 
						|
	@echo "... src/SymbolicInterpreter.i"
 | 
						|
	@echo "... src/SymbolicInterpreter.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
 | 
						|
 |