#! /bin/sh

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

php typemap.php ElementImport Seatbelt

mkdir -p ../../../import/element/seatbelt

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

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

