#! /bin/sh

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

php typemap.php MatImport Ale

mkdir -p ../../../import/mat/ale

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

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

