avr-crypto-lib/mkfiles/base64.mk

15 lines
477 B
Makefile
Raw Permalink 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/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := memxor/ noekeon/
2009-02-26 14:50:07 +00:00
$(ALGO_NAME)_OBJ := base64_enc.o base64_dec.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-base64-test.o $(CLI_STD) \
2009-07-29 09:49:57 +00:00
performance_test.o noekeon_asm.o noekeon_prng.o memxor.o
2009-02-26 14:50:07 +00:00
$(ALGO_NAME)_PERFORMANCE_TEST := performance