#! /bin/sh

for i in `ls *.xml`
do
   php genexp.php $i
done

php exptypemap.php MatExport Barlat

mkdir -p ../../../export/mat/barlat

rm -f ../../../export/mat/barlat/*.cpp ../../../export/mat/barlat/*.h ../../../export/mat/barlat/*.hpp

mv *.cpp *.h *.hpp ../../../export/mat/barlat

