# CMAKE generated file: DO NOT EDIT! # Generated by "MinGW Makefiles" Generator, CMake Version 4.1 # 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:\mingw64\bin\cmake.exe # The command to remove a file. RM = C:\mingw64\bin\cmake.exe -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = C:\Users\fisch\Desktop\Programmieren3\Prog3 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = C:\Users\fisch\Desktop\Programmieren3\Prog3\build # Include any dependencies generated for this target. include CMakeFiles/Prog3B.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/Prog3B.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/Prog3B.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/Prog3B.dir/flags.make CMakeFiles/Prog3B.dir/codegen: .PHONY : CMakeFiles/Prog3B.dir/codegen CMakeFiles/Prog3B.dir/src/main.cpp.obj: CMakeFiles/Prog3B.dir/flags.make CMakeFiles/Prog3B.dir/src/main.cpp.obj: CMakeFiles/Prog3B.dir/includes_CXX.rsp CMakeFiles/Prog3B.dir/src/main.cpp.obj: C:/Users/fisch/Desktop/Programmieren3/Prog3/src/main.cpp CMakeFiles/Prog3B.dir/src/main.cpp.obj: CMakeFiles/Prog3B.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\fisch\Desktop\Programmieren3\Prog3\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Prog3B.dir/src/main.cpp.obj" C:\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Prog3B.dir/src/main.cpp.obj -MF CMakeFiles\Prog3B.dir\src\main.cpp.obj.d -o CMakeFiles\Prog3B.dir\src\main.cpp.obj -c C:\Users\fisch\Desktop\Programmieren3\Prog3\src\main.cpp CMakeFiles/Prog3B.dir/src/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Prog3B.dir/src/main.cpp.i" C:\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\fisch\Desktop\Programmieren3\Prog3\src\main.cpp > CMakeFiles\Prog3B.dir\src\main.cpp.i CMakeFiles/Prog3B.dir/src/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Prog3B.dir/src/main.cpp.s" C:\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S C:\Users\fisch\Desktop\Programmieren3\Prog3\src\main.cpp -o CMakeFiles\Prog3B.dir\src\main.cpp.s CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj: CMakeFiles/Prog3B.dir/flags.make CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj: CMakeFiles/Prog3B.dir/includes_CXX.rsp CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj: C:/Users/fisch/Desktop/Programmieren3/Prog3/src/gamecube.cpp CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj: CMakeFiles/Prog3B.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\fisch\Desktop\Programmieren3\Prog3\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj" C:\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj -MF CMakeFiles\Prog3B.dir\src\gamecube.cpp.obj.d -o CMakeFiles\Prog3B.dir\src\gamecube.cpp.obj -c C:\Users\fisch\Desktop\Programmieren3\Prog3\src\gamecube.cpp CMakeFiles/Prog3B.dir/src/gamecube.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Prog3B.dir/src/gamecube.cpp.i" C:\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\fisch\Desktop\Programmieren3\Prog3\src\gamecube.cpp > CMakeFiles\Prog3B.dir\src\gamecube.cpp.i CMakeFiles/Prog3B.dir/src/gamecube.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Prog3B.dir/src/gamecube.cpp.s" C:\mingw64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S C:\Users\fisch\Desktop\Programmieren3\Prog3\src\gamecube.cpp -o CMakeFiles\Prog3B.dir\src\gamecube.cpp.s # Object files for target Prog3B Prog3B_OBJECTS = \ "CMakeFiles/Prog3B.dir/src/main.cpp.obj" \ "CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj" # External object files for target Prog3B Prog3B_EXTERNAL_OBJECTS = Prog3B.exe: CMakeFiles/Prog3B.dir/src/main.cpp.obj Prog3B.exe: CMakeFiles/Prog3B.dir/src/gamecube.cpp.obj Prog3B.exe: CMakeFiles/Prog3B.dir/build.make Prog3B.exe: C:/Users/fisch/Desktop/Programmieren3/Prog3/windows/libgamematrix.a Prog3B.exe: C:/Users/fisch/Desktop/Programmieren3/Prog3/windows/libraylib.a Prog3B.exe: CMakeFiles/Prog3B.dir/linkLibs.rsp Prog3B.exe: CMakeFiles/Prog3B.dir/objects1.rsp Prog3B.exe: CMakeFiles/Prog3B.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=C:\Users\fisch\Desktop\Programmieren3\Prog3\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable Prog3B.exe" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\Prog3B.dir\link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/Prog3B.dir/build: Prog3B.exe .PHONY : CMakeFiles/Prog3B.dir/build CMakeFiles/Prog3B.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles\Prog3B.dir\cmake_clean.cmake .PHONY : CMakeFiles/Prog3B.dir/clean CMakeFiles/Prog3B.dir/depend: $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\fisch\Desktop\Programmieren3\Prog3 C:\Users\fisch\Desktop\Programmieren3\Prog3 C:\Users\fisch\Desktop\Programmieren3\Prog3\build C:\Users\fisch\Desktop\Programmieren3\Prog3\build C:\Users\fisch\Desktop\Programmieren3\Prog3\build\CMakeFiles\Prog3B.dir\DependInfo.cmake "--color=$(COLOR)" .PHONY : CMakeFiles/Prog3B.dir/depend