################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../src/qt/examples/showimg/imagefip.cpp \
../src/qt/examples/showimg/imagetexteditor.cpp \
../src/qt/examples/showimg/main.cpp \
../src/qt/examples/showimg/showimg.cpp 

CPP_DEPS += \
./src/qt/examples/showimg/imagefip.d \
./src/qt/examples/showimg/imagetexteditor.d \
./src/qt/examples/showimg/main.d \
./src/qt/examples/showimg/showimg.d 

OBJS += \
./src/qt/examples/showimg/imagefip.o \
./src/qt/examples/showimg/imagetexteditor.o \
./src/qt/examples/showimg/main.o \
./src/qt/examples/showimg/showimg.o 


# Each subdirectory must supply rules for building sources it contributes
src/qt/examples/showimg/%.o: ../src/qt/examples/showimg/%.cpp src/qt/examples/showimg/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-qt-2f-examples-2f-showimg

clean-src-2f-qt-2f-examples-2f-showimg:
	-$(RM) ./src/qt/examples/showimg/imagefip.d ./src/qt/examples/showimg/imagefip.o ./src/qt/examples/showimg/imagetexteditor.d ./src/qt/examples/showimg/imagetexteditor.o ./src/qt/examples/showimg/main.d ./src/qt/examples/showimg/main.o ./src/qt/examples/showimg/showimg.d ./src/qt/examples/showimg/showimg.o

.PHONY: clean-src-2f-qt-2f-examples-2f-showimg

