bench/gspn-ssp/: New directory.

This commit is contained in:
Alexandre Duret-Lutz 2008-08-07 15:37:57 +02:00
parent d3b5e5bdad
commit 35bf9b5345
47 changed files with 1717 additions and 2 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
for i in 3 4 5 6 8 ; do
sfx=$i
. ../common
PRS=`seq 1 $i | sed 's/^/pr/;s/$/,/' | tr -d '\n' | sed 's/,$//'`
sed "s/@PR@/$PRS/" "$name.def" > "$dst/$name$sfx.def"
sed "s/:.*//" < "$name.prop" | tr '\n' ' ' > "$dst/$name$sfx.ap"
done