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