#! /bin/sh

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

php typemap.php BdryImport Temperature

mkdir -p ../../../import/boundary/temperature

rm -f ../../../import/boundary/temperature/*.cpp ../../../import/boundary/temperature/*.h ../../../import/boundary/temperature/*.hpp

mv *.cpp *.h *.hpp ../../../import/boundary/temperature

