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

# 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 canoncical targets will work.
.SUFFIXES:

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

.SUFFIXES: .hpux_make_needs_suffix_list

# Produce verbose output by default.
VERBOSE = 1

# 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

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/chris/projects/LaurentGomila-SFML-a9f0ba7

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/chris/projects/SFML/qtcreator-build

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

# Special rule for the target edit_cache
edit_cache:
	@echo "Running CMake cache editor..."
	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.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
install: preinstall
	@echo "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@echo "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@echo "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: install/local
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@echo "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: install/strip
.PHONY : install/strip/fast

# Special rule for the target list_install_components
list_install_components:
	@echo "Available install components are: \"Unspecified\" \"bin\" \"devel\" \"examples\""
.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 rebuild_cache
rebuild_cache:
	@echo "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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/projects/SFML/qtcreator-build/CMakeFiles /home/chris/projects/SFML/qtcreator-build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/projects/SFML/qtcreator-build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

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

#=============================================================================
# Target rules for targets named sfml-system

# Build rule for target.
sfml-system: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sfml-system
.PHONY : sfml-system

# fast build rule for target.
sfml-system/fast:
	$(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/build
.PHONY : sfml-system/fast

#=============================================================================
# Target rules for targets named sfml-window

# Build rule for target.
sfml-window: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sfml-window
.PHONY : sfml-window

# fast build rule for target.
sfml-window/fast:
	$(MAKE) -f src/SFML/Window/CMakeFiles/sfml-window.dir/build.make src/SFML/Window/CMakeFiles/sfml-window.dir/build
.PHONY : sfml-window/fast

#=============================================================================
# Target rules for targets named sfml-network

# Build rule for target.
sfml-network: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sfml-network
.PHONY : sfml-network

# fast build rule for target.
sfml-network/fast:
	$(MAKE) -f src/SFML/Network/CMakeFiles/sfml-network.dir/build.make src/SFML/Network/CMakeFiles/sfml-network.dir/build
.PHONY : sfml-network/fast

#=============================================================================
# Target rules for targets named sfml-graphics

# Build rule for target.
sfml-graphics: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sfml-graphics
.PHONY : sfml-graphics

# fast build rule for target.
sfml-graphics/fast:
	$(MAKE) -f src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/build.make src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/build
.PHONY : sfml-graphics/fast

#=============================================================================
# Target rules for targets named sfml-audio

# Build rule for target.
sfml-audio: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sfml-audio
.PHONY : sfml-audio

# fast build rule for target.
sfml-audio/fast:
	$(MAKE) -f src/SFML/Audio/CMakeFiles/sfml-audio.dir/build.make src/SFML/Audio/CMakeFiles/sfml-audio.dir/build
.PHONY : sfml-audio/fast

#=============================================================================
# Target rules for targets named ftp

# Build rule for target.
ftp: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 ftp
.PHONY : ftp

# fast build rule for target.
ftp/fast:
	$(MAKE) -f examples/ftp/CMakeFiles/ftp.dir/build.make examples/ftp/CMakeFiles/ftp.dir/build
.PHONY : ftp/fast

#=============================================================================
# Target rules for targets named opengl

# Build rule for target.
opengl: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 opengl
.PHONY : opengl

# fast build rule for target.
opengl/fast:
	$(MAKE) -f examples/opengl/CMakeFiles/opengl.dir/build.make examples/opengl/CMakeFiles/opengl.dir/build
.PHONY : opengl/fast

#=============================================================================
# Target rules for targets named pong

# Build rule for target.
pong: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 pong
.PHONY : pong

# fast build rule for target.
pong/fast:
	$(MAKE) -f examples/pong/CMakeFiles/pong.dir/build.make examples/pong/CMakeFiles/pong.dir/build
.PHONY : pong/fast

#=============================================================================
# Target rules for targets named shader

# Build rule for target.
shader: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 shader
.PHONY : shader

# fast build rule for target.
shader/fast:
	$(MAKE) -f examples/shader/CMakeFiles/shader.dir/build.make examples/shader/CMakeFiles/shader.dir/build
.PHONY : shader/fast

#=============================================================================
# Target rules for targets named sockets

# Build rule for target.
sockets: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sockets
.PHONY : sockets

# fast build rule for target.
sockets/fast:
	$(MAKE) -f examples/sockets/CMakeFiles/sockets.dir/build.make examples/sockets/CMakeFiles/sockets.dir/build
.PHONY : sockets/fast

#=============================================================================
# Target rules for targets named sound

# Build rule for target.
sound: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sound
.PHONY : sound

# fast build rule for target.
sound/fast:
	$(MAKE) -f examples/sound/CMakeFiles/sound.dir/build.make examples/sound/CMakeFiles/sound.dir/build
.PHONY : sound/fast

#=============================================================================
# Target rules for targets named sound-capture

# Build rule for target.
sound-capture: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sound-capture
.PHONY : sound-capture

# fast build rule for target.
sound-capture/fast:
	$(MAKE) -f examples/sound_capture/CMakeFiles/sound-capture.dir/build.make examples/sound_capture/CMakeFiles/sound-capture.dir/build
.PHONY : sound-capture/fast

#=============================================================================
# Target rules for targets named voip

# Build rule for target.
voip: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 voip
.PHONY : voip

# fast build rule for target.
voip/fast:
	$(MAKE) -f examples/voip/CMakeFiles/voip.dir/build.make examples/voip/CMakeFiles/voip.dir/build
.PHONY : voip/fast

#=============================================================================
# Target rules for targets named window

# Build rule for target.
window: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 window
.PHONY : window

# fast build rule for target.
window/fast:
	$(MAKE) -f examples/window/CMakeFiles/window.dir/build.make examples/window/CMakeFiles/window.dir/build
.PHONY : window/fast

#=============================================================================
# Target rules for targets named X11

# Build rule for target.
X11: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 X11
.PHONY : X11

# fast build rule for target.
X11/fast:
	$(MAKE) -f examples/X11/CMakeFiles/X11.dir/build.make examples/X11/CMakeFiles/X11.dir/build
.PHONY : X11/fast

# 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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... sfml-system"
	@echo "... sfml-window"
	@echo "... sfml-network"
	@echo "... sfml-graphics"
	@echo "... sfml-audio"
	@echo "... ftp"
	@echo "... opengl"
	@echo "... pong"
	@echo "... shader"
	@echo "... sockets"
	@echo "... sound"
	@echo "... sound-capture"
	@echo "... voip"
	@echo "... window"
	@echo "... X11"
.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

