# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
#=============================================================================
# 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 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/markus/Projekte/Konsole/seen
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/markus/Projekte/Konsole/seen/build
# Include any dependencies generated for this target.
include test/CMakeFiles/test_percent.dir/depend.make
# Include the progress variables for this target.
include test/CMakeFiles/test_percent.dir/progress.make
# Include the compile flags for this target's objects.
include test/CMakeFiles/test_percent.dir/flags.make
test/CMakeFiles/test_percent.dir/test_percent.cpp.o: test/CMakeFiles/test_percent.dir/flags.make
test/CMakeFiles/test_percent.dir/test_percent.cpp.o: ../test/test_percent.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/markus/Projekte/Konsole/seen/build/CMakeFiles $(CMAKE_PROGRESS_1)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object test/CMakeFiles/test_percent.dir/test_percent.cpp.o"
cd /home/markus/Projekte/Konsole/seen/build/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/test_percent.dir/test_percent.cpp.o -c /home/markus/Projekte/Konsole/seen/test/test_percent.cpp
test/CMakeFiles/test_percent.dir/test_percent.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test_percent.dir/test_percent.cpp.i"
cd /home/markus/Projekte/Konsole/seen/build/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/markus/Projekte/Konsole/seen/test/test_percent.cpp > CMakeFiles/test_percent.dir/test_percent.cpp.i
test/CMakeFiles/test_percent.dir/test_percent.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test_percent.dir/test_percent.cpp.s"
cd /home/markus/Projekte/Konsole/seen/build/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/markus/Projekte/Konsole/seen/test/test_percent.cpp -o CMakeFiles/test_percent.dir/test_percent.cpp.s
test/CMakeFiles/test_percent.dir/test_percent.cpp.o.requires:
.PHONY : test/CMakeFiles/test_percent.dir/test_percent.cpp.o.requires
test/CMakeFiles/test_percent.dir/test_percent.cpp.o.provides: test/CMakeFiles/test_percent.dir/test_percent.cpp.o.requires
$(MAKE) -f test/CMakeFiles/test_percent.dir/build.make test/CMakeFiles/test_percent.dir/test_percent.cpp.o.provides.build
.PHONY : test/CMakeFiles/test_percent.dir/test_percent.cpp.o.provides
test/CMakeFiles/test_percent.dir/test_percent.cpp.o.provides.build: test/CMakeFiles/test_percent.dir/test_percent.cpp.o
# Object files for target test_percent
test_percent_OBJECTS = \
"CMakeFiles/test_percent.dir/test_percent.cpp.o"
# External object files for target test_percent
test_percent_EXTERNAL_OBJECTS =
test/test_percent: test/CMakeFiles/test_percent.dir/test_percent.cpp.o
test/test_percent: test/CMakeFiles/test_percent.dir/build.make
test/test_percent: src/liblibseen.a
test/test_percent: test/CMakeFiles/test_percent.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable test_percent"
cd /home/markus/Projekte/Konsole/seen/build/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_percent.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
test/CMakeFiles/test_percent.dir/build: test/test_percent
.PHONY : test/CMakeFiles/test_percent.dir/build
test/CMakeFiles/test_percent.dir/requires: test/CMakeFiles/test_percent.dir/test_percent.cpp.o.requires
.PHONY : test/CMakeFiles/test_percent.dir/requires
test/CMakeFiles/test_percent.dir/clean:
cd /home/markus/Projekte/Konsole/seen/build/test && $(CMAKE_COMMAND) -P CMakeFiles/test_percent.dir/cmake_clean.cmake
.PHONY : test/CMakeFiles/test_percent.dir/clean
test/CMakeFiles/test_percent.dir/depend:
cd /home/markus/Projekte/Konsole/seen/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/markus/Projekte/Konsole/seen /home/markus/Projekte/Konsole/seen/test /home/markus/Projekte/Konsole/seen/build /home/markus/Projekte/Konsole/seen/build/test /home/markus/Projekte/Konsole/seen/build/test/CMakeFiles/test_percent.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : test/CMakeFiles/test_percent.dir/depend