# 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 = /Applications/CLion.app/Contents/bin/cmake/bin/cmake

# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/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 2017-2018/workspace/EF_exam_exercise"

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2017-2018/workspace/EF_exam_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..."
	/Applications/CLion.app/Contents/bin/cmake/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/Applications/CLion.app/Contents/bin/cmake/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 2017-2018/workspace/EF_exam_exercise/cmake-build-debug/CMakeFiles" "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2017-2018/workspace/EF_exam_exercise/cmake-build-debug/CMakeFiles/progress.marks"
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start "/Users/bertini/Documents/presentazioni/lezioni/Programmazione 2017-2018/workspace/EF_exam_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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named EF_exam_exercise_template

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

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

#=============================================================================
# Target rules for targets named EF_exam_exercise_Observer

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

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

#=============================================================================
# Target rules for targets named EF_exam_exercise_RAII

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

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

#=============================================================================
# Target rules for targets named EF_exam_exercise_RTTI

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

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

main_Observer.o: main_Observer.cpp.o

.PHONY : main_Observer.o

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

main_Observer.i: main_Observer.cpp.i

.PHONY : main_Observer.i

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

main_Observer.s: main_Observer.cpp.s

.PHONY : main_Observer.s

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

main_RAII.o: main_RAII.cpp.o

.PHONY : main_RAII.o

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

main_RAII.i: main_RAII.cpp.i

.PHONY : main_RAII.i

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

main_RAII.s: main_RAII.cpp.s

.PHONY : main_RAII.s

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

main_RTTI.o: main_RTTI.cpp.o

.PHONY : main_RTTI.o

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

main_RTTI.i: main_RTTI.cpp.i

.PHONY : main_RTTI.i

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

main_RTTI.s: main_RTTI.cpp.s

.PHONY : main_RTTI.s

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

main_template.o: main_template.cpp.o

.PHONY : main_template.o

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

main_template.i: main_template.cpp.i

.PHONY : main_template.i

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

main_template.s: main_template.cpp.s

.PHONY : main_template.s

# target to generate assembly for a file
main_template.cpp.s:
	$(MAKE) -f CMakeFiles/EF_exam_exercise_template.dir/build.make CMakeFiles/EF_exam_exercise_template.dir/main_template.cpp.s
.PHONY : main_template.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 "... EF_exam_exercise_template"
	@echo "... EF_exam_exercise_Observer"
	@echo "... EF_exam_exercise_RAII"
	@echo "... EF_exam_exercise_RTTI"
	@echo "... main_Observer.o"
	@echo "... main_Observer.i"
	@echo "... main_Observer.s"
	@echo "... main_RAII.o"
	@echo "... main_RAII.i"
	@echo "... main_RAII.s"
	@echo "... main_RTTI.o"
	@echo "... main_RTTI.i"
	@echo "... main_RTTI.s"
	@echo "... main_template.o"
	@echo "... main_template.i"
	@echo "... main_template.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

