#! /bin/sh

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

php typemap.php MatImport Gurson

mkdir -p ../../../import/mat/gurson

rm -f ../../../import/mat/gurson/*.cpp ../../../import/mat/gurson/*.h ../../../import/mat/gurson/*.hpp

mv *.cpp *.h *.hpp ../../../import/mat/gurson

