[Python-Dev] Re: new Makefile.in

Neil Schemenauer nas@arctrix.com
Thu, 18 Jan 2001 07:07:13 -0800


On Thu, Jan 18, 2001 at 08:37:04PM +0100, Martin v. Loewis wrote:
> > A question: is it possible to break the Python static library up?
> > For example, instead of having libpython<version>.a have
> > Parser/parser<version>.a, Objects/objects<version>.a, etc?
> 
> Please, no.

Okay.

> I'm not at all looking forward to answering all the questions
> why the build infrastructure of Python changed yet again...

My Makefile patch shouldn't change the way you build extensions.

  Neil