#! /bin/sh

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

php typemap.php MatImport Seatbelt

mkdir -p ../../../import/mat/seatbelt

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

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

