libtool
[Top][All Lists]
Advanced

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

Multiple Libraries in the same directory..


From: James E Kogler
Subject: Multiple Libraries in the same directory..
Date: Mon, 1 Apr 2002 14:21:15 -0500

is there a way to build multiple libraries with different compiler flags
in the same directory. 

Example. i have some library which is made up of
SRCS = a.c b.c c.c d.c

I want to make a library libFoo.a from this

then i want to compile the sources with the flag -DSPECIAL=1

and make a second library libFOOx.a from the same sources. 

i would like to do this at the same time without doing an install
then a configure then another build. 

Is it possible?

jim



reply via email to

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