#! /bin/sh

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

php exptypemap.php PerturbExport Perturb

mkdir -p ../../export/perturb/perturb

rm -f ../../export/perturb/perturb/*.cpp ../../export/perturb/perturb/*.hpp ../../export/perturb/perturb/*.h

mv *.cpp *.h *.hpp ../../export/perturb/perturb
