(original) (raw)
name = salsa20 type = sync std = -ansi srcdir = . root := (shellcd"(shell \ cd "(shellcd"(srcdir)"; root="$(srcdir)"; \ 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