[svn] / ecrypt / trunk / submissions / rabbit / opt / 2 / Makefile  

svn: ecrypt/trunk/submissions/rabbit/opt/2/Makefile

File: [svn] / ecrypt / trunk / submissions / rabbit / opt / 2 / Makefile (download)
Revision: 208, Wed Feb 6 12:35:11 2008 UTC (5 years, 3 months ago) by cdecanni
File size: 319 byte(s)
* imported new Rabbit implementation.

name = rabbit
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
(Powered by Apache)

ViewCVS and CVS Help