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

svn: ecrypt/trunk/submissions/dicing/Makefile

Diff for /ecrypt/trunk/submissions/dicing/Makefile between version 38 and 77

version 38, Mon Aug 1 15:19:01 2005 UTC version 77, Sun Aug 21 16:08:36 2005 UTC
Line 3 
Line 3 
 type = sync  type = sync
 std = -ansi  std = -ansi
   
   srcdir = .
 root := $(shell \  root := $(shell \
   root="."; \    cd "$(srcdir)"; root="$(srcdir)"; \
   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"/..; \


Generate output suitable for use with a patch program
Legend:
Removed from v.38  
changed lines
  Added in v.77

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help