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

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../src/hw_config.c \
../src/main.c \
../src/message.c \
../src/stm32f10x_adc.c \
../src/stm32f10x_bkp.c \
../src/stm32f10x_can.c \
../src/stm32f10x_dma.c \
../src/stm32f10x_exti.c \
../src/stm32f10x_flash.c \
../src/stm32f10x_gpio.c \
../src/stm32f10x_i2c.c \
../src/stm32f10x_it.c \
../src/stm32f10x_iwdg.c \
../src/stm32f10x_lib.c \
../src/stm32f10x_nvic.c \
../src/stm32f10x_pwr.c \
../src/stm32f10x_rcc.c \
../src/stm32f10x_rtc.c \
../src/stm32f10x_spi.c \
../src/stm32f10x_systick.c \
../src/stm32f10x_tim.c \
../src/stm32f10x_tim1.c \
../src/stm32f10x_usart.c \
../src/stm32f10x_vector.c \
../src/stm32f10x_wwdg.c \
../src/syscalls.c 

S_SRCS += \
../src/cortexm3_macro.s 

OBJS += \
./src/cortexm3_macro.o \
./src/hw_config.o \
./src/main.o \
./src/message.o \
./src/stm32f10x_adc.o \
./src/stm32f10x_bkp.o \
./src/stm32f10x_can.o \
./src/stm32f10x_dma.o \
./src/stm32f10x_exti.o \
./src/stm32f10x_flash.o \
./src/stm32f10x_gpio.o \
./src/stm32f10x_i2c.o \
./src/stm32f10x_it.o \
./src/stm32f10x_iwdg.o \
./src/stm32f10x_lib.o \
./src/stm32f10x_nvic.o \
./src/stm32f10x_pwr.o \
./src/stm32f10x_rcc.o \
./src/stm32f10x_rtc.o \
./src/stm32f10x_spi.o \
./src/stm32f10x_systick.o \
./src/stm32f10x_tim.o \
./src/stm32f10x_tim1.o \
./src/stm32f10x_usart.o \
./src/stm32f10x_vector.o \
./src/stm32f10x_wwdg.o \
./src/syscalls.o 

C_DEPS += \
./src/hw_config.d \
./src/main.d \
./src/message.d \
./src/stm32f10x_adc.d \
./src/stm32f10x_bkp.d \
./src/stm32f10x_can.d \
./src/stm32f10x_dma.d \
./src/stm32f10x_exti.d \
./src/stm32f10x_flash.d \
./src/stm32f10x_gpio.d \
./src/stm32f10x_i2c.d \
./src/stm32f10x_it.d \
./src/stm32f10x_iwdg.d \
./src/stm32f10x_lib.d \
./src/stm32f10x_nvic.d \
./src/stm32f10x_pwr.d \
./src/stm32f10x_rcc.d \
./src/stm32f10x_rtc.d \
./src/stm32f10x_spi.d \
./src/stm32f10x_systick.d \
./src/stm32f10x_tim.d \
./src/stm32f10x_tim1.d \
./src/stm32f10x_usart.d \
./src/stm32f10x_vector.d \
./src/stm32f10x_wwdg.d \
./src/syscalls.d 


# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.s
	@echo 'Building file: $<'
	@echo 'Invoking: GCC Assembler'
	arm-none-eabi-as  -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

src/%.o: ../src/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: Cygwin C Compiler'
	arm-none-eabi-gcc -I../inc -O0 -g3 -Wall -c -fmessage-length=0 -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


