# 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 = /mnt/a666854b-88ec-4fb7-9cc5-c167acbd5e9c/home/bart/git/TDT4230-Assignment-2-solution

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/a666854b-88ec-4fb7-9cc5-c167acbd5e9c/home/bart/git/TDT4230-Assignment-2-solution/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 "Running CMake cache editor..."
	/usr/bin/cmake-gui -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 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\" \"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/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
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/a666854b-88ec-4fb7-9cc5-c167acbd5e9c/home/bart/git/TDT4230-Assignment-2-solution/build/CMakeFiles /mnt/a666854b-88ec-4fb7-9cc5-c167acbd5e9c/home/bart/git/TDT4230-Assignment-2-solution/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/a666854b-88ec-4fb7-9cc5-c167acbd5e9c/home/bart/git/TDT4230-Assignment-2-solution/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 glowbox

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

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

#=============================================================================
# Target rules for targets named glfw

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

# fast build rule for target.
glfw/fast:
	$(MAKE) -f lib/glfw/src/CMakeFiles/glfw.dir/build.make lib/glfw/src/CMakeFiles/glfw.dir/build
.PHONY : glfw/fast

#=============================================================================
# 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 lib/SFML/src/SFML/System/CMakeFiles/sfml-system.dir/build.make lib/SFML/src/SFML/System/CMakeFiles/sfml-system.dir/build
.PHONY : sfml-system/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 lib/SFML/src/SFML/Audio/CMakeFiles/sfml-audio.dir/build.make lib/SFML/src/SFML/Audio/CMakeFiles/sfml-audio.dir/build
.PHONY : sfml-audio/fast

lib/glad/src/glad.o: lib/glad/src/glad.c.o

.PHONY : lib/glad/src/glad.o

# target to build an object file
lib/glad/src/glad.c.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/lib/glad/src/glad.c.o
.PHONY : lib/glad/src/glad.c.o

lib/glad/src/glad.i: lib/glad/src/glad.c.i

.PHONY : lib/glad/src/glad.i

# target to preprocess a source file
lib/glad/src/glad.c.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/lib/glad/src/glad.c.i
.PHONY : lib/glad/src/glad.c.i

lib/glad/src/glad.s: lib/glad/src/glad.c.s

.PHONY : lib/glad/src/glad.s

# target to generate assembly for a file
lib/glad/src/glad.c.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/lib/glad/src/glad.c.s
.PHONY : lib/glad/src/glad.c.s

lib/lodepng/lodepng.o: lib/lodepng/lodepng.cpp.o

.PHONY : lib/lodepng/lodepng.o

# target to build an object file
lib/lodepng/lodepng.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/lib/lodepng/lodepng.cpp.o
.PHONY : lib/lodepng/lodepng.cpp.o

lib/lodepng/lodepng.i: lib/lodepng/lodepng.cpp.i

.PHONY : lib/lodepng/lodepng.i

# target to preprocess a source file
lib/lodepng/lodepng.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/lib/lodepng/lodepng.cpp.i
.PHONY : lib/lodepng/lodepng.cpp.i

lib/lodepng/lodepng.s: lib/lodepng/lodepng.cpp.s

.PHONY : lib/lodepng/lodepng.s

# target to generate assembly for a file
lib/lodepng/lodepng.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/lib/lodepng/lodepng.cpp.s
.PHONY : lib/lodepng/lodepng.cpp.s

src/gamelogic.o: src/gamelogic.cpp.o

.PHONY : src/gamelogic.o

# target to build an object file
src/gamelogic.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/gamelogic.cpp.o
.PHONY : src/gamelogic.cpp.o

src/gamelogic.i: src/gamelogic.cpp.i

.PHONY : src/gamelogic.i

# target to preprocess a source file
src/gamelogic.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/gamelogic.cpp.i
.PHONY : src/gamelogic.cpp.i

src/gamelogic.s: src/gamelogic.cpp.s

.PHONY : src/gamelogic.s

# target to generate assembly for a file
src/gamelogic.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/gamelogic.cpp.s
.PHONY : src/gamelogic.cpp.s

src/main.o: src/main.cpp.o

.PHONY : src/main.o

# target to build an object file
src/main.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/main.cpp.o
.PHONY : src/main.cpp.o

src/main.i: src/main.cpp.i

.PHONY : src/main.i

# target to preprocess a source file
src/main.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/main.cpp.i
.PHONY : src/main.cpp.i

src/main.s: src/main.cpp.s

.PHONY : src/main.s

# target to generate assembly for a file
src/main.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/main.cpp.s
.PHONY : src/main.cpp.s

src/program.o: src/program.cpp.o

.PHONY : src/program.o

# target to build an object file
src/program.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/program.cpp.o
.PHONY : src/program.cpp.o

src/program.i: src/program.cpp.i

.PHONY : src/program.i

# target to preprocess a source file
src/program.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/program.cpp.i
.PHONY : src/program.cpp.i

src/program.s: src/program.cpp.s

.PHONY : src/program.s

# target to generate assembly for a file
src/program.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/program.cpp.s
.PHONY : src/program.cpp.s

src/sceneGraph.o: src/sceneGraph.cpp.o

.PHONY : src/sceneGraph.o

# target to build an object file
src/sceneGraph.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/sceneGraph.cpp.o
.PHONY : src/sceneGraph.cpp.o

src/sceneGraph.i: src/sceneGraph.cpp.i

.PHONY : src/sceneGraph.i

# target to preprocess a source file
src/sceneGraph.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/sceneGraph.cpp.i
.PHONY : src/sceneGraph.cpp.i

src/sceneGraph.s: src/sceneGraph.cpp.s

.PHONY : src/sceneGraph.s

# target to generate assembly for a file
src/sceneGraph.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/sceneGraph.cpp.s
.PHONY : src/sceneGraph.cpp.s

src/utilities/glfont.o: src/utilities/glfont.cpp.o

.PHONY : src/utilities/glfont.o

# target to build an object file
src/utilities/glfont.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/glfont.cpp.o
.PHONY : src/utilities/glfont.cpp.o

src/utilities/glfont.i: src/utilities/glfont.cpp.i

.PHONY : src/utilities/glfont.i

# target to preprocess a source file
src/utilities/glfont.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/glfont.cpp.i
.PHONY : src/utilities/glfont.cpp.i

src/utilities/glfont.s: src/utilities/glfont.cpp.s

.PHONY : src/utilities/glfont.s

# target to generate assembly for a file
src/utilities/glfont.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/glfont.cpp.s
.PHONY : src/utilities/glfont.cpp.s

src/utilities/glutils.o: src/utilities/glutils.cpp.o

.PHONY : src/utilities/glutils.o

# target to build an object file
src/utilities/glutils.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/glutils.cpp.o
.PHONY : src/utilities/glutils.cpp.o

src/utilities/glutils.i: src/utilities/glutils.cpp.i

.PHONY : src/utilities/glutils.i

# target to preprocess a source file
src/utilities/glutils.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/glutils.cpp.i
.PHONY : src/utilities/glutils.cpp.i

src/utilities/glutils.s: src/utilities/glutils.cpp.s

.PHONY : src/utilities/glutils.s

# target to generate assembly for a file
src/utilities/glutils.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/glutils.cpp.s
.PHONY : src/utilities/glutils.cpp.s

src/utilities/imageLoader.o: src/utilities/imageLoader.cpp.o

.PHONY : src/utilities/imageLoader.o

# target to build an object file
src/utilities/imageLoader.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/imageLoader.cpp.o
.PHONY : src/utilities/imageLoader.cpp.o

src/utilities/imageLoader.i: src/utilities/imageLoader.cpp.i

.PHONY : src/utilities/imageLoader.i

# target to preprocess a source file
src/utilities/imageLoader.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/imageLoader.cpp.i
.PHONY : src/utilities/imageLoader.cpp.i

src/utilities/imageLoader.s: src/utilities/imageLoader.cpp.s

.PHONY : src/utilities/imageLoader.s

# target to generate assembly for a file
src/utilities/imageLoader.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/imageLoader.cpp.s
.PHONY : src/utilities/imageLoader.cpp.s

src/utilities/shapes.o: src/utilities/shapes.cpp.o

.PHONY : src/utilities/shapes.o

# target to build an object file
src/utilities/shapes.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/shapes.cpp.o
.PHONY : src/utilities/shapes.cpp.o

src/utilities/shapes.i: src/utilities/shapes.cpp.i

.PHONY : src/utilities/shapes.i

# target to preprocess a source file
src/utilities/shapes.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/shapes.cpp.i
.PHONY : src/utilities/shapes.cpp.i

src/utilities/shapes.s: src/utilities/shapes.cpp.s

.PHONY : src/utilities/shapes.s

# target to generate assembly for a file
src/utilities/shapes.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/shapes.cpp.s
.PHONY : src/utilities/shapes.cpp.s

src/utilities/textureGenerator.o: src/utilities/textureGenerator.cpp.o

.PHONY : src/utilities/textureGenerator.o

# target to build an object file
src/utilities/textureGenerator.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/textureGenerator.cpp.o
.PHONY : src/utilities/textureGenerator.cpp.o

src/utilities/textureGenerator.i: src/utilities/textureGenerator.cpp.i

.PHONY : src/utilities/textureGenerator.i

# target to preprocess a source file
src/utilities/textureGenerator.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/textureGenerator.cpp.i
.PHONY : src/utilities/textureGenerator.cpp.i

src/utilities/textureGenerator.s: src/utilities/textureGenerator.cpp.s

.PHONY : src/utilities/textureGenerator.s

# target to generate assembly for a file
src/utilities/textureGenerator.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/textureGenerator.cpp.s
.PHONY : src/utilities/textureGenerator.cpp.s

src/utilities/timeutils.o: src/utilities/timeutils.cpp.o

.PHONY : src/utilities/timeutils.o

# target to build an object file
src/utilities/timeutils.cpp.o:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/timeutils.cpp.o
.PHONY : src/utilities/timeutils.cpp.o

src/utilities/timeutils.i: src/utilities/timeutils.cpp.i

.PHONY : src/utilities/timeutils.i

# target to preprocess a source file
src/utilities/timeutils.cpp.i:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/timeutils.cpp.i
.PHONY : src/utilities/timeutils.cpp.i

src/utilities/timeutils.s: src/utilities/timeutils.cpp.s

.PHONY : src/utilities/timeutils.s

# target to generate assembly for a file
src/utilities/timeutils.cpp.s:
	$(MAKE) -f CMakeFiles/glowbox.dir/build.make CMakeFiles/glowbox.dir/src/utilities/timeutils.cpp.s
.PHONY : src/utilities/timeutils.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 "... install/strip"
	@echo "... edit_cache"
	@echo "... glowbox"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... install/local"
	@echo "... install"
	@echo "... glfw"
	@echo "... sfml-system"
	@echo "... sfml-audio"
	@echo "... lib/glad/src/glad.o"
	@echo "... lib/glad/src/glad.i"
	@echo "... lib/glad/src/glad.s"
	@echo "... lib/lodepng/lodepng.o"
	@echo "... lib/lodepng/lodepng.i"
	@echo "... lib/lodepng/lodepng.s"
	@echo "... src/gamelogic.o"
	@echo "... src/gamelogic.i"
	@echo "... src/gamelogic.s"
	@echo "... src/main.o"
	@echo "... src/main.i"
	@echo "... src/main.s"
	@echo "... src/program.o"
	@echo "... src/program.i"
	@echo "... src/program.s"
	@echo "... src/sceneGraph.o"
	@echo "... src/sceneGraph.i"
	@echo "... src/sceneGraph.s"
	@echo "... src/utilities/glfont.o"
	@echo "... src/utilities/glfont.i"
	@echo "... src/utilities/glfont.s"
	@echo "... src/utilities/glutils.o"
	@echo "... src/utilities/glutils.i"
	@echo "... src/utilities/glutils.s"
	@echo "... src/utilities/imageLoader.o"
	@echo "... src/utilities/imageLoader.i"
	@echo "... src/utilities/imageLoader.s"
	@echo "... src/utilities/shapes.o"
	@echo "... src/utilities/shapes.i"
	@echo "... src/utilities/shapes.s"
	@echo "... src/utilities/textureGenerator.o"
	@echo "... src/utilities/textureGenerator.i"
	@echo "... src/utilities/textureGenerator.s"
	@echo "... src/utilities/timeutils.o"
	@echo "... src/utilities/timeutils.i"
	@echo "... src/utilities/timeutils.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

