automake
[Top][All Lists]
Advanced

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

order of building libraries


From: Kremp, Johannes (Extern)
Subject: order of building libraries
Date: Mon, 9 Jul 2001 11:50:40 +0200

i use automake 1.4d

i build static and shared libraries in one directory.
both use same sourcefiles. 

if i start 'make', the static library will be built first and then the
shared library will be built.
first .o-files and then .lo-files are created. if only the shared lib is
built .lo- and 
also .o-files are there. i thougt i can save some time, if i change the
order of building the libs, 
because the static library should use the already generated .o-files.
i want to call 'make' or 'make install' and first shared libs and afterwards
static libs should be built.

my question is, how can i change the order of building static and shared
libraries?

.




reply via email to

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