[svn] / ecrypt / trunk / submissions / cryptmt / v1 / opt / Makefile  

svn: ecrypt/trunk/submissions/cryptmt/v1/opt/Makefile

File: [svn] / ecrypt / trunk / submissions / cryptmt / v1 / opt / Makefile (download)
Revision: 158, Thu Feb 23 20:59:48 2006 UTC (7 years, 3 months ago) by cdecanni
File size: 320 byte(s)
* imported CryptMT-v2.

name = cryptmt
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