Re: Individual install targets with libtool

2005-09-16 Thread Marc Rossi
ich to install, it's all or nothing. Thanks again for the help, I'm open to any alternative suggestions you might have. --- Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi Marc, > > * Marc Rossi wrote on Thu, Sep 15, 2005 at > 05:50:47PM CEST: > > I have a Ma

Individual install targets with libtool

2005-09-15 Thread Marc Rossi
I have a Makefile with multiple libtool targets: lib_LTLIBRARIES = libx.a liby.a libz.a I would like to do a make install for a liby.a ONLY. When I look through the generated Makefile I only see the ability to make install all 3 at once. Any suggestions? TIA _