#! /bin/sh

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

php typemap.php MatImport Compo

mkdir -p ../../../import/mat/compo

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

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

