################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../src/teddy/ui/externaleditor.cpp \
../src/teddy/ui/general.cpp \
../src/teddy/ui/messagelist.cpp 

CPP_DEPS += \
./src/teddy/ui/externaleditor.d \
./src/teddy/ui/general.d \
./src/teddy/ui/messagelist.d 

OBJS += \
./src/teddy/ui/externaleditor.o \
./src/teddy/ui/general.o \
./src/teddy/ui/messagelist.o 


# Each subdirectory must supply rules for building sources it contributes
src/teddy/ui/%.o: ../src/teddy/ui/%.cpp src/teddy/ui/subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: Cross G++ Compiler'
	g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


clean: clean-src-2f-teddy-2f-ui

clean-src-2f-teddy-2f-ui:
	-$(RM) ./src/teddy/ui/externaleditor.d ./src/teddy/ui/externaleditor.o ./src/teddy/ui/general.d ./src/teddy/ui/general.o ./src/teddy/ui/messagelist.d ./src/teddy/ui/messagelist.o

.PHONY: clean-src-2f-teddy-2f-ui

