# 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
	cd /home/chris/projects/SFML/qtcreator-build && $(CMAKE_COMMAND) -E cmake_progress_start /home/chris/projects/SFML/qtcreator-build/CMakeFiles /home/chris/projects/SFML/qtcreator-build/src/SFML/System/CMakeFiles/progress.marks
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f CMakeFiles/Makefile2 src/SFML/System/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/projects/SFML/qtcreator-build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f CMakeFiles/Makefile2 src/SFML/System/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f CMakeFiles/Makefile2 src/SFML/System/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f CMakeFiles/Makefile2 src/SFML/System/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/chris/projects/SFML/qtcreator-build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/SFML/System/CMakeFiles/sfml-system.dir/rule:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f CMakeFiles/Makefile2 src/SFML/System/CMakeFiles/sfml-system.dir/rule
.PHONY : src/SFML/System/CMakeFiles/sfml-system.dir/rule

# Convenience name for target.
sfml-system: src/SFML/System/CMakeFiles/sfml-system.dir/rule
.PHONY : sfml-system

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

Clock.o: Clock.cpp.o
.PHONY : Clock.o

# target to build an object file
Clock.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o
.PHONY : Clock.cpp.o

Clock.i: Clock.cpp.i
.PHONY : Clock.i

# target to preprocess a source file
Clock.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.i
.PHONY : Clock.cpp.i

Clock.s: Clock.cpp.s
.PHONY : Clock.s

# target to generate assembly for a file
Clock.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.s
.PHONY : Clock.cpp.s

Err.o: Err.cpp.o
.PHONY : Err.o

# target to build an object file
Err.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o
.PHONY : Err.cpp.o

Err.i: Err.cpp.i
.PHONY : Err.i

# target to preprocess a source file
Err.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.i
.PHONY : Err.cpp.i

Err.s: Err.cpp.s
.PHONY : Err.s

# target to generate assembly for a file
Err.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.s
.PHONY : Err.cpp.s

Lock.o: Lock.cpp.o
.PHONY : Lock.o

# target to build an object file
Lock.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o
.PHONY : Lock.cpp.o

Lock.i: Lock.cpp.i
.PHONY : Lock.i

# target to preprocess a source file
Lock.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.i
.PHONY : Lock.cpp.i

Lock.s: Lock.cpp.s
.PHONY : Lock.s

# target to generate assembly for a file
Lock.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.s
.PHONY : Lock.cpp.s

Mutex.o: Mutex.cpp.o
.PHONY : Mutex.o

# target to build an object file
Mutex.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o
.PHONY : Mutex.cpp.o

Mutex.i: Mutex.cpp.i
.PHONY : Mutex.i

# target to preprocess a source file
Mutex.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.i
.PHONY : Mutex.cpp.i

Mutex.s: Mutex.cpp.s
.PHONY : Mutex.s

# target to generate assembly for a file
Mutex.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.s
.PHONY : Mutex.cpp.s

Sleep.o: Sleep.cpp.o
.PHONY : Sleep.o

# target to build an object file
Sleep.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o
.PHONY : Sleep.cpp.o

Sleep.i: Sleep.cpp.i
.PHONY : Sleep.i

# target to preprocess a source file
Sleep.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.i
.PHONY : Sleep.cpp.i

Sleep.s: Sleep.cpp.s
.PHONY : Sleep.s

# target to generate assembly for a file
Sleep.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.s
.PHONY : Sleep.cpp.s

String.o: String.cpp.o
.PHONY : String.o

# target to build an object file
String.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o
.PHONY : String.cpp.o

String.i: String.cpp.i
.PHONY : String.i

# target to preprocess a source file
String.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.i
.PHONY : String.cpp.i

String.s: String.cpp.s
.PHONY : String.s

# target to generate assembly for a file
String.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.s
.PHONY : String.cpp.s

Thread.o: Thread.cpp.o
.PHONY : Thread.o

# target to build an object file
Thread.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o
.PHONY : Thread.cpp.o

Thread.i: Thread.cpp.i
.PHONY : Thread.i

# target to preprocess a source file
Thread.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.i
.PHONY : Thread.cpp.i

Thread.s: Thread.cpp.s
.PHONY : Thread.s

# target to generate assembly for a file
Thread.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.s
.PHONY : Thread.cpp.s

ThreadLocal.o: ThreadLocal.cpp.o
.PHONY : ThreadLocal.o

# target to build an object file
ThreadLocal.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o
.PHONY : ThreadLocal.cpp.o

ThreadLocal.i: ThreadLocal.cpp.i
.PHONY : ThreadLocal.i

# target to preprocess a source file
ThreadLocal.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.i
.PHONY : ThreadLocal.cpp.i

ThreadLocal.s: ThreadLocal.cpp.s
.PHONY : ThreadLocal.s

# target to generate assembly for a file
ThreadLocal.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.s
.PHONY : ThreadLocal.cpp.s

Unix/MutexImpl.o: Unix/MutexImpl.cpp.o
.PHONY : Unix/MutexImpl.o

# target to build an object file
Unix/MutexImpl.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o
.PHONY : Unix/MutexImpl.cpp.o

Unix/MutexImpl.i: Unix/MutexImpl.cpp.i
.PHONY : Unix/MutexImpl.i

# target to preprocess a source file
Unix/MutexImpl.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.i
.PHONY : Unix/MutexImpl.cpp.i

Unix/MutexImpl.s: Unix/MutexImpl.cpp.s
.PHONY : Unix/MutexImpl.s

# target to generate assembly for a file
Unix/MutexImpl.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.s
.PHONY : Unix/MutexImpl.cpp.s

Unix/Platform.o: Unix/Platform.cpp.o
.PHONY : Unix/Platform.o

# target to build an object file
Unix/Platform.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/Platform.cpp.o
.PHONY : Unix/Platform.cpp.o

Unix/Platform.i: Unix/Platform.cpp.i
.PHONY : Unix/Platform.i

# target to preprocess a source file
Unix/Platform.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/Platform.cpp.i
.PHONY : Unix/Platform.cpp.i

Unix/Platform.s: Unix/Platform.cpp.s
.PHONY : Unix/Platform.s

# target to generate assembly for a file
Unix/Platform.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/Platform.cpp.s
.PHONY : Unix/Platform.cpp.s

Unix/ThreadImpl.o: Unix/ThreadImpl.cpp.o
.PHONY : Unix/ThreadImpl.o

# target to build an object file
Unix/ThreadImpl.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o
.PHONY : Unix/ThreadImpl.cpp.o

Unix/ThreadImpl.i: Unix/ThreadImpl.cpp.i
.PHONY : Unix/ThreadImpl.i

# target to preprocess a source file
Unix/ThreadImpl.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.i
.PHONY : Unix/ThreadImpl.cpp.i

Unix/ThreadImpl.s: Unix/ThreadImpl.cpp.s
.PHONY : Unix/ThreadImpl.s

# target to generate assembly for a file
Unix/ThreadImpl.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.s
.PHONY : Unix/ThreadImpl.cpp.s

Unix/ThreadLocalImpl.o: Unix/ThreadLocalImpl.cpp.o
.PHONY : Unix/ThreadLocalImpl.o

# target to build an object file
Unix/ThreadLocalImpl.cpp.o:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o
.PHONY : Unix/ThreadLocalImpl.cpp.o

Unix/ThreadLocalImpl.i: Unix/ThreadLocalImpl.cpp.i
.PHONY : Unix/ThreadLocalImpl.i

# target to preprocess a source file
Unix/ThreadLocalImpl.cpp.i:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.i
.PHONY : Unix/ThreadLocalImpl.cpp.i

Unix/ThreadLocalImpl.s: Unix/ThreadLocalImpl.cpp.s
.PHONY : Unix/ThreadLocalImpl.s

# target to generate assembly for a file
Unix/ThreadLocalImpl.cpp.s:
	cd /home/chris/projects/SFML/qtcreator-build && $(MAKE) -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.s
.PHONY : Unix/ThreadLocalImpl.cpp.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... sfml-system"
	@echo "... Clock.o"
	@echo "... Clock.i"
	@echo "... Clock.s"
	@echo "... Err.o"
	@echo "... Err.i"
	@echo "... Err.s"
	@echo "... Lock.o"
	@echo "... Lock.i"
	@echo "... Lock.s"
	@echo "... Mutex.o"
	@echo "... Mutex.i"
	@echo "... Mutex.s"
	@echo "... Sleep.o"
	@echo "... Sleep.i"
	@echo "... Sleep.s"
	@echo "... String.o"
	@echo "... String.i"
	@echo "... String.s"
	@echo "... Thread.o"
	@echo "... Thread.i"
	@echo "... Thread.s"
	@echo "... ThreadLocal.o"
	@echo "... ThreadLocal.i"
	@echo "... ThreadLocal.s"
	@echo "... Unix/MutexImpl.o"
	@echo "... Unix/MutexImpl.i"
	@echo "... Unix/MutexImpl.s"
	@echo "... Unix/Platform.o"
	@echo "... Unix/Platform.i"
	@echo "... Unix/Platform.s"
	@echo "... Unix/ThreadImpl.o"
	@echo "... Unix/ThreadImpl.i"
	@echo "... Unix/ThreadImpl.s"
	@echo "... Unix/ThreadLocalImpl.o"
	@echo "... Unix/ThreadLocalImpl.i"
	@echo "... Unix/ThreadLocalImpl.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/chris/projects/SFML/qtcreator-build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

