#! /bin/sh

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

php exptypemap.php MatExport Foam

mkdir -p ../../../export/mat/foam

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

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

