The Bachelor's thesis - Design and implementation of a portable device for creating RFID tag lists
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
885 B

################################################################################
# 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 ' '