#! /bin/sh

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

php exptypemap.php SetExport Part

mkdir -p ../../../export/set/part

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

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

