#! /bin/sh

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

php exptypemap.php MatExport Sensitive

mkdir -p ../../../export/mat/sensitive

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

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

