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