HTML automatically generated with rman
Table of Contents

Name

mklib - update main NEMO library

Synopsis

mklib [object-files]

Description

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.

Bugs

The dependancies are still hardwired in the $NEMO/src/nemo/lib/Makefile.

See Also

mkbin(8NEMO) , addlib(8NEMO)

Author

Peter Teuben

Files


$NEMO/src/nemo/lib    sources
$NEMOLIB/libNEMO.a    main NEMO library
$NEMOLIB/lock-mklib    lockfile preventing multiple updates

Update History


1-Aug-89    V1.0: created                PJT
26-nov-89    V1.1: NEMOLIB env.var.now used       PJT


Table of Contents