#! /bin/sh

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

php typemap.php MatImport Ortho

mkdir -p ../../../import/mat/ortho

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

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

