#! /bin/sh

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

php typemap.php MatImport Honey

mkdir -p ../../../import/mat/honey

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

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

