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


# Add inputs and outputs from these tool invocations to the build variables 
AES_SRCS += \
../Lib/aes/AES.cpp \
../Lib/aes/AESUtil.cpp

C_SRCS += $(AES_SRCS)

C_DEPS += \
./Lib/aes/AES.d \
./Lib/aes/AESUtil.d

AES_OBJS += \
./Lib/aes/AES.o \
./Lib/aes/AESUtil.o

OBJS += $(AES_OBJS)

CLEAN_OBJS += $(AES_OBJS)

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



