subdir.mk 1.2 KB

12345678910111213141516171819202122232425
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. C_SRCS += \
  6. ../scutil/sc_timer_service.c
  7. C_DEPS += \
  8. ./scutil/sc_timer_service.c.d
  9. LINK_OBJ += \
  10. ./scutil/sc_timer_service.c.o
  11. # Each subdirectory must supply rules for building sources it contributes
  12. scutil/sc_timer_service.c.o: ../scutil/sc_timer_service.c
  13. @echo 'Building file: $<'
  14. @echo 'Starting C compile'
  15. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/packages/arduino/hardware/avr/1.6.11/cores/arduino" -I"/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/packages/arduino/hardware/avr/1.6.11/variants/standard" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -D__IN_ECLIPSE__=1 "$<" -o "$@" -Wall
  16. @echo 'Finished building: $<'
  17. @echo ' '