#! /bin/sh

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

php exptypemap.php MatExport Modify

mkdir -p ../../../export/mat/modify

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

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

