I have one static library named libplatform.a, and two static libraries liba.a and libb.a are built upon libplatform.a. Now I want to create a program named foo, which will be built together with all the three static libraries.
So how many copies of libplatform.a will be kept in the final program foo?