################################################################################ # 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 objects.mk ifneq ($(MAKECMDGOALS),clean) ifneq ($(strip $(ASM_DEPS)),) -include $(ASM_DEPS) endif ifneq ($(strip $(S_UPPER_DEPS)),) -include $(S_UPPER_DEPS) endif ifneq ($(strip $(C_DEPS)),) -include $(C_DEPS) endif endif -include ../makefile.defs # Add inputs and outputs from these tool invocations to the build variables SECONDARY_SIZE += \ Aufgabe1.siz \ # All Target all: Aufgabe1.elf secondary-outputs # Tool invocations Aufgabe1.elf: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: Cross ARM GNU C Linker' arm-none-eabi-gcc -mcpu=arm7tdmi-s -marm -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -T "C:\Users\Julia\workspace\Aufgabe1\LPC-H212X-A_ram.cmd" -nostartfiles -nodefaultlibs -nostdlib -Xlinker --gc-sections -Wl,-Map,"Aufgabe1.map" -o "Aufgabe1.elf" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' Aufgabe1.siz: Aufgabe1.elf @echo 'Invoking: Cross ARM GNU Print Size' arm-none-eabi-size --format=berkeley "Aufgabe1.elf" @echo 'Finished building: $@' @echo ' ' # Other Targets clean: -$(RM) $(OBJS)$(SECONDARY_SIZE)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS) Aufgabe1.elf -@echo ' ' secondary-outputs: $(SECONDARY_SIZE) .PHONY: all clean dependents .SECONDARY: -include ../makefile.targets