]> rtime.felk.cvut.cz Git - omk.git/commitdiff
lib_LIBRARIES clarified in documentation.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 2 Jan 2008 10:03:00 +0000 (10:03 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 2 Jan 2008 10:03:00 +0000 (10:03 +0000)
darcs-hash:20080102100327-f2ef6-d3234bbdb615417a27a7a1e7a75d1438af7d5a45.gz

doc/omk-manual.texinfo

index 07d607e5c27b04980fd9b35e7141b868a2850bac..bd536e9389ed020e3809ebfaa8834953f59aa443 100644 (file)
@@ -396,10 +396,10 @@ are created. @xref{Compiling Programs}.
 
 In @file{Makefile.omk}, you specify several variables, which defines how
 the libraries should be compiled. In the example below the library
-@samp{mylib} is created from two sources @file{funca.c} and
-@file{funcb.c}. Interface of this library is defined in
-@file{myfunc.h}. Therfore, we export this header for use by other
-programs.
+@samp{mylib} (full filename will be @file{libmylib.a}) is created from
+two sources @file{funca.c} and @file{funcb.c}. Interface of this library
+is defined in @file{myfunc.h}. Therfore, we export this header for use
+by other programs.
 
 @example
 @verbatiminclude ../tests/libraries/Makefile.omk
@@ -408,7 +408,8 @@ programs.
 @noindent Variables for use with libraries are:
 
 @defvar lib_LIBRARIES
-  Specifies a list of statically linked libraries to be compiled. 
+  Specifies a list of statically linked libraries to be compiled. OMK
+  automaticvally prepends @code{lib} prefix library names.
 @end defvar
 
 @defvar shared_LIBRARIES