#! /bin/sh

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

php typemap.php MatImport Discrete

mkdir -p ../../../import/mat/discrete

rm -f ../../../import/mat/discrete/*.cpp ../../../import/mat/discrete/*.h ../../../import/mat/discrete/*.hpp

mv *.cpp *.h *.hpp ../../../import/mat/discrete

