#! /bin/sh

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

php exptypemap.php BdryExport Outflow

mkdir -p ../../../export/boundary/outflow

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

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

