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

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../Source/xml/XmlAPI.cpp \
../Source/xml/XmlNode.cpp 

CPP_DEPS += \
./Source/xml/XmlAPI.d \
./Source/xml/XmlNode.d

OBJS += \
./Source/xml/XmlAPI.o \
./Source/xml/XmlNode.o

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

# Each subdirectory must supply rules for building sources it contributes
Source/xml/%.o: ../Source/xml/%.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 ' '
