first commit
This commit is contained in:
24
TEST/Release/subdir.mk
Executable file
24
TEST/Release/subdir.mk
Executable 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 ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user