Next: makepack Up: CERNLIB Previous: enable_staging

make

MAKE.COM is a partial emulation of the Unix make command. Together with MAKEPACK.COM, it is used to build the various components of the CERN Program Library.

The syntax is given below:

make [-d] [-f] [-i] [-l] [-n] [-s] [-t] target1 ... targetn
The options are as follows:
-d
Debug mode
-f
Define makefile (dummy)
-i
Interactive run
-l
Library only
-n
Noexecute mode - implies -i
-s
Run job as subprocess (default)
-t
Testpack flag

goossens@cern.ch