#! /bin/sh

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

php exptypemap.php ALEExport Ale

mkdir -p ../../export/ale/ale

rm -f ../../export/ale/ale/*.cpp ../../export/ale/ale/*.h ../../export/ale/ale/*.hpp

mv *.cpp *.h *.hpp ../../export/ale/ale

