"LiquidEyes" <[EMAIL PROTECTED]> writes:

> 1. Is there an 'elseif' statement? (To go with ifeq/else/endif.)

in GNU make, no.  but you may use multiple $(if statements --- check
the reference manual/

> 2. Is there a way to abort Make prematurely? (The equivalent of #error in 
> C.)

in GNU make, yeah.  check $(error in the manual.

-- 
  Maurizio Loreti    ROT13:[EMAIL PROTECTED]    |  (@_
Un. of Padova, Dept. of Physics, Padova, Italy  |  //\
    http://www.pd.infn.it/~loreti/mlo.html      |  V_/_
_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to