* imported implementations of tweaked variants TPy/TPy6/TPypy for comparison. * added `ECRYPT_PROFILE' and `ECRYPT_MAXVARIANT'. * remove illegal `//' comments.
name = tpypy
type = sync
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 |