#! /bin/sh

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

php typemap.php MatImport Plasticity

mkdir -p ../../../import/mat/plasticity

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

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

