makefile is simple tool to read varialbe from Makefile
pip install makefile
from makefile import Makefile obj = Makefile() print(obj.read())
Contact Kiran Kumar Kotari kirankotari@live.com with any suggestions or comments. If you find any bugs please fix them and send me a pull request.