#! /bin/sh

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

php exptypemap.php MatExport Anisotropic

mkdir -p ../../../export/mat/anisotropic

rm -f ../../../export/mat/anisotropic/*.cpp ../../../export/mat/anisotropic/*.h ../../../export/mat/anisotropic/*.hpp

mv *.cpp *.h *.hpp ../../../export/mat/anisotropic

