first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,258 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/CDC.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HID.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial0.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial1.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial2.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial3.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/IPAddress.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/Print.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/Stream.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/Tone.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/USBCore.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/WMath.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/WString.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/abi.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/main.cpp \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/new.cpp
C_SRCS += \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/WInterrupts.c \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/hooks.c \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring.c \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_analog.c \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_digital.c \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_pulse.c \
/home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_shift.c
C_DEPS += \
./arduino/WInterrupts.c.d \
./arduino/hooks.c.d \
./arduino/wiring.c.d \
./arduino/wiring_analog.c.d \
./arduino/wiring_digital.c.d \
./arduino/wiring_pulse.c.d \
./arduino/wiring_shift.c.d
AR_OBJ += \
./arduino/CDC.cpp.o \
./arduino/HID.cpp.o \
./arduino/HardwareSerial.cpp.o \
./arduino/HardwareSerial0.cpp.o \
./arduino/HardwareSerial1.cpp.o \
./arduino/HardwareSerial2.cpp.o \
./arduino/HardwareSerial3.cpp.o \
./arduino/IPAddress.cpp.o \
./arduino/Print.cpp.o \
./arduino/Stream.cpp.o \
./arduino/Tone.cpp.o \
./arduino/USBCore.cpp.o \
./arduino/WInterrupts.c.o \
./arduino/WMath.cpp.o \
./arduino/WString.cpp.o \
./arduino/abi.cpp.o \
./arduino/hooks.c.o \
./arduino/main.cpp.o \
./arduino/new.cpp.o \
./arduino/wiring.c.o \
./arduino/wiring_analog.c.o \
./arduino/wiring_digital.c.o \
./arduino/wiring_pulse.c.o \
./arduino/wiring_shift.c.o
CPP_DEPS += \
./arduino/CDC.cpp.d \
./arduino/HID.cpp.d \
./arduino/HardwareSerial.cpp.d \
./arduino/HardwareSerial0.cpp.d \
./arduino/HardwareSerial1.cpp.d \
./arduino/HardwareSerial2.cpp.d \
./arduino/HardwareSerial3.cpp.d \
./arduino/IPAddress.cpp.d \
./arduino/Print.cpp.d \
./arduino/Stream.cpp.d \
./arduino/Tone.cpp.d \
./arduino/USBCore.cpp.d \
./arduino/WMath.cpp.d \
./arduino/WString.cpp.d \
./arduino/abi.cpp.d \
./arduino/main.cpp.d \
./arduino/new.cpp.d
# Each subdirectory must supply rules for building sources it contributes
arduino/CDC.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/CDC.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 ' '
arduino/HID.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HID.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 ' '
arduino/HardwareSerial.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial.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 ' '
arduino/HardwareSerial0.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial0.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 ' '
arduino/HardwareSerial1.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial1.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 ' '
arduino/HardwareSerial2.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial2.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 ' '
arduino/HardwareSerial3.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/HardwareSerial3.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 ' '
arduino/IPAddress.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/IPAddress.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 ' '
arduino/Print.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/Print.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 ' '
arduino/Stream.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/Stream.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 ' '
arduino/Tone.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/Tone.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 ' '
arduino/USBCore.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/USBCore.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 ' '
arduino/WInterrupts.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/WInterrupts.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '
arduino/WMath.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/WMath.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 ' '
arduino/WString.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/WString.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 ' '
arduino/abi.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/abi.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 ' '
arduino/hooks.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/hooks.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '
arduino/main.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/main.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 ' '
arduino/new.cpp.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/new.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 ' '
arduino/wiring.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '
arduino/wiring_analog.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_analog.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '
arduino/wiring_digital.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_digital.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '
arduino/wiring_pulse.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_pulse.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '
arduino/wiring_shift.c.o: /home/souti/Téléchargements/arduino-1.6.0/hardware/arduino/avr/cores/arduino/wiring_shift.c
@echo 'Building file: $<'
@echo 'Starting C compile'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -c -g -Os -w -ffunction-sections -fdata-sections -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 "$<" -o "$@"
@echo 'Finished building: $<'
@echo ' '

95
TEST/Release/makefile Executable file
View File

@@ -0,0 +1,95 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include arduino/core/subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
AR += \
/home/souti/Arduino/TEST/Release/arduino.ar \
ELF += \
TEST.elf \
EEP += \
TEST.eep \
FLASH_IMAGE += \
TEST.hex \
# All Target
all: TEST
# Tool invocations
TEST: $(FLASH_IMAGE)
@echo 'Building target: $@'
@echo 'Printing size:'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-size" -A "/home/souti/Arduino/TEST/Release/TEST.elf"
@echo 'Finished building target: $@'
@echo ' '
/home/souti/Arduino/TEST/Release/arduino.ar: $(AR_OBJ)
@echo 'Starting archiver'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-ar" rcs "/home/souti/Arduino/TEST/Release/arduino.ar" $(AR_OBJ)
@echo 'Finished building: $@'
@echo ' '
TEST.elf: $(LINK_OBJ) $(AR)
@echo 'Starting combiner'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-gcc" -w -Os -Wl,--gc-sections -mmcu=atmega328p -o "/home/souti/Arduino/TEST/Release/TEST.elf" $(LINK_OBJ) $(AR) "/home/souti/Arduino/TEST/Release/arduino.ar" "-L/home/souti/Arduino/TEST/Release" -lm
@echo 'Finished building: $@'
@echo ' '
TEST.eep: $(ELF)
@echo 'Create eeprom image'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "/home/souti/Arduino/TEST/Release/TEST.elf" "/home/souti/Arduino/TEST/Release/TEST.eep"
@echo 'Finished building: $@'
@echo ' '
TEST.hex: $(EEP)
@echo 'Create Flash image (ihex format)'
"/home/souti/Téléchargements/arduino-1.6.0/hardware/tools/avr/bin/avr-objcopy" -O ihex -R .eeprom "/home/souti/Arduino/TEST/Release/TEST.elf" "/home/souti/Arduino/TEST/Release/TEST.hex"
@echo 'Finished building: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(ELF)$(C++_DEPS)$(AR)$(C_DEPS)$(CC_DEPS)$(FLASH_IMAGE)$(AR_OBJ)$(CPP_DEPS)$(LINK_OBJ)$(EEP)$(CXX_DEPS)$(C_UPPER_DEPS)$(SIZEDUMMY) TEST
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets

34
TEST/Release/sources.mk Executable file
View File

@@ -0,0 +1,34 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
ELF_SRCS :=
O_UPPER_SRCS :=
O_SRCS :=
EEP_SRCS :=
CPP_SRCS :=
C_UPPER_SRCS :=
C_SRCS :=
AR_SRCS :=
CXX_SRCS :=
C++_SRCS :=
CC_SRCS :=
ELF :=
C++_DEPS :=
AR :=
C_DEPS :=
CC_DEPS :=
FLASH_IMAGE :=
AR_OBJ :=
CPP_DEPS :=
LINK_OBJ :=
EEP :=
CXX_DEPS :=
C_UPPER_DEPS :=
SIZEDUMMY :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
arduino/core \

24
TEST/Release/subdir.mk Executable file
View File

@@ -0,0 +1,24 @@
################################################################################
# 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 ' '