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

#Progress monitor hint: 42
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/BSP/subdir.mk
-include src/FreeMASTER/subdir.mk
-include src/MPC5744P_system/subdir.mk
-include src/MPC5744P_system/peripherals/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 += \
MTRCKTSPS5744P_S32DS.elf \

EXECUTABLES_QUOTED += \
"MTRCKTSPS5744P_S32DS.elf" \

EXECUTABLES_OS_FORMAT += \
MTRCKTSPS5744P_S32DS.elf \

SECONDARY_FLASH += \
MTRCKTSPS5744P_S32DS.srec \

SECONDARY_FLASH_QUOTED += \
"MTRCKTSPS5744P_S32DS.srec" \

SECONDARY_FLASH_OS_FORMAT += \
MTRCKTSPS5744P_S32DS.srec \


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

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

MTRCKTSPS5744P_S32DS.srec: $(EXECUTABLES)
	@echo 'Executing target #44 $@'
	@echo 'Invoking: Standard S32DS Create Flash Image'
	powerpc-eabivle-objcopy -O srec $(EXECUTABLES)  "MTRCKTSPS5744P_S32DS.srec"
	@echo 'Finished building: $@'
	@echo ' '

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

secondary-outputs: $(SECONDARY_FLASH)

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

-include ../makefile.targets

explicit-dependencies: 

warning-messages: 

