#! /bin/sh

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

php exptypemap.php ConstExport Weld

mkdir -p ../../../export/constrained/weld

rm -f ../../../export/constrained/weld/*.cpp ../../../export/constrained/weld/*.hpp ../../../export/constrained/weld/*.h

mv *.cpp *.h *.hpp ../../../export/constrained/weld
