[svn] / ecrypt / trunk / submissions / nls / v1 / sync-ae / Makefile  

svn: ecrypt/trunk/submissions/nls/v1/sync-ae/Makefile

File: [svn] / ecrypt / trunk / submissions / nls / v1 / sync-ae / Makefile (download)
Revision: 207, Fri Mar 23 09:43:20 2007 UTC (6 years, 2 months ago) by cdecanni
File size: 319 byte(s)
* imported implementation of NLS-v2.

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