1305 lines
59 KiB
Makefile
1305 lines
59 KiB
Makefile
# 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 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 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 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
|
|
|
|
# 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
|
|
|
|
# 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\tests\CMakeFiles\progress.marks"
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/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 tests/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 tests/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 tests/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.
|
|
tests/CMakeFiles/clipboard.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/clipboard.dir/rule
|
|
.PHONY : tests/CMakeFiles/clipboard.dir/rule
|
|
|
|
# Convenience name for target.
|
|
clipboard: tests/CMakeFiles/clipboard.dir/rule
|
|
|
|
.PHONY : clipboard
|
|
|
|
# fast build rule for target.
|
|
clipboard/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/build
|
|
.PHONY : clipboard/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/events.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/events.dir/rule
|
|
.PHONY : tests/CMakeFiles/events.dir/rule
|
|
|
|
# Convenience name for target.
|
|
events: tests/CMakeFiles/events.dir/rule
|
|
|
|
.PHONY : events
|
|
|
|
# fast build rule for target.
|
|
events/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/build
|
|
.PHONY : events/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/msaa.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/msaa.dir/rule
|
|
.PHONY : tests/CMakeFiles/msaa.dir/rule
|
|
|
|
# Convenience name for target.
|
|
msaa: tests/CMakeFiles/msaa.dir/rule
|
|
|
|
.PHONY : msaa
|
|
|
|
# fast build rule for target.
|
|
msaa/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/build
|
|
.PHONY : msaa/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/glfwinfo.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/glfwinfo.dir/rule
|
|
.PHONY : tests/CMakeFiles/glfwinfo.dir/rule
|
|
|
|
# Convenience name for target.
|
|
glfwinfo: tests/CMakeFiles/glfwinfo.dir/rule
|
|
|
|
.PHONY : glfwinfo
|
|
|
|
# fast build rule for target.
|
|
glfwinfo/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/build
|
|
.PHONY : glfwinfo/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/iconify.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/iconify.dir/rule
|
|
.PHONY : tests/CMakeFiles/iconify.dir/rule
|
|
|
|
# Convenience name for target.
|
|
iconify: tests/CMakeFiles/iconify.dir/rule
|
|
|
|
.PHONY : iconify
|
|
|
|
# fast build rule for target.
|
|
iconify/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/build
|
|
.PHONY : iconify/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/monitors.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/monitors.dir/rule
|
|
.PHONY : tests/CMakeFiles/monitors.dir/rule
|
|
|
|
# Convenience name for target.
|
|
monitors: tests/CMakeFiles/monitors.dir/rule
|
|
|
|
.PHONY : monitors
|
|
|
|
# fast build rule for target.
|
|
monitors/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/build
|
|
.PHONY : monitors/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/reopen.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/reopen.dir/rule
|
|
.PHONY : tests/CMakeFiles/reopen.dir/rule
|
|
|
|
# Convenience name for target.
|
|
reopen: tests/CMakeFiles/reopen.dir/rule
|
|
|
|
.PHONY : reopen
|
|
|
|
# fast build rule for target.
|
|
reopen/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/build
|
|
.PHONY : reopen/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/cursor.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/cursor.dir/rule
|
|
.PHONY : tests/CMakeFiles/cursor.dir/rule
|
|
|
|
# Convenience name for target.
|
|
cursor: tests/CMakeFiles/cursor.dir/rule
|
|
|
|
.PHONY : cursor
|
|
|
|
# fast build rule for target.
|
|
cursor/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/build
|
|
.PHONY : cursor/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/empty.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/empty.dir/rule
|
|
.PHONY : tests/CMakeFiles/empty.dir/rule
|
|
|
|
# Convenience name for target.
|
|
empty: tests/CMakeFiles/empty.dir/rule
|
|
|
|
.PHONY : empty
|
|
|
|
# fast build rule for target.
|
|
empty/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/build
|
|
.PHONY : empty/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/gamma.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/gamma.dir/rule
|
|
.PHONY : tests/CMakeFiles/gamma.dir/rule
|
|
|
|
# Convenience name for target.
|
|
gamma: tests/CMakeFiles/gamma.dir/rule
|
|
|
|
.PHONY : gamma
|
|
|
|
# fast build rule for target.
|
|
gamma/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/build
|
|
.PHONY : gamma/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/icon.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/icon.dir/rule
|
|
.PHONY : tests/CMakeFiles/icon.dir/rule
|
|
|
|
# Convenience name for target.
|
|
icon: tests/CMakeFiles/icon.dir/rule
|
|
|
|
.PHONY : icon
|
|
|
|
# fast build rule for target.
|
|
icon/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/build
|
|
.PHONY : icon/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/inputlag.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/inputlag.dir/rule
|
|
.PHONY : tests/CMakeFiles/inputlag.dir/rule
|
|
|
|
# Convenience name for target.
|
|
inputlag: tests/CMakeFiles/inputlag.dir/rule
|
|
|
|
.PHONY : inputlag
|
|
|
|
# fast build rule for target.
|
|
inputlag/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/build
|
|
.PHONY : inputlag/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/joysticks.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/joysticks.dir/rule
|
|
.PHONY : tests/CMakeFiles/joysticks.dir/rule
|
|
|
|
# Convenience name for target.
|
|
joysticks: tests/CMakeFiles/joysticks.dir/rule
|
|
|
|
.PHONY : joysticks
|
|
|
|
# fast build rule for target.
|
|
joysticks/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/build
|
|
.PHONY : joysticks/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/threads.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/threads.dir/rule
|
|
.PHONY : tests/CMakeFiles/threads.dir/rule
|
|
|
|
# Convenience name for target.
|
|
threads: tests/CMakeFiles/threads.dir/rule
|
|
|
|
.PHONY : threads
|
|
|
|
# fast build rule for target.
|
|
threads/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/build
|
|
.PHONY : threads/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/opacity.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/opacity.dir/rule
|
|
.PHONY : tests/CMakeFiles/opacity.dir/rule
|
|
|
|
# Convenience name for target.
|
|
opacity: tests/CMakeFiles/opacity.dir/rule
|
|
|
|
.PHONY : opacity
|
|
|
|
# fast build rule for target.
|
|
opacity/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/build
|
|
.PHONY : opacity/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/tearing.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/tearing.dir/rule
|
|
.PHONY : tests/CMakeFiles/tearing.dir/rule
|
|
|
|
# Convenience name for target.
|
|
tearing: tests/CMakeFiles/tearing.dir/rule
|
|
|
|
.PHONY : tearing
|
|
|
|
# fast build rule for target.
|
|
tearing/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/build
|
|
.PHONY : tearing/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/timeout.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/timeout.dir/rule
|
|
.PHONY : tests/CMakeFiles/timeout.dir/rule
|
|
|
|
# Convenience name for target.
|
|
timeout: tests/CMakeFiles/timeout.dir/rule
|
|
|
|
.PHONY : timeout
|
|
|
|
# fast build rule for target.
|
|
timeout/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/build
|
|
.PHONY : timeout/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/title.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/title.dir/rule
|
|
.PHONY : tests/CMakeFiles/title.dir/rule
|
|
|
|
# Convenience name for target.
|
|
title: tests/CMakeFiles/title.dir/rule
|
|
|
|
.PHONY : title
|
|
|
|
# fast build rule for target.
|
|
title/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/build
|
|
.PHONY : title/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/vulkan.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/vulkan.dir/rule
|
|
.PHONY : tests/CMakeFiles/vulkan.dir/rule
|
|
|
|
# Convenience name for target.
|
|
vulkan: tests/CMakeFiles/vulkan.dir/rule
|
|
|
|
.PHONY : vulkan
|
|
|
|
# fast build rule for target.
|
|
vulkan/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/build
|
|
.PHONY : vulkan/fast
|
|
|
|
# Convenience name for target.
|
|
tests/CMakeFiles/windows.dir/rule:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/windows.dir/rule
|
|
.PHONY : tests/CMakeFiles/windows.dir/rule
|
|
|
|
# Convenience name for target.
|
|
windows: tests/CMakeFiles/windows.dir/rule
|
|
|
|
.PHONY : windows
|
|
|
|
# fast build rule for target.
|
|
windows/fast:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/build
|
|
.PHONY : windows/fast
|
|
|
|
__/deps/getopt.obj: __/deps/getopt.c.obj
|
|
|
|
.PHONY : __/deps/getopt.obj
|
|
|
|
# target to build an object file
|
|
__/deps/getopt.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/__/deps/getopt.c.obj
|
|
.PHONY : __/deps/getopt.c.obj
|
|
|
|
__/deps/getopt.i: __/deps/getopt.c.i
|
|
|
|
.PHONY : __/deps/getopt.i
|
|
|
|
# target to preprocess a source file
|
|
__/deps/getopt.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/__/deps/getopt.c.i
|
|
.PHONY : __/deps/getopt.c.i
|
|
|
|
__/deps/getopt.s: __/deps/getopt.c.s
|
|
|
|
.PHONY : __/deps/getopt.s
|
|
|
|
# target to generate assembly for a file
|
|
__/deps/getopt.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/__/deps/getopt.c.s
|
|
.PHONY : __/deps/getopt.c.s
|
|
|
|
__/deps/glad_gl.obj: __/deps/glad_gl.c.obj
|
|
|
|
.PHONY : __/deps/glad_gl.obj
|
|
|
|
# target to build an object file
|
|
__/deps/glad_gl.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/__/deps/glad_gl.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.obj
|
|
.PHONY : __/deps/glad_gl.c.obj
|
|
|
|
__/deps/glad_gl.i: __/deps/glad_gl.c.i
|
|
|
|
.PHONY : __/deps/glad_gl.i
|
|
|
|
# target to preprocess a source file
|
|
__/deps/glad_gl.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/__/deps/glad_gl.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.i
|
|
.PHONY : __/deps/glad_gl.c.i
|
|
|
|
__/deps/glad_gl.s: __/deps/glad_gl.c.s
|
|
|
|
.PHONY : __/deps/glad_gl.s
|
|
|
|
# target to generate assembly for a file
|
|
__/deps/glad_gl.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/__/deps/glad_gl.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.s
|
|
.PHONY : __/deps/glad_gl.c.s
|
|
|
|
__/deps/glad_vulkan.obj: __/deps/glad_vulkan.c.obj
|
|
|
|
.PHONY : __/deps/glad_vulkan.obj
|
|
|
|
# target to build an object file
|
|
__/deps/glad_vulkan.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj
|
|
.PHONY : __/deps/glad_vulkan.c.obj
|
|
|
|
__/deps/glad_vulkan.i: __/deps/glad_vulkan.c.i
|
|
|
|
.PHONY : __/deps/glad_vulkan.i
|
|
|
|
# target to preprocess a source file
|
|
__/deps/glad_vulkan.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.i
|
|
.PHONY : __/deps/glad_vulkan.c.i
|
|
|
|
__/deps/glad_vulkan.s: __/deps/glad_vulkan.c.s
|
|
|
|
.PHONY : __/deps/glad_vulkan.s
|
|
|
|
# target to generate assembly for a file
|
|
__/deps/glad_vulkan.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.s
|
|
.PHONY : __/deps/glad_vulkan.c.s
|
|
|
|
__/deps/tinycthread.obj: __/deps/tinycthread.c.obj
|
|
|
|
.PHONY : __/deps/tinycthread.obj
|
|
|
|
# target to build an object file
|
|
__/deps/tinycthread.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.obj
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.obj
|
|
.PHONY : __/deps/tinycthread.c.obj
|
|
|
|
__/deps/tinycthread.i: __/deps/tinycthread.c.i
|
|
|
|
.PHONY : __/deps/tinycthread.i
|
|
|
|
# target to preprocess a source file
|
|
__/deps/tinycthread.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.i
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.i
|
|
.PHONY : __/deps/tinycthread.c.i
|
|
|
|
__/deps/tinycthread.s: __/deps/tinycthread.c.s
|
|
|
|
.PHONY : __/deps/tinycthread.s
|
|
|
|
# target to generate assembly for a file
|
|
__/deps/tinycthread.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.s
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.s
|
|
.PHONY : __/deps/tinycthread.c.s
|
|
|
|
clipboard.obj: clipboard.c.obj
|
|
|
|
.PHONY : clipboard.obj
|
|
|
|
# target to build an object file
|
|
clipboard.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/clipboard.c.obj
|
|
.PHONY : clipboard.c.obj
|
|
|
|
clipboard.i: clipboard.c.i
|
|
|
|
.PHONY : clipboard.i
|
|
|
|
# target to preprocess a source file
|
|
clipboard.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/clipboard.c.i
|
|
.PHONY : clipboard.c.i
|
|
|
|
clipboard.s: clipboard.c.s
|
|
|
|
.PHONY : clipboard.s
|
|
|
|
# target to generate assembly for a file
|
|
clipboard.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/clipboard.c.s
|
|
.PHONY : clipboard.c.s
|
|
|
|
cursor.obj: cursor.c.obj
|
|
|
|
.PHONY : cursor.obj
|
|
|
|
# target to build an object file
|
|
cursor.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/cursor.c.obj
|
|
.PHONY : cursor.c.obj
|
|
|
|
cursor.i: cursor.c.i
|
|
|
|
.PHONY : cursor.i
|
|
|
|
# target to preprocess a source file
|
|
cursor.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/cursor.c.i
|
|
.PHONY : cursor.c.i
|
|
|
|
cursor.s: cursor.c.s
|
|
|
|
.PHONY : cursor.s
|
|
|
|
# target to generate assembly for a file
|
|
cursor.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/cursor.c.s
|
|
.PHONY : cursor.c.s
|
|
|
|
empty.obj: empty.c.obj
|
|
|
|
.PHONY : empty.obj
|
|
|
|
# target to build an object file
|
|
empty.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/empty.c.obj
|
|
.PHONY : empty.c.obj
|
|
|
|
empty.i: empty.c.i
|
|
|
|
.PHONY : empty.i
|
|
|
|
# target to preprocess a source file
|
|
empty.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/empty.c.i
|
|
.PHONY : empty.c.i
|
|
|
|
empty.s: empty.c.s
|
|
|
|
.PHONY : empty.s
|
|
|
|
# target to generate assembly for a file
|
|
empty.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/empty.c.s
|
|
.PHONY : empty.c.s
|
|
|
|
events.obj: events.c.obj
|
|
|
|
.PHONY : events.obj
|
|
|
|
# target to build an object file
|
|
events.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/events.c.obj
|
|
.PHONY : events.c.obj
|
|
|
|
events.i: events.c.i
|
|
|
|
.PHONY : events.i
|
|
|
|
# target to preprocess a source file
|
|
events.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/events.c.i
|
|
.PHONY : events.c.i
|
|
|
|
events.s: events.c.s
|
|
|
|
.PHONY : events.s
|
|
|
|
# target to generate assembly for a file
|
|
events.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/events.c.s
|
|
.PHONY : events.c.s
|
|
|
|
gamma.obj: gamma.c.obj
|
|
|
|
.PHONY : gamma.obj
|
|
|
|
# target to build an object file
|
|
gamma.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/gamma.c.obj
|
|
.PHONY : gamma.c.obj
|
|
|
|
gamma.i: gamma.c.i
|
|
|
|
.PHONY : gamma.i
|
|
|
|
# target to preprocess a source file
|
|
gamma.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/gamma.c.i
|
|
.PHONY : gamma.c.i
|
|
|
|
gamma.s: gamma.c.s
|
|
|
|
.PHONY : gamma.s
|
|
|
|
# target to generate assembly for a file
|
|
gamma.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/gamma.c.s
|
|
.PHONY : gamma.c.s
|
|
|
|
glfwinfo.obj: glfwinfo.c.obj
|
|
|
|
.PHONY : glfwinfo.obj
|
|
|
|
# target to build an object file
|
|
glfwinfo.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.obj
|
|
.PHONY : glfwinfo.c.obj
|
|
|
|
glfwinfo.i: glfwinfo.c.i
|
|
|
|
.PHONY : glfwinfo.i
|
|
|
|
# target to preprocess a source file
|
|
glfwinfo.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.i
|
|
.PHONY : glfwinfo.c.i
|
|
|
|
glfwinfo.s: glfwinfo.c.s
|
|
|
|
.PHONY : glfwinfo.s
|
|
|
|
# target to generate assembly for a file
|
|
glfwinfo.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.s
|
|
.PHONY : glfwinfo.c.s
|
|
|
|
icon.obj: icon.c.obj
|
|
|
|
.PHONY : icon.obj
|
|
|
|
# target to build an object file
|
|
icon.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/icon.c.obj
|
|
.PHONY : icon.c.obj
|
|
|
|
icon.i: icon.c.i
|
|
|
|
.PHONY : icon.i
|
|
|
|
# target to preprocess a source file
|
|
icon.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/icon.c.i
|
|
.PHONY : icon.c.i
|
|
|
|
icon.s: icon.c.s
|
|
|
|
.PHONY : icon.s
|
|
|
|
# target to generate assembly for a file
|
|
icon.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/icon.c.s
|
|
.PHONY : icon.c.s
|
|
|
|
iconify.obj: iconify.c.obj
|
|
|
|
.PHONY : iconify.obj
|
|
|
|
# target to build an object file
|
|
iconify.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/iconify.c.obj
|
|
.PHONY : iconify.c.obj
|
|
|
|
iconify.i: iconify.c.i
|
|
|
|
.PHONY : iconify.i
|
|
|
|
# target to preprocess a source file
|
|
iconify.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/iconify.c.i
|
|
.PHONY : iconify.c.i
|
|
|
|
iconify.s: iconify.c.s
|
|
|
|
.PHONY : iconify.s
|
|
|
|
# target to generate assembly for a file
|
|
iconify.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/iconify.c.s
|
|
.PHONY : iconify.c.s
|
|
|
|
inputlag.obj: inputlag.c.obj
|
|
|
|
.PHONY : inputlag.obj
|
|
|
|
# target to build an object file
|
|
inputlag.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/inputlag.c.obj
|
|
.PHONY : inputlag.c.obj
|
|
|
|
inputlag.i: inputlag.c.i
|
|
|
|
.PHONY : inputlag.i
|
|
|
|
# target to preprocess a source file
|
|
inputlag.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/inputlag.c.i
|
|
.PHONY : inputlag.c.i
|
|
|
|
inputlag.s: inputlag.c.s
|
|
|
|
.PHONY : inputlag.s
|
|
|
|
# target to generate assembly for a file
|
|
inputlag.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/inputlag.c.s
|
|
.PHONY : inputlag.c.s
|
|
|
|
joysticks.obj: joysticks.c.obj
|
|
|
|
.PHONY : joysticks.obj
|
|
|
|
# target to build an object file
|
|
joysticks.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/joysticks.c.obj
|
|
.PHONY : joysticks.c.obj
|
|
|
|
joysticks.i: joysticks.c.i
|
|
|
|
.PHONY : joysticks.i
|
|
|
|
# target to preprocess a source file
|
|
joysticks.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/joysticks.c.i
|
|
.PHONY : joysticks.c.i
|
|
|
|
joysticks.s: joysticks.c.s
|
|
|
|
.PHONY : joysticks.s
|
|
|
|
# target to generate assembly for a file
|
|
joysticks.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/joysticks.c.s
|
|
.PHONY : joysticks.c.s
|
|
|
|
monitors.obj: monitors.c.obj
|
|
|
|
.PHONY : monitors.obj
|
|
|
|
# target to build an object file
|
|
monitors.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/monitors.c.obj
|
|
.PHONY : monitors.c.obj
|
|
|
|
monitors.i: monitors.c.i
|
|
|
|
.PHONY : monitors.i
|
|
|
|
# target to preprocess a source file
|
|
monitors.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/monitors.c.i
|
|
.PHONY : monitors.c.i
|
|
|
|
monitors.s: monitors.c.s
|
|
|
|
.PHONY : monitors.s
|
|
|
|
# target to generate assembly for a file
|
|
monitors.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/monitors.c.s
|
|
.PHONY : monitors.c.s
|
|
|
|
msaa.obj: msaa.c.obj
|
|
|
|
.PHONY : msaa.obj
|
|
|
|
# target to build an object file
|
|
msaa.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/msaa.c.obj
|
|
.PHONY : msaa.c.obj
|
|
|
|
msaa.i: msaa.c.i
|
|
|
|
.PHONY : msaa.i
|
|
|
|
# target to preprocess a source file
|
|
msaa.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/msaa.c.i
|
|
.PHONY : msaa.c.i
|
|
|
|
msaa.s: msaa.c.s
|
|
|
|
.PHONY : msaa.s
|
|
|
|
# target to generate assembly for a file
|
|
msaa.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/msaa.c.s
|
|
.PHONY : msaa.c.s
|
|
|
|
opacity.obj: opacity.c.obj
|
|
|
|
.PHONY : opacity.obj
|
|
|
|
# target to build an object file
|
|
opacity.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/opacity.c.obj
|
|
.PHONY : opacity.c.obj
|
|
|
|
opacity.i: opacity.c.i
|
|
|
|
.PHONY : opacity.i
|
|
|
|
# target to preprocess a source file
|
|
opacity.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/opacity.c.i
|
|
.PHONY : opacity.c.i
|
|
|
|
opacity.s: opacity.c.s
|
|
|
|
.PHONY : opacity.s
|
|
|
|
# target to generate assembly for a file
|
|
opacity.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/opacity.c.s
|
|
.PHONY : opacity.c.s
|
|
|
|
reopen.obj: reopen.c.obj
|
|
|
|
.PHONY : reopen.obj
|
|
|
|
# target to build an object file
|
|
reopen.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/reopen.c.obj
|
|
.PHONY : reopen.c.obj
|
|
|
|
reopen.i: reopen.c.i
|
|
|
|
.PHONY : reopen.i
|
|
|
|
# target to preprocess a source file
|
|
reopen.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/reopen.c.i
|
|
.PHONY : reopen.c.i
|
|
|
|
reopen.s: reopen.c.s
|
|
|
|
.PHONY : reopen.s
|
|
|
|
# target to generate assembly for a file
|
|
reopen.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/reopen.c.s
|
|
.PHONY : reopen.c.s
|
|
|
|
tearing.obj: tearing.c.obj
|
|
|
|
.PHONY : tearing.obj
|
|
|
|
# target to build an object file
|
|
tearing.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/tearing.c.obj
|
|
.PHONY : tearing.c.obj
|
|
|
|
tearing.i: tearing.c.i
|
|
|
|
.PHONY : tearing.i
|
|
|
|
# target to preprocess a source file
|
|
tearing.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/tearing.c.i
|
|
.PHONY : tearing.c.i
|
|
|
|
tearing.s: tearing.c.s
|
|
|
|
.PHONY : tearing.s
|
|
|
|
# target to generate assembly for a file
|
|
tearing.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/tearing.c.s
|
|
.PHONY : tearing.c.s
|
|
|
|
threads.obj: threads.c.obj
|
|
|
|
.PHONY : threads.obj
|
|
|
|
# target to build an object file
|
|
threads.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/threads.c.obj
|
|
.PHONY : threads.c.obj
|
|
|
|
threads.i: threads.c.i
|
|
|
|
.PHONY : threads.i
|
|
|
|
# target to preprocess a source file
|
|
threads.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/threads.c.i
|
|
.PHONY : threads.c.i
|
|
|
|
threads.s: threads.c.s
|
|
|
|
.PHONY : threads.s
|
|
|
|
# target to generate assembly for a file
|
|
threads.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/threads.c.s
|
|
.PHONY : threads.c.s
|
|
|
|
timeout.obj: timeout.c.obj
|
|
|
|
.PHONY : timeout.obj
|
|
|
|
# target to build an object file
|
|
timeout.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/timeout.c.obj
|
|
.PHONY : timeout.c.obj
|
|
|
|
timeout.i: timeout.c.i
|
|
|
|
.PHONY : timeout.i
|
|
|
|
# target to preprocess a source file
|
|
timeout.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/timeout.c.i
|
|
.PHONY : timeout.c.i
|
|
|
|
timeout.s: timeout.c.s
|
|
|
|
.PHONY : timeout.s
|
|
|
|
# target to generate assembly for a file
|
|
timeout.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/timeout.c.s
|
|
.PHONY : timeout.c.s
|
|
|
|
title.obj: title.c.obj
|
|
|
|
.PHONY : title.obj
|
|
|
|
# target to build an object file
|
|
title.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/title.c.obj
|
|
.PHONY : title.c.obj
|
|
|
|
title.i: title.c.i
|
|
|
|
.PHONY : title.i
|
|
|
|
# target to preprocess a source file
|
|
title.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/title.c.i
|
|
.PHONY : title.c.i
|
|
|
|
title.s: title.c.s
|
|
|
|
.PHONY : title.s
|
|
|
|
# target to generate assembly for a file
|
|
title.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/title.c.s
|
|
.PHONY : title.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 tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.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 tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.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 tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/vulkan.c.s
|
|
.PHONY : vulkan.c.s
|
|
|
|
windows.obj: windows.c.obj
|
|
|
|
.PHONY : windows.obj
|
|
|
|
# target to build an object file
|
|
windows.c.obj:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/windows.c.obj
|
|
.PHONY : windows.c.obj
|
|
|
|
windows.i: windows.c.i
|
|
|
|
.PHONY : windows.i
|
|
|
|
# target to preprocess a source file
|
|
windows.c.i:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/windows.c.i
|
|
.PHONY : windows.c.i
|
|
|
|
windows.s: windows.c.s
|
|
|
|
.PHONY : windows.s
|
|
|
|
# target to generate assembly for a file
|
|
windows.c.s:
|
|
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" && $(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/windows.c.s
|
|
.PHONY : windows.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 ... clipboard
|
|
@echo ... events
|
|
@echo ... msaa
|
|
@echo ... glfwinfo
|
|
@echo ... iconify
|
|
@echo ... monitors
|
|
@echo ... reopen
|
|
@echo ... cursor
|
|
@echo ... empty
|
|
@echo ... gamma
|
|
@echo ... icon
|
|
@echo ... inputlag
|
|
@echo ... joysticks
|
|
@echo ... list_install_components
|
|
@echo ... threads
|
|
@echo ... opacity
|
|
@echo ... tearing
|
|
@echo ... edit_cache
|
|
@echo ... timeout
|
|
@echo ... install/strip
|
|
@echo ... title
|
|
@echo ... vulkan
|
|
@echo ... windows
|
|
@echo ... rebuild_cache
|
|
@echo ... install/local
|
|
@echo ... install
|
|
@echo ... __/deps/getopt.obj
|
|
@echo ... __/deps/getopt.i
|
|
@echo ... __/deps/getopt.s
|
|
@echo ... __/deps/glad_gl.obj
|
|
@echo ... __/deps/glad_gl.i
|
|
@echo ... __/deps/glad_gl.s
|
|
@echo ... __/deps/glad_vulkan.obj
|
|
@echo ... __/deps/glad_vulkan.i
|
|
@echo ... __/deps/glad_vulkan.s
|
|
@echo ... __/deps/tinycthread.obj
|
|
@echo ... __/deps/tinycthread.i
|
|
@echo ... __/deps/tinycthread.s
|
|
@echo ... clipboard.obj
|
|
@echo ... clipboard.i
|
|
@echo ... clipboard.s
|
|
@echo ... cursor.obj
|
|
@echo ... cursor.i
|
|
@echo ... cursor.s
|
|
@echo ... empty.obj
|
|
@echo ... empty.i
|
|
@echo ... empty.s
|
|
@echo ... events.obj
|
|
@echo ... events.i
|
|
@echo ... events.s
|
|
@echo ... gamma.obj
|
|
@echo ... gamma.i
|
|
@echo ... gamma.s
|
|
@echo ... glfwinfo.obj
|
|
@echo ... glfwinfo.i
|
|
@echo ... glfwinfo.s
|
|
@echo ... icon.obj
|
|
@echo ... icon.i
|
|
@echo ... icon.s
|
|
@echo ... iconify.obj
|
|
@echo ... iconify.i
|
|
@echo ... iconify.s
|
|
@echo ... inputlag.obj
|
|
@echo ... inputlag.i
|
|
@echo ... inputlag.s
|
|
@echo ... joysticks.obj
|
|
@echo ... joysticks.i
|
|
@echo ... joysticks.s
|
|
@echo ... monitors.obj
|
|
@echo ... monitors.i
|
|
@echo ... monitors.s
|
|
@echo ... msaa.obj
|
|
@echo ... msaa.i
|
|
@echo ... msaa.s
|
|
@echo ... opacity.obj
|
|
@echo ... opacity.i
|
|
@echo ... opacity.s
|
|
@echo ... reopen.obj
|
|
@echo ... reopen.i
|
|
@echo ... reopen.s
|
|
@echo ... tearing.obj
|
|
@echo ... tearing.i
|
|
@echo ... tearing.s
|
|
@echo ... threads.obj
|
|
@echo ... threads.i
|
|
@echo ... threads.s
|
|
@echo ... timeout.obj
|
|
@echo ... timeout.i
|
|
@echo ... timeout.s
|
|
@echo ... title.obj
|
|
@echo ... title.i
|
|
@echo ... title.s
|
|
@echo ... vulkan.obj
|
|
@echo ... vulkan.i
|
|
@echo ... vulkan.s
|
|
@echo ... windows.obj
|
|
@echo ... windows.i
|
|
@echo ... windows.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
|
|
|