#! /bin/sh

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

php exptypemap.php SetExport Simple

mkdir -p ../../../export/set/simple

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

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

