]> mj.ucw.cz Git - libucw.git/commit
Added support for shared libraries (CONFIG_SHARED switch in config.mk).
authorMartin Mares <mj@ucw.cz>
Fri, 11 Oct 2002 11:32:36 +0000 (11:32 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 11 Oct 2002 11:32:36 +0000 (11:32 +0000)
commit87068a647539633ea26096e6e363c508f006ca5a
tree42e009427749c8f3193e795b28f77f8cb9c4d1e5
parent6e66ef30e1eee9391c0e44e3c08f5e160dfbbad2
Added support for shared libraries (CONFIG_SHARED switch in config.mk).

The makefiles are now able to build both static and shared libraries,
objects for shared libraries get suffix '.oo'. Use $(LS) in all references
to libraries, it expands to `.so' if CONFIG_SHARED, to `.a' otherwise.

Turned on by default.
charset/Makefile
lib/Makefile
lib/shell/Makefile