################################################################################
# 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 Startup/subdir.mk
-include Src/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(S_DEPS)),)
-include $(S_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 
EXECUTABLES += \
Kap18-USART2-Tx-DMA.elf \

SIZE_OUTPUT += \
default.size.stdout \

OBJDUMP_LIST += \
Kap18-USART2-Tx-DMA.list \

OBJCOPY_BIN += \
Kap18-USART2-Tx-DMA.bin \


# All Target
all: Kap18-USART2-Tx-DMA.elf secondary-outputs

# Tool invocations
Kap18-USART2-Tx-DMA.elf: $(OBJS) $(USER_OBJS) E:\Projects\GitLAB\STM32F446-Projekte\stm32f4xx-projekte\Kap18-USART2-Tx-DMA\STM32F446RETX_FLASH.ld
	arm-none-eabi-gcc -o "Kap18-USART2-Tx-DMA.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"E:\Projects\GitLAB\STM32F446-Projekte\stm32f4xx-projekte\Kap18-USART2-Tx-DMA\STM32F446RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="Kap18-USART2-Tx-DMA.map" -Wl,--gc-sections -static -L"E:\Projects\GitLAB\STM32F446-Projekte\stm32f4xx-projekte\MCAL\Debug" -L"E:\Projects\GitLAB\STM32F446-Projekte\stm32f4xx-projekte\CMSIS\Debug" --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
	@echo 'Finished building target: $@'
	@echo ' '

default.size.stdout: $(EXECUTABLES)
	arm-none-eabi-size  $(EXECUTABLES)
	@echo 'Finished building: $@'
	@echo ' '

Kap18-USART2-Tx-DMA.list: $(EXECUTABLES)
	arm-none-eabi-objdump -h -S $(EXECUTABLES) > "Kap18-USART2-Tx-DMA.list"
	@echo 'Finished building: $@'
	@echo ' '

Kap18-USART2-Tx-DMA.bin: $(EXECUTABLES)
	arm-none-eabi-objcopy  -O binary $(EXECUTABLES) "Kap18-USART2-Tx-DMA.bin"
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) *
	-@echo ' '

secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST) $(OBJCOPY_BIN)

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
