#! /bin/sh

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

php typemap.php EosImport Poly

mkdir -p ../../../import/eos/poly

rm -f ../../../import/eos/poly/*.cpp ../../../import/eos/poly/*.h ../../../import/eos/poly/*.hpp

mv *.cpp *.h *.hpp ../../../import/eos/poly

