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

svn: ecrypt/trunk/submissions/dicing/Makefile

File: [svn] / ecrypt / trunk / submissions / dicing / Makefile (download)
Revision: 37, Mon Aug 1 15:12:50 2005 UTC (7 years, 9 months ago) by cdecanni
File size: 289 byte(s)
* original submission after first automatic cleanup.

name = dicing
type = sync
std = -std=gnu99

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