#! /bin/sh

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

php typemap.php MatImport Others

mkdir -p ../../../import/mat/others

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

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

