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