Init opengl
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
1
glfw-3.3/cmake-build-debug/src/CMakeFiles/progress.marks
Normal file
1
glfw-3.3/cmake-build-debug/src/CMakeFiles/progress.marks
Normal file
@ -0,0 +1 @@
|
||||
13
|
649
glfw-3.3/cmake-build-debug/src/Makefile
Normal file
649
glfw-3.3/cmake-build-debug/src/Makefile
Normal file
@ -0,0 +1,649 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# 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"
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E echo "No interactive CMake dialog available."
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\src\CMakeFiles\progress.marks"
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 src/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 src/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 src/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
src/CMakeFiles/glfw.dir/rule:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 src/CMakeFiles/glfw.dir/rule
|
||||
.PHONY : src/CMakeFiles/glfw.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
glfw: src/CMakeFiles/glfw.dir/rule
|
||||
|
||||
.PHONY : glfw
|
||||
|
||||
# fast build rule for target.
|
||||
glfw/fast:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/build
|
||||
.PHONY : glfw/fast
|
||||
|
||||
context.obj: context.c.obj
|
||||
|
||||
.PHONY : context.obj
|
||||
|
||||
# target to build an object file
|
||||
context.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/context.c.obj
|
||||
.PHONY : context.c.obj
|
||||
|
||||
context.i: context.c.i
|
||||
|
||||
.PHONY : context.i
|
||||
|
||||
# target to preprocess a source file
|
||||
context.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/context.c.i
|
||||
.PHONY : context.c.i
|
||||
|
||||
context.s: context.c.s
|
||||
|
||||
.PHONY : context.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
context.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/context.c.s
|
||||
.PHONY : context.c.s
|
||||
|
||||
egl_context.obj: egl_context.c.obj
|
||||
|
||||
.PHONY : egl_context.obj
|
||||
|
||||
# target to build an object file
|
||||
egl_context.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/egl_context.c.obj
|
||||
.PHONY : egl_context.c.obj
|
||||
|
||||
egl_context.i: egl_context.c.i
|
||||
|
||||
.PHONY : egl_context.i
|
||||
|
||||
# target to preprocess a source file
|
||||
egl_context.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/egl_context.c.i
|
||||
.PHONY : egl_context.c.i
|
||||
|
||||
egl_context.s: egl_context.c.s
|
||||
|
||||
.PHONY : egl_context.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
egl_context.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/egl_context.c.s
|
||||
.PHONY : egl_context.c.s
|
||||
|
||||
init.obj: init.c.obj
|
||||
|
||||
.PHONY : init.obj
|
||||
|
||||
# target to build an object file
|
||||
init.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/init.c.obj
|
||||
.PHONY : init.c.obj
|
||||
|
||||
init.i: init.c.i
|
||||
|
||||
.PHONY : init.i
|
||||
|
||||
# target to preprocess a source file
|
||||
init.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/init.c.i
|
||||
.PHONY : init.c.i
|
||||
|
||||
init.s: init.c.s
|
||||
|
||||
.PHONY : init.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
init.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/init.c.s
|
||||
.PHONY : init.c.s
|
||||
|
||||
input.obj: input.c.obj
|
||||
|
||||
.PHONY : input.obj
|
||||
|
||||
# target to build an object file
|
||||
input.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/input.c.obj
|
||||
.PHONY : input.c.obj
|
||||
|
||||
input.i: input.c.i
|
||||
|
||||
.PHONY : input.i
|
||||
|
||||
# target to preprocess a source file
|
||||
input.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/input.c.i
|
||||
.PHONY : input.c.i
|
||||
|
||||
input.s: input.c.s
|
||||
|
||||
.PHONY : input.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
input.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/input.c.s
|
||||
.PHONY : input.c.s
|
||||
|
||||
monitor.obj: monitor.c.obj
|
||||
|
||||
.PHONY : monitor.obj
|
||||
|
||||
# target to build an object file
|
||||
monitor.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/monitor.c.obj
|
||||
.PHONY : monitor.c.obj
|
||||
|
||||
monitor.i: monitor.c.i
|
||||
|
||||
.PHONY : monitor.i
|
||||
|
||||
# target to preprocess a source file
|
||||
monitor.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/monitor.c.i
|
||||
.PHONY : monitor.c.i
|
||||
|
||||
monitor.s: monitor.c.s
|
||||
|
||||
.PHONY : monitor.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
monitor.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/monitor.c.s
|
||||
.PHONY : monitor.c.s
|
||||
|
||||
osmesa_context.obj: osmesa_context.c.obj
|
||||
|
||||
.PHONY : osmesa_context.obj
|
||||
|
||||
# target to build an object file
|
||||
osmesa_context.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/osmesa_context.c.obj
|
||||
.PHONY : osmesa_context.c.obj
|
||||
|
||||
osmesa_context.i: osmesa_context.c.i
|
||||
|
||||
.PHONY : osmesa_context.i
|
||||
|
||||
# target to preprocess a source file
|
||||
osmesa_context.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/osmesa_context.c.i
|
||||
.PHONY : osmesa_context.c.i
|
||||
|
||||
osmesa_context.s: osmesa_context.c.s
|
||||
|
||||
.PHONY : osmesa_context.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
osmesa_context.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/osmesa_context.c.s
|
||||
.PHONY : osmesa_context.c.s
|
||||
|
||||
vulkan.obj: vulkan.c.obj
|
||||
|
||||
.PHONY : vulkan.obj
|
||||
|
||||
# target to build an object file
|
||||
vulkan.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/vulkan.c.obj
|
||||
.PHONY : vulkan.c.obj
|
||||
|
||||
vulkan.i: vulkan.c.i
|
||||
|
||||
.PHONY : vulkan.i
|
||||
|
||||
# target to preprocess a source file
|
||||
vulkan.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/vulkan.c.i
|
||||
.PHONY : vulkan.c.i
|
||||
|
||||
vulkan.s: vulkan.c.s
|
||||
|
||||
.PHONY : vulkan.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
vulkan.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/vulkan.c.s
|
||||
.PHONY : vulkan.c.s
|
||||
|
||||
wgl_context.obj: wgl_context.c.obj
|
||||
|
||||
.PHONY : wgl_context.obj
|
||||
|
||||
# target to build an object file
|
||||
wgl_context.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/wgl_context.c.obj
|
||||
.PHONY : wgl_context.c.obj
|
||||
|
||||
wgl_context.i: wgl_context.c.i
|
||||
|
||||
.PHONY : wgl_context.i
|
||||
|
||||
# target to preprocess a source file
|
||||
wgl_context.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/wgl_context.c.i
|
||||
.PHONY : wgl_context.c.i
|
||||
|
||||
wgl_context.s: wgl_context.c.s
|
||||
|
||||
.PHONY : wgl_context.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
wgl_context.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/wgl_context.c.s
|
||||
.PHONY : wgl_context.c.s
|
||||
|
||||
win32_init.obj: win32_init.c.obj
|
||||
|
||||
.PHONY : win32_init.obj
|
||||
|
||||
# target to build an object file
|
||||
win32_init.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_init.c.obj
|
||||
.PHONY : win32_init.c.obj
|
||||
|
||||
win32_init.i: win32_init.c.i
|
||||
|
||||
.PHONY : win32_init.i
|
||||
|
||||
# target to preprocess a source file
|
||||
win32_init.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_init.c.i
|
||||
.PHONY : win32_init.c.i
|
||||
|
||||
win32_init.s: win32_init.c.s
|
||||
|
||||
.PHONY : win32_init.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
win32_init.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_init.c.s
|
||||
.PHONY : win32_init.c.s
|
||||
|
||||
win32_joystick.obj: win32_joystick.c.obj
|
||||
|
||||
.PHONY : win32_joystick.obj
|
||||
|
||||
# target to build an object file
|
||||
win32_joystick.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_joystick.c.obj
|
||||
.PHONY : win32_joystick.c.obj
|
||||
|
||||
win32_joystick.i: win32_joystick.c.i
|
||||
|
||||
.PHONY : win32_joystick.i
|
||||
|
||||
# target to preprocess a source file
|
||||
win32_joystick.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_joystick.c.i
|
||||
.PHONY : win32_joystick.c.i
|
||||
|
||||
win32_joystick.s: win32_joystick.c.s
|
||||
|
||||
.PHONY : win32_joystick.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
win32_joystick.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_joystick.c.s
|
||||
.PHONY : win32_joystick.c.s
|
||||
|
||||
win32_monitor.obj: win32_monitor.c.obj
|
||||
|
||||
.PHONY : win32_monitor.obj
|
||||
|
||||
# target to build an object file
|
||||
win32_monitor.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_monitor.c.obj
|
||||
.PHONY : win32_monitor.c.obj
|
||||
|
||||
win32_monitor.i: win32_monitor.c.i
|
||||
|
||||
.PHONY : win32_monitor.i
|
||||
|
||||
# target to preprocess a source file
|
||||
win32_monitor.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_monitor.c.i
|
||||
.PHONY : win32_monitor.c.i
|
||||
|
||||
win32_monitor.s: win32_monitor.c.s
|
||||
|
||||
.PHONY : win32_monitor.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
win32_monitor.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_monitor.c.s
|
||||
.PHONY : win32_monitor.c.s
|
||||
|
||||
win32_thread.obj: win32_thread.c.obj
|
||||
|
||||
.PHONY : win32_thread.obj
|
||||
|
||||
# target to build an object file
|
||||
win32_thread.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_thread.c.obj
|
||||
.PHONY : win32_thread.c.obj
|
||||
|
||||
win32_thread.i: win32_thread.c.i
|
||||
|
||||
.PHONY : win32_thread.i
|
||||
|
||||
# target to preprocess a source file
|
||||
win32_thread.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_thread.c.i
|
||||
.PHONY : win32_thread.c.i
|
||||
|
||||
win32_thread.s: win32_thread.c.s
|
||||
|
||||
.PHONY : win32_thread.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
win32_thread.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_thread.c.s
|
||||
.PHONY : win32_thread.c.s
|
||||
|
||||
win32_time.obj: win32_time.c.obj
|
||||
|
||||
.PHONY : win32_time.obj
|
||||
|
||||
# target to build an object file
|
||||
win32_time.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_time.c.obj
|
||||
.PHONY : win32_time.c.obj
|
||||
|
||||
win32_time.i: win32_time.c.i
|
||||
|
||||
.PHONY : win32_time.i
|
||||
|
||||
# target to preprocess a source file
|
||||
win32_time.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_time.c.i
|
||||
.PHONY : win32_time.c.i
|
||||
|
||||
win32_time.s: win32_time.c.s
|
||||
|
||||
.PHONY : win32_time.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
win32_time.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_time.c.s
|
||||
.PHONY : win32_time.c.s
|
||||
|
||||
win32_window.obj: win32_window.c.obj
|
||||
|
||||
.PHONY : win32_window.obj
|
||||
|
||||
# target to build an object file
|
||||
win32_window.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_window.c.obj
|
||||
.PHONY : win32_window.c.obj
|
||||
|
||||
win32_window.i: win32_window.c.i
|
||||
|
||||
.PHONY : win32_window.i
|
||||
|
||||
# target to preprocess a source file
|
||||
win32_window.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_window.c.i
|
||||
.PHONY : win32_window.c.i
|
||||
|
||||
win32_window.s: win32_window.c.s
|
||||
|
||||
.PHONY : win32_window.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
win32_window.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/win32_window.c.s
|
||||
.PHONY : win32_window.c.s
|
||||
|
||||
window.obj: window.c.obj
|
||||
|
||||
.PHONY : window.obj
|
||||
|
||||
# target to build an object file
|
||||
window.c.obj:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/window.c.obj
|
||||
.PHONY : window.c.obj
|
||||
|
||||
window.i: window.c.i
|
||||
|
||||
.PHONY : window.i
|
||||
|
||||
# target to preprocess a source file
|
||||
window.c.i:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/window.c.i
|
||||
.PHONY : window.c.i
|
||||
|
||||
window.s: window.c.s
|
||||
|
||||
.PHONY : window.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
window.c.s:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/window.c.s
|
||||
.PHONY : window.c.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo The following are some of the valid targets for this Makefile:
|
||||
@echo ... all (the default if no target is provided)
|
||||
@echo ... clean
|
||||
@echo ... depend
|
||||
@echo ... rebuild_cache
|
||||
@echo ... glfw
|
||||
@echo ... install/local
|
||||
@echo ... install
|
||||
@echo ... edit_cache
|
||||
@echo ... list_install_components
|
||||
@echo ... install/strip
|
||||
@echo ... context.obj
|
||||
@echo ... context.i
|
||||
@echo ... context.s
|
||||
@echo ... egl_context.obj
|
||||
@echo ... egl_context.i
|
||||
@echo ... egl_context.s
|
||||
@echo ... init.obj
|
||||
@echo ... init.i
|
||||
@echo ... init.s
|
||||
@echo ... input.obj
|
||||
@echo ... input.i
|
||||
@echo ... input.s
|
||||
@echo ... monitor.obj
|
||||
@echo ... monitor.i
|
||||
@echo ... monitor.s
|
||||
@echo ... osmesa_context.obj
|
||||
@echo ... osmesa_context.i
|
||||
@echo ... osmesa_context.s
|
||||
@echo ... vulkan.obj
|
||||
@echo ... vulkan.i
|
||||
@echo ... vulkan.s
|
||||
@echo ... wgl_context.obj
|
||||
@echo ... wgl_context.i
|
||||
@echo ... wgl_context.s
|
||||
@echo ... win32_init.obj
|
||||
@echo ... win32_init.i
|
||||
@echo ... win32_init.s
|
||||
@echo ... win32_joystick.obj
|
||||
@echo ... win32_joystick.i
|
||||
@echo ... win32_joystick.s
|
||||
@echo ... win32_monitor.obj
|
||||
@echo ... win32_monitor.i
|
||||
@echo ... win32_monitor.s
|
||||
@echo ... win32_thread.obj
|
||||
@echo ... win32_thread.i
|
||||
@echo ... win32_thread.s
|
||||
@echo ... win32_time.obj
|
||||
@echo ... win32_time.i
|
||||
@echo ... win32_time.s
|
||||
@echo ... win32_window.obj
|
||||
@echo ... win32_window.i
|
||||
@echo ... win32_window.s
|
||||
@echo ... window.obj
|
||||
@echo ... window.i
|
||||
@echo ... window.s
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
38
glfw-3.3/cmake-build-debug/src/cmake_install.cmake
Normal file
38
glfw-3.3/cmake-build-debug/src/cmake_install.cmake
Normal file
@ -0,0 +1,38 @@
|
||||
# Install script for directory: D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/src
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/GLFW")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/libglfw3.a")
|
||||
endif()
|
||||
|
13
glfw-3.3/cmake-build-debug/src/glfw3.pc
Normal file
13
glfw-3.3/cmake-build-debug/src/glfw3.pc
Normal file
@ -0,0 +1,13 @@
|
||||
prefix=C:/Program Files (x86)/GLFW
|
||||
exec_prefix=${prefix}
|
||||
includedir=C:/Program Files (x86)/GLFW/include
|
||||
libdir=C:/Program Files (x86)/GLFW/lib
|
||||
|
||||
Name: GLFW
|
||||
Description: A multi-platform library for OpenGL, window and input
|
||||
Version: 3.3.0
|
||||
URL: https://www.glfw.org/
|
||||
Requires.private:
|
||||
Libs: -L${libdir} -lglfw3
|
||||
Libs.private: -lgdi32
|
||||
Cflags: -I${includedir}
|
1
glfw-3.3/cmake-build-debug/src/glfw3Config.cmake
Normal file
1
glfw-3.3/cmake-build-debug/src/glfw3Config.cmake
Normal file
@ -0,0 +1 @@
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")
|
51
glfw-3.3/cmake-build-debug/src/glfw3ConfigVersion.cmake
Normal file
51
glfw-3.3/cmake-build-debug/src/glfw3ConfigVersion.cmake
Normal file
@ -0,0 +1,51 @@
|
||||
# This is a basic version file for the Config-mode of find_package().
|
||||
# It is used by write_basic_package_version_file() as input file for configure_file()
|
||||
# to create a version-file which can be installed along a config.cmake file.
|
||||
#
|
||||
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
||||
# the requested version string are exactly the same and it sets
|
||||
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
|
||||
# but only if the requested major version is the same as the current one.
|
||||
# The variable CVF_VERSION must be set before calling configure_file().
|
||||
|
||||
|
||||
set(PACKAGE_VERSION "3.3.0")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
||||
if("3.3.0" MATCHES "^([0-9]+)\\.")
|
||||
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
||||
else()
|
||||
set(CVF_VERSION_MAJOR "3.3.0")
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
||||
set(PACKAGE_VERSION_EXACT TRUE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
# if the installed project requested no architecture check, don't perform the check
|
||||
if("FALSE")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
||||
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
||||
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
|
||||
math(EXPR installedBits "8 * 8")
|
||||
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
||||
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
||||
endif()
|
60
glfw-3.3/cmake-build-debug/src/glfw_config.h
Normal file
60
glfw-3.3/cmake-build-debug/src/glfw_config.h
Normal file
@ -0,0 +1,60 @@
|
||||
//========================================================================
|
||||
// GLFW 3.3 - www.glfw.org
|
||||
//------------------------------------------------------------------------
|
||||
// Copyright (c) 2010-2016 Camilla Löwy <elmindreda@glfw.org>
|
||||
//
|
||||
// This software is provided 'as-is', without any express or implied
|
||||
// warranty. In no event will the authors be held liable for any damages
|
||||
// arising from the use of this software.
|
||||
//
|
||||
// Permission is granted to anyone to use this software for any purpose,
|
||||
// including commercial applications, and to alter it and redistribute it
|
||||
// freely, subject to the following restrictions:
|
||||
//
|
||||
// 1. The origin of this software must not be misrepresented; you must not
|
||||
// claim that you wrote the original software. If you use this software
|
||||
// in a product, an acknowledgment in the product documentation would
|
||||
// be appreciated but is not required.
|
||||
//
|
||||
// 2. Altered source versions must be plainly marked as such, and must not
|
||||
// be misrepresented as being the original software.
|
||||
//
|
||||
// 3. This notice may not be removed or altered from any source
|
||||
// distribution.
|
||||
//
|
||||
//========================================================================
|
||||
// As glfw_config.h.in, this file is used by CMake to produce the
|
||||
// glfw_config.h configuration header file. If you are adding a feature
|
||||
// requiring conditional compilation, this is where to add the macro.
|
||||
//========================================================================
|
||||
// As glfw_config.h, this file defines compile-time option macros for a
|
||||
// specific platform and development environment. If you are using the
|
||||
// GLFW CMake files, modify glfw_config.h.in instead of this file. If you
|
||||
// are using your own build system, make this file define the appropriate
|
||||
// macros in whatever way is suitable.
|
||||
//========================================================================
|
||||
|
||||
// Define this to 1 if building GLFW for X11
|
||||
/* #undef _GLFW_X11 */
|
||||
// Define this to 1 if building GLFW for Win32
|
||||
#define _GLFW_WIN32
|
||||
// Define this to 1 if building GLFW for Cocoa
|
||||
/* #undef _GLFW_COCOA */
|
||||
// Define this to 1 if building GLFW for Wayland
|
||||
/* #undef _GLFW_WAYLAND */
|
||||
// Define this to 1 if building GLFW for OSMesa
|
||||
/* #undef _GLFW_OSMESA */
|
||||
|
||||
// Define this to 1 if building as a shared library / dynamic library / DLL
|
||||
/* #undef _GLFW_BUILD_DLL */
|
||||
// Define this to 1 to use Vulkan loader linked statically into application
|
||||
/* #undef _GLFW_VULKAN_STATIC */
|
||||
|
||||
// Define this to 1 to force use of high-performance GPU on hybrid systems
|
||||
/* #undef _GLFW_USE_HYBRID_HPG */
|
||||
|
||||
// Define this to 1 if xkbcommon supports the compose key
|
||||
/* #undef HAVE_XKBCOMMON_COMPOSE_H */
|
||||
// Define this to 1 if the libc supports memfd_create()
|
||||
/* #undef HAVE_MEMFD_CREATE */
|
||||
|
BIN
glfw-3.3/cmake-build-debug/src/libglfw3.a
Normal file
BIN
glfw-3.3/cmake-build-debug/src/libglfw3.a
Normal file
Binary file not shown.
Reference in New Issue
Block a user