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

# 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 = "/Users/bertini/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/191.7141.37/CLion.app/Contents/bin/cmake/mac/bin/cmake"

# The command to remove a file.
RM = "/Users/bertini/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/191.7141.37/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2018-2019/workspace/E6_STL_exception_exercise"

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2018-2019/workspace/E6_STL_exception_exercise/cmake-build-debug"

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	"/Users/bertini/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/191.7141.37/CLion.app/Contents/bin/cmake/mac/bin/cmake" -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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	"/Users/bertini/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/191.7141.37/CLion.app/Contents/bin/cmake/mac/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2018-2019/workspace/E6_STL_exception_exercise/cmake-build-debug/CMakeFiles" "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2018-2019/workspace/E6_STL_exception_exercise/cmake-build-debug/CMakeFiles/progress.marks"
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2018-2019/workspace/E6_STL_exception_exercise/cmake-build-debug/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named E6_STL_exception_exercise

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

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

Bow.o: Bow.cpp.o

.PHONY : Bow.o

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

Bow.i: Bow.cpp.i

.PHONY : Bow.i

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

Bow.s: Bow.cpp.s

.PHONY : Bow.s

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

Dice.o: Dice.cpp.o

.PHONY : Dice.o

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

Dice.i: Dice.cpp.i

.PHONY : Dice.i

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

Dice.s: Dice.cpp.s

.PHONY : Dice.s

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

Dungeon.o: Dungeon.cpp.o

.PHONY : Dungeon.o

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

Dungeon.i: Dungeon.cpp.i

.PHONY : Dungeon.i

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

Dungeon.s: Dungeon.cpp.s

.PHONY : Dungeon.s

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

FakeJPEG.o: FakeJPEG.cpp.o

.PHONY : FakeJPEG.o

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

FakeJPEG.i: FakeJPEG.cpp.i

.PHONY : FakeJPEG.i

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

FakeJPEG.s: FakeJPEG.cpp.s

.PHONY : FakeJPEG.s

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

GameCharacter.o: GameCharacter.cpp.o

.PHONY : GameCharacter.o

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

GameCharacter.i: GameCharacter.cpp.i

.PHONY : GameCharacter.i

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

GameCharacter.s: GameCharacter.cpp.s

.PHONY : GameCharacter.s

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

GameFileException.o: GameFileException.cpp.o

.PHONY : GameFileException.o

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

GameFileException.i: GameFileException.cpp.i

.PHONY : GameFileException.i

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

GameFileException.s: GameFileException.cpp.s

.PHONY : GameFileException.s

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

Knight.o: Knight.cpp.o

.PHONY : Knight.o

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

Knight.i: Knight.cpp.i

.PHONY : Knight.i

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

Knight.s: Knight.cpp.s

.PHONY : Knight.s

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

MageKnight.o: MageKnight.cpp.o

.PHONY : MageKnight.o

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

MageKnight.i: MageKnight.cpp.i

.PHONY : MageKnight.i

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

MageKnight.s: MageKnight.cpp.s

.PHONY : MageKnight.s

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

Orc.o: Orc.cpp.o

.PHONY : Orc.o

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

Orc.i: Orc.cpp.i

.PHONY : Orc.i

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

Orc.s: Orc.cpp.s

.PHONY : Orc.s

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

Potion.o: Potion.cpp.o

.PHONY : Potion.o

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

Potion.i: Potion.cpp.i

.PHONY : Potion.i

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

Potion.s: Potion.cpp.s

.PHONY : Potion.s

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

Skeleton.o: Skeleton.cpp.o

.PHONY : Skeleton.o

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

Skeleton.i: Skeleton.cpp.i

.PHONY : Skeleton.i

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

Skeleton.s: Skeleton.cpp.s

.PHONY : Skeleton.s

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

Sword.o: Sword.cpp.o

.PHONY : Sword.o

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

Sword.i: Sword.cpp.i

.PHONY : Sword.i

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

Sword.s: Sword.cpp.s

.PHONY : Sword.s

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

Weapon.o: Weapon.cpp.o

.PHONY : Weapon.o

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

Weapon.i: Weapon.cpp.i

.PHONY : Weapon.i

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

Weapon.s: Weapon.cpp.s

.PHONY : Weapon.s

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

Wizard.o: Wizard.cpp.o

.PHONY : Wizard.o

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

Wizard.i: Wizard.cpp.i

.PHONY : Wizard.i

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

Wizard.s: Wizard.cpp.s

.PHONY : Wizard.s

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

main.o: main.cpp.o

.PHONY : main.o

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

main.i: main.cpp.i

.PHONY : main.i

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

main.s: main.cpp.s

.PHONY : main.s

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

splash_screen.o: splash_screen.cpp.o

.PHONY : splash_screen.o

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

splash_screen.i: splash_screen.cpp.i

.PHONY : splash_screen.i

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

splash_screen.s: splash_screen.cpp.s

.PHONY : splash_screen.s

# target to generate assembly for a file
splash_screen.cpp.s:
	$(MAKE) -f CMakeFiles/E6_STL_exception_exercise.dir/build.make CMakeFiles/E6_STL_exception_exercise.dir/splash_screen.cpp.s
.PHONY : splash_screen.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 "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... E6_STL_exception_exercise"
	@echo "... Bow.o"
	@echo "... Bow.i"
	@echo "... Bow.s"
	@echo "... Dice.o"
	@echo "... Dice.i"
	@echo "... Dice.s"
	@echo "... Dungeon.o"
	@echo "... Dungeon.i"
	@echo "... Dungeon.s"
	@echo "... FakeJPEG.o"
	@echo "... FakeJPEG.i"
	@echo "... FakeJPEG.s"
	@echo "... GameCharacter.o"
	@echo "... GameCharacter.i"
	@echo "... GameCharacter.s"
	@echo "... GameFileException.o"
	@echo "... GameFileException.i"
	@echo "... GameFileException.s"
	@echo "... Knight.o"
	@echo "... Knight.i"
	@echo "... Knight.s"
	@echo "... MageKnight.o"
	@echo "... MageKnight.i"
	@echo "... MageKnight.s"
	@echo "... Orc.o"
	@echo "... Orc.i"
	@echo "... Orc.s"
	@echo "... Potion.o"
	@echo "... Potion.i"
	@echo "... Potion.s"
	@echo "... Skeleton.o"
	@echo "... Skeleton.i"
	@echo "... Skeleton.s"
	@echo "... Sword.o"
	@echo "... Sword.i"
	@echo "... Sword.s"
	@echo "... Weapon.o"
	@echo "... Weapon.i"
	@echo "... Weapon.s"
	@echo "... Wizard.o"
	@echo "... Wizard.i"
	@echo "... Wizard.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... splash_screen.o"
	@echo "... splash_screen.i"
	@echo "... splash_screen.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

