help-make
[Top][All Lists]
Advanced

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

Re: (recursive) MAKE with different compilers


From: Boris Kolpackov
Subject: Re: (recursive) MAKE with different compilers
Date: Mon, 9 Aug 2004 16:25:20 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Peter J Schmitt <address@hidden> writes:

> The syntax looks something like
> parallel:=CC=mpicc
> serial:=CC=gcc

In GNU make it is called target-specific variables (described in Variables
sections of GNU make manual) and looks like this:

parallel: CC=mpicc
serial: CC=gcc


-boris





reply via email to

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