SimpleReflowController/Release/libraries/FastLED/subdir.mk

105 lines
12 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 += \
2018-10-29 11:28:44 +01:00
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/FastLED.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/bitswap.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/colorpalettes.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/colorutils.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/hsv2rgb.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/lib8tion.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/noise.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/power_mgt.cpp \
/home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/wiring.cpp
2018-10-27 15:44:16 +02:00
LINK_OBJ += \
./libraries/FastLED/FastLED.cpp.o \
./libraries/FastLED/bitswap.cpp.o \
./libraries/FastLED/colorpalettes.cpp.o \
./libraries/FastLED/colorutils.cpp.o \
./libraries/FastLED/hsv2rgb.cpp.o \
./libraries/FastLED/lib8tion.cpp.o \
./libraries/FastLED/noise.cpp.o \
./libraries/FastLED/power_mgt.cpp.o \
./libraries/FastLED/wiring.cpp.o
CPP_DEPS += \
./libraries/FastLED/FastLED.cpp.d \
./libraries/FastLED/bitswap.cpp.d \
./libraries/FastLED/colorpalettes.cpp.d \
./libraries/FastLED/colorutils.cpp.d \
./libraries/FastLED/hsv2rgb.cpp.d \
./libraries/FastLED/lib8tion.cpp.d \
./libraries/FastLED/noise.cpp.d \
./libraries/FastLED/power_mgt.cpp.d \
./libraries/FastLED/wiring.cpp.d
# Each subdirectory must supply rules for building sources it contributes
2018-10-29 11:28:44 +01:00
libraries/FastLED/FastLED.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/FastLED.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/bitswap.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/bitswap.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/colorpalettes.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/colorpalettes.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/colorutils.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/colorutils.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/hsv2rgb.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/hsv2rgb.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/lib8tion.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/lib8tion.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/noise.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/noise.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/power_mgt.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/power_mgt.cpp
2018-10-27 15:44:16 +02:00
@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 ' '
2018-10-29 11:28:44 +01:00
libraries/FastLED/wiring.cpp.o: /home/hendrik/bin/sloeber/arduinoPlugin/libraries/FastLED/3.2.1/wiring.cpp
2018-10-27 15:44:16 +02:00
@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 ' '