[svn] / ecrypt / trunk / submissions / vest / provest-16 / Makefile  

svn: ecrypt/trunk/submissions/vest/provest-16/Makefile

File: [svn] / ecrypt / trunk / submissions / vest / provest-16 / Makefile (download)
Revision: 98, Fri Sep 2 10:45:41 2005 UTC (7 years, 8 months ago) by cdecanni
File size: 327 byte(s)
* 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
(Powered by Apache)

ViewCVS and CVS Help