#! /bin/sh

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

php exptypemap.php IncludeExport Compensate

mkdir -p ../../../export/include/compensate

rm -f ../../../export/include/compensate/*.cpp ../../../export/include/compensate/*.h ../../../export/include/compensate/*.hpp

mv *.cpp *.h *.hpp ../../../export/include/compensate

