Eray Ozkural wrote:
> The idea is to have LISP like conditional expressions.
Ahem, as Paul pointed out this is already provided by the $(if ...)
function.
Anyway, I'm looking forward to your suggestions for enhancements
to GNU Make.
Thanks!
--
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent Univ
Hi all!
I'm trying to write a small suite of makefiles for GNU make
with the intention of providing automake-level functionality, with more
flexibility.
While doing that, I came across a few limitations in GNU Make. For
example, I can't write conditional expressions within user defined
functions