################################################################################ # 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 += \ Aufgabe3.siz \ # All Target all: Aufgabe3.elf secondary-outputs # Tool invocations Aufgabe3.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\Aufgabe3\LPC-H212X-A_ram.cmd" -nostartfiles -nodefaultlibs -nostdlib -Xlinker --gc-sections -Wl,-Map,"Aufgabe3.map" -o "Aufgabe3.elf" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' Aufgabe3.siz: Aufgabe3.elf @echo 'Invoking: Cross ARM GNU Print Size' arm-none-eabi-size --format=berkeley "Aufgabe3.elf" @echo 'Finished building: $@' @echo ' ' # Other Targets clean: -$(RM) $(OBJS)$(SECONDARY_SIZE)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS) Aufgabe3.elf -@echo ' ' secondary-outputs: $(SECONDARY_SIZE) .PHONY: all clean dependents .SECONDARY: -include ../makefile.targets