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

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../Source/lua/LuaAPI.cpp \
../Source/lua/LuaMissionAPI.cpp \
../Source/lua/LuaNode.cpp 

CPP_DEPS += \
./Source/lua/LuaAPI.d \
./Source/lua/LuaMissionAPI.d \
./Source/lua/LuaNode.d

OBJS += \
./Source/lua/LuaAPI.o \
./Source/lua/LuaMissionAPI.o \
./Source/lua/LuaNode.o

TESTS += \
../Source/lua/*_Test.h

# Each subdirectory must supply rules for building sources it contributes
Source/lua/%.o: ../Source/lua/%.cpp
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C++ Compiler'
	$(CXX) -I"../Source" $(OPT_DBG_FLAGS) -Wall -c $(CFLAGS) -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '
