:
if(test ! -d obj) then
 exit
fi
ar r  ../../serv.a  obj/*.o
if(test $? -ne 0) then 
  exit 1
fi
rm  obj/*.o
ranlib ../../serv.a
exit 0
