[svn] / ecrypt / trunk / submissions / polarbear / Makefile  

svn: ecrypt/trunk/submissions/polarbear/Makefile

File: [svn] / ecrypt / trunk / submissions / polarbear / Makefile (download)
Revision: 57, Mon Aug 15 21:40:49 2005 UTC (7 years, 9 months ago) by cdecanni
File size: 288 byte(s)
* added `ECRYPT_PROFILE'.
* made makefiles slightly more portable.

name = polar-bear
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