# 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/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 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 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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

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

.PHONY : list_install_components/fast

# Special rule for the target install/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 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

# 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/src/CMakeFiles/progress.marks
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/src/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/src/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/src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/src/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/src/CMakeFiles/glfw.dir/rule:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f CMakeFiles/Makefile2 ext/glfw/src/CMakeFiles/glfw.dir/rule
.PHONY : ext/glfw/src/CMakeFiles/glfw.dir/rule

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

.PHONY : glfw

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

context.o: context.c.o

.PHONY : context.o

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

context.i: context.c.i

.PHONY : context.i

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

context.s: context.c.s

.PHONY : context.s

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

egl_context.o: egl_context.c.o

.PHONY : egl_context.o

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

egl_context.i: egl_context.c.i

.PHONY : egl_context.i

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

egl_context.s: egl_context.c.s

.PHONY : egl_context.s

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

glx_context.o: glx_context.c.o

.PHONY : glx_context.o

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

glx_context.i: glx_context.c.i

.PHONY : glx_context.i

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

glx_context.s: glx_context.c.s

.PHONY : glx_context.s

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

init.o: init.c.o

.PHONY : init.o

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

init.i: init.c.i

.PHONY : init.i

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

init.s: init.c.s

.PHONY : init.s

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

input.o: input.c.o

.PHONY : input.o

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

input.i: input.c.i

.PHONY : input.i

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

input.s: input.c.s

.PHONY : input.s

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

linux_joystick.o: linux_joystick.c.o

.PHONY : linux_joystick.o

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

linux_joystick.i: linux_joystick.c.i

.PHONY : linux_joystick.i

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

linux_joystick.s: linux_joystick.c.s

.PHONY : linux_joystick.s

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

monitor.o: monitor.c.o

.PHONY : monitor.o

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

monitor.i: monitor.c.i

.PHONY : monitor.i

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

monitor.s: monitor.c.s

.PHONY : monitor.s

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

osmesa_context.o: osmesa_context.c.o

.PHONY : osmesa_context.o

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

osmesa_context.i: osmesa_context.c.i

.PHONY : osmesa_context.i

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

osmesa_context.s: osmesa_context.c.s

.PHONY : osmesa_context.s

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

posix_thread.o: posix_thread.c.o

.PHONY : posix_thread.o

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

posix_thread.i: posix_thread.c.i

.PHONY : posix_thread.i

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

posix_thread.s: posix_thread.c.s

.PHONY : posix_thread.s

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

posix_time.o: posix_time.c.o

.PHONY : posix_time.o

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

posix_time.i: posix_time.c.i

.PHONY : posix_time.i

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

posix_time.s: posix_time.c.s

.PHONY : posix_time.s

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

vulkan.o: vulkan.c.o

.PHONY : vulkan.o

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

vulkan.i: vulkan.c.i

.PHONY : vulkan.i

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

vulkan.s: vulkan.c.s

.PHONY : vulkan.s

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

window.o: window.c.o

.PHONY : window.o

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

window.i: window.c.i

.PHONY : window.i

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

window.s: window.c.s

.PHONY : window.s

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

x11_init.o: x11_init.c.o

.PHONY : x11_init.o

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

x11_init.i: x11_init.c.i

.PHONY : x11_init.i

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

x11_init.s: x11_init.c.s

.PHONY : x11_init.s

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

x11_monitor.o: x11_monitor.c.o

.PHONY : x11_monitor.o

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

x11_monitor.i: x11_monitor.c.i

.PHONY : x11_monitor.i

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

x11_monitor.s: x11_monitor.c.s

.PHONY : x11_monitor.s

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

x11_window.o: x11_window.c.o

.PHONY : x11_window.o

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

x11_window.i: x11_window.c.i

.PHONY : x11_window.i

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

x11_window.s: x11_window.c.s

.PHONY : x11_window.s

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

xkb_unicode.o: xkb_unicode.c.o

.PHONY : xkb_unicode.o

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

xkb_unicode.i: xkb_unicode.c.i

.PHONY : xkb_unicode.i

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

xkb_unicode.s: xkb_unicode.c.s

.PHONY : xkb_unicode.s

# target to generate assembly for a file
xkb_unicode.c.s:
	cd /home/vhamalai/Desktop/fugthon18/build && $(MAKE) -f ext/glfw/src/CMakeFiles/glfw.dir/build.make ext/glfw/src/CMakeFiles/glfw.dir/xkb_unicode.c.s
.PHONY : xkb_unicode.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/strip"
	@echo "... edit_cache"
	@echo "... glfw"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... install/local"
	@echo "... install"
	@echo "... context.o"
	@echo "... context.i"
	@echo "... context.s"
	@echo "... egl_context.o"
	@echo "... egl_context.i"
	@echo "... egl_context.s"
	@echo "... glx_context.o"
	@echo "... glx_context.i"
	@echo "... glx_context.s"
	@echo "... init.o"
	@echo "... init.i"
	@echo "... init.s"
	@echo "... input.o"
	@echo "... input.i"
	@echo "... input.s"
	@echo "... linux_joystick.o"
	@echo "... linux_joystick.i"
	@echo "... linux_joystick.s"
	@echo "... monitor.o"
	@echo "... monitor.i"
	@echo "... monitor.s"
	@echo "... osmesa_context.o"
	@echo "... osmesa_context.i"
	@echo "... osmesa_context.s"
	@echo "... posix_thread.o"
	@echo "... posix_thread.i"
	@echo "... posix_thread.s"
	@echo "... posix_time.o"
	@echo "... posix_time.i"
	@echo "... posix_time.s"
	@echo "... vulkan.o"
	@echo "... vulkan.i"
	@echo "... vulkan.s"
	@echo "... window.o"
	@echo "... window.i"
	@echo "... window.s"
	@echo "... x11_init.o"
	@echo "... x11_init.i"
	@echo "... x11_init.s"
	@echo "... x11_monitor.o"
	@echo "... x11_monitor.i"
	@echo "... x11_monitor.s"
	@echo "... x11_window.o"
	@echo "... x11_window.i"
	@echo "... x11_window.s"
	@echo "... xkb_unicode.o"
	@echo "... xkb_unicode.i"
	@echo "... xkb_unicode.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

