This HTML automatically generated with rman for NEMO
Table of Contents
mklib - update main NEMO library
mklib [object-files]
mklib
checks if the main NEMO library needs to be updated with modules from it’s
dependancies. If arguments are given, they are assumed to be object files
(.o files) to be added/replaced to the main NEMO library using ar(1)
.
mklib
is really a system managers utility, and should not be executed by a random
user at random times. mklib does however utilitize a simple file locking
system.
The dependancies are still hardwired in the $NEMO/src/nemo/lib/Makefile.
mkbin(8NEMO)
, addlib(8NEMO)
Peter Teuben
$NEMO/src/nemo/lib sources
$NEMOLIB/libNEMO.a main NEMO library
$NEMOLIB/lock-mklib lockfile preventing multiple updates
1-Aug-89 V1.0: created PJT
26-nov-89 V1.1: NEMOLIB env.var.now used PJT
Table of Contents