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