25 lines
1.1 KiB
Makefile
Executable File
25 lines
1.1 KiB
Makefile
Executable File
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
../TEST.cpp
|
|
|
|
CPP_DEPS += \
|
|
./TEST.cpp.d
|
|
|
|
LINK_OBJ += \
|
|
./TEST.cpp.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
TEST.cpp.o: ../TEST.cpp
|
|
@echo 'Building file: $<'
|
|
@echo 'Starting C++ compile'
|
|
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=160 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino" -I"/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/variants/standard" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -D__IN_ECLIPSE__=1 -x c++ "$<" -o "$@"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|