Hi Blitzamit,
It depends on what you mean by "source code". If you mean the original source code, with labels, variable names and comments, then no. That information is not included in the library.
But if you mean a source code file that can then be modified and recompiled, then yes. Modules in the library can be "disassembled" into code that is somewhat readable. The only symbols that would be accessible are those that were XDEFed or XREFed in your original source, so the code may not be easy to understand. Depending on the complexity, the underlying algorithms could be derived.