hello, is there any way to compare 2 numeric values inside a macro, the
numeric values should be the parameters, for example something like this:

define compare
  $(if ($(1)>$(2)),yes,no)
endef



--
View this message in context: 
http://gnu-make.2324884.n4.nabble.com/how-to-compare-2-numeric-values-inside-a-macro-tp15562.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to