# CMAKE generated file: DO NOT EDIT! # Generated by "MinGW Makefiles" Generator, CMake Version 3.16 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # 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. SHELL = cmd.exe # The CMake executable. CMAKE_COMMAND = "D:\Software\Jetbrain\CLion 2019.2.5\bin\cmake\win\bin\cmake.exe" # The command to remove a file. RM = "D:\Software\Jetbrain\CLion 2019.2.5\bin\cmake\win\bin\cmake.exe" -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = "D:\Compilation principle\CompileExperiment" # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = "D:\Compilation principle\CompileExperiment\cmake-build-debug" # Include any dependencies generated for this target. include Experiment2/CMakeFiles/Experiment2.dir/depend.make # Include the progress variables for this target. include Experiment2/CMakeFiles/Experiment2.dir/progress.make # Include the compile flags for this target's objects. include Experiment2/CMakeFiles/Experiment2.dir/flags.make Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.obj: Experiment2/CMakeFiles/Experiment2.dir/flags.make Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.obj: Experiment2/CMakeFiles/Experiment2.dir/includes_C.rsp Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.obj: ../Experiment2/yacc.tab.c @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Compilation principle\CompileExperiment\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.obj" cd /d "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2" && G:\ACM\MINGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\Experiment2.dir\yacc.tab.c.obj -c "D:\Compilation principle\CompileExperiment\Experiment2\yacc.tab.c" Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Experiment2.dir/yacc.tab.c.i" cd /d "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2" && G:\ACM\MINGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Compilation principle\CompileExperiment\Experiment2\yacc.tab.c" > CMakeFiles\Experiment2.dir\yacc.tab.c.i Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Experiment2.dir/yacc.tab.c.s" cd /d "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2" && G:\ACM\MINGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Compilation principle\CompileExperiment\Experiment2\yacc.tab.c" -o CMakeFiles\Experiment2.dir\yacc.tab.c.s # Object files for target Experiment2 Experiment2_OBJECTS = \ "CMakeFiles/Experiment2.dir/yacc.tab.c.obj" # External object files for target Experiment2 Experiment2_EXTERNAL_OBJECTS = Experiment2/Experiment2.exe: Experiment2/CMakeFiles/Experiment2.dir/yacc.tab.c.obj Experiment2/Experiment2.exe: Experiment2/CMakeFiles/Experiment2.dir/build.make Experiment2/Experiment2.exe: Experiment2/CMakeFiles/Experiment2.dir/linklibs.rsp Experiment2/Experiment2.exe: Experiment2/CMakeFiles/Experiment2.dir/objects1.rsp Experiment2/Experiment2.exe: Experiment2/CMakeFiles/Experiment2.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Compilation principle\CompileExperiment\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable Experiment2.exe" cd /d "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\Experiment2.dir\link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. Experiment2/CMakeFiles/Experiment2.dir/build: Experiment2/Experiment2.exe .PHONY : Experiment2/CMakeFiles/Experiment2.dir/build Experiment2/CMakeFiles/Experiment2.dir/clean: cd /d "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2" && $(CMAKE_COMMAND) -P CMakeFiles\Experiment2.dir\cmake_clean.cmake .PHONY : Experiment2/CMakeFiles/Experiment2.dir/clean Experiment2/CMakeFiles/Experiment2.dir/depend: $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Compilation principle\CompileExperiment" "D:\Compilation principle\CompileExperiment\Experiment2" "D:\Compilation principle\CompileExperiment\cmake-build-debug" "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2" "D:\Compilation principle\CompileExperiment\cmake-build-debug\Experiment2\CMakeFiles\Experiment2.dir\DependInfo.cmake" --color=$(COLOR) .PHONY : Experiment2/CMakeFiles/Experiment2.dir/depend