################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../SPI/SPI.cpp OBJS += \ ./SPI/SPI.o CPP_DEPS += \ ./SPI/SPI.d # Each subdirectory must supply rules for building sources it contributes SPI/%.o: ../SPI/%.cpp @echo 'Building file: $<' @echo 'Invoking: AVR C++ Compiler' avr-g++ -I"/home/delmadord/dev/arduino" -I"/home/delmadord/dev/arduino/Bakalarka" -D__IN_ECLIPSE__=1 -DUSB_VID= -DUSB_PID= -DARDUINO= -Wall -Os -ffunction-sections -fdata-sections -fno-exceptions -g -DF_CPU=0UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o "$@" -x c++ "$<" @echo 'Finished building: $<' @echo ' '