#! /bin/sh

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

php exptypemap.php MatExport Weld

mkdir -p ../../../export/mat/weld

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

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

