#! /bin/sh

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

php exptypemap.php ABExport ABALE

mkdir -p ../../../export/airbag/abale

rm -f ../../../export/airbag/abale/*.h ../../../export/airbag/abale/*.hpp ../../../export/airbag/abale/*.cpp

mv *.cpp *.h *.hpp ../../../export/airbag/abale/

