[svn] / ecrypt / trunk / submissions / phelix / i386 / Makefile  

svn: ecrypt/trunk/submissions/phelix/i386/Makefile

File: [svn] / ecrypt / trunk / submissions / phelix / i386 / Makefile (download)
Revision: 125, Wed Dec 21 13:23:19 2005 UTC (7 years, 5 months ago) by cdecanni
File size: 322 byte(s)
* included i386 assembly implementation.

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