[svn] / ecrypt / trunk / benchmarks / rc4 / Makefile  

svn: ecrypt/trunk/benchmarks/rc4/Makefile

File: [svn] / ecrypt / trunk / benchmarks / rc4 / Makefile (download)
Revision: 80, Sun Aug 21 16:14:45 2005 UTC (7 years, 9 months ago) by cdecanni
File size: 316 byte(s)
* added `srcdir' variable in order to allow compilations outside the source
  tree.

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