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

#Progress monitor hint: 54
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 src/etpu_set/subdir.mk
-include src/etpu_set/etpu/pwmm/subdir.mk
-include src/etpu_set/etpu/_utils/subdir.mk
-include src/MCLIB/subdir.mk
-include src/FreeMASTER/src_common/subdir.mk
-include src/FreeMASTER/MPC57xx/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include Project_Settings/Linker_Files/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 += \
PWMM_DEMO.elf \

EXECUTABLES_QUOTED += \
"PWMM_DEMO.elf" \

EXECUTABLES_OS_FORMAT += \
PWMM_DEMO.elf \


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

# Tool invocations
PWMM_DEMO.elf: $(OBJS) C:/ETPU/sw/eTPU_MC_SW/PWMM_DEMO/Project_Settings/Linker_Files/57xx_flash.ld C:/ETPU/sw/eTPU_MC_SW/PWMM_DEMO/Project_Settings/Linker_Files/libs.ld $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #55 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	powerpc-eabivle-gcc -o "PWMM_DEMO.elf" "@PWMM_DEMO.args"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) ./*/*/*.o ./*/*/*/*.o ./*/*/*/*/*.o ./*/*.o  $(EXECUTABLES_QUOTED) ./*/*/*/*.d ./*/*/*.d ./*/*/*/*/*.d ./*/*.d  C:\ETPU\sw\eTPU_MC_SW\PWMM_DEMO\Debug\PWMM_DEMO.elf
	-@echo ' '

secondary-outputs:

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

-include ../makefile.targets

explicit-dependencies: 

warning-messages: 

