#! /bin/sh

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

php typemap.php IncludeImport Compensate

mkdir -p ../../../import/include/compensate

rm -f ../../../import/include/compensate/*.cpp ../../../import/include/compensate/*.h ../../../import/include/compensate/*.hpp

mv *.cpp *.h *.hpp ../../../import/include/compensate

