# CMAKE generated file: DO NOT EDIT! # Generated by "MinGW Makefiles" Generator, CMake Version 3.30 # 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 = "C:\Program Files\JetBrains\CLion 2024.3.5\bin\cmake\win\x64\bin\cmake.exe" # The command to remove a file. RM = "C:\Program Files\JetBrains\CLion 2024.3.5\bin\cmake\win\x64\bin\cmake.exe" -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = U:\3_Semester\C++\Git\prog3b_652 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/tests.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/tests.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/tests.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/tests.dir/flags.make CMakeFiles/tests.dir/src/tests.cpp.obj: CMakeFiles/tests.dir/flags.make CMakeFiles/tests.dir/src/tests.cpp.obj: CMakeFiles/tests.dir/includes_CXX.rsp CMakeFiles/tests.dir/src/tests.cpp.obj: U:/3_Semester/C++/Git/prog3b_652/src/tests.cpp CMakeFiles/tests.dir/src/tests.cpp.obj: CMakeFiles/tests.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/tests.dir/src/tests.cpp.obj" C:\PROGRA~1\JETBRA~1\CLION2~1.5\bin\mingw\bin\G__~1.EXE $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/tests.dir/src/tests.cpp.obj -MF CMakeFiles\tests.dir\src\tests.cpp.obj.d -o CMakeFiles\tests.dir\src\tests.cpp.obj -c U:\3_Semester\C++\Git\prog3b_652\src\tests.cpp CMakeFiles/tests.dir/src/tests.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/tests.dir/src/tests.cpp.i" C:\PROGRA~1\JETBRA~1\CLION2~1.5\bin\mingw\bin\G__~1.EXE $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E U:\3_Semester\C++\Git\prog3b_652\src\tests.cpp > CMakeFiles\tests.dir\src\tests.cpp.i CMakeFiles/tests.dir/src/tests.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/tests.dir/src/tests.cpp.s" C:\PROGRA~1\JETBRA~1\CLION2~1.5\bin\mingw\bin\G__~1.EXE $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S U:\3_Semester\C++\Git\prog3b_652\src\tests.cpp -o CMakeFiles\tests.dir\src\tests.cpp.s CMakeFiles/tests.dir/src/gamematrix.cpp.obj: CMakeFiles/tests.dir/flags.make CMakeFiles/tests.dir/src/gamematrix.cpp.obj: CMakeFiles/tests.dir/includes_CXX.rsp CMakeFiles/tests.dir/src/gamematrix.cpp.obj: U:/3_Semester/C++/Git/prog3b_652/src/gamematrix.cpp CMakeFiles/tests.dir/src/gamematrix.cpp.obj: CMakeFiles/tests.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/tests.dir/src/gamematrix.cpp.obj" C:\PROGRA~1\JETBRA~1\CLION2~1.5\bin\mingw\bin\G__~1.EXE $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/tests.dir/src/gamematrix.cpp.obj -MF CMakeFiles\tests.dir\src\gamematrix.cpp.obj.d -o CMakeFiles\tests.dir\src\gamematrix.cpp.obj -c U:\3_Semester\C++\Git\prog3b_652\src\gamematrix.cpp CMakeFiles/tests.dir/src/gamematrix.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/tests.dir/src/gamematrix.cpp.i" C:\PROGRA~1\JETBRA~1\CLION2~1.5\bin\mingw\bin\G__~1.EXE $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E U:\3_Semester\C++\Git\prog3b_652\src\gamematrix.cpp > CMakeFiles\tests.dir\src\gamematrix.cpp.i CMakeFiles/tests.dir/src/gamematrix.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/tests.dir/src/gamematrix.cpp.s" C:\PROGRA~1\JETBRA~1\CLION2~1.5\bin\mingw\bin\G__~1.EXE $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S U:\3_Semester\C++\Git\prog3b_652\src\gamematrix.cpp -o CMakeFiles\tests.dir\src\gamematrix.cpp.s # Object files for target tests tests_OBJECTS = \ "CMakeFiles/tests.dir/src/tests.cpp.obj" \ "CMakeFiles/tests.dir/src/gamematrix.cpp.obj" # External object files for target tests tests_EXTERNAL_OBJECTS = tests.exe: CMakeFiles/tests.dir/src/tests.cpp.obj tests.exe: CMakeFiles/tests.dir/src/gamematrix.cpp.obj tests.exe: CMakeFiles/tests.dir/build.make tests.exe: CMakeFiles/tests.dir/linkLibs.rsp tests.exe: CMakeFiles/tests.dir/objects1.rsp tests.exe: CMakeFiles/tests.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable tests.exe" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\tests.dir\link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/tests.dir/build: tests.exe .PHONY : CMakeFiles/tests.dir/build CMakeFiles/tests.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles\tests.dir\cmake_clean.cmake .PHONY : CMakeFiles/tests.dir/clean CMakeFiles/tests.dir/depend: $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" U:\3_Semester\C++\Git\prog3b_652 U:\3_Semester\C++\Git\prog3b_652 U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug U:\3_Semester\C++\Git\prog3b_652\cmake-build-debug\CMakeFiles\tests.dir\DependInfo.cmake "--color=$(COLOR)" .PHONY : CMakeFiles/tests.dir/depend