#!/bin/sh 
set -x
cleanup 
if [ -f Makefile ] ; then make clean ; fi 
perl Makefile.PL
time make parallel 
