| [svn] / ecrypt / trunk / benchmarks / rc4 / Makefile |
* added RC4 implementation as benchmark. * added dummy COPY cipher as benchmark.
name = rc4
type = sync
std = -ansi
root := $(shell \
root="."; \
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 |