#! /bin/sh

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

php exptypemap.php MatExport Cohesive

mkdir -p ../../../export/mat/cohesive

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

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

