This HTML automatically generated with rman for NEMO
Table of Contents

Name

mkbin - compile and link a NEMO program

Synopsis

mkbin program-name [make-options]

Description

mkbin compiles a NEMO program using a standard target in a Makefile. The argument program-name must not contain an extension, and there must exist a single source file program-name.c on which the program depends.

All remaining arguments on the commandline are treated as options to the make call. Passing of arguments to make is done through an assumed macro substitution mechanisme of the form MACRO=new-name. This feature may not be present on all make implementations.

The linking is done with two libraries, which are in make MACRO names LIBNEMO and LIBYAPP. They default to $NEMOLIB/libNEMO.a and an empty string.

See Also

mklib(8NEMO)

Author

Peter Teuben

Files


$NEMOLIB/libNEMO.a    main NEMO library

Update History


26-nov-89    V1.0: doc created              PJT


Table of Contents