|
|
|
@@ -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
|
|
|
|
|
|