automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake variables $(SRC) & $(MAKE)


From: Ralf Wildenhues
Subject: Re: Automake variables $(SRC) & $(MAKE)
Date: Thu, 31 Jan 2008 08:35:54 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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

[Prev in Thread] Current Thread [Next in Thread]