| [svn] / ecrypt / trunk / submissions / hermes / Makefile |
| version 40, Mon Aug 1 17:05:32 2005 UTC | version 57, Mon Aug 15 21:40:49 2005 UTC | ||
|---|---|---|---|
|
|
||
| root := $(shell \ | root := $(shell \ | ||
| root="."; \ | root="."; \ | ||
| while [ "$$PWD" != "/" ]; do \ | while [ "`pwd`" != "/" ]; do \ | ||
| if [ -r "$$PWD/test/ecrypt-test.mk" ]; then \ | if [ -r "`pwd`/test/ecrypt-test.mk" ]; then \ | ||
| echo $$root; exit; \ | echo $$root; exit; \ | ||
| fi; \ | fi; \ | ||
| cd ..; root="$$root"/..; \ | cd ..; root="$$root"/..; \ |
|
||||||||
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |