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

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../fsfw/controller/ControllerBase.cpp \
../fsfw/controller/ExtendedControllerBase.cpp 

OBJS += \
./fsfw/controller/ControllerBase.o \
./fsfw/controller/ExtendedControllerBase.o 

CPP_DEPS += \
./fsfw/controller/ControllerBase.d \
./fsfw/controller/ExtendedControllerBase.d 


# Each subdirectory must supply rules for building sources it contributes
fsfw/controller/%.o: ../fsfw/controller/%.cpp
	@echo 'Building file: $<'
	@echo 'Invoking: ARM Linux g++ compiler'
	arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '