Authors, Reach 5000 Book Club Members!

2003-11-20 Thread Bookman Publishing
Book Club Members are the most likely individual book buyers on the market. If you match the right book to the right club, there is no better return on investment in the industry. We will contact 5000 members of subject specific book clubs with information about your book. You approve the pro

FINANCIAL Independence Is Calling You...Jonatan

2003-11-20 Thread Shawn Baxter
Got you attention? Follow me to your road of Financial Independence: http://www.wppv.org/p No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp rviq bhhw ewl w m wqq dtzams pxy bdagsi qekhe zm

linewrap problem?

2003-11-20 Thread Harlan Stenn
ntp's util/Makefile.am has a line that looked something like: bin_PROGRAMS = @A@ @B@ @C@ and was almost 80 characters long. automake-1.7.7 (and 1.7.8, apparently) have a problem in that they wrap the line (adding a \ continuation). The problem is that if the conditional programs are not being

AM_CPPFLAGS vs INCLUDES

2003-11-20 Thread Bob Friesenhahn
The Automake documentation claims that 'INCLUDES' is the equivalent of 'AM_CPPFLAGS'. However, I find that this is not the case at all. If AM_CPPFLAGS is used, then any per-target CPPFLAGS option completely overrides it. However, if INCLUDES is used, then per-target CPPFLAGS options augment the

Re: Non-recursive make & intermediate objects

2003-11-20 Thread Gary V. Vaughan
On Wed, 19 Nov 2003 16:50:23 -0600 (CST), "Bob Friesenhahn" <[EMAIL PROTECTED]> said: > On Thu, 20 Nov 2003, Robert Collins wrote: > > > subdir_objects in your automake options. > > > > Problem is, there is a design headache that makes recursive clean fail > > with this approach - I forget the bu