pymake A mostly GNU-compatible python implementation of `make`

Original Author: Benjamin Smedberg
(Now maintained by the Mozilla community.)

Download Now

Latest sources
Whatever I happen to have pushed last. Nowadays it tends to be pretty stable.
Code repository
For browsing, and also for pulling using Mercurial.

About

make.py (and the pymake modules that support it) are an implementation of the make tool which are mostly compatible with makefiles written for GNU make. For more information about building Mozilla using pymake, see the Mozilla Developer Center docs.

Purpose

The Mozilla project inspired this tool with several goals:

Known Incompatibilities

Issues

Future Work

Author

Initial code was written by Benjamin Smedberg. The code is now maintained by the Mozilla community, primarily Ted Mielczarek and Kyle Huey.

License

MIT license. See the LICENSE file.