Bob Friesenhahn wrote:
On Fri, 22 Oct 2004, Alexandre Duret-Lutz wrote:
Jens> Are there any tips how to write such Makefile.am's?
Consider using Libtool convenience libraries for your
subdirectories (there is a section about this in the Automake
manual).
Another way is to use the non-recursive bui
Alexandre Duret-Lutz wrote:
"Jens" == Jens Rehsack <[EMAIL PROTECTED]> writes:
[...]
Jens> Are there any tips how to write such Makefile.am's?
Consider using Libtool convenience libraries for your
subdirectories (there is a section about this in the Automake
manual).
Hi,
I have a problem, and even I was searching for days I couldn't found
a solution.
I need to create several shared libraries for a project, whereby
each library will be composed from several modules.
As example:
project/
+- project/src/
|+- project/src/core/
||+- project/src/cor