[Python-Dev] Makefile and dependencies

Guido van Rossum guido@beopen.com
Tue, 25 Jul 2000 13:33:38 -0500


> Guido, would you be interested in a non-recursive Python Makefile?  I
> don't have a patch yet and I'm not sure it is possible to make it
> portable.

Actually, the recursive version works just fine for me.  It's the
dependencies that aren't properly set.  (Each .c file should depend on
most .h files, and that info is missing from the sub-Makefiles; the
toplevel Makefile just recurses into directories.)

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