automake-patches
[Top][All Lists]
Advanced

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

FYI: LDADD/LIBADD doc


From: Alexandre Duret-Lutz
Subject: FYI: LDADD/LIBADD doc
Date: Sat, 01 Feb 2003 00:33:49 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

Automake uses `LIBADD' for any kind of libraries.  This fixes 
the manual which used to say `LDADD' was also for shared libraries.

I'm installing this on HEAD and branch-1-7.

2003-01-31  Alexandre Duret-Lutz  <address@hidden>

        * automake.texi (Program and Library Variables): Clarify that
        _LIBADD is for libraries and _LDADD for programs.

 2003-01-28  Alexandre Duret-Lutz  <address@hidden>
Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.320
diff -u -r1.320 automake.texi
--- automake.texi       22 Jan 2003 21:48:26 -0000      1.320
+++ automake.texi       31 Jan 2003 23:29:08 -0000
@@ -2509,14 +2509,14 @@
 @end example
 
 @item maude_LIBADD
-Extra objects can be added to a library using the @samp{_LIBADD}
-variable.  This should be used for objects determined by
address@hidden
+Extra objects can be added to a @emph{library} using the @samp{_LIBADD}
+variable.  For instance this should be used for objects determined by
address@hidden (@pxref{A Library}).
 
 @item maude_LDADD
-Extra objects can be added to a shared library or a program by listing
-them in the @samp{_LDADD} variable.  This should be used for objects
-determined by @code{configure}.
+Extra objects can be added to a @emph{program} by listing them in the
address@hidden variable.  For instance this should be used for objects
+determined by @code{configure} (@pxref{Linking}).
 
 @samp{_LDADD} and @samp{_LIBADD} are inappropriate for passing
 program-specific linker flags (except for @samp{-l}, @samp{-L},

-- 
Alexandre Duret-Lutz





reply via email to

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