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

#Progress monitor hint: 18
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 := "$(GNU_Make_Install_DirEnv)/rm" -f

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include Sources/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include PRC0_Sources/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
STATICLIB += \
MPC5643L-LSM_DCDCconverter.elf \

STATICLIB_QUOTED += \
"MPC5643L-LSM_DCDCconverter.elf" \

STATICLIB_OS_FORMAT += \
MPC5643L-LSM_DCDCconverter.elf \

EXECUTABLES += \
MPC5643L-LSM_DCDCconverter.elf \

EXECUTABLES_QUOTED += \
"MPC5643L-LSM_DCDCconverter.elf" \

EXECUTABLES_OS_FORMAT += \
MPC5643L-LSM_DCDCconverter.elf \


# All Target
all: MPC5643L-LSM_DCDCconverter.elf

# Tool invocations
MPC5643L-LSM_DCDCconverter.elf: $(OBJS) $(USER_OBJS) ../Project_Settings/Linker_Files/MPC5643L_FLASH.lcf
	@echo 'Building target: $@'
	@echo 'Executing target #19 $@'
	@echo 'Invoking: PowerPC Linker'
	"$(PAToolsDirEnv)/mwldeppc" @@"MPC5643L-LSM_DCDCconverter.args" -o "MPC5643L-LSM_DCDCconverter.elf"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(STATICLIB_QUOTED) "./*/*.obj" "./*/*/*.obj"  $(CPP_DEPS_QUOTED) $(CC_DEPS_QUOTED) $(CXX_DEPS_QUOTED) $(C_UPPER_DEPS_QUOTED) $(C++_DEPS_QUOTED) $(EXECUTABLES_QUOTED) "./*/*.d" "./*/*/*.d"  $(ProjDirPath)/FLASH/MPC5643L-LSM_DCDCconverter.elf
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
