1
0
2021-11-26 17:07:18 +01:00

1079 lines
49 KiB
Plaintext

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# 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:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#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.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/niklas/Downloads/glfw-3.3.5
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/niklas/Downloads/glfw-3.3.5
#=============================================================================
# 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 "preinstall" target.
preinstall: src/preinstall
preinstall: examples/preinstall
preinstall: tests/preinstall
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/uninstall.dir/clean
clean: src/clean
clean: examples/clean
clean: tests/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory examples
# Recursive "all" directory target.
examples/all: examples/CMakeFiles/boing.dir/all
examples/all: examples/CMakeFiles/gears.dir/all
examples/all: examples/CMakeFiles/heightmap.dir/all
examples/all: examples/CMakeFiles/sharing.dir/all
examples/all: examples/CMakeFiles/particles.dir/all
examples/all: examples/CMakeFiles/simple.dir/all
examples/all: examples/CMakeFiles/splitview.dir/all
examples/all: examples/CMakeFiles/offscreen.dir/all
examples/all: examples/CMakeFiles/wave.dir/all
.PHONY : examples/all
# Recursive "preinstall" directory target.
examples/preinstall:
.PHONY : examples/preinstall
# Recursive "clean" directory target.
examples/clean: examples/CMakeFiles/boing.dir/clean
examples/clean: examples/CMakeFiles/gears.dir/clean
examples/clean: examples/CMakeFiles/heightmap.dir/clean
examples/clean: examples/CMakeFiles/sharing.dir/clean
examples/clean: examples/CMakeFiles/particles.dir/clean
examples/clean: examples/CMakeFiles/simple.dir/clean
examples/clean: examples/CMakeFiles/splitview.dir/clean
examples/clean: examples/CMakeFiles/offscreen.dir/clean
examples/clean: examples/CMakeFiles/wave.dir/clean
.PHONY : examples/clean
#=============================================================================
# Directory level rules for directory src
# Recursive "all" directory target.
src/all: src/CMakeFiles/glfw.dir/all
.PHONY : src/all
# Recursive "preinstall" directory target.
src/preinstall:
.PHONY : src/preinstall
# Recursive "clean" directory target.
src/clean: src/CMakeFiles/glfw.dir/clean
src/clean: src/CMakeFiles/update_mappings.dir/clean
.PHONY : src/clean
#=============================================================================
# Directory level rules for directory tests
# Recursive "all" directory target.
tests/all: tests/CMakeFiles/triangle-vulkan.dir/all
tests/all: tests/CMakeFiles/tearing.dir/all
tests/all: tests/CMakeFiles/title.dir/all
tests/all: tests/CMakeFiles/opacity.dir/all
tests/all: tests/CMakeFiles/clipboard.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/reopen.dir/all
tests/all: tests/CMakeFiles/gamma.dir/all
tests/all: tests/CMakeFiles/monitors.dir/all
tests/all: tests/CMakeFiles/windows.dir/all
tests/all: tests/CMakeFiles/timeout.dir/all
tests/all: tests/CMakeFiles/inputlag.dir/all
tests/all: tests/CMakeFiles/threads.dir/all
tests/all: tests/CMakeFiles/cursor.dir/all
tests/all: tests/CMakeFiles/empty.dir/all
tests/all: tests/CMakeFiles/icon.dir/all
tests/all: tests/CMakeFiles/events.dir/all
tests/all: tests/CMakeFiles/joysticks.dir/all
.PHONY : tests/all
# Recursive "preinstall" directory target.
tests/preinstall:
.PHONY : tests/preinstall
# Recursive "clean" directory target.
tests/clean: tests/CMakeFiles/triangle-vulkan.dir/clean
tests/clean: tests/CMakeFiles/tearing.dir/clean
tests/clean: tests/CMakeFiles/title.dir/clean
tests/clean: tests/CMakeFiles/opacity.dir/clean
tests/clean: tests/CMakeFiles/clipboard.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/reopen.dir/clean
tests/clean: tests/CMakeFiles/gamma.dir/clean
tests/clean: tests/CMakeFiles/monitors.dir/clean
tests/clean: tests/CMakeFiles/windows.dir/clean
tests/clean: tests/CMakeFiles/timeout.dir/clean
tests/clean: tests/CMakeFiles/inputlag.dir/clean
tests/clean: tests/CMakeFiles/threads.dir/clean
tests/clean: tests/CMakeFiles/cursor.dir/clean
tests/clean: tests/CMakeFiles/empty.dir/clean
tests/clean: tests/CMakeFiles/icon.dir/clean
tests/clean: tests/CMakeFiles/events.dir/clean
tests/clean: tests/CMakeFiles/joysticks.dir/clean
.PHONY : tests/clean
#=============================================================================
# Target rules for target CMakeFiles/uninstall.dir
# All Build rule for target.
CMakeFiles/uninstall.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 0
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
.PHONY : CMakeFiles/uninstall.dir/clean
#=============================================================================
# Target rules for target src/CMakeFiles/glfw.dir
# All Build rule for target.
src/CMakeFiles/glfw.dir/all:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/depend
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=21,22,23,24,25,26,27,28,29,30,31,32,33,34 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 14
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/glfw.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/clean
.PHONY : src/CMakeFiles/glfw.dir/clean
#=============================================================================
# Target rules for target src/CMakeFiles/update_mappings.dir
# All Build rule for target.
src/CMakeFiles/update_mappings.dir/all:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/update_mappings.dir/build.make src/CMakeFiles/update_mappings.dir/depend
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/update_mappings.dir/build.make src/CMakeFiles/update_mappings.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=94 "Built target update_mappings"
.PHONY : src/CMakeFiles/update_mappings.dir/all
# Build rule for subdir invocation for target.
src/CMakeFiles/update_mappings.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/update_mappings.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 0
.PHONY : src/CMakeFiles/update_mappings.dir/rule
# Convenience name for target.
update_mappings: src/CMakeFiles/update_mappings.dir/rule
.PHONY : update_mappings
# clean rule for target.
src/CMakeFiles/update_mappings.dir/clean:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/update_mappings.dir/build.make src/CMakeFiles/update_mappings.dir/clean
.PHONY : src/CMakeFiles/update_mappings.dir/clean
#=============================================================================
# Target rules for target examples/CMakeFiles/boing.dir
# All Build rule for target.
examples/CMakeFiles/boing.dir/all: src/CMakeFiles/glfw.dir/all
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=1,2 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/boing.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/boing.dir/build.make examples/CMakeFiles/boing.dir/clean
.PHONY : examples/CMakeFiles/boing.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) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/gears.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/gears.dir/build.make examples/CMakeFiles/gears.dir/clean
.PHONY : examples/CMakeFiles/gears.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) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=39,40,41 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/heightmap.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/heightmap.dir/build.make examples/CMakeFiles/heightmap.dir/clean
.PHONY : examples/CMakeFiles/heightmap.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) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/sharing.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/sharing.dir/build.make examples/CMakeFiles/sharing.dir/clean
.PHONY : examples/CMakeFiles/sharing.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) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=66,67,68,69 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 18
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/particles.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/particles.dir/build.make examples/CMakeFiles/particles.dir/clean
.PHONY : examples/CMakeFiles/particles.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) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/simple.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/clean
.PHONY : examples/CMakeFiles/simple.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) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/splitview.dir/build.make examples/CMakeFiles/splitview.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=78,79 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/splitview.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -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) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=61,62 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/offscreen.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/offscreen.dir/build.make examples/CMakeFiles/offscreen.dir/clean
.PHONY : examples/CMakeFiles/offscreen.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) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/depend
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/wave.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f examples/CMakeFiles/wave.dir/build.make examples/CMakeFiles/wave.dir/clean
.PHONY : examples/CMakeFiles/wave.dir/clean
#=============================================================================
# Target rules for target tests/CMakeFiles/triangle-vulkan.dir
# All Build rule for target.
tests/CMakeFiles/triangle-vulkan.dir/all: src/CMakeFiles/glfw.dir/all
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/triangle-vulkan.dir/build.make tests/CMakeFiles/triangle-vulkan.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/triangle-vulkan.dir/build.make tests/CMakeFiles/triangle-vulkan.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=91,92,93 "Built target triangle-vulkan"
.PHONY : tests/CMakeFiles/triangle-vulkan.dir/all
# Build rule for subdir invocation for target.
tests/CMakeFiles/triangle-vulkan.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/triangle-vulkan.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 0
.PHONY : tests/CMakeFiles/triangle-vulkan.dir/rule
# Convenience name for target.
triangle-vulkan: tests/CMakeFiles/triangle-vulkan.dir/rule
.PHONY : triangle-vulkan
# clean rule for target.
tests/CMakeFiles/triangle-vulkan.dir/clean:
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/triangle-vulkan.dir/build.make tests/CMakeFiles/triangle-vulkan.dir/clean
.PHONY : tests/CMakeFiles/triangle-vulkan.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) $(MAKESILENT) -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=80,81,82 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/tearing.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/tearing.dir/build.make tests/CMakeFiles/tearing.dir/clean
.PHONY : tests/CMakeFiles/tearing.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) $(MAKESILENT) -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=89,90 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/title.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/title.dir/build.make tests/CMakeFiles/title.dir/clean
.PHONY : tests/CMakeFiles/title.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) $(MAKESILENT) -f tests/CMakeFiles/opacity.dir/build.make tests/CMakeFiles/opacity.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/opacity.dir/build.make tests/CMakeFiles/opacity.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=63,64,65 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/opacity.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/opacity.dir/build.make tests/CMakeFiles/opacity.dir/clean
.PHONY : tests/CMakeFiles/opacity.dir/clean
#=============================================================================
# Target rules for target tests/CMakeFiles/clipboard.dir
# All Build rule for target.
tests/CMakeFiles/clipboard.dir/all: src/CMakeFiles/glfw.dir/all
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=3,4,5 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/clipboard.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/clipboard.dir/build.make tests/CMakeFiles/clipboard.dir/clean
.PHONY : tests/CMakeFiles/clipboard.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) $(MAKESILENT) -f tests/CMakeFiles/msaa.dir/build.make tests/CMakeFiles/msaa.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/msaa.dir/build.make tests/CMakeFiles/msaa.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=57,58,59,60 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 18
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/msaa.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -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) $(MAKESILENT) -f tests/CMakeFiles/glfwinfo.dir/build.make tests/CMakeFiles/glfwinfo.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/glfwinfo.dir/build.make tests/CMakeFiles/glfwinfo.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=35,36,37,38 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 18
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/glfwinfo.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -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) $(MAKESILENT) -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=45,46,47 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/iconify.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/iconify.dir/build.make tests/CMakeFiles/iconify.dir/clean
.PHONY : tests/CMakeFiles/iconify.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) $(MAKESILENT) -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=70,71,72 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/reopen.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/reopen.dir/build.make tests/CMakeFiles/reopen.dir/clean
.PHONY : tests/CMakeFiles/reopen.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) $(MAKESILENT) -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 16
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/gamma.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/gamma.dir/build.make tests/CMakeFiles/gamma.dir/clean
.PHONY : tests/CMakeFiles/gamma.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) $(MAKESILENT) -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=54,55,56 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/monitors.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/monitors.dir/build.make tests/CMakeFiles/monitors.dir/clean
.PHONY : tests/CMakeFiles/monitors.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) $(MAKESILENT) -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 18
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/windows.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/windows.dir/build.make tests/CMakeFiles/windows.dir/clean
.PHONY : tests/CMakeFiles/windows.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) $(MAKESILENT) -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=86,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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/timeout.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/timeout.dir/build.make tests/CMakeFiles/timeout.dir/clean
.PHONY : tests/CMakeFiles/timeout.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) $(MAKESILENT) -f tests/CMakeFiles/inputlag.dir/build.make tests/CMakeFiles/inputlag.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/inputlag.dir/build.make tests/CMakeFiles/inputlag.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=48,49,50 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/inputlag.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/inputlag.dir/build.make tests/CMakeFiles/inputlag.dir/clean
.PHONY : tests/CMakeFiles/inputlag.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) $(MAKESILENT) -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=83,84,85 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/threads.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/threads.dir/build.make tests/CMakeFiles/threads.dir/clean
.PHONY : tests/CMakeFiles/threads.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) $(MAKESILENT) -f tests/CMakeFiles/cursor.dir/build.make tests/CMakeFiles/cursor.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/cursor.dir/build.make tests/CMakeFiles/cursor.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=6,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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/cursor.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -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) $(MAKESILENT) -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=9,10,11 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/empty.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/empty.dir/build.make tests/CMakeFiles/empty.dir/clean
.PHONY : tests/CMakeFiles/empty.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) $(MAKESILENT) -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=42,43,44 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/icon.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/icon.dir/build.make tests/CMakeFiles/icon.dir/clean
.PHONY : tests/CMakeFiles/icon.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) $(MAKESILENT) -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=12,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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 18
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/events.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/events.dir/build.make tests/CMakeFiles/events.dir/clean
.PHONY : tests/CMakeFiles/events.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) $(MAKESILENT) -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/depend
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/niklas/Downloads/glfw-3.3.5/CMakeFiles --progress-num=51,52,53 "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 /home/niklas/Downloads/glfw-3.3.5/CMakeFiles 17
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/joysticks.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/Downloads/glfw-3.3.5/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) $(MAKESILENT) -f tests/CMakeFiles/joysticks.dir/build.make tests/CMakeFiles/joysticks.dir/clean
.PHONY : tests/CMakeFiles/joysticks.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