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

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../Fan_control/char_to_int.c \
../Fan_control/fan_control.c \
../Fan_control/int_to_char.c 

OBJS += \
./Fan_control/char_to_int.o \
./Fan_control/fan_control.o \
./Fan_control/int_to_char.o 

C_DEPS += \
./Fan_control/char_to_int.d \
./Fan_control/fan_control.d \
./Fan_control/int_to_char.d 


# Each subdirectory must supply rules for building sources it contributes
Fan_control/%.o: ../Fan_control/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GNU C Compiler'
	arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


