%% "Jörg" <[EMAIL PROTECTED]> writes:

  j> How can I include makefiles depending on a target (not a macro)?

You can't do it depending on a target per se.

But, there is a variable that contains the targets requested on the
command line.  Check the MAKECMDGOALS variable in the GNU make manual.

HTH!

-- 
-------------------------------------------------------------------------------
 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-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to