From fbea3ae42daade09ad42fe9ae9ca542f77b96c20 Mon Sep 17 00:00:00 2001 From: Alexander Kauerz Date: Thu, 9 Feb 2012 22:59:58 +0100 Subject: lolshield-matrix hinzu --- Matrix_9x14/build/Makefile | 772 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 772 insertions(+) create mode 100644 Matrix_9x14/build/Makefile (limited to 'Matrix_9x14/build/Makefile') diff --git a/Matrix_9x14/build/Makefile b/Matrix_9x14/build/Makefile new file mode 100644 index 0000000..172ae43 --- /dev/null +++ b/Matrix_9x14/build/Makefile @@ -0,0 +1,772 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# 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 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..." + /usr/bin/cmake -i . +.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..." + /usr/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/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/xel/Dokumente/ledmatrix/Matrix_9x14/build/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 LIFE + +# Build rule for target. +LIFE: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 LIFE +.PHONY : LIFE + +# fast build rule for target. +LIFE/fast: + $(MAKE) -f CMakeFiles/LIFE.dir/build.make CMakeFiles/LIFE.dir/build +.PHONY : LIFE/fast + +#============================================================================= +# Target rules for targets named LIFE-upload + +# Build rule for target. +LIFE-upload: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 LIFE-upload +.PHONY : LIFE-upload + +# fast build rule for target. +LIFE-upload/fast: + $(MAKE) -f CMakeFiles/LIFE-upload.dir/build.make CMakeFiles/LIFE-upload.dir/build +.PHONY : LIFE-upload/fast + +#============================================================================= +# Target rules for targets named atmega328_CORE + +# Build rule for target. +atmega328_CORE: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 atmega328_CORE +.PHONY : atmega328_CORE + +# fast build rule for target. +atmega328_CORE/fast: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/build +.PHONY : atmega328_CORE/fast + +#============================================================================= +# Target rules for targets named atmega328_Charliplexing + +# Build rule for target. +atmega328_Charliplexing: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 atmega328_Charliplexing +.PHONY : atmega328_Charliplexing + +# fast build rule for target. +atmega328_Charliplexing/fast: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/build +.PHONY : atmega328_Charliplexing/fast + +Life.obj: Life.cpp.obj +.PHONY : Life.obj + +# target to build an object file +Life.cpp.obj: + $(MAKE) -f CMakeFiles/LIFE.dir/build.make CMakeFiles/LIFE.dir/Life.cpp.obj +.PHONY : Life.cpp.obj + +Life.i: Life.cpp.i +.PHONY : Life.i + +# target to preprocess a source file +Life.cpp.i: + $(MAKE) -f CMakeFiles/LIFE.dir/build.make CMakeFiles/LIFE.dir/Life.cpp.i +.PHONY : Life.cpp.i + +Life.s: Life.cpp.s +.PHONY : Life.s + +# target to generate assembly for a file +Life.cpp.s: + $(MAKE) -f CMakeFiles/LIFE.dir/build.make CMakeFiles/LIFE.dir/Life.cpp.s +.PHONY : Life.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.c.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.cpp.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.c.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.c.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.c.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.c.s + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.obj: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.obj + +# target to build an object file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.obj: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.obj +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.obj + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.i: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.i + +# target to preprocess a source file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.i: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.i +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.i + +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.s: home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.s + +# target to generate assembly for a file +home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.s: + $(MAKE) -f CMakeFiles/atmega328_CORE.dir/build.make CMakeFiles/atmega328_CORE.dir/home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.s +.PHONY : home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.c.s + +libraries/Charliplexing/Charliplexing.obj: libraries/Charliplexing/Charliplexing.cpp.obj +.PHONY : libraries/Charliplexing/Charliplexing.obj + +# target to build an object file +libraries/Charliplexing/Charliplexing.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Charliplexing.cpp.obj +.PHONY : libraries/Charliplexing/Charliplexing.cpp.obj + +libraries/Charliplexing/Charliplexing.i: libraries/Charliplexing/Charliplexing.cpp.i +.PHONY : libraries/Charliplexing/Charliplexing.i + +# target to preprocess a source file +libraries/Charliplexing/Charliplexing.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Charliplexing.cpp.i +.PHONY : libraries/Charliplexing/Charliplexing.cpp.i + +libraries/Charliplexing/Charliplexing.s: libraries/Charliplexing/Charliplexing.cpp.s +.PHONY : libraries/Charliplexing/Charliplexing.s + +# target to generate assembly for a file +libraries/Charliplexing/Charliplexing.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Charliplexing.cpp.s +.PHONY : libraries/Charliplexing/Charliplexing.cpp.s + +libraries/Charliplexing/Figure.obj: libraries/Charliplexing/Figure.cpp.obj +.PHONY : libraries/Charliplexing/Figure.obj + +# target to build an object file +libraries/Charliplexing/Figure.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Figure.cpp.obj +.PHONY : libraries/Charliplexing/Figure.cpp.obj + +libraries/Charliplexing/Figure.i: libraries/Charliplexing/Figure.cpp.i +.PHONY : libraries/Charliplexing/Figure.i + +# target to preprocess a source file +libraries/Charliplexing/Figure.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Figure.cpp.i +.PHONY : libraries/Charliplexing/Figure.cpp.i + +libraries/Charliplexing/Figure.s: libraries/Charliplexing/Figure.cpp.s +.PHONY : libraries/Charliplexing/Figure.s + +# target to generate assembly for a file +libraries/Charliplexing/Figure.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Figure.cpp.s +.PHONY : libraries/Charliplexing/Figure.cpp.s + +libraries/Charliplexing/Font.obj: libraries/Charliplexing/Font.cpp.obj +.PHONY : libraries/Charliplexing/Font.obj + +# target to build an object file +libraries/Charliplexing/Font.cpp.obj: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Font.cpp.obj +.PHONY : libraries/Charliplexing/Font.cpp.obj + +libraries/Charliplexing/Font.i: libraries/Charliplexing/Font.cpp.i +.PHONY : libraries/Charliplexing/Font.i + +# target to preprocess a source file +libraries/Charliplexing/Font.cpp.i: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Font.cpp.i +.PHONY : libraries/Charliplexing/Font.cpp.i + +libraries/Charliplexing/Font.s: libraries/Charliplexing/Font.cpp.s +.PHONY : libraries/Charliplexing/Font.s + +# target to generate assembly for a file +libraries/Charliplexing/Font.cpp.s: + $(MAKE) -f CMakeFiles/atmega328_Charliplexing.dir/build.make CMakeFiles/atmega328_Charliplexing.dir/libraries/Charliplexing/Font.cpp.s +.PHONY : libraries/Charliplexing/Font.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 "... LIFE" + @echo "... LIFE-upload" + @echo "... atmega328_CORE" + @echo "... atmega328_Charliplexing" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... Life.obj" + @echo "... Life.i" + @echo "... Life.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/CDC.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HID.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/HardwareSerial.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/IPAddress.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Print.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Stream.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/Tone.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/USBCore.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WInterrupts.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WMath.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/WString.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/main.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/new.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_analog.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_digital.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_pulse.s" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.obj" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.i" + @echo "... home/xel/Dokumente/ledmatrix/arduino-1.0/hardware/arduino/cores/arduino/wiring_shift.s" + @echo "... libraries/Charliplexing/Charliplexing.obj" + @echo "... libraries/Charliplexing/Charliplexing.i" + @echo "... libraries/Charliplexing/Charliplexing.s" + @echo "... libraries/Charliplexing/Figure.obj" + @echo "... libraries/Charliplexing/Figure.i" + @echo "... libraries/Charliplexing/Figure.s" + @echo "... libraries/Charliplexing/Font.obj" + @echo "... libraries/Charliplexing/Font.i" + @echo "... libraries/Charliplexing/Font.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 + -- cgit v1.2.3