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

#Progress monitor hint: 12
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 Project_Settings/Linker_Files/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include src/drivers/subdir.mk
-include src/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 += \
S32K148_bootloader.elf \

EXECUTABLES_QUOTED += \
"S32K148_bootloader.elf" \

EXECUTABLES_OS_FORMAT += \
S32K148_bootloader.elf \

SECONDARY_SIZE += \
S32K148_bootloader.siz \

SECONDARY_SIZE_QUOTED += \
"S32K148_bootloader.siz" \

SECONDARY_SIZE_OS_FORMAT += \
S32K148_bootloader.siz \


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

# Tool invocations
S32K148_bootloader.elf: $(OBJS) C:/Users/nxa11643/Desktop/S32K14x/Bootloader/S32K148_Bootloader/Bootloader_Software/S32K148_bootloader/Project_Settings/Linker_Files/S32K1xx_flash.ld $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #13 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	arm-none-eabi-gcc -o "S32K148_bootloader.elf" "@S32K148_bootloader.args"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

S32K148_bootloader.siz: $(EXECUTABLES)
	@echo 'Executing target #14 $@'
	@echo 'Invoking: Standard S32DS Print Size'
	arm-none-eabi-size --format=berkeley $(EXECUTABLES)
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) ./*/*.d ./*/*/*.d  ./*/*.o ./*/*/*.o  $(SECONDARY_SIZE_QUOTED) $(EXECUTABLES_QUOTED)
	-@echo ' '

secondary-outputs: $(SECONDARY_SIZE)

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

-include ../makefile.targets

explicit-dependencies: 

warning-messages: 

