#! /bin/sh

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

php exptypemap.php ConstExport Simple

mkdir -p ../../../export/constrained/simple

rm -f ../../../export/constrained/simple/*.cpp ../../../export/constrained/simple/*.h ../../../export/constrained/simple/*.hpp

mv *.cpp *.h *.hpp ../../../export/constrained/simple

