[svn] / ecrypt / trunk / submissions / sfinks / sync / Makefile  

svn: ecrypt/trunk/submissions/sfinks/sync/Makefile

File: [svn] / ecrypt / trunk / submissions / sfinks / sync / Makefile (download)
Revision: 40, Mon Aug 1 17:05:32 2005 UTC (7 years, 9 months ago) by cdecanni
File size: 284 byte(s)
* added new makefiles.
* slightly modified test vectors.
* did some cleanup in scripts and test code.

name = sfinks
type = sync
std = -ansi

root := $(shell \
  root="."; \
  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