1
0

Init opengl

This commit is contained in:
Niklas Birk
2019-12-18 18:18:55 +01:00
parent 95e874e74e
commit e7db6fdf34
339 changed files with 7351 additions and 4 deletions

View File

@ -0,0 +1,25 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/getopt.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/clipboard.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/clipboard.dir/clipboard.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,133 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/clipboard.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/clipboard.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/clipboard.dir/flags.make
tests/CMakeFiles/clipboard.dir/clipboard.c.obj: tests/CMakeFiles/clipboard.dir/flags.make
tests/CMakeFiles/clipboard.dir/clipboard.c.obj: tests/CMakeFiles/clipboard.dir/includes_C.rsp
tests/CMakeFiles/clipboard.dir/clipboard.c.obj: ../tests/clipboard.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/clipboard.dir/clipboard.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\clipboard.dir\clipboard.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\clipboard.c"
tests/CMakeFiles/clipboard.dir/clipboard.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/clipboard.dir/clipboard.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\clipboard.c" > CMakeFiles\clipboard.dir\clipboard.c.i
tests/CMakeFiles/clipboard.dir/clipboard.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/clipboard.dir/clipboard.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\clipboard.c" -o CMakeFiles\clipboard.dir\clipboard.c.s
tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj: tests/CMakeFiles/clipboard.dir/flags.make
tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj: tests/CMakeFiles/clipboard.dir/includes_C.rsp
tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj: ../deps/getopt.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\clipboard.dir\__\deps\getopt.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c"
tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/clipboard.dir/__/deps/getopt.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" > CMakeFiles\clipboard.dir\__\deps\getopt.c.i
tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/clipboard.dir/__/deps/getopt.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" -o CMakeFiles\clipboard.dir\__\deps\getopt.c.s
tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/clipboard.dir/flags.make
tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/clipboard.dir/includes_C.rsp
tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\clipboard.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/clipboard.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\clipboard.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/clipboard.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\clipboard.dir\__\deps\glad_gl.c.s
# Object files for target clipboard
clipboard_OBJECTS = \
"CMakeFiles/clipboard.dir/clipboard.c.obj" \
"CMakeFiles/clipboard.dir/__/deps/getopt.c.obj" \
"CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj"
# External object files for target clipboard
clipboard_EXTERNAL_OBJECTS =
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/clipboard.c.obj
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/build.make
tests/clipboard.exe: src/libglfw3.a
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/linklibs.rsp
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/objects1.rsp
tests/clipboard.exe: tests/CMakeFiles/clipboard.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable clipboard.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\clipboard.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/clipboard.dir/build: tests/clipboard.exe
.PHONY : tests/CMakeFiles/clipboard.dir/build
tests/CMakeFiles/clipboard.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\clipboard.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/clipboard.dir/clean
tests/CMakeFiles/clipboard.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\clipboard.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/clipboard.dir/depend

View File

@ -0,0 +1,14 @@
file(REMOVE_RECURSE
"CMakeFiles/clipboard.dir/__/deps/getopt.c.obj"
"CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/clipboard.dir/clipboard.c.obj"
"clipboard.exe"
"clipboard.exe.manifest"
"clipboard.pdb"
"libclipboard.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/clipboard.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for clipboard.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/clipboard.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\clipboard.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\clipboard.dir/objects.a @CMakeFiles\clipboard.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -Wl,--whole-archive CMakeFiles\clipboard.dir/objects.a -Wl,--no-whole-archive -o clipboard.exe -Wl,--out-implib,libclipboard.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\clipboard.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/clipboard.dir/clipboard.c.obj CMakeFiles/clipboard.dir/__/deps/getopt.c.obj CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,5 @@
CMAKE_PROGRESS_1 = 4
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 5
CMAKE_PROGRESS_4 = 6

View File

@ -0,0 +1,24 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/cursor.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/cursor.dir/cursor.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,117 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/cursor.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/cursor.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/cursor.dir/flags.make
tests/CMakeFiles/cursor.dir/cursor.c.obj: tests/CMakeFiles/cursor.dir/flags.make
tests/CMakeFiles/cursor.dir/cursor.c.obj: tests/CMakeFiles/cursor.dir/includes_C.rsp
tests/CMakeFiles/cursor.dir/cursor.c.obj: ../tests/cursor.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/cursor.dir/cursor.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\cursor.dir\cursor.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\cursor.c"
tests/CMakeFiles/cursor.dir/cursor.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cursor.dir/cursor.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\cursor.c" > CMakeFiles\cursor.dir\cursor.c.i
tests/CMakeFiles/cursor.dir/cursor.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cursor.dir/cursor.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\cursor.c" -o CMakeFiles\cursor.dir\cursor.c.s
tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/cursor.dir/flags.make
tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/cursor.dir/includes_C.rsp
tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\cursor.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/cursor.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\cursor.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/cursor.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\cursor.dir\__\deps\glad_gl.c.s
# Object files for target cursor
cursor_OBJECTS = \
"CMakeFiles/cursor.dir/cursor.c.obj" \
"CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj"
# External object files for target cursor
cursor_EXTERNAL_OBJECTS =
tests/cursor.exe: tests/CMakeFiles/cursor.dir/cursor.c.obj
tests/cursor.exe: tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj
tests/cursor.exe: tests/CMakeFiles/cursor.dir/build.make
tests/cursor.exe: src/libglfw3.a
tests/cursor.exe: tests/CMakeFiles/cursor.dir/linklibs.rsp
tests/cursor.exe: tests/CMakeFiles/cursor.dir/objects1.rsp
tests/cursor.exe: tests/CMakeFiles/cursor.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable cursor.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\cursor.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/cursor.dir/build: tests/cursor.exe
.PHONY : tests/CMakeFiles/cursor.dir/build
tests/CMakeFiles/cursor.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\cursor.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/cursor.dir/clean
tests/CMakeFiles/cursor.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\cursor.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/cursor.dir/depend

View File

@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/cursor.dir/cursor.c.obj"
"cursor.exe"
"cursor.exe.manifest"
"cursor.pdb"
"libcursor.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/cursor.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for cursor.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/cursor.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\cursor.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\cursor.dir/objects.a @CMakeFiles\cursor.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -Wl,--whole-archive CMakeFiles\cursor.dir/objects.a -Wl,--no-whole-archive -o cursor.exe -Wl,--out-implib,libcursor.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cursor.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/cursor.dir/cursor.c.obj CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 7
CMAKE_PROGRESS_2 = 8
CMAKE_PROGRESS_3 =

View File

@ -0,0 +1,25 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/tinycthread.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/empty.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/empty.dir/empty.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,133 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/empty.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/empty.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/empty.dir/flags.make
tests/CMakeFiles/empty.dir/empty.c.obj: tests/CMakeFiles/empty.dir/flags.make
tests/CMakeFiles/empty.dir/empty.c.obj: tests/CMakeFiles/empty.dir/includes_C.rsp
tests/CMakeFiles/empty.dir/empty.c.obj: ../tests/empty.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/empty.dir/empty.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\empty.dir\empty.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\empty.c"
tests/CMakeFiles/empty.dir/empty.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/empty.dir/empty.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\empty.c" > CMakeFiles\empty.dir\empty.c.i
tests/CMakeFiles/empty.dir/empty.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/empty.dir/empty.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\empty.c" -o CMakeFiles\empty.dir\empty.c.s
tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj: tests/CMakeFiles/empty.dir/flags.make
tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj: tests/CMakeFiles/empty.dir/includes_C.rsp
tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj: ../deps/tinycthread.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\empty.dir\__\deps\tinycthread.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\tinycthread.c"
tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/empty.dir/__/deps/tinycthread.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\tinycthread.c" > CMakeFiles\empty.dir\__\deps\tinycthread.c.i
tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/empty.dir/__/deps/tinycthread.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\tinycthread.c" -o CMakeFiles\empty.dir\__\deps\tinycthread.c.s
tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/empty.dir/flags.make
tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/empty.dir/includes_C.rsp
tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\empty.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/empty.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\empty.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/empty.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\empty.dir\__\deps\glad_gl.c.s
# Object files for target empty
empty_OBJECTS = \
"CMakeFiles/empty.dir/empty.c.obj" \
"CMakeFiles/empty.dir/__/deps/tinycthread.c.obj" \
"CMakeFiles/empty.dir/__/deps/glad_gl.c.obj"
# External object files for target empty
empty_EXTERNAL_OBJECTS =
tests/empty.exe: tests/CMakeFiles/empty.dir/empty.c.obj
tests/empty.exe: tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj
tests/empty.exe: tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj
tests/empty.exe: tests/CMakeFiles/empty.dir/build.make
tests/empty.exe: src/libglfw3.a
tests/empty.exe: tests/CMakeFiles/empty.dir/linklibs.rsp
tests/empty.exe: tests/CMakeFiles/empty.dir/objects1.rsp
tests/empty.exe: tests/CMakeFiles/empty.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable empty.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\empty.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/empty.dir/build: tests/empty.exe
.PHONY : tests/CMakeFiles/empty.dir/build
tests/CMakeFiles/empty.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\empty.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/empty.dir/clean
tests/CMakeFiles/empty.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\empty.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/empty.dir/depend

View File

@ -0,0 +1,14 @@
file(REMOVE_RECURSE
"CMakeFiles/empty.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/empty.dir/__/deps/tinycthread.c.obj"
"CMakeFiles/empty.dir/empty.c.obj"
"empty.exe"
"empty.exe.manifest"
"empty.pdb"
"libempty.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/empty.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for empty.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/empty.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\empty.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\empty.dir/objects.a @CMakeFiles\empty.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -mwindows -Wl,--whole-archive CMakeFiles\empty.dir/objects.a -Wl,--no-whole-archive -o empty.exe -Wl,--out-implib,libempty.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\empty.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/empty.dir/empty.c.obj CMakeFiles/empty.dir/__/deps/tinycthread.c.obj CMakeFiles/empty.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,5 @@
CMAKE_PROGRESS_1 = 9
CMAKE_PROGRESS_2 = 10
CMAKE_PROGRESS_3 = 11
CMAKE_PROGRESS_4 = 12

View File

@ -0,0 +1,25 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/getopt.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/events.dir/__/deps/getopt.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/events.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/events.dir/events.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,133 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/events.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/events.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/events.dir/flags.make
tests/CMakeFiles/events.dir/events.c.obj: tests/CMakeFiles/events.dir/flags.make
tests/CMakeFiles/events.dir/events.c.obj: tests/CMakeFiles/events.dir/includes_C.rsp
tests/CMakeFiles/events.dir/events.c.obj: ../tests/events.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/events.dir/events.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\events.dir\events.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\events.c"
tests/CMakeFiles/events.dir/events.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/events.dir/events.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\events.c" > CMakeFiles\events.dir\events.c.i
tests/CMakeFiles/events.dir/events.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/events.dir/events.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\events.c" -o CMakeFiles\events.dir\events.c.s
tests/CMakeFiles/events.dir/__/deps/getopt.c.obj: tests/CMakeFiles/events.dir/flags.make
tests/CMakeFiles/events.dir/__/deps/getopt.c.obj: tests/CMakeFiles/events.dir/includes_C.rsp
tests/CMakeFiles/events.dir/__/deps/getopt.c.obj: ../deps/getopt.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/events.dir/__/deps/getopt.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\events.dir\__\deps\getopt.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c"
tests/CMakeFiles/events.dir/__/deps/getopt.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/events.dir/__/deps/getopt.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" > CMakeFiles\events.dir\__\deps\getopt.c.i
tests/CMakeFiles/events.dir/__/deps/getopt.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/events.dir/__/deps/getopt.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" -o CMakeFiles\events.dir\__\deps\getopt.c.s
tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/events.dir/flags.make
tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/events.dir/includes_C.rsp
tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\events.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/events.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/events.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\events.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/events.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/events.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\events.dir\__\deps\glad_gl.c.s
# Object files for target events
events_OBJECTS = \
"CMakeFiles/events.dir/events.c.obj" \
"CMakeFiles/events.dir/__/deps/getopt.c.obj" \
"CMakeFiles/events.dir/__/deps/glad_gl.c.obj"
# External object files for target events
events_EXTERNAL_OBJECTS =
tests/events.exe: tests/CMakeFiles/events.dir/events.c.obj
tests/events.exe: tests/CMakeFiles/events.dir/__/deps/getopt.c.obj
tests/events.exe: tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj
tests/events.exe: tests/CMakeFiles/events.dir/build.make
tests/events.exe: src/libglfw3.a
tests/events.exe: tests/CMakeFiles/events.dir/linklibs.rsp
tests/events.exe: tests/CMakeFiles/events.dir/objects1.rsp
tests/events.exe: tests/CMakeFiles/events.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable events.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\events.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/events.dir/build: tests/events.exe
.PHONY : tests/CMakeFiles/events.dir/build
tests/CMakeFiles/events.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\events.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/events.dir/clean
tests/CMakeFiles/events.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\events.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/events.dir/depend

View File

@ -0,0 +1,14 @@
file(REMOVE_RECURSE
"CMakeFiles/events.dir/__/deps/getopt.c.obj"
"CMakeFiles/events.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/events.dir/events.c.obj"
"events.exe"
"events.exe.manifest"
"events.pdb"
"libevents.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/events.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for events.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/events.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\events.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\events.dir/objects.a @CMakeFiles\events.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -Wl,--whole-archive CMakeFiles\events.dir/objects.a -Wl,--no-whole-archive -o events.exe -Wl,--out-implib,libevents.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\events.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/events.dir/events.c.obj CMakeFiles/events.dir/__/deps/getopt.c.obj CMakeFiles/events.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,5 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 13
CMAKE_PROGRESS_3 = 14
CMAKE_PROGRESS_4 = 15

View File

@ -0,0 +1,24 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/gamma.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/gamma.dir/gamma.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,117 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/gamma.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/gamma.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/gamma.dir/flags.make
tests/CMakeFiles/gamma.dir/gamma.c.obj: tests/CMakeFiles/gamma.dir/flags.make
tests/CMakeFiles/gamma.dir/gamma.c.obj: tests/CMakeFiles/gamma.dir/includes_C.rsp
tests/CMakeFiles/gamma.dir/gamma.c.obj: ../tests/gamma.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/gamma.dir/gamma.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\gamma.dir\gamma.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\gamma.c"
tests/CMakeFiles/gamma.dir/gamma.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gamma.dir/gamma.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\gamma.c" > CMakeFiles\gamma.dir\gamma.c.i
tests/CMakeFiles/gamma.dir/gamma.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gamma.dir/gamma.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\gamma.c" -o CMakeFiles\gamma.dir\gamma.c.s
tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/gamma.dir/flags.make
tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/gamma.dir/includes_C.rsp
tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\gamma.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gamma.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\gamma.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gamma.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\gamma.dir\__\deps\glad_gl.c.s
# Object files for target gamma
gamma_OBJECTS = \
"CMakeFiles/gamma.dir/gamma.c.obj" \
"CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj"
# External object files for target gamma
gamma_EXTERNAL_OBJECTS =
tests/gamma.exe: tests/CMakeFiles/gamma.dir/gamma.c.obj
tests/gamma.exe: tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj
tests/gamma.exe: tests/CMakeFiles/gamma.dir/build.make
tests/gamma.exe: src/libglfw3.a
tests/gamma.exe: tests/CMakeFiles/gamma.dir/linklibs.rsp
tests/gamma.exe: tests/CMakeFiles/gamma.dir/objects1.rsp
tests/gamma.exe: tests/CMakeFiles/gamma.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable gamma.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\gamma.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/gamma.dir/build: tests/gamma.exe
.PHONY : tests/CMakeFiles/gamma.dir/build
tests/CMakeFiles/gamma.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\gamma.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/gamma.dir/clean
tests/CMakeFiles/gamma.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\gamma.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/gamma.dir/depend

View File

@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/gamma.dir/gamma.c.obj"
"gamma.exe"
"gamma.exe.manifest"
"gamma.pdb"
"libgamma.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/gamma.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for gamma.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/gamma.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\gamma.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\gamma.dir/objects.a @CMakeFiles\gamma.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -mwindows -Wl,--whole-archive CMakeFiles\gamma.dir/objects.a -Wl,--no-whole-archive -o gamma.exe -Wl,--out-implib,libgamma.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\gamma.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/gamma.dir/gamma.c.obj CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 16
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 17

View File

@ -0,0 +1,26 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/getopt.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_vulkan.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/glfwinfo.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,149 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/glfwinfo.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/glfwinfo.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/glfwinfo.dir/flags.make
tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj: tests/CMakeFiles/glfwinfo.dir/flags.make
tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj: tests/CMakeFiles/glfwinfo.dir/includes_C.rsp
tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj: ../tests/glfwinfo.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\glfwinfo.dir\glfwinfo.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\glfwinfo.c"
tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/glfwinfo.dir/glfwinfo.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\glfwinfo.c" > CMakeFiles\glfwinfo.dir\glfwinfo.c.i
tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/glfwinfo.dir/glfwinfo.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\glfwinfo.c" -o CMakeFiles\glfwinfo.dir\glfwinfo.c.s
tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj: tests/CMakeFiles/glfwinfo.dir/flags.make
tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj: tests/CMakeFiles/glfwinfo.dir/includes_C.rsp
tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj: ../deps/getopt.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\glfwinfo.dir\__\deps\getopt.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c"
tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/glfwinfo.dir/__/deps/getopt.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" > CMakeFiles\glfwinfo.dir\__\deps\getopt.c.i
tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/glfwinfo.dir/__/deps/getopt.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" -o CMakeFiles\glfwinfo.dir\__\deps\getopt.c.s
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/glfwinfo.dir/flags.make
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/glfwinfo.dir/includes_C.rsp
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\glfwinfo.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\glfwinfo.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\glfwinfo.dir\__\deps\glad_gl.c.s
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj: tests/CMakeFiles/glfwinfo.dir/flags.make
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj: tests/CMakeFiles/glfwinfo.dir/includes_C.rsp
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj: ../deps/glad_vulkan.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\glfwinfo.dir\__\deps\glad_vulkan.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_vulkan.c"
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_vulkan.c" > CMakeFiles\glfwinfo.dir\__\deps\glad_vulkan.c.i
tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_vulkan.c" -o CMakeFiles\glfwinfo.dir\__\deps\glad_vulkan.c.s
# Object files for target glfwinfo
glfwinfo_OBJECTS = \
"CMakeFiles/glfwinfo.dir/glfwinfo.c.obj" \
"CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj" \
"CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj" \
"CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj"
# External object files for target glfwinfo
glfwinfo_EXTERNAL_OBJECTS =
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/build.make
tests/glfwinfo.exe: src/libglfw3.a
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/linklibs.rsp
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/objects1.rsp
tests/glfwinfo.exe: tests/CMakeFiles/glfwinfo.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable glfwinfo.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\glfwinfo.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/glfwinfo.dir/build: tests/glfwinfo.exe
.PHONY : tests/CMakeFiles/glfwinfo.dir/build
tests/CMakeFiles/glfwinfo.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\glfwinfo.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/glfwinfo.dir/clean
tests/CMakeFiles/glfwinfo.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\glfwinfo.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/glfwinfo.dir/depend

View File

@ -0,0 +1,15 @@
file(REMOVE_RECURSE
"CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj"
"CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj"
"CMakeFiles/glfwinfo.dir/glfwinfo.c.obj"
"glfwinfo.exe"
"glfwinfo.exe.manifest"
"glfwinfo.pdb"
"libglfwinfo.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/glfwinfo.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for glfwinfo.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/glfwinfo.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\glfwinfo.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\glfwinfo.dir/objects.a @CMakeFiles\glfwinfo.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -Wl,--whole-archive CMakeFiles\glfwinfo.dir/objects.a -Wl,--no-whole-archive -o glfwinfo.exe -Wl,--out-implib,libglfwinfo.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\glfwinfo.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/glfwinfo.dir/glfwinfo.c.obj CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj

View File

@ -0,0 +1,6 @@
CMAKE_PROGRESS_1 = 34
CMAKE_PROGRESS_2 = 35
CMAKE_PROGRESS_3 = 36
CMAKE_PROGRESS_4 =
CMAKE_PROGRESS_5 = 37

View File

@ -0,0 +1,24 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/icon.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/icon.dir/icon.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,117 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/icon.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/icon.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/icon.dir/flags.make
tests/CMakeFiles/icon.dir/icon.c.obj: tests/CMakeFiles/icon.dir/flags.make
tests/CMakeFiles/icon.dir/icon.c.obj: tests/CMakeFiles/icon.dir/includes_C.rsp
tests/CMakeFiles/icon.dir/icon.c.obj: ../tests/icon.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/icon.dir/icon.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\icon.dir\icon.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\icon.c"
tests/CMakeFiles/icon.dir/icon.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/icon.dir/icon.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\icon.c" > CMakeFiles\icon.dir\icon.c.i
tests/CMakeFiles/icon.dir/icon.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/icon.dir/icon.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\icon.c" -o CMakeFiles\icon.dir\icon.c.s
tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/icon.dir/flags.make
tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/icon.dir/includes_C.rsp
tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\icon.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/icon.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\icon.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/icon.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\icon.dir\__\deps\glad_gl.c.s
# Object files for target icon
icon_OBJECTS = \
"CMakeFiles/icon.dir/icon.c.obj" \
"CMakeFiles/icon.dir/__/deps/glad_gl.c.obj"
# External object files for target icon
icon_EXTERNAL_OBJECTS =
tests/icon.exe: tests/CMakeFiles/icon.dir/icon.c.obj
tests/icon.exe: tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj
tests/icon.exe: tests/CMakeFiles/icon.dir/build.make
tests/icon.exe: src/libglfw3.a
tests/icon.exe: tests/CMakeFiles/icon.dir/linklibs.rsp
tests/icon.exe: tests/CMakeFiles/icon.dir/objects1.rsp
tests/icon.exe: tests/CMakeFiles/icon.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable icon.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\icon.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/icon.dir/build: tests/icon.exe
.PHONY : tests/CMakeFiles/icon.dir/build
tests/CMakeFiles/icon.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\icon.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/icon.dir/clean
tests/CMakeFiles/icon.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\icon.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/icon.dir/depend

View File

@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/icon.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/icon.dir/icon.c.obj"
"icon.exe"
"icon.exe.manifest"
"icon.pdb"
"libicon.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/icon.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for icon.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/icon.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\icon.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\icon.dir/objects.a @CMakeFiles\icon.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -mwindows -Wl,--whole-archive CMakeFiles\icon.dir/objects.a -Wl,--no-whole-archive -o icon.exe -Wl,--out-implib,libicon.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\icon.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/icon.dir/icon.c.obj CMakeFiles/icon.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 41
CMAKE_PROGRESS_2 = 42
CMAKE_PROGRESS_3 = 43

View File

@ -0,0 +1,25 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/getopt.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/iconify.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/iconify.dir/iconify.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,133 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/iconify.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/iconify.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/iconify.dir/flags.make
tests/CMakeFiles/iconify.dir/iconify.c.obj: tests/CMakeFiles/iconify.dir/flags.make
tests/CMakeFiles/iconify.dir/iconify.c.obj: tests/CMakeFiles/iconify.dir/includes_C.rsp
tests/CMakeFiles/iconify.dir/iconify.c.obj: ../tests/iconify.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/iconify.dir/iconify.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\iconify.dir\iconify.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\iconify.c"
tests/CMakeFiles/iconify.dir/iconify.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/iconify.dir/iconify.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\iconify.c" > CMakeFiles\iconify.dir\iconify.c.i
tests/CMakeFiles/iconify.dir/iconify.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/iconify.dir/iconify.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\iconify.c" -o CMakeFiles\iconify.dir\iconify.c.s
tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj: tests/CMakeFiles/iconify.dir/flags.make
tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj: tests/CMakeFiles/iconify.dir/includes_C.rsp
tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj: ../deps/getopt.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\iconify.dir\__\deps\getopt.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c"
tests/CMakeFiles/iconify.dir/__/deps/getopt.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/iconify.dir/__/deps/getopt.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" > CMakeFiles\iconify.dir\__\deps\getopt.c.i
tests/CMakeFiles/iconify.dir/__/deps/getopt.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/iconify.dir/__/deps/getopt.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" -o CMakeFiles\iconify.dir\__\deps\getopt.c.s
tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/iconify.dir/flags.make
tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/iconify.dir/includes_C.rsp
tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\iconify.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/iconify.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\iconify.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/iconify.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\iconify.dir\__\deps\glad_gl.c.s
# Object files for target iconify
iconify_OBJECTS = \
"CMakeFiles/iconify.dir/iconify.c.obj" \
"CMakeFiles/iconify.dir/__/deps/getopt.c.obj" \
"CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj"
# External object files for target iconify
iconify_EXTERNAL_OBJECTS =
tests/iconify.exe: tests/CMakeFiles/iconify.dir/iconify.c.obj
tests/iconify.exe: tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj
tests/iconify.exe: tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj
tests/iconify.exe: tests/CMakeFiles/iconify.dir/build.make
tests/iconify.exe: src/libglfw3.a
tests/iconify.exe: tests/CMakeFiles/iconify.dir/linklibs.rsp
tests/iconify.exe: tests/CMakeFiles/iconify.dir/objects1.rsp
tests/iconify.exe: tests/CMakeFiles/iconify.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable iconify.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\iconify.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/iconify.dir/build: tests/iconify.exe
.PHONY : tests/CMakeFiles/iconify.dir/build
tests/CMakeFiles/iconify.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\iconify.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/iconify.dir/clean
tests/CMakeFiles/iconify.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\iconify.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/iconify.dir/depend

View File

@ -0,0 +1,14 @@
file(REMOVE_RECURSE
"CMakeFiles/iconify.dir/__/deps/getopt.c.obj"
"CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/iconify.dir/iconify.c.obj"
"iconify.exe"
"iconify.exe.manifest"
"iconify.pdb"
"libiconify.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/iconify.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for iconify.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/iconify.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\iconify.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\iconify.dir/objects.a @CMakeFiles\iconify.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -Wl,--whole-archive CMakeFiles\iconify.dir/objects.a -Wl,--no-whole-archive -o iconify.exe -Wl,--out-implib,libiconify.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\iconify.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/iconify.dir/iconify.c.obj CMakeFiles/iconify.dir/__/deps/getopt.c.obj CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,5 @@
CMAKE_PROGRESS_1 = 44
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 45
CMAKE_PROGRESS_4 = 46

View File

@ -0,0 +1,25 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/getopt.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/inputlag.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/inputlag.dir/inputlag.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,133 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/inputlag.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/inputlag.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/inputlag.dir/flags.make
tests/CMakeFiles/inputlag.dir/inputlag.c.obj: tests/CMakeFiles/inputlag.dir/flags.make
tests/CMakeFiles/inputlag.dir/inputlag.c.obj: tests/CMakeFiles/inputlag.dir/includes_C.rsp
tests/CMakeFiles/inputlag.dir/inputlag.c.obj: ../tests/inputlag.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/inputlag.dir/inputlag.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\inputlag.dir\inputlag.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\inputlag.c"
tests/CMakeFiles/inputlag.dir/inputlag.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/inputlag.dir/inputlag.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\inputlag.c" > CMakeFiles\inputlag.dir\inputlag.c.i
tests/CMakeFiles/inputlag.dir/inputlag.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/inputlag.dir/inputlag.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\inputlag.c" -o CMakeFiles\inputlag.dir\inputlag.c.s
tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj: tests/CMakeFiles/inputlag.dir/flags.make
tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj: tests/CMakeFiles/inputlag.dir/includes_C.rsp
tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj: ../deps/getopt.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\inputlag.dir\__\deps\getopt.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c"
tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/inputlag.dir/__/deps/getopt.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" > CMakeFiles\inputlag.dir\__\deps\getopt.c.i
tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/inputlag.dir/__/deps/getopt.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\getopt.c" -o CMakeFiles\inputlag.dir\__\deps\getopt.c.s
tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/inputlag.dir/flags.make
tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/inputlag.dir/includes_C.rsp
tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\inputlag.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/inputlag.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\inputlag.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/inputlag.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\inputlag.dir\__\deps\glad_gl.c.s
# Object files for target inputlag
inputlag_OBJECTS = \
"CMakeFiles/inputlag.dir/inputlag.c.obj" \
"CMakeFiles/inputlag.dir/__/deps/getopt.c.obj" \
"CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj"
# External object files for target inputlag
inputlag_EXTERNAL_OBJECTS =
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/inputlag.c.obj
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/build.make
tests/inputlag.exe: src/libglfw3.a
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/linklibs.rsp
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/objects1.rsp
tests/inputlag.exe: tests/CMakeFiles/inputlag.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable inputlag.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\inputlag.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/inputlag.dir/build: tests/inputlag.exe
.PHONY : tests/CMakeFiles/inputlag.dir/build
tests/CMakeFiles/inputlag.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\inputlag.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/inputlag.dir/clean
tests/CMakeFiles/inputlag.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\inputlag.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/inputlag.dir/depend

View File

@ -0,0 +1,14 @@
file(REMOVE_RECURSE
"CMakeFiles/inputlag.dir/__/deps/getopt.c.obj"
"CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/inputlag.dir/inputlag.c.obj"
"inputlag.exe"
"inputlag.exe.manifest"
"inputlag.pdb"
"libinputlag.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/inputlag.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for inputlag.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/inputlag.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\inputlag.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\inputlag.dir/objects.a @CMakeFiles\inputlag.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -mwindows -Wl,--whole-archive CMakeFiles\inputlag.dir/objects.a -Wl,--no-whole-archive -o inputlag.exe -Wl,--out-implib,libinputlag.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\inputlag.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/inputlag.dir/inputlag.c.obj CMakeFiles/inputlag.dir/__/deps/getopt.c.obj CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,5 @@
CMAKE_PROGRESS_1 = 47
CMAKE_PROGRESS_2 = 48
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 49

View File

@ -0,0 +1,24 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/joysticks.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/joysticks.dir/joysticks.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,117 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\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:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/joysticks.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/joysticks.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/joysticks.dir/flags.make
tests/CMakeFiles/joysticks.dir/joysticks.c.obj: tests/CMakeFiles/joysticks.dir/flags.make
tests/CMakeFiles/joysticks.dir/joysticks.c.obj: tests/CMakeFiles/joysticks.dir/includes_C.rsp
tests/CMakeFiles/joysticks.dir/joysticks.c.obj: ../tests/joysticks.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/joysticks.dir/joysticks.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\joysticks.dir\joysticks.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\joysticks.c"
tests/CMakeFiles/joysticks.dir/joysticks.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/joysticks.dir/joysticks.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\joysticks.c" > CMakeFiles\joysticks.dir\joysticks.c.i
tests/CMakeFiles/joysticks.dir/joysticks.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/joysticks.dir/joysticks.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\joysticks.c" -o CMakeFiles\joysticks.dir\joysticks.c.s
tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/joysticks.dir/flags.make
tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj: tests/CMakeFiles/joysticks.dir/includes_C.rsp
tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj: ../deps/glad_gl.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\joysticks.dir\__\deps\glad_gl.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c"
tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/joysticks.dir/__/deps/glad_gl.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" > CMakeFiles\joysticks.dir\__\deps\glad_gl.c.i
tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/joysticks.dir/__/deps/glad_gl.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_gl.c" -o CMakeFiles\joysticks.dir\__\deps\glad_gl.c.s
# Object files for target joysticks
joysticks_OBJECTS = \
"CMakeFiles/joysticks.dir/joysticks.c.obj" \
"CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj"
# External object files for target joysticks
joysticks_EXTERNAL_OBJECTS =
tests/joysticks.exe: tests/CMakeFiles/joysticks.dir/joysticks.c.obj
tests/joysticks.exe: tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj
tests/joysticks.exe: tests/CMakeFiles/joysticks.dir/build.make
tests/joysticks.exe: src/libglfw3.a
tests/joysticks.exe: tests/CMakeFiles/joysticks.dir/linklibs.rsp
tests/joysticks.exe: tests/CMakeFiles/joysticks.dir/objects1.rsp
tests/joysticks.exe: tests/CMakeFiles/joysticks.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable joysticks.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\joysticks.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/joysticks.dir/build: tests/joysticks.exe
.PHONY : tests/CMakeFiles/joysticks.dir/build
tests/CMakeFiles/joysticks.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\joysticks.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/joysticks.dir/clean
tests/CMakeFiles/joysticks.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\joysticks.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/joysticks.dir/depend

View File

@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj"
"CMakeFiles/joysticks.dir/joysticks.c.obj"
"joysticks.exe"
"joysticks.exe.manifest"
"joysticks.pdb"
"libjoysticks.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/joysticks.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for joysticks.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/joysticks.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\joysticks.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\joysticks.dir/objects.a @CMakeFiles\joysticks.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -mwindows -Wl,--whole-archive CMakeFiles\joysticks.dir/objects.a -Wl,--no-whole-archive -o joysticks.exe -Wl,--out-implib,libjoysticks.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\joysticks.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/joysticks.dir/joysticks.c.obj CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj

View File

@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 50
CMAKE_PROGRESS_2 = 51
CMAKE_PROGRESS_3 = 52

Some files were not shown because too many files have changed in this diff Show More