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