| [svn] / ecrypt / trunk / submissions / vest / provest-16 / Makefile |
* The different variants selected by ECRYPT_VARIANT are not just different implementations; they are really different ciphers. In order to solve this problem I have created three separate directories. The code still needs to be cleaned up though.
name = provest-16
type = sync-ae
std = -ansi
srcdir = .
root := $(shell \
cd "$(srcdir)"; root="$(srcdir)"; \
while [ "`pwd`" != "/" ]; do \
if [ -r "`pwd`/test/ecrypt-test.mk" ]; then \
echo $$root; exit; \
fi; \
cd ..; root="$$root"/..; \
done; \
echo ".")
include $(root)/test/ecrypt-test.mk
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |