List goals/targets in GNU make

Posted by BitShifter on Stack Overflow See other posts from Stack Overflow or by BitShifter
Published on 2010-06-17T16:16:49Z Indexed on 2010/06/17 16:23 UTC
Read the original article Hit count: 265

Filed under:
|
|

I have a fairly large makefile that creates a number of targets on the fly by computing names from variables. (eg foo$(VAR) : $(PREREQS)). Is there any way that gnu make can be convinced to spit out a list of targets after it has expanded these variables?

© Stack Overflow or respective owner

Related posts about make

    Related posts about gnumake