#! /bin/sh

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

php exptypemap.php SectionExport Shell

mkdir -p ../../../export/section/shell

rm -f ../../../export/section/shell/*.cpp ../../../export/section/shell/*.h ../../../export/section/shell/*.hpp

mv *.cpp *.h *.hpp ../../../export/section/shell

