pymake icon indicating copy to clipboard operation
pymake copied to clipboard

Parse GNU Makefiles with Python. Work in progress!

Results 5 pymake issues
Sort by recently updated
recently updated
newest added

Interesting but where is the minimal working example? Thanks. P.S. These things always best driven with a simple makefile :)

Hello Team, I have given the below .mk file as an input to your code and it has given a error. Could you give the solution for this. **device-lynk.mk** #...

"As a special feature, the variable MAKELEVEL is changed when it is passed down from level to level. This variable’s value is a string which is the depth of the...

I have minimal understanding of this codebase, but it seems the `complex.mk` file fails to parse. ```make AUX = README COPYING ChangeLog Makefile.in \ makefile.pc configure configure.in \ tar.texinfo tar.info*...

- Hi there, I have talked with you over email. I spend some time today investigating if pymake will work for my needs. Unfortunately, there is a lot of complexity...