#! /bin/sh

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

php exptypemap.php DefineExport Ale

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

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

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

