summaryrefslogtreecommitdiffstats
path: root/Matrix_9x14/build/CMakeFiles/LIFE.dir/build.make
diff options
context:
space:
mode:
Diffstat (limited to 'Matrix_9x14/build/CMakeFiles/LIFE.dir/build.make')
-rw-r--r--Matrix_9x14/build/CMakeFiles/LIFE.dir/build.make106
1 files changed, 106 insertions, 0 deletions
diff --git a/Matrix_9x14/build/CMakeFiles/LIFE.dir/build.make b/Matrix_9x14/build/CMakeFiles/LIFE.dir/build.make
new file mode 100644
index 0000000..9f50cf2
--- /dev/null
+++ b/Matrix_9x14/build/CMakeFiles/LIFE.dir/build.make
@@ -0,0 +1,106 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# 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 top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/xel/Dokumente/ledmatrix/Matrix_9x14
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/xel/Dokumente/ledmatrix/Matrix_9x14/build
+
+# Include any dependencies generated for this target.
+include CMakeFiles/LIFE.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/LIFE.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/LIFE.dir/flags.make
+
+CMakeFiles/LIFE.dir/Life.cpp.obj: CMakeFiles/LIFE.dir/flags.make
+CMakeFiles/LIFE.dir/Life.cpp.obj: ../Life.cpp
+ $(CMAKE_COMMAND) -E cmake_progress_report /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles $(CMAKE_PROGRESS_1)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/LIFE.dir/Life.cpp.obj"
+ /usr/bin/avr-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/LIFE.dir/Life.cpp.obj -c /home/xel/Dokumente/ledmatrix/Matrix_9x14/Life.cpp
+
+CMakeFiles/LIFE.dir/Life.cpp.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/LIFE.dir/Life.cpp.i"
+ /usr/bin/avr-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/xel/Dokumente/ledmatrix/Matrix_9x14/Life.cpp > CMakeFiles/LIFE.dir/Life.cpp.i
+
+CMakeFiles/LIFE.dir/Life.cpp.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/LIFE.dir/Life.cpp.s"
+ /usr/bin/avr-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/xel/Dokumente/ledmatrix/Matrix_9x14/Life.cpp -o CMakeFiles/LIFE.dir/Life.cpp.s
+
+CMakeFiles/LIFE.dir/Life.cpp.obj.requires:
+.PHONY : CMakeFiles/LIFE.dir/Life.cpp.obj.requires
+
+CMakeFiles/LIFE.dir/Life.cpp.obj.provides: CMakeFiles/LIFE.dir/Life.cpp.obj.requires
+ $(MAKE) -f CMakeFiles/LIFE.dir/build.make CMakeFiles/LIFE.dir/Life.cpp.obj.provides.build
+.PHONY : CMakeFiles/LIFE.dir/Life.cpp.obj.provides
+
+CMakeFiles/LIFE.dir/Life.cpp.obj.provides.build: CMakeFiles/LIFE.dir/Life.cpp.obj
+
+# Object files for target LIFE
+LIFE_OBJECTS = \
+"CMakeFiles/LIFE.dir/Life.cpp.obj"
+
+# External object files for target LIFE
+LIFE_EXTERNAL_OBJECTS =
+
+LIFE.elf: CMakeFiles/LIFE.dir/Life.cpp.obj
+LIFE.elf: libatmega328_Charliplexing.a
+LIFE.elf: libatmega328_CORE.a
+LIFE.elf: CMakeFiles/LIFE.dir/build.make
+LIFE.elf: CMakeFiles/LIFE.dir/link.txt
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable LIFE.elf"
+ $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/LIFE.dir/link.txt --verbose=$(VERBOSE)
+ /usr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/LIFE.elf /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/LIFE.eep
+ /usr/bin/avr-objcopy -O ihex -R .eeprom /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/LIFE.elf /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/LIFE.hex
+
+# Rule to build all files generated by this target.
+CMakeFiles/LIFE.dir/build: LIFE.elf
+.PHONY : CMakeFiles/LIFE.dir/build
+
+CMakeFiles/LIFE.dir/requires: CMakeFiles/LIFE.dir/Life.cpp.obj.requires
+.PHONY : CMakeFiles/LIFE.dir/requires
+
+CMakeFiles/LIFE.dir/clean:
+ $(CMAKE_COMMAND) -P CMakeFiles/LIFE.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/LIFE.dir/clean
+
+CMakeFiles/LIFE.dir/depend:
+ cd /home/xel/Dokumente/ledmatrix/Matrix_9x14/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/xel/Dokumente/ledmatrix/Matrix_9x14 /home/xel/Dokumente/ledmatrix/Matrix_9x14 /home/xel/Dokumente/ledmatrix/Matrix_9x14/build /home/xel/Dokumente/ledmatrix/Matrix_9x14/build /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/LIFE.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/LIFE.dir/depend
+