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

#Progress monitor hint: 14
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 Utility/subdir.mk
-include Sources/subdir.mk
-include Sources/backup/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include .metadata/.plugins/org.eclipse.cdt.make.core/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
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 
EXECUTABLES += \
NEVIS_2_PWM_B_CW10_2.elf \

EXECUTABLES_QUOTED += \
"NEVIS_2_PWM_B_CW10_2.elf" \

EXECUTABLES_OS_FORMAT += \
NEVIS_2_PWM_B_CW10_2.elf \


# All Target
all: NEVIS_2_PWM_B_CW10_2.elf

# Tool invocations
NEVIS_2_PWM_B_CW10_2.elf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #15 $@'
	@echo 'Invoking: DSC Linker'
	"$(DSC_ToolsDirEnv)/mwld56800e" -msgstyle parseable -g -nostdlib "$(ProjDirPath)/Project_Settings/Linker_Files/MC56F84789_Internal_PFlash_LDM.cmd" -main Finit_MC56F847xx_ISR_HW_RESET -L"$(MCUToolsBaseDirEnv)/M56800E Support/msl/MSL_C/DSP_56800E/lib" -ldata -v3 -o "NEVIS_2_PWM_B_CW10_2.elf" $(OBJS_QUOTED) $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(CXX_DEPS_QUOTED) $(C_UPPER_DEPS_QUOTED) "./*/*/*/*.o" "./*/*/*.o" "./*/*.o"  "./*/*/*/*.d"  $(CC_DEPS_QUOTED) $(EXECUTABLES_QUOTED) "./*/*/*/*.d" "./*/*/*.d" "./*/*.d"  NEVIS_2_PWM_B_CW10_2.elf
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
