SimpleReflowController/Release/libraries/TFT/src/subdir.mk

25 lines
1.7 KiB
Makefile
Raw Normal View History

2018-10-27 15:44:16 +02:00
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/TFT/1.0.6/src/TFT.cpp
LINK_OBJ += \
./libraries/TFT/src/TFT.cpp.o
CPP_DEPS += \
./libraries/TFT/src/TFT.cpp.d
# Each subdirectory must supply rules for building sources it contributes
libraries/TFT/src/TFT.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/TFT/1.0.6/src/TFT.cpp
@echo 'Building file: $<'
@echo 'Starting C++ compile'
2018-10-29 11:28:44 +01:00
"/home/hendrik/bin/sloeber//arduinoPlugin/packages/arduino/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I"/home/hendrik/bin/sloeber/arduinoPlugin/packages/arduino/hardware/avr/1.6.23/cores/arduino" -I"/home/hendrik/bin/sloeber/arduinoPlugin/packages/arduino/hardware/avr/1.6.23/variants/eightanaloginputs" -I"/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1" -I"/home/hendrik/bin/sloeber/arduinoPlugin/libraries/TFT/1.0.6/src" -I"/home/hendrik/bin/sloeber/arduinoPlugin/libraries/TimerOne/1.1.0" -I"/home/hendrik/bin/sloeber/arduinoPlugin/packages/arduino/hardware/avr/1.6.23/libraries/SPI/src" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -D__IN_ECLIPSE__=1 -x c++ "$<" -o "$@"
2018-10-27 15:44:16 +02:00
@echo 'Finished building: $<'
@echo ' '