:

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