1 # Makefile for ARCFOUR (RC4 compatible)
4 # comment out the following line for removement of ARCFOUR from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
7 $(ALGO_NAME)_DIR := arcfour/
8 $(ALGO_NAME)_INCDIR := memxor/ bcal/ scal/
9 $(ALGO_NAME)_OBJ := arcfour.o
10 $(ALGO_NAME)_TESTBIN := main-arcfour-test.o scal_arcfour.o $(CLI_STD) $(SCAL_STD)
11 $(ALGO_NAME)_NESSIE_TEST := "nessie"
12 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"