I have another make-like tool that produces an XML as an artifact after parsing my makefile which I\'ll then further process with Python.
make
It\'d simplify thi
This may take a few iterations. Try:
%.h: null @echo header xyz = $@ %: null @echo other xyz= $@ null: @: