#! /bin/sh

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

php exptypemap.php Card4Export Card4

#mkdir -p ../../../export/contact/contact
#rm -f ../../../export/constrained/joint/*.cpp ../../../export/constrained/joint/*.h ../../../export/constrained/joint/*.hpp
#mv *.cpp *.h *.hpp ../../../export/constrained/joint
