[Python-Dev] addressing distutils inability to track file dependencies

Guido van Rossum guido@python.org
Fri, 14 Jun 2002 08:21:58 -0400


> Cool. But my module consists of several .c files, how do I specify
> which .o files depend on which .h files?

You can't.  Compared to throwing away the entire build directory
containing all Python extensions, it's still a huge win.  For your
extension, it may not make much of a difference.

--Guido van Rossum (home page: http://www.python.org/~guido/)