#! /bin/sh

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

php typemap.php EosImport Table

mkdir -p ../../../import/eos/table

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

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

