avr-crypto-lib/mkfiles/base64.mk

14 lines
435 B
Makefile
Raw Normal View History

2009-03-12 20:23:49 +00:00
# Makefile for Base64-encoding
2009-02-26 14:50:07 +00:00
ALGO_NAME := BASE64
# comment out the following line for removement of base64 from the build process
ENCODINGS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := base64/
2009-02-26 14:50:07 +00:00
$(ALGO_NAME)_OBJ := base64_enc.o base64_dec.o
2009-07-29 09:49:57 +00:00
$(ALGO_NAME)_TEST_BIN := main-base64-test.o $(CLI_STD) \
performance_test.o noekeon_asm.o noekeon_prng.o memxor.o
2009-02-26 14:50:07 +00:00
$(ALGO_NAME)_PERFORMANCE_TEST := performance