#! /bin/sh

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

php typemap.php ElementImport Simple

mkdir -p ../../../import/element/simple

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

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

