#! /bin/sh

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

php exptypemap.php MatExport Others

mkdir -p ../../../export/mat/others

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

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

