#! /bin/sh

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

php typemap.php SetImport Part

mkdir -p ../../../import/set/part

rm -f ../../../import/set/part/*.cpp ../../../import/set/part/*.h ../../../import/set/part/*.hpp

mv *.cpp *.h *.hpp ../../../import/set/part

