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