First of all, thank for the quick response and suggestion. But, what if I have
several projects binaries and libraries and I only want to install the
libraries. I
was looking for something where in when referencing a libtool library, we
would say something like this:
lib_LTLIBRARIES = ${LIBDIR}/
Fausto Sanchez writes:
> I'm trying to setup a process where when I run a make for any given library, it
> should build the .a or .so and install it. Instead of doing a make install
> after the
> build has taken place. Is there a way to do this?
alias make='make install'
Incidentally, this has
Hi,
I'm trying to setup a process where when I run a make for any given library, it
should build the .a or .so and install it. Instead of doing a make install
after the
build has taken place. Is there a way to do this?
My dilema, is that developers are trying to populate a lib directory with
a