[svn] / ecrypt / trunk / submissions / zk-crypt / Makefile  

svn: ecrypt/trunk/submissions/zk-crypt/Makefile

File: [svn] / ecrypt / trunk / submissions / zk-crypt / Makefile (download)
Revision: 94, Sat Aug 27 06:24:17 2005 UTC (7 years, 9 months ago) by cdecanni
File size: 322 byte(s)
* corrected non-ansi `//' comments.
* fixed endianness problems.
* added support for message lengths which are not multiples of 4.

name = zk-crypt
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