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
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
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
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
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