ATLAS builds several static libraries, then creates dynamic ones from the static
ones. So there are both dynamic and static libraries. The static libraries are
quite large, so if they could be deleted, it would save significant disk space.
I don't know if there is any point in keeping the static libraries, if a dynamic
ones exist too. There are several advantages with dynamic libraries.
Dave