Hello Russ,

* db wrote on Thu, Jan 31, 2008 at 12:05:01AM CET:
> Can someone tell me what these variable mean: $(SRC), $(MAKE) ?  They not
> set by the user, more like automake.  What values do the take on?

SRC is not used by automake at all.

MAKE is typically set by the make program.  The Autoconf macro
AC_PROG_MAKE_SET (see `info Autoconf --index-search AC_PROG_MAKE_SET')
ensures that MAKE is set.  Automake uses AC_PROG_MAKE_SET.

Hope that helps.

Cheers,
Ralf


Reply via email to