1 # Makefile for CubeHash
2 ALGO_NAME := CUBEHASH_C
4 # comment out the following line for removement of CubeHash from the build process
7 $(ALGO_NAME)_DIR := cubehash/
8 $(ALGO_NAME)_INCDIR := memxor/ hfal/
9 $(ALGO_NAME)_OBJ := cubehash.o memxor.o
10 $(ALGO_NAME)_TESTBIN := main-cubehash-test.o hfal_cubehash.o $(CLI_STD) $(HFAL_STD)
11 $(ALGO_NAME)_NESSIE_TEST := test nessie
12 $(ALGO_NAME)_PERFORMANCE_TEST := performance