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