#! /bin/sh

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

php exptypemap.php MatExport Composite

mkdir -p ../../../export/mat/composite

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

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

