Py-gnumake¶
Py-gnumake is a GNU make plugin that allows you to write portions of a makefile in Python. Python code run through Py-gnumake has access to make variables, make functions, and etc., just like functions built with conventional makefile syntax.
Contents:
Requirements¶
This module requires GNU make >= 4.0 and currently only supports Python 3.3 or greater. It has currently been tested on Ubuntu Linux only.