#! /bin/sh

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

php exptypemap.php BdryExport Prescribed

mkdir -p ../../../export/boundary/prescribed

rm -f ../../../export/boundary/prescribed/*.cpp ../../../export/boundary/prescribed/*.h ../../../export/boundary/prescribed/*.hpp

mv *.cpp *.h *.hpp ../../../export/boundary/prescribed

