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

#Progress monitor hint: 4
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 += \
S32K144_EVB_Hello.elf \

EXECUTABLES_QUOTED += \
"S32K144_EVB_Hello.elf" \

EXECUTABLES_OS_FORMAT += \
S32K144_EVB_Hello.elf \

SECONDARY_FLASH += \
S32K144_EVB_Hello.srec \

SECONDARY_FLASH_QUOTED += \
"S32K144_EVB_Hello.srec" \

SECONDARY_FLASH_OS_FORMAT += \
S32K144_EVB_Hello.srec \


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

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

S32K144_EVB_Hello.srec: $(EXECUTABLES)
	@echo 'Executing target #6 $@'
	@echo 'Invoking: Standard S32DS Create Flash Image'
	arm-none-eabi-objcopy -O srec $(EXECUTABLES)  "S32K144_EVB_Hello.srec"
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) ./*/*/*.o ./*/*.o  $(SECONDARY_FLASH_QUOTED) $(EXECUTABLES_QUOTED) ./*/*/*.d ./*/*.d  C:\Users\b46911\workspaceS32DS.ARM\S32K144_EVB_Hello\Debug\S32K144_EVB_Hello.elf
	-@echo ' '

secondary-outputs: $(SECONDARY_FLASH)

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

-include ../makefile.targets

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

warning-messages: 

