%% Francesco Montorsi <[EMAIL PROTECTED]> writes: fm> I couldn't find an option in my GNU make 3.81 to be able to print a fm> list of the targets declared in a Makefile.
You can use "make -p" and massage the output. fm> I think this option would indeed be very very useful and thus I fm> hope someone with better make-knowledge will implement it. If fm> noone is working on it, I'll have a look at GNU make sources ASAP fm> so that, if maintainers say that they will accept it, I can try to fm> make a patch. This is on the TODO list. I started to implement it back when I added the .VARIABLES variable, but it turns out this is trickier to get right than it seems up-front. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
