25 lines
2.3 KiB
Makefile
25 lines
2.3 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/EEPROM/EEPROM.cpp
|
|
|
|
LINK_OBJ += \
|
|
./libraries/EEPROM/EEPROM.cpp.o
|
|
|
|
CPP_DEPS += \
|
|
./libraries/EEPROM/EEPROM.cpp.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
libraries/EEPROM/EEPROM.cpp.o: /opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/EEPROM/EEPROM.cpp
|
|
@echo 'Building file: $<'
|
|
@echo 'Starting C++ compile'
|
|
"/opt/eclipse/sloeber//arduinoPlugin/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-I/opt/eclipse/sloeber//arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/tools/sdk/include" "-I/opt/eclipse/sloeber//arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/tools/sdk/lwip/include" "-I/home/wn/workspace-sloeber/TwoLedSignal/Release/core" -c -Wall -Wextra -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DLWIP_OPEN_SRC -DARDUINO=10802 -DARDUINO_ESP8266_NODEMCU -DARDUINO_ARCH_ESP8266 '-DARDUINO_BOARD="ESP8266_NODEMCU"' -DESP8266 -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/cores/esp8266" -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/variants/nodemcu" -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/ESP8266WebServer" -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/ESP8266WebServer/src" -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/ESP8266WiFi" -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/ESP8266WiFi/src" -I"/opt/eclipse/sloeber/arduinoPlugin/packages/esp8266/hardware/esp8266/2.3.0/libraries/EEPROM" -I"/home/wn/workspace-sloeber/TwoLedSignal/pubsubclient" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -D__IN_ECLIPSE__=1 -x c++ "$<" -o "$@"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|