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

# 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 = /home/dupeg/.bin/clion/bin/cmake/bin/cmake

# The command to remove a file.
RM = /home/dupeg/.bin/clion/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 = /home/dupeg/Documents/gamejam2017

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/dupeg/Documents/gamejam2017/cmake-build-debug

#=============================================================================
# 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..."
	/home/dupeg/.bin/clion/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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/home/dupeg/.bin/clion/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/dupeg/Documents/gamejam2017/cmake-build-debug/CMakeFiles /home/dupeg/Documents/gamejam2017/cmake-build-debug/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/dupeg/Documents/gamejam2017/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 GGJ

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

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

AStar.o: AStar.cpp.o

.PHONY : AStar.o

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

AStar.i: AStar.cpp.i

.PHONY : AStar.i

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

AStar.s: AStar.cpp.s

.PHONY : AStar.s

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

Character.o: Character.cpp.o

.PHONY : Character.o

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

Character.i: Character.cpp.i

.PHONY : Character.i

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

Character.s: Character.cpp.s

.PHONY : Character.s

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

Ennemy.o: Ennemy.cpp.o

.PHONY : Ennemy.o

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

Ennemy.i: Ennemy.cpp.i

.PHONY : Ennemy.i

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

Ennemy.s: Ennemy.cpp.s

.PHONY : Ennemy.s

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

Game.o: Game.cpp.o

.PHONY : Game.o

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

Game.i: Game.cpp.i

.PHONY : Game.i

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

Game.s: Game.cpp.s

.PHONY : Game.s

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

Player.o: Player.cpp.o

.PHONY : Player.o

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

Player.i: Player.cpp.i

.PHONY : Player.i

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

Player.s: Player.cpp.s

.PHONY : Player.s

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

Tir.o: Tir.cpp.o

.PHONY : Tir.o

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

Tir.i: Tir.cpp.i

.PHONY : Tir.i

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

Tir.s: Tir.cpp.s

.PHONY : Tir.s

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

Wave.o: Wave.cpp.o

.PHONY : Wave.o

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

Wave.i: Wave.cpp.i

.PHONY : Wave.i

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

Wave.s: Wave.cpp.s

.PHONY : Wave.s

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

main.o: main.cpp.o

.PHONY : main.o

# target to build an object file
main.cpp.o:
	$(MAKE) -f CMakeFiles/GGJ.dir/build.make CMakeFiles/GGJ.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/GGJ.dir/build.make CMakeFiles/GGJ.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/GGJ.dir/build.make CMakeFiles/GGJ.dir/main.cpp.s
.PHONY : main.cpp.s

maze.o: maze.cpp.o

.PHONY : maze.o

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

maze.i: maze.cpp.i

.PHONY : maze.i

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

maze.s: maze.cpp.s

.PHONY : maze.s

# target to generate assembly for a file
maze.cpp.s:
	$(MAKE) -f CMakeFiles/GGJ.dir/build.make CMakeFiles/GGJ.dir/maze.cpp.s
.PHONY : maze.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 "... rebuild_cache"
	@echo "... GGJ"
	@echo "... AStar.o"
	@echo "... AStar.i"
	@echo "... AStar.s"
	@echo "... Character.o"
	@echo "... Character.i"
	@echo "... Character.s"
	@echo "... Ennemy.o"
	@echo "... Ennemy.i"
	@echo "... Ennemy.s"
	@echo "... Game.o"
	@echo "... Game.i"
	@echo "... Game.s"
	@echo "... Player.o"
	@echo "... Player.i"
	@echo "... Player.s"
	@echo "... Tir.o"
	@echo "... Tir.i"
	@echo "... Tir.s"
	@echo "... Wave.o"
	@echo "... Wave.i"
	@echo "... Wave.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... maze.o"
	@echo "... maze.i"
	@echo "... maze.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

