#! /bin/sh

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

php exptypemap.php ControlExport Simple

mkdir -p ../../../export/control/simple
rm -f ../../../export/control/simple/*.cpp ../../../export/control/simple/*.h ../../../export/control/simple/*.hpp
mv *.cpp *.h *.hpp ../../../export/control/simple
