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

#Progress monitor hint: 1
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" -rf

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

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
ifneq ($(strip $(ASM_UPPER_DEPS)),)
-include $(ASM_UPPER_DEPS)
endif
ifneq ($(strip $(SX_DEPS)),)
-include $(SX_DEPS)
endif
ifneq ($(strip $(S_DEPS)),)
-include $(S_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
EXECUTABLES += \
testdefinitivo.elf \

EXECUTABLES_QUOTED += \
"testdefinitivo.elf" \

EXECUTABLES_OS_FORMAT += \
testdefinitivo.elf \

SECONDARY_FLASH += \
testdefinitivo.hex \

SECONDARY_FLASH_QUOTED += \
"testdefinitivo.hex" \

SECONDARY_FLASH_OS_FORMAT += \
testdefinitivo.hex \

SECONDARY_LIST += \
testdefinitivo.lst \

SECONDARY_LIST_QUOTED += \
"testdefinitivo.lst" \

SECONDARY_LIST_OS_FORMAT += \
testdefinitivo.lst \

SECONDARY_SIZE += \
testdefinitivo.siz \

SECONDARY_SIZE_QUOTED += \
"testdefinitivo.siz" \

SECONDARY_SIZE_OS_FORMAT += \
testdefinitivo.siz \


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

# Tool invocations
testdefinitivo.elf: $(OBJS) $(USER_OBJS) $(FREESCALE)/Freescale_MQX_4_1/lib/twrk53n512.cw10gcc/debug/bsp/intflash.ld
	@echo 'Building target: $@'
	@echo 'Executing target #2 $@'
	@echo 'Invoking: ARM Ltd Windows GCC C Linker'
	"$(ARMSourceryDirEnv)/arm-none-eabi-gcc"    @"testdefinitivo.args" -o"testdefinitivo.elf"
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

testdefinitivo.hex: testdefinitivo.elf
	@echo 'Executing target #3 $@'
	@echo 'Invoking: ARM Ltd Windows GNU Create Flash Image'
	"$(ARMSourceryDirEnv)/arm-none-eabi-objcopy"  -O srec testdefinitivo.elf "testdefinitivo.hex"
	@echo 'Finished building: $@'
	@echo ' '

testdefinitivo.lst: testdefinitivo.elf
	@echo 'Executing target #4 $@'
	@echo 'Invoking: ARM Ltd Windows GNU Create Listing'
	"$(ARMSourceryDirEnv)/arm-none-eabi-objdump"  -h -S testdefinitivo.elf >"testdefinitivo.lst"
	@echo 'Finished building: $@'
	@echo ' '

testdefinitivo.siz: testdefinitivo.elf
	@echo 'Executing target #5 $@'
	@echo 'Invoking: ARM Ltd Windows GNU Print Size'
	"$(ARMSourceryDirEnv)/arm-none-eabi-size"  --format=berkeley testdefinitivo.elf
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(S_DEPS_QUOTED) $(SECONDARY_LIST_QUOTED) $(SECONDARY_FLASH_QUOTED) "./*/*.o"  $(S_UPPER_DEPS_QUOTED) $(ASM_DEPS_QUOTED) $(SECONDARY_SIZE_QUOTED) $(ASM_UPPER_DEPS_QUOTED) $(SX_DEPS_QUOTED) $(EXECUTABLES_QUOTED) "./*/*.d"  $(ProjDirPath)/twrk53n512_Int_Flash_Debug/testdefinitivo.elf
	-@echo ' '

post-build:
	-@echo 'Generate S19 File'
	-arm-none-eabi-objcopy -O  srec "C:/Users/jgonzalez/Desktop/Workspace BlinkLED/testdefinitivo/Debug/testdefinitivo.elf" "testdefinitivo".s19"
	-@echo ' '

secondary-outputs: $(SECONDARY_FLASH) $(SECONDARY_LIST) $(SECONDARY_SIZE)

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

-include ../makefile.targets

explicit-dependencies: $(FREESCALE)/Freescale_MQX_4_1/lib/twrk53n512.cw10gcc/debug/bsp/intflash.ld testdefinitivo.elf testdefinitivo.elf testdefinitivo.elf 

warning-messages: 

