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

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canoncical targets will work.
.SUFFIXES:

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

# Produce verbose output by default.
VERBOSE = 1

# 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

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/mihas/hello2

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/mihas/hello2

# Include any dependencies generated for this target.
include CMakeFiles/hello2.dir/depend.make

# Include the progress variables for this target.
include CMakeFiles/hello2.dir/progress.make

# Include the compile flags for this target's objects.
include CMakeFiles/hello2.dir/flags.make

CMakeFiles/hello2.dir/main.o: CMakeFiles/hello2.dir/flags.make
CMakeFiles/hello2.dir/main.o: main.cpp
	$(CMAKE_COMMAND) -E cmake_progress_report /home/mihas/hello2/CMakeFiles $(CMAKE_PROGRESS_1)
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/hello2.dir/main.o"
	/usr/bin/c++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/hello2.dir/main.o -c /home/mihas/hello2/main.cpp

CMakeFiles/hello2.dir/main.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hello2.dir/main.i"
	/usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -E /home/mihas/hello2/main.cpp > CMakeFiles/hello2.dir/main.i

CMakeFiles/hello2.dir/main.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hello2.dir/main.s"
	/usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -S /home/mihas/hello2/main.cpp -o CMakeFiles/hello2.dir/main.s

CMakeFiles/hello2.dir/main.o.requires:
.PHONY : CMakeFiles/hello2.dir/main.o.requires

CMakeFiles/hello2.dir/main.o.provides: CMakeFiles/hello2.dir/main.o.requires
	$(MAKE) -f CMakeFiles/hello2.dir/build.make CMakeFiles/hello2.dir/main.o.provides.build
.PHONY : CMakeFiles/hello2.dir/main.o.provides

CMakeFiles/hello2.dir/main.o.provides.build: CMakeFiles/hello2.dir/main.o
.PHONY : CMakeFiles/hello2.dir/main.o.provides.build

# Object files for target hello2
hello2_OBJECTS = \
"CMakeFiles/hello2.dir/main.o"

# External object files for target hello2
hello2_EXTERNAL_OBJECTS =

hello2: CMakeFiles/hello2.dir/main.o
hello2: CMakeFiles/hello2.dir/build.make
hello2: CMakeFiles/hello2.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable hello2"
	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hello2.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
CMakeFiles/hello2.dir/build: hello2
.PHONY : CMakeFiles/hello2.dir/build

CMakeFiles/hello2.dir/requires: CMakeFiles/hello2.dir/main.o.requires
.PHONY : CMakeFiles/hello2.dir/requires

CMakeFiles/hello2.dir/clean:
	$(CMAKE_COMMAND) -P CMakeFiles/hello2.dir/cmake_clean.cmake
.PHONY : CMakeFiles/hello2.dir/clean

CMakeFiles/hello2.dir/depend:
	cd /home/mihas/hello2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/mihas/hello2 /home/mihas/hello2 /home/mihas/hello2 /home/mihas/hello2 /home/mihas/hello2/CMakeFiles/hello2.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/hello2.dir/depend

