################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../DS1302/DS1302.cpp OBJS += \ ./DS1302/DS1302.o CPP_DEPS += \ ./DS1302/DS1302.d # Each subdirectory must supply rules for building sources it contributes DS1302/%.o: ../DS1302/%.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 ' '