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

# 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:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

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

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

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

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "/home/laspinko/c++/game jam"

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/home/laspinko/c++/game jam/build"

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

# 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 --regenerate-during-build -S$(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\" \"devel\""
.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
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 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/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

# The main all target
all: cmake_check_build_system
	cd "/home/laspinko/c++/game jam/build" && $(CMAKE_COMMAND) -E cmake_progress_start "/home/laspinko/c++/game jam/build/CMakeFiles" "/home/laspinko/c++/game jam/build/_deps/sfml-build/src/SFML/System//CMakeFiles/progress.marks"
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/sfml-build/src/SFML/System/all
	$(CMAKE_COMMAND) -E cmake_progress_start "/home/laspinko/c++/game jam/build/CMakeFiles" 0
.PHONY : all

# The main clean target
clean:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/sfml-build/src/SFML/System/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/sfml-build/src/SFML/System/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/sfml-build/src/SFML/System/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd "/home/laspinko/c++/game jam/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/rule:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/rule
.PHONY : _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/rule

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

# fast build rule for target.
sfml-system/fast:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.s
.PHONY : Err.cpp.s

FileInputStream.o: FileInputStream.cpp.o
.PHONY : FileInputStream.o

# target to build an object file
FileInputStream.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o
.PHONY : FileInputStream.cpp.o

FileInputStream.i: FileInputStream.cpp.i
.PHONY : FileInputStream.i

# target to preprocess a source file
FileInputStream.cpp.i:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.i
.PHONY : FileInputStream.cpp.i

FileInputStream.s: FileInputStream.cpp.s
.PHONY : FileInputStream.s

# target to generate assembly for a file
FileInputStream.cpp.s:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.s
.PHONY : FileInputStream.cpp.s

MemoryInputStream.o: MemoryInputStream.cpp.o
.PHONY : MemoryInputStream.o

# target to build an object file
MemoryInputStream.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o
.PHONY : MemoryInputStream.cpp.o

MemoryInputStream.i: MemoryInputStream.cpp.i
.PHONY : MemoryInputStream.i

# target to preprocess a source file
MemoryInputStream.cpp.i:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.i
.PHONY : MemoryInputStream.cpp.i

MemoryInputStream.s: MemoryInputStream.cpp.s
.PHONY : MemoryInputStream.s

# target to generate assembly for a file
MemoryInputStream.cpp.s:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.s
.PHONY : MemoryInputStream.cpp.s

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

# target to build an object file
Sleep.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/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/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.s
.PHONY : String.cpp.s

Unix/SleepImpl.o: Unix/SleepImpl.cpp.o
.PHONY : Unix/SleepImpl.o

# target to build an object file
Unix/SleepImpl.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o
.PHONY : Unix/SleepImpl.cpp.o

Unix/SleepImpl.i: Unix/SleepImpl.cpp.i
.PHONY : Unix/SleepImpl.i

# target to preprocess a source file
Unix/SleepImpl.cpp.i:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.i
.PHONY : Unix/SleepImpl.cpp.i

Unix/SleepImpl.s: Unix/SleepImpl.cpp.s
.PHONY : Unix/SleepImpl.s

# target to generate assembly for a file
Unix/SleepImpl.cpp.s:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.s
.PHONY : Unix/SleepImpl.cpp.s

Utils.o: Utils.cpp.o
.PHONY : Utils.o

# target to build an object file
Utils.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Utils.cpp.o
.PHONY : Utils.cpp.o

Utils.i: Utils.cpp.i
.PHONY : Utils.i

# target to preprocess a source file
Utils.cpp.i:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Utils.cpp.i
.PHONY : Utils.cpp.i

Utils.s: Utils.cpp.s
.PHONY : Utils.s

# target to generate assembly for a file
Utils.cpp.s:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Utils.cpp.s
.PHONY : Utils.cpp.s

Vector2.o: Vector2.cpp.o
.PHONY : Vector2.o

# target to build an object file
Vector2.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Vector2.cpp.o
.PHONY : Vector2.cpp.o

Vector2.i: Vector2.cpp.i
.PHONY : Vector2.i

# target to preprocess a source file
Vector2.cpp.i:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Vector2.cpp.i
.PHONY : Vector2.cpp.i

Vector2.s: Vector2.cpp.s
.PHONY : Vector2.s

# target to generate assembly for a file
Vector2.cpp.s:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Vector2.cpp.s
.PHONY : Vector2.cpp.s

Vector3.o: Vector3.cpp.o
.PHONY : Vector3.o

# target to build an object file
Vector3.cpp.o:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Vector3.cpp.o
.PHONY : Vector3.cpp.o

Vector3.i: Vector3.cpp.i
.PHONY : Vector3.i

# target to preprocess a source file
Vector3.cpp.i:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Vector3.cpp.i
.PHONY : Vector3.cpp.i

Vector3.s: Vector3.cpp.s
.PHONY : Vector3.s

# target to generate assembly for a file
Vector3.cpp.s:
	cd "/home/laspinko/c++/game jam/build" && $(MAKE) $(MAKESILENT) -f _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/build.make _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Vector3.cpp.s
.PHONY : Vector3.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 "... FileInputStream.o"
	@echo "... FileInputStream.i"
	@echo "... FileInputStream.s"
	@echo "... MemoryInputStream.o"
	@echo "... MemoryInputStream.i"
	@echo "... MemoryInputStream.s"
	@echo "... Sleep.o"
	@echo "... Sleep.i"
	@echo "... Sleep.s"
	@echo "... String.o"
	@echo "... String.i"
	@echo "... String.s"
	@echo "... Unix/SleepImpl.o"
	@echo "... Unix/SleepImpl.i"
	@echo "... Unix/SleepImpl.s"
	@echo "... Utils.o"
	@echo "... Utils.i"
	@echo "... Utils.s"
	@echo "... Vector2.o"
	@echo "... Vector2.i"
	@echo "... Vector2.s"
	@echo "... Vector3.o"
	@echo "... Vector3.i"
	@echo "... Vector3.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/laspinko/c++/game jam/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

