subdir.mk 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. INO_SRCS += \
  6. ../traffic_light_arduino.ino
  7. CPP_SRCS += \
  8. ../.ino.cpp
  9. C_SRCS += \
  10. ../TrafficLightCtrl.c \
  11. ../pushbutton.c
  12. C_DEPS += \
  13. ./TrafficLightCtrl.c.d \
  14. ./pushbutton.c.d
  15. LINK_OBJ += \
  16. ./.ino.cpp.o \
  17. ./TrafficLightCtrl.c.o \
  18. ./pushbutton.c.o
  19. INO_DEPS += \
  20. ./traffic_light_arduino.ino.d
  21. CPP_DEPS += \
  22. ./.ino.cpp.d
  23. # Each subdirectory must supply rules for building sources it contributes
  24. .ino.cpp.o: ../.ino.cpp
  25. @echo 'Building file: $<'
  26. @echo 'Starting C++ compile'
  27. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-g++" -c -g -Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -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 -x c++ "$<" -o "$@" -Wall
  28. @echo 'Finished building: $<'
  29. @echo ' '
  30. TrafficLightCtrl.c.o: ../TrafficLightCtrl.c
  31. @echo 'Building file: $<'
  32. @echo 'Starting C compile'
  33. "/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
  34. @echo 'Finished building: $<'
  35. @echo ' '
  36. pushbutton.c.o: ../pushbutton.c
  37. @echo 'Building file: $<'
  38. @echo 'Starting C compile'
  39. "/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
  40. @echo 'Finished building: $<'
  41. @echo ' '
  42. traffic_light_arduino.o: ../traffic_light_arduino.ino
  43. @echo 'Building file: $<'
  44. @echo 'Starting C++ compile'
  45. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-g++" -c -g -Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -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 -x c++ "$<" -o "$@" -Wall
  46. @echo 'Finished building: $<'
  47. @echo ' '