This is the miro/lib directory. It contains these links to libraries:

-> extract.a		extract library
-> llib-lextract.ln	extract lint library
-> llib-lparse.ln	parse lint library
-> llib-lstructures.ln	structures lint library
-> parse.a		parse library
-> structures.a		structures library

-> These entries are actually symbollic links to libraries in the
   miro/obj/lib tree.

It is important to note that the parse.a, extract.a, and structures.a
libraries provide increasing levels of functionality, *in that order*.
The parse.a library requires the lint library (which can be linked
using "-ll" at the end of the cc line). The extract.a library requires
the parse.a library. Finally, the structures.a library requires the
parse.a library.
