#! /bin/sh

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

php typemap.php MatImport Plastic

mkdir -p ../../../import/mat/plastic

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

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

