#! /bin/sh

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

php exptypemap.php ControlExport Thermal

mkdir -p ../../../export/control/thermal
rm -f ../../../export/control/thermal/*.cpp ../../../export/control/thermal/*.h ../../../export/control/thermal/*.hpp
mv *.cpp *.h *.hpp ../../../export/control/thermal
