Conditional Makefile Fragment

2008-10-03 Thread Tom Browder
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

Re: Conditional Makefile Fragment

2008-10-05 Thread Tom Browder
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

GNU Make Extensions

2008-12-09 Thread Tom Browder
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

Re: GNU Make Extensions

2008-12-10 Thread Tom Browder
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

[Automake] Making a Distribution

2000-09-20 Thread Tom Browder
" in the "Makefile.in"s. Can anyone help? Thanks. Tom Browder ___ Automake mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/automake

Re: Re: [Automake] Making a Distribution

2000-09-20 Thread Tom Browder
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!

Re: Re: Re: [Automake] Making a Distribution

2000-09-21 Thread Tom Browder
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