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

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include 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 
MEMORYMAP += \
memory-map.xml \

IHEXFILES += \
fft_coprocess.hex \

SRECFILES += \
fft_coprocess.srec \

LISTINGS += \
fft_coprocess.lst \


# All Target
all: fft_coprocess secondary-outputs

dependents:
	-cd C:/A2F_AC355_DF/A2F500/VHDL/DSP_Coprocessor/SoftConsole/DSP_Coprocessor_MSS_MSS_CM3_0/projects/DSP_Coprocessor_MSS_MSS_CM3_0_hw_platform/Debug && $(MAKE) clean all

# Tool invocations
fft_coprocess: $(OBJS) $(USER_OBJS) C:/A2F_AC355_DF/A2F500/VHDL/DSP_Coprocessor/SoftConsole/DSP_Coprocessor_MSS_MSS_CM3_0/projects/DSP_Coprocessor_MSS_MSS_CM3_0_hw_platform/Debug/libDSP_Coprocessor_MSS_MSS_CM3_0_hw_platform.a
	@echo 'Building target: $@'
	@echo 'Invoking: GNU C Linker'
	arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 -L"C:\A2F_AC355_DF\A2F500\VHDL\DSP_Coprocessor\SoftConsole\DSP_Coprocessor_MSS_MSS_CM3_0\projects\DSP_Coprocessor_MSS_MSS_CM3_0_hw_platform\Debug" -T../../projects/DSP_Coprocessor_MSS_MSS_CM3_0_hw_platform/CMSIS/startup_gcc/debug-in-actel-smartfusion-esram.ld -Wl,-Map=$(EXECUTABLE).map -o"fft_coprocess" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

memory-map.xml: $(EXECUTABLE)
	@echo 'Invoking: Memory map generator'
	actel-map -o "memory-map.xml" $(EXECUTABLE) $(BUILDCMD)
	@echo 'Finished building: $@'
	@echo ' '

fft_coprocess.hex: $(EXECUTABLE)
	@echo 'Invoking: GNU Intel Hex File Generator'
	arm-none-eabi-objcopy -O ihex $(EXECUTABLE) "fft_coprocess.hex"
	@echo 'Finished building: $@'
	@echo ' '

fft_coprocess.srec: $(EXECUTABLE)
	@echo 'Invoking: GNU S-Record Generator'
	arm-none-eabi-objcopy -O srec $(EXECUTABLE) "fft_coprocess.srec"
	@echo 'Finished building: $@'
	@echo ' '

fft_coprocess.lst: $(EXECUTABLE)
	@echo 'Invoking: GNU Listing Generator'
	arm-none-eabi-objdump -h -S $(EXECUTABLE) > "fft_coprocess.lst"
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean::
	-$(RM) $(MEMORYMAP)$(OBJS)$(C_DEPS)$(SRECFILES)$(IHEXFILES)$(LISTINGS)$(EXECUTABLE) fft_coprocess
	-@echo ' '

secondary-outputs: $(MEMORYMAP) $(IHEXFILES) $(SRECFILES) $(LISTINGS)

.PHONY: all clean dependents
.SECONDARY:
C:/A2F_AC355_DF/A2F500/VHDL/DSP_Coprocessor/SoftConsole/DSP_Coprocessor_MSS_MSS_CM3_0/projects/DSP_Coprocessor_MSS_MSS_CM3_0_hw_platform/Debug/libDSP_Coprocessor_MSS_MSS_CM3_0_hw_platform.a:

-include ../makefile.targets
