#! /bin/sh

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

php exptypemap.php MatExport Discrete

mkdir -p ../../../export/mat/discrete

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

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

