1031 lines
50 KiB
Plaintext
1031 lines
50 KiB
Plaintext
|
# 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
|
||
|
|
||
|
#=============================================================================
|
||
|
# 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"
|
||
|
|
||
|
#=============================================================================
|
||
|
# Directory level rules for the build root directory
|
||
|
|
||
|
# The main recursive "all" target.
|
||
|
all: src/all
|
||
|
all: examples/all
|
||
|
all: tests/all
|
||
|
|
||
|
.PHONY : all
|
||
|
|
||
|
# The main recursive "clean" target.
|
||
|
clean: CMakeFiles/uninstall.dir/clean
|
||
|
clean: src/clean
|
||
|
clean: examples/clean
|
||
|
clean: tests/clean
|
||
|
|
||
|
.PHONY : clean
|
||
|
|
||
|
# The main recursive "preinstall" target.
|
||
|
preinstall: src/preinstall
|
||
|
preinstall: examples/preinstall
|
||
|
preinstall: tests/preinstall
|
||
|
|
||
|
.PHONY : preinstall
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target CMakeFiles/uninstall.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
CMakeFiles/uninstall.dir/all:
|
||
|
$(MAKE) -f CMakeFiles\uninstall.dir\build.make CMakeFiles/uninstall.dir/depend
|
||
|
$(MAKE) -f CMakeFiles\uninstall.dir\build.make CMakeFiles/uninstall.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num= "Built target uninstall"
|
||
|
.PHONY : CMakeFiles/uninstall.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
CMakeFiles/uninstall.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/uninstall.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : CMakeFiles/uninstall.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
uninstall: CMakeFiles/uninstall.dir/rule
|
||
|
|
||
|
.PHONY : uninstall
|
||
|
|
||
|
# clean rule for target.
|
||
|
CMakeFiles/uninstall.dir/clean:
|
||
|
$(MAKE) -f CMakeFiles\uninstall.dir\build.make CMakeFiles/uninstall.dir/clean
|
||
|
.PHONY : CMakeFiles/uninstall.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Directory level rules for directory src
|
||
|
|
||
|
# Recursive "all" directory target.
|
||
|
src/all: src/CMakeFiles/glfw.dir/all
|
||
|
|
||
|
.PHONY : src/all
|
||
|
|
||
|
# Recursive "clean" directory target.
|
||
|
src/clean: src/CMakeFiles/glfw.dir/clean
|
||
|
|
||
|
.PHONY : src/clean
|
||
|
|
||
|
# Recursive "preinstall" directory target.
|
||
|
src/preinstall:
|
||
|
|
||
|
.PHONY : src/preinstall
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target src/CMakeFiles/glfw.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
src/CMakeFiles/glfw.dir/all:
|
||
|
$(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/depend
|
||
|
$(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=21,22,23,24,25,26,27,28,29,30,31,32,33 "Built target glfw"
|
||
|
.PHONY : src/CMakeFiles/glfw.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
src/CMakeFiles/glfw.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 13
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 src/CMakeFiles/glfw.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : src/CMakeFiles/glfw.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
glfw: src/CMakeFiles/glfw.dir/rule
|
||
|
|
||
|
.PHONY : glfw
|
||
|
|
||
|
# clean rule for target.
|
||
|
src/CMakeFiles/glfw.dir/clean:
|
||
|
$(MAKE) -f src\CMakeFiles\glfw.dir\build.make src/CMakeFiles/glfw.dir/clean
|
||
|
.PHONY : src/CMakeFiles/glfw.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Directory level rules for directory examples
|
||
|
|
||
|
# Recursive "all" directory target.
|
||
|
examples/all: examples/CMakeFiles/boing.dir/all
|
||
|
examples/all: examples/CMakeFiles/simple.dir/all
|
||
|
examples/all: examples/CMakeFiles/gears.dir/all
|
||
|
examples/all: examples/CMakeFiles/particles.dir/all
|
||
|
examples/all: examples/CMakeFiles/heightmap.dir/all
|
||
|
examples/all: examples/CMakeFiles/splitview.dir/all
|
||
|
examples/all: examples/CMakeFiles/offscreen.dir/all
|
||
|
examples/all: examples/CMakeFiles/sharing.dir/all
|
||
|
examples/all: examples/CMakeFiles/wave.dir/all
|
||
|
|
||
|
.PHONY : examples/all
|
||
|
|
||
|
# Recursive "clean" directory target.
|
||
|
examples/clean: examples/CMakeFiles/boing.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/simple.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/gears.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/particles.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/heightmap.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/splitview.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/offscreen.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/sharing.dir/clean
|
||
|
examples/clean: examples/CMakeFiles/wave.dir/clean
|
||
|
|
||
|
.PHONY : examples/clean
|
||
|
|
||
|
# Recursive "preinstall" directory target.
|
||
|
examples/preinstall:
|
||
|
|
||
|
.PHONY : examples/preinstall
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/boing.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/boing.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=1,2,3 "Built target boing"
|
||
|
.PHONY : examples/CMakeFiles/boing.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/boing.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/boing.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/boing.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
boing: examples/CMakeFiles/boing.dir/rule
|
||
|
|
||
|
.PHONY : boing
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/boing.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\boing.dir\build.make examples/CMakeFiles/boing.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/boing.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/simple.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/simple.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=75,76,77 "Built target simple"
|
||
|
.PHONY : examples/CMakeFiles/simple.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/simple.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/simple.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/simple.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
simple: examples/CMakeFiles/simple.dir/rule
|
||
|
|
||
|
.PHONY : simple
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/simple.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\simple.dir\build.make examples/CMakeFiles/simple.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/simple.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/gears.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/gears.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=18,19,20 "Built target gears"
|
||
|
.PHONY : examples/CMakeFiles/gears.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/gears.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/gears.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/gears.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
gears: examples/CMakeFiles/gears.dir/rule
|
||
|
|
||
|
.PHONY : gears
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/gears.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\gears.dir\build.make examples/CMakeFiles/gears.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/gears.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/particles.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/particles.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=65,66,67,68 "Built target particles"
|
||
|
.PHONY : examples/CMakeFiles/particles.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/particles.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 17
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/particles.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/particles.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
particles: examples/CMakeFiles/particles.dir/rule
|
||
|
|
||
|
.PHONY : particles
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/particles.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\particles.dir\build.make examples/CMakeFiles/particles.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/particles.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/heightmap.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/heightmap.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=38,39,40 "Built target heightmap"
|
||
|
.PHONY : examples/CMakeFiles/heightmap.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/heightmap.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/heightmap.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/heightmap.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
heightmap: examples/CMakeFiles/heightmap.dir/rule
|
||
|
|
||
|
.PHONY : heightmap
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/heightmap.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\heightmap.dir\build.make examples/CMakeFiles/heightmap.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/heightmap.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/splitview.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/splitview.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=78,79,80 "Built target splitview"
|
||
|
.PHONY : examples/CMakeFiles/splitview.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/splitview.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/splitview.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/splitview.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
splitview: examples/CMakeFiles/splitview.dir/rule
|
||
|
|
||
|
.PHONY : splitview
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/splitview.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\splitview.dir\build.make examples/CMakeFiles/splitview.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/splitview.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/offscreen.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/offscreen.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=59,60,61 "Built target offscreen"
|
||
|
.PHONY : examples/CMakeFiles/offscreen.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/offscreen.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/offscreen.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/offscreen.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
offscreen: examples/CMakeFiles/offscreen.dir/rule
|
||
|
|
||
|
.PHONY : offscreen
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/offscreen.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\offscreen.dir\build.make examples/CMakeFiles/offscreen.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/offscreen.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/sharing.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/sharing.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=72,73,74 "Built target sharing"
|
||
|
.PHONY : examples/CMakeFiles/sharing.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/sharing.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/sharing.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/sharing.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
sharing: examples/CMakeFiles/sharing.dir/rule
|
||
|
|
||
|
.PHONY : sharing
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/sharing.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\sharing.dir\build.make examples/CMakeFiles/sharing.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/sharing.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target examples/CMakeFiles/wave.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
examples/CMakeFiles/wave.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/depend
|
||
|
$(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=94,95,96 "Built target wave"
|
||
|
.PHONY : examples/CMakeFiles/wave.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
examples/CMakeFiles/wave.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 examples/CMakeFiles/wave.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : examples/CMakeFiles/wave.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
wave: examples/CMakeFiles/wave.dir/rule
|
||
|
|
||
|
.PHONY : wave
|
||
|
|
||
|
# clean rule for target.
|
||
|
examples/CMakeFiles/wave.dir/clean:
|
||
|
$(MAKE) -f examples\CMakeFiles\wave.dir\build.make examples/CMakeFiles/wave.dir/clean
|
||
|
.PHONY : examples/CMakeFiles/wave.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Directory level rules for directory tests
|
||
|
|
||
|
# Recursive "all" directory target.
|
||
|
tests/all: tests/CMakeFiles/clipboard.dir/all
|
||
|
tests/all: tests/CMakeFiles/events.dir/all
|
||
|
tests/all: tests/CMakeFiles/msaa.dir/all
|
||
|
tests/all: tests/CMakeFiles/glfwinfo.dir/all
|
||
|
tests/all: tests/CMakeFiles/iconify.dir/all
|
||
|
tests/all: tests/CMakeFiles/monitors.dir/all
|
||
|
tests/all: tests/CMakeFiles/reopen.dir/all
|
||
|
tests/all: tests/CMakeFiles/cursor.dir/all
|
||
|
tests/all: tests/CMakeFiles/empty.dir/all
|
||
|
tests/all: tests/CMakeFiles/gamma.dir/all
|
||
|
tests/all: tests/CMakeFiles/icon.dir/all
|
||
|
tests/all: tests/CMakeFiles/inputlag.dir/all
|
||
|
tests/all: tests/CMakeFiles/joysticks.dir/all
|
||
|
tests/all: tests/CMakeFiles/threads.dir/all
|
||
|
tests/all: tests/CMakeFiles/opacity.dir/all
|
||
|
tests/all: tests/CMakeFiles/tearing.dir/all
|
||
|
tests/all: tests/CMakeFiles/timeout.dir/all
|
||
|
tests/all: tests/CMakeFiles/title.dir/all
|
||
|
tests/all: tests/CMakeFiles/vulkan.dir/all
|
||
|
tests/all: tests/CMakeFiles/windows.dir/all
|
||
|
|
||
|
.PHONY : tests/all
|
||
|
|
||
|
# Recursive "clean" directory target.
|
||
|
tests/clean: tests/CMakeFiles/clipboard.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/events.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/msaa.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/glfwinfo.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/iconify.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/monitors.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/reopen.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/cursor.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/empty.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/gamma.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/icon.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/inputlag.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/joysticks.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/threads.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/opacity.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/tearing.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/timeout.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/title.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/vulkan.dir/clean
|
||
|
tests/clean: tests/CMakeFiles/windows.dir/clean
|
||
|
|
||
|
.PHONY : tests/clean
|
||
|
|
||
|
# Recursive "preinstall" directory target.
|
||
|
tests/preinstall:
|
||
|
|
||
|
.PHONY : tests/preinstall
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/clipboard.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/clipboard.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=4,5,6 "Built target clipboard"
|
||
|
.PHONY : tests/CMakeFiles/clipboard.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/clipboard.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/clipboard.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/clipboard.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
clipboard: tests/CMakeFiles/clipboard.dir/rule
|
||
|
|
||
|
.PHONY : clipboard
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/clipboard.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\clipboard.dir\build.make tests/CMakeFiles/clipboard.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/clipboard.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/events.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/events.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=13,14,15 "Built target events"
|
||
|
.PHONY : tests/CMakeFiles/events.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/events.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/events.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/events.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
events: tests/CMakeFiles/events.dir/rule
|
||
|
|
||
|
.PHONY : events
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/events.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\events.dir\build.make tests/CMakeFiles/events.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/events.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/msaa.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/msaa.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=56,57,58 "Built target msaa"
|
||
|
.PHONY : tests/CMakeFiles/msaa.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/msaa.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/msaa.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/msaa.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
msaa: tests/CMakeFiles/msaa.dir/rule
|
||
|
|
||
|
.PHONY : msaa
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/msaa.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\msaa.dir\build.make tests/CMakeFiles/msaa.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/msaa.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/glfwinfo.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/glfwinfo.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=34,35,36,37 "Built target glfwinfo"
|
||
|
.PHONY : tests/CMakeFiles/glfwinfo.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/glfwinfo.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 17
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/glfwinfo.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/glfwinfo.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
glfwinfo: tests/CMakeFiles/glfwinfo.dir/rule
|
||
|
|
||
|
.PHONY : glfwinfo
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/glfwinfo.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\glfwinfo.dir\build.make tests/CMakeFiles/glfwinfo.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/glfwinfo.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/iconify.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/iconify.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=44,45,46 "Built target iconify"
|
||
|
.PHONY : tests/CMakeFiles/iconify.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/iconify.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/iconify.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/iconify.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
iconify: tests/CMakeFiles/iconify.dir/rule
|
||
|
|
||
|
.PHONY : iconify
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/iconify.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\iconify.dir\build.make tests/CMakeFiles/iconify.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/iconify.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/monitors.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/monitors.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=53,54,55 "Built target monitors"
|
||
|
.PHONY : tests/CMakeFiles/monitors.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/monitors.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/monitors.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/monitors.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
monitors: tests/CMakeFiles/monitors.dir/rule
|
||
|
|
||
|
.PHONY : monitors
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/monitors.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\monitors.dir\build.make tests/CMakeFiles/monitors.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/monitors.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/reopen.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/reopen.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=69,70,71 "Built target reopen"
|
||
|
.PHONY : tests/CMakeFiles/reopen.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/reopen.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/reopen.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/reopen.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
reopen: tests/CMakeFiles/reopen.dir/rule
|
||
|
|
||
|
.PHONY : reopen
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/reopen.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\reopen.dir\build.make tests/CMakeFiles/reopen.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/reopen.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/cursor.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/cursor.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=7,8 "Built target cursor"
|
||
|
.PHONY : tests/CMakeFiles/cursor.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/cursor.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 15
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/cursor.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/cursor.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
cursor: tests/CMakeFiles/cursor.dir/rule
|
||
|
|
||
|
.PHONY : cursor
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/cursor.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\cursor.dir\build.make tests/CMakeFiles/cursor.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/cursor.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/empty.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/empty.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=9,10,11,12 "Built target empty"
|
||
|
.PHONY : tests/CMakeFiles/empty.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/empty.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 17
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/empty.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/empty.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
empty: tests/CMakeFiles/empty.dir/rule
|
||
|
|
||
|
.PHONY : empty
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/empty.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\empty.dir\build.make tests/CMakeFiles/empty.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/empty.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/gamma.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/gamma.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=16,17 "Built target gamma"
|
||
|
.PHONY : tests/CMakeFiles/gamma.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/gamma.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 15
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/gamma.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/gamma.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
gamma: tests/CMakeFiles/gamma.dir/rule
|
||
|
|
||
|
.PHONY : gamma
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/gamma.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\gamma.dir\build.make tests/CMakeFiles/gamma.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/gamma.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/icon.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/icon.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=41,42,43 "Built target icon"
|
||
|
.PHONY : tests/CMakeFiles/icon.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/icon.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/icon.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/icon.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
icon: tests/CMakeFiles/icon.dir/rule
|
||
|
|
||
|
.PHONY : icon
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/icon.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\icon.dir\build.make tests/CMakeFiles/icon.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/icon.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/inputlag.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/inputlag.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=47,48,49 "Built target inputlag"
|
||
|
.PHONY : tests/CMakeFiles/inputlag.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/inputlag.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/inputlag.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/inputlag.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
inputlag: tests/CMakeFiles/inputlag.dir/rule
|
||
|
|
||
|
.PHONY : inputlag
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/inputlag.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\inputlag.dir\build.make tests/CMakeFiles/inputlag.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/inputlag.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/joysticks.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/joysticks.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=50,51,52 "Built target joysticks"
|
||
|
.PHONY : tests/CMakeFiles/joysticks.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/joysticks.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/joysticks.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/joysticks.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
joysticks: tests/CMakeFiles/joysticks.dir/rule
|
||
|
|
||
|
.PHONY : joysticks
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/joysticks.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\joysticks.dir\build.make tests/CMakeFiles/joysticks.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/joysticks.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/threads.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/threads.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=84,85,86 "Built target threads"
|
||
|
.PHONY : tests/CMakeFiles/threads.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/threads.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/threads.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/threads.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
threads: tests/CMakeFiles/threads.dir/rule
|
||
|
|
||
|
.PHONY : threads
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/threads.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\threads.dir\build.make tests/CMakeFiles/threads.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/threads.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/opacity.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/opacity.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=62,63,64 "Built target opacity"
|
||
|
.PHONY : tests/CMakeFiles/opacity.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/opacity.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/opacity.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/opacity.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
opacity: tests/CMakeFiles/opacity.dir/rule
|
||
|
|
||
|
.PHONY : opacity
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/opacity.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\opacity.dir\build.make tests/CMakeFiles/opacity.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/opacity.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/tearing.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/tearing.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=81,82,83 "Built target tearing"
|
||
|
.PHONY : tests/CMakeFiles/tearing.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/tearing.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/tearing.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/tearing.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
tearing: tests/CMakeFiles/tearing.dir/rule
|
||
|
|
||
|
.PHONY : tearing
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/tearing.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\tearing.dir\build.make tests/CMakeFiles/tearing.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/tearing.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/timeout.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/timeout.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=87,88 "Built target timeout"
|
||
|
.PHONY : tests/CMakeFiles/timeout.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/timeout.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 15
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/timeout.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/timeout.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
timeout: tests/CMakeFiles/timeout.dir/rule
|
||
|
|
||
|
.PHONY : timeout
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/timeout.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\timeout.dir\build.make tests/CMakeFiles/timeout.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/timeout.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/title.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/title.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=89,90,91 "Built target title"
|
||
|
.PHONY : tests/CMakeFiles/title.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/title.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 16
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/title.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/title.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
title: tests/CMakeFiles/title.dir/rule
|
||
|
|
||
|
.PHONY : title
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/title.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\title.dir\build.make tests/CMakeFiles/title.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/title.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/vulkan.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/vulkan.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=92,93 "Built target vulkan"
|
||
|
.PHONY : tests/CMakeFiles/vulkan.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/vulkan.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 15
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/vulkan.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/vulkan.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
vulkan: tests/CMakeFiles/vulkan.dir/rule
|
||
|
|
||
|
.PHONY : vulkan
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/vulkan.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\vulkan.dir\build.make tests/CMakeFiles/vulkan.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/vulkan.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# Target rules for target tests/CMakeFiles/windows.dir
|
||
|
|
||
|
# All Build rule for target.
|
||
|
tests/CMakeFiles/windows.dir/all: src/CMakeFiles/glfw.dir/all
|
||
|
$(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/depend
|
||
|
$(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/build
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=97,98,99,100 "Built target windows"
|
||
|
.PHONY : tests/CMakeFiles/windows.dir/all
|
||
|
|
||
|
# Build rule for subdir invocation for target.
|
||
|
tests/CMakeFiles/windows.dir/rule: cmake_check_build_system
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 17
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 tests/CMakeFiles/windows.dir/all
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" 0
|
||
|
.PHONY : tests/CMakeFiles/windows.dir/rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
windows: tests/CMakeFiles/windows.dir/rule
|
||
|
|
||
|
.PHONY : windows
|
||
|
|
||
|
# clean rule for target.
|
||
|
tests/CMakeFiles/windows.dir/clean:
|
||
|
$(MAKE) -f tests\CMakeFiles\windows.dir\build.make tests/CMakeFiles/windows.dir/clean
|
||
|
.PHONY : tests/CMakeFiles/windows.dir/clean
|
||
|
|
||
|
#=============================================================================
|
||
|
# 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:
|
||
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||
|
.PHONY : cmake_check_build_system
|
||
|
|