#! /bin/sh

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

php typemap.php MatImport Sensitive

mkdir -p ../../../import/mat/sensitive

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

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

