Re: Help with removing .mod files with configure script [gmake distclean]

2005-09-16 Thread Ayodele Onibokun \(Jimmy\)
thanks Ralf. I already had disclean but just didn't put the '-local' in front of it. but I tried it and it works. Thanks alot. -Jimmy --- Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi Ayodele, > > * Ayodele Onibokun (Jimmy) wrote on Thu, Sep 15, > 2005 at 06:10:37PM CEST: > > Hi -- > >Does

Re: Individual install targets with libtool

2005-09-16 Thread Ralf Wildenhues
Hi Marc, * Marc Rossi wrote on Fri, Sep 16, 2005 at 04:29:34PM CEST: > > I have a utility library I build with libtool called > libutil.la. In its base form it has no external > dependencies and can be used on any of my machines. I > also build, from the same Makefile.am, an "enhanced" > versio

Re: Individual install targets with libtool

2005-09-16 Thread Marc Rossi
Thanks for the reply Ralf. Let me see if I can explain my reasoning for this request clearly. I have a utility library I build with libtool called libutil.la. In its base form it has no external dependencies and can be used on any of my machines. I also build, from the same Makefile.am, an "enh

Re: Individual install targets with libtool

2005-09-16 Thread Ralf Wildenhues
Hi Marc, * Marc Rossi wrote on Thu, Sep 15, 2005 at 05:50:47PM CEST: > I have a Makefile with multiple libtool targets: > > lib_LTLIBRARIES = libx.a liby.a libz.a (By the way, LTLIBRARIES are supposed to end with .la. See the documentation.) > I would like to do a make install for a liby.a ONL

Re: Help with removing .mod files with configure script [gmake distclean]

2005-09-16 Thread Ralf Wildenhues
Hi Ayodele, * Ayodele Onibokun (Jimmy) wrote on Thu, Sep 15, 2005 at 06:10:37PM CEST: > Hi -- >Does anyone knows how I can tell configure to > remove .mod files as well each time I issue 'gmake > distclean'? > It does remove all the files but complains there're > some .mod files left behind in

Re: Linking a directory into several projects

2005-09-16 Thread Ralf Wildenhues
Hi Ian, (Thanks, by the way, for replying back to the list.) * Ian Crowther wrote on Thu, Sep 15, 2005 at 11:24:17PM CEST: > >>In a typical c project I find myself duplicating certain things. > > >What type of things? > > Sorry, I was trying to be unspecific. My particular concern right > now t