Created branch to work on stable 0.4.0 release

This commit is contained in:
Mario Danic
2007-10-24 17:04:44 +00:00
parent 9cfdd5b1f3
commit 2032f40552
122 changed files with 51302 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/sh
test_dir=.
model_file=./libdax_model.txt
xtr_dir=.
cgen_dir=.
# cgen_dir=~/projekte/cdrskin_dir/libburn-develop/libcevap
cd "$test_dir" || exit 1
test -e smem.h || exit 1
cat "$model_file" | \
"$xtr_dir"/extract_cgen_input.sh | \
"$cgen_dir"/cgen -smem_local -ansi -global_include cevap_global.h \
-overwrite "$@"