#! /bin/sh

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

php typemap.php MatImport General

mkdir -p ../../../import/mat/general

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

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

