|
| 1 | +# CMAKE generated file: DO NOT EDIT! |
| 2 | +# Generated by "MinGW Makefiles" Generator, CMake Version 3.21 |
| 3 | + |
| 4 | +# Delete rule output on recipe failure. |
| 5 | +.DELETE_ON_ERROR: |
| 6 | + |
| 7 | +#============================================================================= |
| 8 | +# Special targets provided by cmake. |
| 9 | + |
| 10 | +# Disable implicit rules so canonical targets will work. |
| 11 | +.SUFFIXES: |
| 12 | + |
| 13 | +# Disable VCS-based implicit rules. |
| 14 | +% : %,v |
| 15 | + |
| 16 | +# Disable VCS-based implicit rules. |
| 17 | +% : RCS/% |
| 18 | + |
| 19 | +# Disable VCS-based implicit rules. |
| 20 | +% : RCS/%,v |
| 21 | + |
| 22 | +# Disable VCS-based implicit rules. |
| 23 | +% : SCCS/s.% |
| 24 | + |
| 25 | +# Disable VCS-based implicit rules. |
| 26 | +% : s.% |
| 27 | + |
| 28 | +.SUFFIXES: .hpux_make_needs_suffix_list |
| 29 | + |
| 30 | +# Command-line flag to silence nested $(MAKE). |
| 31 | +$(VERBOSE)MAKESILENT = -s |
| 32 | + |
| 33 | +#Suppress display of executed commands. |
| 34 | +$(VERBOSE).SILENT: |
| 35 | + |
| 36 | +# A target that is always out of date. |
| 37 | +cmake_force: |
| 38 | +.PHONY : cmake_force |
| 39 | + |
| 40 | +#============================================================================= |
| 41 | +# Set environment variables for the build. |
| 42 | + |
| 43 | +SHELL = cmd.exe |
| 44 | + |
| 45 | +# The CMake executable. |
| 46 | +CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe" |
| 47 | + |
| 48 | +# The command to remove a file. |
| 49 | +RM = "C:\Program Files\CMake\bin\cmake.exe" -E rm -f |
| 50 | + |
| 51 | +# Escaping for special characters. |
| 52 | +EQUALS = = |
| 53 | + |
| 54 | +# The top-level source directory on which CMake was run. |
| 55 | +CMAKE_SOURCE_DIR = C:\Users\Administrator\PL\sqrt |
| 56 | + |
| 57 | +# The top-level build directory on which CMake was run. |
| 58 | +CMAKE_BINARY_DIR = C:\Users\Administrator\PL\sqrt |
| 59 | + |
| 60 | +# Include any dependencies generated for this target. |
| 61 | +include CMakeFiles/../bin.dir/depend.make |
| 62 | +# Include any dependencies generated by the compiler for this target. |
| 63 | +include CMakeFiles/../bin.dir/compiler_depend.make |
| 64 | + |
| 65 | +# Include the progress variables for this target. |
| 66 | +include CMakeFiles/../bin.dir/progress.make |
| 67 | + |
| 68 | +# Include the compile flags for this target's objects. |
| 69 | +include CMakeFiles/../bin.dir/flags.make |
| 70 | + |
| 71 | +CMakeFiles/../bin.dir/src/a.obj: CMakeFiles/../bin.dir/flags.make |
| 72 | +CMakeFiles/../bin.dir/src/a.obj: CMakeFiles/../bin.dir/includes_C.rsp |
| 73 | +CMakeFiles/../bin.dir/src/a.obj: src/a.c |
| 74 | +CMakeFiles/../bin.dir/src/a.obj: CMakeFiles/../bin.dir/compiler_depend.ts |
| 75 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\Administrator\PL\sqrt\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/../bin.dir/src/a.obj" |
| 76 | + C:\ProgramData\chocolatey\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/../bin.dir/src/a.obj -MF CMakeFiles\..\bin.dir\src\a.obj.d -o CMakeFiles\..\bin.dir\src\a.obj -c C:\Users\Administrator\PL\sqrt\src\a.c |
| 77 | + |
| 78 | +CMakeFiles/../bin.dir/src/a.i: cmake_force |
| 79 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/../bin.dir/src/a.i" |
| 80 | + C:\ProgramData\chocolatey\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\Administrator\PL\sqrt\src\a.c > CMakeFiles\..\bin.dir\src\a.i |
| 81 | + |
| 82 | +CMakeFiles/../bin.dir/src/a.s: cmake_force |
| 83 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/../bin.dir/src/a.s" |
| 84 | + C:\ProgramData\chocolatey\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\Administrator\PL\sqrt\src\a.c -o CMakeFiles\..\bin.dir\src\a.s |
| 85 | + |
| 86 | +CMakeFiles/../bin.dir/src/main.obj: CMakeFiles/../bin.dir/flags.make |
| 87 | +CMakeFiles/../bin.dir/src/main.obj: CMakeFiles/../bin.dir/includes_C.rsp |
| 88 | +CMakeFiles/../bin.dir/src/main.obj: src/main.c |
| 89 | +CMakeFiles/../bin.dir/src/main.obj: CMakeFiles/../bin.dir/compiler_depend.ts |
| 90 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\Administrator\PL\sqrt\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/../bin.dir/src/main.obj" |
| 91 | + C:\ProgramData\chocolatey\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/../bin.dir/src/main.obj -MF CMakeFiles\..\bin.dir\src\main.obj.d -o CMakeFiles\..\bin.dir\src\main.obj -c C:\Users\Administrator\PL\sqrt\src\main.c |
| 92 | + |
| 93 | +CMakeFiles/../bin.dir/src/main.i: cmake_force |
| 94 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/../bin.dir/src/main.i" |
| 95 | + C:\ProgramData\chocolatey\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\Administrator\PL\sqrt\src\main.c > CMakeFiles\..\bin.dir\src\main.i |
| 96 | + |
| 97 | +CMakeFiles/../bin.dir/src/main.s: cmake_force |
| 98 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/../bin.dir/src/main.s" |
| 99 | + C:\ProgramData\chocolatey\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\Administrator\PL\sqrt\src\main.c -o CMakeFiles\..\bin.dir\src\main.s |
| 100 | + |
| 101 | +# Object files for target ../bin |
| 102 | +__/bin_OBJECTS = \ |
| 103 | +"CMakeFiles/../bin.dir/src/a.obj" \ |
| 104 | +"CMakeFiles/../bin.dir/src/main.obj" |
| 105 | + |
| 106 | +# External object files for target ../bin |
| 107 | +__/bin_EXTERNAL_OBJECTS = |
| 108 | + |
| 109 | +../bin.exe: CMakeFiles/../bin.dir/src/a.obj |
| 110 | +../bin.exe: CMakeFiles/../bin.dir/src/main.obj |
| 111 | +../bin.exe: CMakeFiles/../bin.dir/build.make |
| 112 | +../bin.exe: CMakeFiles/../bin.dir/linklibs.rsp |
| 113 | +../bin.exe: CMakeFiles/../bin.dir/objects1.rsp |
| 114 | +../bin.exe: CMakeFiles/../bin.dir/link.txt |
| 115 | + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\Administrator\PL\sqrt\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable ..\bin.exe" |
| 116 | + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\..\bin.dir\link.txt --verbose=$(VERBOSE) |
| 117 | + |
| 118 | +# Rule to build all files generated by this target. |
| 119 | +CMakeFiles/../bin.dir/build: ../bin.exe |
| 120 | +.PHONY : CMakeFiles/../bin.dir/build |
| 121 | + |
| 122 | +CMakeFiles/../bin.dir/clean: |
| 123 | + $(CMAKE_COMMAND) -P CMakeFiles\..\bin.dir\cmake_clean.cmake |
| 124 | +.PHONY : CMakeFiles/../bin.dir/clean |
| 125 | + |
| 126 | +CMakeFiles/../bin.dir/depend: |
| 127 | + $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\Administrator\PL\sqrt C:\Users\Administrator\PL\sqrt C:\Users\Administrator\PL\sqrt C:\Users\Administrator\PL\sqrt C:\Users\Administrator\PL\sqrt\bin.dir\DependInfo.cmake --color=$(COLOR) |
| 128 | +.PHONY : CMakeFiles/../bin.dir/depend |
| 129 | + |
0 commit comments