HTML automatically generated with rman
Table of Contents

Name

bake - making NEMO programs

Synopsis

bake program)

Description

bake tries to compile a program using a template Makefile (currently $NEMOLIB/Makefile.lib). It will, much like mknemo(8NEMO) simple NEMO programs, however it will only do a local compile, and not place the binary in $NEMOBIN.

Makedefs

The $NEMOLIB/Makefile.lib will depend on my system variables in the $NEMOLIB/makedefs file, which in turn was generated by the configure step during the installation.

You can place a file named LocalMakedefs in the currnt directory to override the sytem makedefs.

See Also

mknemo(8NEMO)

Caveats

The name bake was too easy to steal, so there are other programs with the same name and goal, but obviously won’t work in NEMO. We mention:
  https://www.corto.io/doc/bake.html   (uses json to generate code and build
like make)
  https://esrlabs.github.io/bake/      (a ruby gem)
  https://github.com/SanderMertens/bake (mainly for C/C++ code)
If any of these are important to you, don’t place $NEMO/s

Author

Peter Teuben

Files


$NEMO/src/scripts/bake    script
$NEMOLIB/Makefile.lib    make variables
$NEMOLIB/makedefs    make variables

Update History


6-apr-1999    written a long time ago     PJT
26-dec-2019    finally a man page created        PJT


Table of Contents