#! /bin/sh

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

php exptypemap.php EosExport Poly

mkdir -p ../../../export/eos/poly

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

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

