#! /bin/sh

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

php exptypemap.php MatExport Plasticity

mkdir -p ../../../export/mat/plasticity

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

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

