automake
[Top][All Lists]
Advanced

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

Re: Conditional Library Compilation


From: Alexandre Duret-Lutz
Subject: Re: Conditional Library Compilation
Date: Thu, 05 Feb 2004 08:24:35 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "sbd" == Drummonds, Scott B <address@hidden> writes:

[...]

 sbd> But, the Makefile that is generated from that Makefile.am has the above
 sbd> statements in the following order:

 sbd> <quote>
 sbd> noinst_LIBRARIES = libNormal.a
 sbd> ...
 sbd> libNormal_a_SOURCES = source.cpp
 sbd> ...
 sbd> LIBRARIES =  $(noinst_LIBRARIES)
 sbd> ...
 sbd>    noinst_LIBRARIES += libNormalFeature.a
 sbd>    libNormalFeature_a_SOURCES = $(libNormal_a_SOURCES)
 sbd>    libNormalFeature_a_CXXFLAGS = -DFEATURE
 sbd> </quote>

Sorry to insist, but you still haven't answered the most basic
question: what automake version are you using?

>From the above indented output I believe you are running a
relic.  Probably automake 1.4 or older.  The last version is 1.8.2, 
and what you do should work with 1.6 or later.
-- 
Alexandre Duret-Lutz





reply via email to

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