################################################################################
# Automatically-generated file. Do not edit!
################################################################################

#Progress monitor hint: 5
first : all
-include ../makefile.init

# This file contains definitions of environment variables used in the makefiles and .args files if exist.
-include makefile.local

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include src/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
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 += \
UART.elf \

EXECUTABLES_QUOTED += \
"UART.elf" \

EXECUTABLES_OS_FORMAT += \
UART.elf \


# All Target
all: warning-messages explicit-dependencies UART.elf secondary-outputs

# Tool invocations
UART.elf: $(OBJS) C:/Users/r17052/workspaceS32DS.ARM_KEA128/UART/Project_Settings/Linker_Files/SKEAZ_flash.ld $(USER_OBJS) ../Project_Settings/Linker_Files/SKEAZ_flash.ld
	@echo 'Building target: $@'
	@echo 'Executing target #6 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	arm-none-eabi-gcc -o "UART.elf" @"UART.args"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) ./*/*/*.o ./*/*.o  $(EXECUTABLES_QUOTED) ./*/*/*.d ./*/*.d  C:\Users\r17052\workspaceS32DS.ARM_KEA128\UART\Debug\UART.elf
	-@echo ' '

secondary-outputs:

.PHONY: all clean dependents explicit-dependencies warning-messages
.SECONDARY:

-include ../makefile.targets

explicit-dependencies: ../Project_Settings/Linker_Files/SKEAZ_flash.ld 

warning-messages: 

