makefile 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. -include ../makefile.init
  5. RM := rm -f
  6. # All of the sources participating in the build are defined here
  7. -include sources.mk
  8. -include subdir.mk
  9. -include scutil/subdir.mk
  10. -include core/core/subdir.mk
  11. -include objects.mk
  12. ifneq ($(MAKECMDGOALS),clean)
  13. ifneq ($(strip $(CC_DEPS)),)
  14. -include $(CC_DEPS)
  15. endif
  16. ifneq ($(strip $(C++_DEPS)),)
  17. -include $(C++_DEPS)
  18. endif
  19. ifneq ($(strip $(C_UPPER_DEPS)),)
  20. -include $(C_UPPER_DEPS)
  21. endif
  22. ifneq ($(strip $(CXX_DEPS)),)
  23. -include $(CXX_DEPS)
  24. endif
  25. ifneq ($(strip $(ASM_DEPS)),)
  26. -include $(ASM_DEPS)
  27. endif
  28. ifneq ($(strip $(INO_DEPS)),)
  29. -include $(INO_DEPS)
  30. endif
  31. ifneq ($(strip $(PDE_DEPS)),)
  32. -include $(PDE_DEPS)
  33. endif
  34. ifneq ($(strip $(S_UPPER_DEPS)),)
  35. -include $(S_UPPER_DEPS)
  36. endif
  37. ifneq ($(strip $(CPP_DEPS)),)
  38. -include $(CPP_DEPS)
  39. endif
  40. ifneq ($(strip $(C_DEPS)),)
  41. -include $(C_DEPS)
  42. endif
  43. endif
  44. -include ../makefile.defs
  45. # Add inputs and outputs from these tool invocations to the build variables
  46. AR += \
  47. arduino.ar \
  48. ELF += \
  49. traffic_light_arduino.elf \
  50. EEP += \
  51. traffic_light_arduino.eep \
  52. FLASH_IMAGE += \
  53. traffic_light_arduino.hex \
  54. # All Target
  55. all: traffic_light_arduino
  56. # Tool invocations
  57. traffic_light_arduino: $(FLASH_IMAGE)
  58. @echo 'Building target: $@'
  59. @echo 'Printing size:'
  60. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-size" -A "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/traffic_light_arduino.elf"
  61. @echo 'Finished building target: $@'
  62. @echo ' '
  63. arduino.ar: $(AR_OBJ)
  64. @echo 'Starting archiver'
  65. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-ar" rcs "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/arduino.ar" arduino.ar $(AR_OBJ)
  66. @echo 'Finished building: $@'
  67. @echo ' '
  68. traffic_light_arduino.elf: $(LINK_OBJ) $(AR)
  69. @echo 'Starting combiner'
  70. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-gcc" -Os -Wl,--gc-sections -mmcu=atmega328p -o "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/traffic_light_arduino.elf" $(LINK_OBJ) $(AR) "-L/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release" -lm
  71. @echo 'Finished building: $@'
  72. @echo ' '
  73. traffic_light_arduino.eep: $(ELF)
  74. @echo 'Create eeprom image'
  75. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/traffic_light_arduino.elf" "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/traffic_light_arduino.eep"
  76. @echo 'Finished building: $@'
  77. @echo ' '
  78. traffic_light_arduino.hex: $(EEP)
  79. @echo 'Create Flash image (ihex format)'
  80. "/home/beckmann/Downloads/yakindu-sctpro/arduinoPlugin/tools/arduino/avr-gcc/4.8.1-arduino5/bin/avr-objcopy" -O ihex -R .eeprom "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/traffic_light_arduino.elf" "/home/beckmann/YAKINDU_SCTPRO/ws/traffic_light_arduino/Release/traffic_light_arduino.hex"
  81. @echo 'Finished building: $@'
  82. @echo ' '
  83. # Other Targets
  84. clean:
  85. -$(RM) $(C_UPPER_DEPS)$(PDE_DEPS)$(C_DEPS)$(AR)$(EEP)$(FLASH_IMAGE)$(CC_DEPS)$(AR_OBJ)$(C++_DEPS)$(LINK_OBJ)$(CXX_DEPS)$(ASM_DEPS)$(INO_DEPS)$(SIZEDUMMY)$(S_UPPER_DEPS)$(ELF)$(CPP_DEPS) traffic_light_arduino
  86. -@echo ' '
  87. .PHONY: all clean dependents
  88. .SECONDARY:
  89. -include ../makefile.targets