In my Makefile.am I would like to do something like this:
if ENABLE_PDF
< 1. lines of normal Make syntax>
else
< 2. lines of normal Make syntax>
endif
When I try it, all the lines appear in the final Makefile, but the
false branch is commented out.
Is there any way to output the true branch and
On Sun, Oct 5, 2008 at 5:31 AM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hello Tom,
..
> * Tom Browder wrote on Sat, Oct 04, 2008 at 02:29:02AM CEST:
>> In my Makefile.am I would like to do something like this:
...
> Well, if ENABLE_PDF is false, the other branch will be
Is it "legal" to use the "+=" operator in lieu of "\" when listing
members of a variable in Makefile.am's?
For example, instead of
CCFILES = \
one.cc \
two.cc
use
CCFILES = one.cc
CCFILES += two.cc
tThanks.
-Tom
Tom Browder
Niceville, Florida
USA
On Wed, Dec 10, 2008 at 12:39 AM, Ralf Wildenhues
<[EMAIL PROTECTED]> wrote:
> Hello Tom,
>
> * Tom Browder wrote on Wed, Dec 10, 2008 at 01:38:53AM CET:
>> Is it "legal" to use the "+=" operator in lieu of "\" when listing
>> members o
" in the
"Makefile.in"s.
Can anyone help?
Thanks.
Tom Browder
___
Automake mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/automake
th the distribution?
Tom
-Original Message-
From: Pavel Roskin <[EMAIL PROTECTED]>
To: Tom Browder <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, September 20, 2000 10:04 AM
Subject: Re: [Automake] Making a Distribution
>Hello, Tom!
scattered all through them!
Thanks.
Tom
-Original Message-
From: Ossama Othman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, September 20, 2000 12:21 PM
Subject: Re: Re: [Automake] Making a Distribution
>Hi Time,
>
>On Wed, Sep 20