1 # Makefile for Base64-encoding
4 # comment out the following line for removement of base64 from the build process
5 ENCODINGS += $(ALGO_NAME)
7 $(ALGO_NAME)_DIR := base64/
8 $(ALGO_NAME)_INCDIR := memxor/ noekeon/
9 $(ALGO_NAME)_OBJ := base64_enc.o base64_dec.o
10 $(ALGO_NAME)_TESTBIN := main-base64-test.o $(CLI_STD) \
11 performance_test.o noekeon_asm.o noekeon_prng.o memxor.o
13 $(ALGO_NAME)_PERFORMANCE_TEST := performance