################################################################################
# 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 stdperiph-src/subdir.mk
-include STM32F10x/subdir.mk
-include CoreSupport/subdir.mk
-include 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 $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
SECONDARY_FLASH += \
IntroARM.hex \

SECONDARY_LIST += \
IntroARM.lst \

SECONDARY_SIZE += \
IntroARM.siz \


# All Target
all: IntroARM.elf secondary-outputs

# Tool invocations
IntroARM.elf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: ARM Summon Mac OS X GCC C Linker'
	/Users/Sterna/sat/bin/arm-none-eabi-gcc-4.6.4 -T"/Users/Sterna/sat/lib/libstm32/Linkerscripts/stm32_flash_MDVL_128F_8R.ld" -nostartfiles -Xlinker --gc-sections -Wl,-Map,"IntroARM.map" -mcpu=cortex-m3 -mthumb -o "IntroARM.elf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

IntroARM.hex: IntroARM.elf
	@echo 'Invoking: ARM Summon Mac OS X GNU Create Flash Image'
	arm-none-eabi-objcopy -O ihex "IntroARM.elf"  "IntroARM.hex"
	@echo 'Finished building: $@'
	@echo ' '

IntroARM.lst: IntroARM.elf
	@echo 'Invoking: ARM Summon Mac OS X GNU Create Listing'
	arm-none-eabi-objdump -h -S "IntroARM.elf" > "IntroARM.lst"
	@echo 'Finished building: $@'
	@echo ' '

IntroARM.siz: IntroARM.elf
	@echo 'Invoking: ARM Summon Mac OS X GNU Print Size'
	arm-none-eabi-size  --format=berkeley "IntroARM.elf"
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(SECONDARY_SIZE)$(OBJS)$(C_DEPS)$(ASM_DEPS)$(SECONDARY_FLASH)$(EXECUTABLES)$(SECONDARY_LIST)$(S_UPPER_DEPS) IntroARM.elf
	-@echo ' '

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

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
