#! /bin/sh

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

php exptypemap.php MatExport Plastic

mkdir -p ../../../export/mat/plastic

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

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

