# CMAKE generated file: DO NOT EDIT! # Generated by "MinGW Makefiles" Generator, CMake Version 3.19 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # 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. SHELL = cmd.exe # The CMake executable. CMAKE_COMMAND = D:\Software\CLion\bin\cmake\win\bin\cmake.exe # The command to remove a file. RM = D:\Software\CLion\bin\cmake\win\bin\cmake.exe -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = D:\Project\CPP\001 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = D:\Project\CPP\001\cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/Counter.dir/depend.make # Include the progress variables for this target. include CMakeFiles/Counter.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/Counter.dir/flags.make CMakeFiles/Counter.dir/Egg/Counter.c.obj: CMakeFiles/Counter.dir/flags.make CMakeFiles/Counter.dir/Egg/Counter.c.obj: ../Egg/Counter.c @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\Project\CPP\001\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/Counter.dir/Egg/Counter.c.obj" D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\Counter.dir\Egg\Counter.c.obj -c D:\Project\CPP\001\Egg\Counter.c CMakeFiles/Counter.dir/Egg/Counter.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Counter.dir/Egg/Counter.c.i" D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\Project\CPP\001\Egg\Counter.c > CMakeFiles\Counter.dir\Egg\Counter.c.i CMakeFiles/Counter.dir/Egg/Counter.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Counter.dir/Egg/Counter.c.s" D:\Project\CPP\mingw64-msvcrt\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\Project\CPP\001\Egg\Counter.c -o CMakeFiles\Counter.dir\Egg\Counter.c.s # Object files for target Counter Counter_OBJECTS = \ "CMakeFiles/Counter.dir/Egg/Counter.c.obj" # External object files for target Counter Counter_EXTERNAL_OBJECTS = libCounter.a: CMakeFiles/Counter.dir/Egg/Counter.c.obj libCounter.a: CMakeFiles/Counter.dir/build.make libCounter.a: CMakeFiles/Counter.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\Project\CPP\001\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libCounter.a" $(CMAKE_COMMAND) -P CMakeFiles\Counter.dir\cmake_clean_target.cmake $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\Counter.dir\link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/Counter.dir/build: libCounter.a .PHONY : CMakeFiles/Counter.dir/build CMakeFiles/Counter.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles\Counter.dir\cmake_clean.cmake .PHONY : CMakeFiles/Counter.dir/clean CMakeFiles/Counter.dir/depend: $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\Project\CPP\001 D:\Project\CPP\001 D:\Project\CPP\001\cmake-build-debug D:\Project\CPP\001\cmake-build-debug D:\Project\CPP\001\cmake-build-debug\CMakeFiles\Counter.dir\DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/Counter.dir/depend