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

#Progress monitor hint: 49
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 FreeMASTER_PPC/src/common/subdir.mk
-include FreeMASTER_PPC/src/drivers/dreg/MPC/subdir.mk
-include FreeMASTER_PPC/src/drivers/mcuxsdk/can/subdir.mk
-include FreeMASTER_PPC/src/drivers/mcuxsdk/serial/subdir.mk
-include Project_Settings/Linker_Files/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include src/MC33937/subdir.mk
-include src/subdir.mk
-include src/Peripherals/subdir.mk
-include src/Peripherals/etpu_set/etpu/_utils/subdir.mk
-include src/Peripherals/etpu_set/etpu/as/subdir.mk
-include src/Peripherals/etpu_set/etpu/pmsm_foc/subdir.mk
-include src/Peripherals/etpu_set/etpu/pwmm/subdir.mk
-include src/Peripherals/etpu_set/etpu/resolver/subdir.mk
-include src/Peripherals/etpu_set/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 += \
MCSPTR2A5775E_Z7_0.elf \

EXECUTABLES_QUOTED += \
"MCSPTR2A5775E_Z7_0.elf" \

EXECUTABLES_OS_FORMAT += \
MCSPTR2A5775E_Z7_0.elf \

SECONDARY_SIZE += \
MCSPTR2A5775E_Z7_0.siz \

SECONDARY_SIZE_QUOTED += \
"MCSPTR2A5775E_Z7_0.siz" \

SECONDARY_SIZE_OS_FORMAT += \
MCSPTR2A5775E_Z7_0.siz \


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

# Tool invocations
MCSPTR2A5775E_Z7_0.elf: $(OBJS) C:/S32DS_power_workspace/MCSPTR2A5775E/MCSPTR2A5775E_Z7_0/Project_Settings/Linker_Files/57xx_flash.ld C:/S32DS_power_workspace/MCSPTR2A5775E/MCSPTR2A5775E_Z7_0/Project_Settings/Linker_Files/libs.ld $(OSPT) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #50 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	powerpc-eabivle-gcc -o "MCSPTR2A5775E_Z7_0.elf" "@MCSPTR2A5775E_Z7_0.args"  $(USER_OBJS_QUOTED)  $(OSPT)
	@echo 'Finished building target: $@'
	@echo ' '

MCSPTR2A5775E_Z7_0.siz: $(EXECUTABLES)
	@echo 'Executing target #51 $@'
	@echo 'Invoking: Standard S32DS Print Size'
	powerpc-eabivle-size --format=berkeley $(EXECUTABLES)
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) ./*/*/*/*.d ./*/*/*/*/*/*.d ./*/*/*.d ./*/*.d  ./*/*/*/*.o ./*/*/*/*/*/*.o ./*/*/*.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: 

