[svn] / ecrypt / trunk / submissions / wg / v2 / small-iv / Makefile  

svn: ecrypt/trunk/submissions/wg/v2/small-iv/Makefile

File: [svn] / ecrypt / trunk / submissions / wg / v2 / small-iv / Makefile (download)
Revision: 185, Fri Jan 5 18:36:33 2007 UTC (6 years, 5 months ago) by cdecanni
File size: 315 byte(s)
* added WG-v2 (just a two-line change).

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