#! /bin/sh

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

php typemap.php EosImport Jwl

mkdir -p ../../../import/eos/jwl

rm -f ../../../import/eos/jwl/*.cpp ../../../import/eos/jwl/*.h ../../../import/eos/jwl/*.hpp

mv *.cpp *.h *.hpp ../../../import/eos/jwl

