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
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
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
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
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
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