[svn] / ecrypt / trunk / submissions / tsc-3 / tsc-3 / ref / Makefile  

svn: ecrypt/trunk/submissions/tsc-3/tsc-3/ref/Makefile

Diff for /ecrypt/trunk/submissions/tsc-3/tsc-3/ref/Makefile between version 40 and 189

version 40, Mon Aug 1 17:05:32 2005 UTC version 189, Mon Jan 15 16:40:30 2007 UTC
Line 3 
Line 3 
 type = sync  type = sync
 std = -std=c99  std = -std=c99
   
   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.40  
changed lines
  Added in v.189

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help