################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../startup/cr_startup_stm32f4xx.cpp \
../startup/helpers.cpp \
../startup/new.cpp \
../startup/sysinit.cpp \
../startup/tlsf.cpp 

OBJS += \
./startup/cr_startup_stm32f4xx.o \
./startup/helpers.o \
./startup/new.o \
./startup/sysinit.o \
./startup/tlsf.o 

CPP_DEPS += \
./startup/cr_startup_stm32f4xx.d \
./startup/helpers.d \
./startup/new.d \
./startup/sysinit.d \
./startup/tlsf.d 


# Each subdirectory must supply rules for building sources it contributes
startup/%.o: ../startup/%.cpp
	@echo 'Building file: $<'
	@echo 'Invoking: MCU C++ Compiler'
	arm-none-eabi-c++ -D__NEWLIB__ -DDEBUG -D__CODE_RED -DSTM32F4XX -DCPP_NO_HEAP -I"C:\Users\Wayne\Documents\RedSuite_4.3.0_1033\gm_workspace\TEST_RTOS\src" -I"C:\Users\Wayne\Documents\RedSuite_4.3.0_1033\gm_workspace\TEST_RTOS\drivers" -I"C:\Users\Wayne\Documents\RedSuite_4.3.0_1033\gm_workspace\TEST_RTOS\inc" -I"C:\Users\Wayne\Documents\RedSuite_4.3.0_1033\gm_workspace\TEST_RTOS\startup" -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


