################################################################################
# Automatically-generated file. Do not edit!
################################################################################

#Progress monitor hint: 25
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 KEAZ128/sources/subdir.mk
-include Project_Settings/Linker_Files/subdir.mk
-include Project_Settings/Startup_Code/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 += \
BOSS_BTN_AGS.elf \

EXECUTABLES_QUOTED += \
"BOSS_BTN_AGS.elf" \

EXECUTABLES_OS_FORMAT += \
BOSS_BTN_AGS.elf \

SECONDARY_FLASH += \
BOSS_BTN_AGS.bin \

SECONDARY_FLASH_QUOTED += \
"BOSS_BTN_AGS.bin" \

SECONDARY_FLASH_OS_FORMAT += \
BOSS_BTN_AGS.bin \

SECONDARY_SIZE += \
BOSS_BTN_AGS.siz \

SECONDARY_SIZE_QUOTED += \
"BOSS_BTN_AGS.siz" \

SECONDARY_SIZE_OS_FORMAT += \
BOSS_BTN_AGS.siz \


# All Target
all: warning-messages explicit-dependencies BOSS_BTN_AGS.elf secondary-outputs

# Tool invocations
BOSS_BTN_AGS.elf: $(OBJS) C:/Users/leo/workspaceS32DS.ARM.2018.R1/BOSS_BTN_AGS/Project_Settings/Linker_Files/SKEAZ_flash.ld $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #26 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	arm-none-eabi-gcc -o "BOSS_BTN_AGS.elf" "@BOSS_BTN_AGS.args"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

BOSS_BTN_AGS.bin: $(EXECUTABLES)
	@echo 'Executing target #27 $@'
	@echo 'Invoking: Standard S32DS Create Flash Image'
	arm-none-eabi-objcopy -O binary $(EXECUTABLES)  "BOSS_BTN_AGS.bin"
	@echo 'Finished building: $@'
	@echo ' '

BOSS_BTN_AGS.siz: $(EXECUTABLES)
	@echo 'Executing target #28 $@'
	@echo 'Invoking: Standard S32DS Print Size'
	arm-none-eabi-size --format=berkeley $(EXECUTABLES)
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(SECONDARY_FLASH_QUOTED) ./*/*.d ./*/*/*.d  ./*/*.o ./*/*/*.o  $(SECONDARY_SIZE_QUOTED) $(EXECUTABLES_QUOTED)
	-@echo ' '

secondary-outputs: $(SECONDARY_FLASH) $(SECONDARY_SIZE)

.PHONY: all clean dependents explicit-dependencies warning-messages
.SECONDARY:

-include ../makefile.targets

explicit-dependencies: 

warning-messages: 

