#! /bin/sh

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

php exptypemap.php ConstExport Coupling

mkdir -p ../../../export/constrained/coupling
rm -f ../../../export/constrained/coupling/*.cpp ../../../export/constrained/coupling/*.h ../../../export/constrained/coupling/*.hpp
mv *.cpp *.h *.hpp ../../../export/constrained/coupling
