]> rtime.felk.cvut.cz Git - omk.git/blobdiff - doc/omk-manual.texinfo
Released v0.2
[omk.git] / doc / omk-manual.texinfo
index 7c026a7c6cc779cb1835c1cd84df0c7f06952ddc..f75f0d242c02fb01fc2e5970ff8f7d0c3c49b160 100644 (file)
@@ -8,7 +8,7 @@
 @copying
 Manual for Ocera Make System (OMK) version $Id$
 
-Copyright @copyright{} 2007, 2008 Michal Sojka, Pavel Pisa
+Copyright @copyright{} 2007, 2008, 2009 Michal Sojka, Pavel Pisa
 @end copying
 
 @titlepage
@@ -362,9 +362,19 @@ source @file{test.c}.
   @end example
 @end defvar
 
+@defvar lib_LOADLIBES
+  This variable contains a list of libraries which needs to be linked to
+  to all programs or shared libraries in this directory.
+@end defvar
+
 @defvar LOADLIBES
-  This variable contains a list of libraries all programs in this
-  directory needs to be linked to.
+  This variable contains a list linker switches to load additional
+  libraries. You usually specify here -L and -l switches.
+
+  Note: The value of this variable is not used used by OMK for any purpose
+  other than linker invocation. Therefore dependency handling of shared
+  libraries does not work if the library is specified in LOADLIBES
+  instead of lib_LOADLIBES.
 @end defvar
 
 @defvar INCLUDES