%% "Martin d'Anjou" <[EMAIL PROTECTED]> writes:

  md> Most of my makefiles complexity would just vanish if there was a switch 
  md> statement or an elseif statement in make.

The latest CVS version of GNU make allows you to have syntax like:

    if...
        ...
    else if...
        ...
   [else if...
        ...]*
    else
        ...
    endif

-- 
-------------------------------------------------------------------------------
 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

Reply via email to