[Top][All Lists]
[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
- Conditional Library Compilation, Drummonds, Scott B, 2004/02/03
- RE: Conditional Library Compilation, Drummonds, Scott B, 2004/02/03
- RE: Conditional Library Compilation, Drummonds, Scott B, 2004/02/03
- RE: Conditional Library Compilation, Drummonds, Scott B, 2004/02/04
- Re: Conditional Library Compilation,
Alexandre Duret-Lutz <=
- RE: Conditional Library Compilation, Drummonds, Scott B, 2004/02/05
- Re: Conditional Library Compilation, Frederik Fouvry, 2004/02/05
- RE: Conditional Library Compilation, Drummonds, Scott B, 2004/02/05