# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# Suppress display of executed commands.
$(VERBOSE).SILENT:


# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# 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 remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/vhamalai/Desktop/fugthon18

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/vhamalai/Desktop/fugthon18/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components

.PHONY : list_install_components/fast

# The main all target
all: cmake_check_build_system
	cd /home/vhamalai/Desktop/fugthon18/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/vhamalai/Desktop/fugthon18/build/CMakeFiles /home/vhamalai/Desktop/fugthon18/build/ext/glfw/tests/CMakeFiles/progress.marks
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/vhamalai/Desktop/fugthon18/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/vhamalai/Desktop/fugthon18/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
ext/glfw/tests/CMakeFiles/title.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/title.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/title.dir/rule

# Convenience name for target.
title: ext/glfw/tests/CMakeFiles/title.dir/rule

.PHONY : title

# fast build rule for target.
title/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/build
.PHONY : title/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/monitors.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/monitors.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/monitors.dir/rule

# Convenience name for target.
monitors: ext/glfw/tests/CMakeFiles/monitors.dir/rule

.PHONY : monitors

# fast build rule for target.
monitors/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/build
.PHONY : monitors/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/clipboard.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/clipboard.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/clipboard.dir/rule

# Convenience name for target.
clipboard: ext/glfw/tests/CMakeFiles/clipboard.dir/rule

.PHONY : clipboard

# fast build rule for target.
clipboard/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/build
.PHONY : clipboard/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/cursor.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/cursor.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/cursor.dir/rule

# Convenience name for target.
cursor: ext/glfw/tests/CMakeFiles/cursor.dir/rule

.PHONY : cursor

# fast build rule for target.
cursor/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/build
.PHONY : cursor/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/msaa.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/msaa.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/msaa.dir/rule

# Convenience name for target.
msaa: ext/glfw/tests/CMakeFiles/msaa.dir/rule

.PHONY : msaa

# fast build rule for target.
msaa/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/build
.PHONY : msaa/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/glfwinfo.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/glfwinfo.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/glfwinfo.dir/rule

# Convenience name for target.
glfwinfo: ext/glfw/tests/CMakeFiles/glfwinfo.dir/rule

.PHONY : glfwinfo

# fast build rule for target.
glfwinfo/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/build
.PHONY : glfwinfo/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/threads.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/threads.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/threads.dir/rule

# Convenience name for target.
threads: ext/glfw/tests/CMakeFiles/threads.dir/rule

.PHONY : threads

# fast build rule for target.
threads/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/build
.PHONY : threads/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/reopen.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/reopen.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/reopen.dir/rule

# Convenience name for target.
reopen: ext/glfw/tests/CMakeFiles/reopen.dir/rule

.PHONY : reopen

# fast build rule for target.
reopen/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/build
.PHONY : reopen/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/timeout.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/timeout.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/timeout.dir/rule

# Convenience name for target.
timeout: ext/glfw/tests/CMakeFiles/timeout.dir/rule

.PHONY : timeout

# fast build rule for target.
timeout/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/build
.PHONY : timeout/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/iconify.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/iconify.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/iconify.dir/rule

# Convenience name for target.
iconify: ext/glfw/tests/CMakeFiles/iconify.dir/rule

.PHONY : iconify

# fast build rule for target.
iconify/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/build
.PHONY : iconify/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/gamma.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/gamma.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/gamma.dir/rule

# Convenience name for target.
gamma: ext/glfw/tests/CMakeFiles/gamma.dir/rule

.PHONY : gamma

# fast build rule for target.
gamma/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/build
.PHONY : gamma/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/events.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/events.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/events.dir/rule

# Convenience name for target.
events: ext/glfw/tests/CMakeFiles/events.dir/rule

.PHONY : events

# fast build rule for target.
events/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/build
.PHONY : events/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/icon.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/icon.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/icon.dir/rule

# Convenience name for target.
icon: ext/glfw/tests/CMakeFiles/icon.dir/rule

.PHONY : icon

# fast build rule for target.
icon/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/build
.PHONY : icon/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/sharing.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/sharing.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/sharing.dir/rule

# Convenience name for target.
sharing: ext/glfw/tests/CMakeFiles/sharing.dir/rule

.PHONY : sharing

# fast build rule for target.
sharing/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/build
.PHONY : sharing/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/joysticks.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/joysticks.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/joysticks.dir/rule

# Convenience name for target.
joysticks: ext/glfw/tests/CMakeFiles/joysticks.dir/rule

.PHONY : joysticks

# fast build rule for target.
joysticks/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/build
.PHONY : joysticks/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/windows.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/windows.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/windows.dir/rule

# Convenience name for target.
windows: ext/glfw/tests/CMakeFiles/windows.dir/rule

.PHONY : windows

# fast build rule for target.
windows/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/build
.PHONY : windows/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/empty.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/empty.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/empty.dir/rule

# Convenience name for target.
empty: ext/glfw/tests/CMakeFiles/empty.dir/rule

.PHONY : empty

# fast build rule for target.
empty/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/build
.PHONY : empty/fast

# Convenience name for target.
ext/glfw/tests/CMakeFiles/tearing.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/tests/CMakeFiles/tearing.dir/rule
.PHONY : ext/glfw/tests/CMakeFiles/tearing.dir/rule

# Convenience name for target.
tearing: ext/glfw/tests/CMakeFiles/tearing.dir/rule

.PHONY : tearing

# fast build rule for target.
tearing/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/build
.PHONY : tearing/fast

__/deps/getopt.o: __/deps/getopt.c.o

.PHONY : __/deps/getopt.o

# target to build an object file
__/deps/getopt.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/__/deps/getopt.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/__/deps/getopt.c.o
.PHONY : __/deps/getopt.c.o

__/deps/getopt.i: __/deps/getopt.c.i

.PHONY : __/deps/getopt.i

# target to preprocess a source file
__/deps/getopt.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/__/deps/getopt.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/__/deps/getopt.c.i
.PHONY : __/deps/getopt.c.i

__/deps/getopt.s: __/deps/getopt.c.s

.PHONY : __/deps/getopt.s

# target to generate assembly for a file
__/deps/getopt.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/__/deps/getopt.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/__/deps/getopt.c.s
.PHONY : __/deps/getopt.c.s

__/deps/glad.o: __/deps/glad.c.o

.PHONY : __/deps/glad.o

# target to build an object file
__/deps/glad.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/__/deps/glad.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/__/deps/glad.c.o
.PHONY : __/deps/glad.c.o

__/deps/glad.i: __/deps/glad.c.i

.PHONY : __/deps/glad.i

# target to preprocess a source file
__/deps/glad.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/__/deps/glad.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/__/deps/glad.c.i
.PHONY : __/deps/glad.c.i

__/deps/glad.s: __/deps/glad.c.s

.PHONY : __/deps/glad.s

# target to generate assembly for a file
__/deps/glad.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/__/deps/glad.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/__/deps/glad.c.s
.PHONY : __/deps/glad.c.s

__/deps/tinycthread.o: __/deps/tinycthread.c.o

.PHONY : __/deps/tinycthread.o

# target to build an object file
__/deps/tinycthread.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o
.PHONY : __/deps/tinycthread.c.o

__/deps/tinycthread.i: __/deps/tinycthread.c.i

.PHONY : __/deps/tinycthread.i

# target to preprocess a source file
__/deps/tinycthread.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.i
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.i
.PHONY : __/deps/tinycthread.c.i

__/deps/tinycthread.s: __/deps/tinycthread.c.s

.PHONY : __/deps/tinycthread.s

# target to generate assembly for a file
__/deps/tinycthread.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.s
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.s
.PHONY : __/deps/tinycthread.c.s

clipboard.o: clipboard.c.o

.PHONY : clipboard.o

# target to build an object file
clipboard.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/clipboard.c.o
.PHONY : clipboard.c.o

clipboard.i: clipboard.c.i

.PHONY : clipboard.i

# target to preprocess a source file
clipboard.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/clipboard.c.i
.PHONY : clipboard.c.i

clipboard.s: clipboard.c.s

.PHONY : clipboard.s

# target to generate assembly for a file
clipboard.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/clipboard.dir/build.make ext/glfw/tests/CMakeFiles/clipboard.dir/clipboard.c.s
.PHONY : clipboard.c.s

cursor.o: cursor.c.o

.PHONY : cursor.o

# target to build an object file
cursor.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/cursor.c.o
.PHONY : cursor.c.o

cursor.i: cursor.c.i

.PHONY : cursor.i

# target to preprocess a source file
cursor.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/cursor.c.i
.PHONY : cursor.c.i

cursor.s: cursor.c.s

.PHONY : cursor.s

# target to generate assembly for a file
cursor.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/cursor.dir/build.make ext/glfw/tests/CMakeFiles/cursor.dir/cursor.c.s
.PHONY : cursor.c.s

empty.o: empty.c.o

.PHONY : empty.o

# target to build an object file
empty.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/empty.c.o
.PHONY : empty.c.o

empty.i: empty.c.i

.PHONY : empty.i

# target to preprocess a source file
empty.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/empty.c.i
.PHONY : empty.c.i

empty.s: empty.c.s

.PHONY : empty.s

# target to generate assembly for a file
empty.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/empty.dir/build.make ext/glfw/tests/CMakeFiles/empty.dir/empty.c.s
.PHONY : empty.c.s

events.o: events.c.o

.PHONY : events.o

# target to build an object file
events.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/events.c.o
.PHONY : events.c.o

events.i: events.c.i

.PHONY : events.i

# target to preprocess a source file
events.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/events.c.i
.PHONY : events.c.i

events.s: events.c.s

.PHONY : events.s

# target to generate assembly for a file
events.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/events.dir/build.make ext/glfw/tests/CMakeFiles/events.dir/events.c.s
.PHONY : events.c.s

gamma.o: gamma.c.o

.PHONY : gamma.o

# target to build an object file
gamma.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/gamma.c.o
.PHONY : gamma.c.o

gamma.i: gamma.c.i

.PHONY : gamma.i

# target to preprocess a source file
gamma.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/gamma.c.i
.PHONY : gamma.c.i

gamma.s: gamma.c.s

.PHONY : gamma.s

# target to generate assembly for a file
gamma.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/gamma.dir/build.make ext/glfw/tests/CMakeFiles/gamma.dir/gamma.c.s
.PHONY : gamma.c.s

glfwinfo.o: glfwinfo.c.o

.PHONY : glfwinfo.o

# target to build an object file
glfwinfo.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o
.PHONY : glfwinfo.c.o

glfwinfo.i: glfwinfo.c.i

.PHONY : glfwinfo.i

# target to preprocess a source file
glfwinfo.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.i
.PHONY : glfwinfo.c.i

glfwinfo.s: glfwinfo.c.s

.PHONY : glfwinfo.s

# target to generate assembly for a file
glfwinfo.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/glfwinfo.dir/build.make ext/glfw/tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.s
.PHONY : glfwinfo.c.s

icon.o: icon.c.o

.PHONY : icon.o

# target to build an object file
icon.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/icon.c.o
.PHONY : icon.c.o

icon.i: icon.c.i

.PHONY : icon.i

# target to preprocess a source file
icon.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/icon.c.i
.PHONY : icon.c.i

icon.s: icon.c.s

.PHONY : icon.s

# target to generate assembly for a file
icon.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/icon.dir/build.make ext/glfw/tests/CMakeFiles/icon.dir/icon.c.s
.PHONY : icon.c.s

iconify.o: iconify.c.o

.PHONY : iconify.o

# target to build an object file
iconify.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/iconify.c.o
.PHONY : iconify.c.o

iconify.i: iconify.c.i

.PHONY : iconify.i

# target to preprocess a source file
iconify.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/iconify.c.i
.PHONY : iconify.c.i

iconify.s: iconify.c.s

.PHONY : iconify.s

# target to generate assembly for a file
iconify.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/iconify.dir/build.make ext/glfw/tests/CMakeFiles/iconify.dir/iconify.c.s
.PHONY : iconify.c.s

joysticks.o: joysticks.c.o

.PHONY : joysticks.o

# target to build an object file
joysticks.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/joysticks.c.o
.PHONY : joysticks.c.o

joysticks.i: joysticks.c.i

.PHONY : joysticks.i

# target to preprocess a source file
joysticks.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/joysticks.c.i
.PHONY : joysticks.c.i

joysticks.s: joysticks.c.s

.PHONY : joysticks.s

# target to generate assembly for a file
joysticks.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/joysticks.dir/build.make ext/glfw/tests/CMakeFiles/joysticks.dir/joysticks.c.s
.PHONY : joysticks.c.s

monitors.o: monitors.c.o

.PHONY : monitors.o

# target to build an object file
monitors.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/monitors.c.o
.PHONY : monitors.c.o

monitors.i: monitors.c.i

.PHONY : monitors.i

# target to preprocess a source file
monitors.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/monitors.c.i
.PHONY : monitors.c.i

monitors.s: monitors.c.s

.PHONY : monitors.s

# target to generate assembly for a file
monitors.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/monitors.dir/build.make ext/glfw/tests/CMakeFiles/monitors.dir/monitors.c.s
.PHONY : monitors.c.s

msaa.o: msaa.c.o

.PHONY : msaa.o

# target to build an object file
msaa.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/msaa.c.o
.PHONY : msaa.c.o

msaa.i: msaa.c.i

.PHONY : msaa.i

# target to preprocess a source file
msaa.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/msaa.c.i
.PHONY : msaa.c.i

msaa.s: msaa.c.s

.PHONY : msaa.s

# target to generate assembly for a file
msaa.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/msaa.dir/build.make ext/glfw/tests/CMakeFiles/msaa.dir/msaa.c.s
.PHONY : msaa.c.s

reopen.o: reopen.c.o

.PHONY : reopen.o

# target to build an object file
reopen.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/reopen.c.o
.PHONY : reopen.c.o

reopen.i: reopen.c.i

.PHONY : reopen.i

# target to preprocess a source file
reopen.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/reopen.c.i
.PHONY : reopen.c.i

reopen.s: reopen.c.s

.PHONY : reopen.s

# target to generate assembly for a file
reopen.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/reopen.dir/build.make ext/glfw/tests/CMakeFiles/reopen.dir/reopen.c.s
.PHONY : reopen.c.s

sharing.o: sharing.c.o

.PHONY : sharing.o

# target to build an object file
sharing.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/sharing.c.o
.PHONY : sharing.c.o

sharing.i: sharing.c.i

.PHONY : sharing.i

# target to preprocess a source file
sharing.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/sharing.c.i
.PHONY : sharing.c.i

sharing.s: sharing.c.s

.PHONY : sharing.s

# target to generate assembly for a file
sharing.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/sharing.dir/build.make ext/glfw/tests/CMakeFiles/sharing.dir/sharing.c.s
.PHONY : sharing.c.s

tearing.o: tearing.c.o

.PHONY : tearing.o

# target to build an object file
tearing.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/tearing.c.o
.PHONY : tearing.c.o

tearing.i: tearing.c.i

.PHONY : tearing.i

# target to preprocess a source file
tearing.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/tearing.c.i
.PHONY : tearing.c.i

tearing.s: tearing.c.s

.PHONY : tearing.s

# target to generate assembly for a file
tearing.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/tearing.dir/build.make ext/glfw/tests/CMakeFiles/tearing.dir/tearing.c.s
.PHONY : tearing.c.s

threads.o: threads.c.o

.PHONY : threads.o

# target to build an object file
threads.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/threads.c.o
.PHONY : threads.c.o

threads.i: threads.c.i

.PHONY : threads.i

# target to preprocess a source file
threads.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/threads.c.i
.PHONY : threads.c.i

threads.s: threads.c.s

.PHONY : threads.s

# target to generate assembly for a file
threads.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/threads.dir/build.make ext/glfw/tests/CMakeFiles/threads.dir/threads.c.s
.PHONY : threads.c.s

timeout.o: timeout.c.o

.PHONY : timeout.o

# target to build an object file
timeout.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/timeout.c.o
.PHONY : timeout.c.o

timeout.i: timeout.c.i

.PHONY : timeout.i

# target to preprocess a source file
timeout.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/timeout.c.i
.PHONY : timeout.c.i

timeout.s: timeout.c.s

.PHONY : timeout.s

# target to generate assembly for a file
timeout.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/timeout.dir/build.make ext/glfw/tests/CMakeFiles/timeout.dir/timeout.c.s
.PHONY : timeout.c.s

title.o: title.c.o

.PHONY : title.o

# target to build an object file
title.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/title.c.o
.PHONY : title.c.o

title.i: title.c.i

.PHONY : title.i

# target to preprocess a source file
title.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/title.c.i
.PHONY : title.c.i

title.s: title.c.s

.PHONY : title.s

# target to generate assembly for a file
title.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/title.dir/build.make ext/glfw/tests/CMakeFiles/title.dir/title.c.s
.PHONY : title.c.s

windows.o: windows.c.o

.PHONY : windows.o

# target to build an object file
windows.c.o:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/windows.c.o
.PHONY : windows.c.o

windows.i: windows.c.i

.PHONY : windows.i

# target to preprocess a source file
windows.c.i:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/windows.c.i
.PHONY : windows.c.i

windows.s: windows.c.s

.PHONY : windows.s

# target to generate assembly for a file
windows.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/tests/CMakeFiles/windows.dir/build.make ext/glfw/tests/CMakeFiles/windows.dir/windows.c.s
.PHONY : windows.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... title"
	@echo "... monitors"
	@echo "... install/strip"
	@echo "... clipboard"
	@echo "... cursor"
	@echo "... msaa"
	@echo "... install/local"
	@echo "... glfwinfo"
	@echo "... list_install_components"
	@echo "... threads"
	@echo "... reopen"
	@echo "... timeout"
	@echo "... iconify"
	@echo "... gamma"
	@echo "... events"
	@echo "... icon"
	@echo "... sharing"
	@echo "... joysticks"
	@echo "... windows"
	@echo "... empty"
	@echo "... tearing"
	@echo "... __/deps/getopt.o"
	@echo "... __/deps/getopt.i"
	@echo "... __/deps/getopt.s"
	@echo "... __/deps/glad.o"
	@echo "... __/deps/glad.i"
	@echo "... __/deps/glad.s"
	@echo "... __/deps/tinycthread.o"
	@echo "... __/deps/tinycthread.i"
	@echo "... __/deps/tinycthread.s"
	@echo "... clipboard.o"
	@echo "... clipboard.i"
	@echo "... clipboard.s"
	@echo "... cursor.o"
	@echo "... cursor.i"
	@echo "... cursor.s"
	@echo "... empty.o"
	@echo "... empty.i"
	@echo "... empty.s"
	@echo "... events.o"
	@echo "... events.i"
	@echo "... events.s"
	@echo "... gamma.o"
	@echo "... gamma.i"
	@echo "... gamma.s"
	@echo "... glfwinfo.o"
	@echo "... glfwinfo.i"
	@echo "... glfwinfo.s"
	@echo "... icon.o"
	@echo "... icon.i"
	@echo "... icon.s"
	@echo "... iconify.o"
	@echo "... iconify.i"
	@echo "... iconify.s"
	@echo "... joysticks.o"
	@echo "... joysticks.i"
	@echo "... joysticks.s"
	@echo "... monitors.o"
	@echo "... monitors.i"
	@echo "... monitors.s"
	@echo "... msaa.o"
	@echo "... msaa.i"
	@echo "... msaa.s"
	@echo "... reopen.o"
	@echo "... reopen.i"
	@echo "... reopen.s"
	@echo "... sharing.o"
	@echo "... sharing.i"
	@echo "... sharing.s"
	@echo "... tearing.o"
	@echo "... tearing.i"
	@echo "... tearing.s"
	@echo "... threads.o"
	@echo "... threads.i"
	@echo "... threads.s"
	@echo "... timeout.o"
	@echo "... timeout.i"
	@echo "... timeout.s"
	@echo "... title.o"
	@echo "... title.i"
	@echo "... title.s"
	@echo "... windows.o"
	@echo "... windows.i"
	@echo "... windows.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /home/vhamalai/Desktop/fugthon18/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

