bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] gnulib taking over libobjs?


From: Bruno Haible
Subject: Re: [bug-gnulib] gnulib taking over libobjs?
Date: Thu, 12 Oct 2006 14:33:30 +0200
User-agent: KMail/1.9.1

Ralf Wildenhues wrote:
> > @@ -1137,7 +1138,8 @@ func_emit_lib_Makefile_am ()
> >    echo "${libname}_${libext}_SOURCES ="
> >    # Here we use $(LIBOBJS), not @address@hidden The value is the same. 
> > However,
> >    # automake during its analyses looks for $(LIBOBJS), not for 
> > @address@hidden
> > -  echo "${libname}_${libext}_LIBADD = \$(${perhapsLT}LIBOBJS)"
> > +  echo "${libname}_${libext}_LIBADD = 
> > \$(${macro_prefix}_${perhapsLT}LIBOBJS)"
> > +  echo "${libname}_${libext}_DEPENDENCIES = 
> > \$(${macro_prefix}_${perhapsLT}LIBOBJS)"
> 
> You can just drop this last line.  Automake can compute these
> dependencies.

There is apparently some magic in automake for the dependencies w.r.t.
$(LIBOBJS), but not anymore for $(gl_LIBOBJS).

Bruno




reply via email to

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