Next: namefind
Up: CERNLIB
Previous: makefile
makepack is the primary script for building the program library. It has
the following options:
- -c
- Run compile step
- -l
- Run library step, i.e. build archive library
- -p
- Run PATCHY step. This step also runs the KUIP
compiler KUIPC on any output files with extension .cdf.
- -s
- Run split step using FCASPLIT.
- -i
- Run inlib step to created installed libraries.
- -C
- Run special compilation step for generating installed libraries.
- -t
- Turn timing on for each step
- -D
- Development mode - each routine is compared against previous
version and only changed routines are compiled.
- -L
- To add additional libraries to link step for target module.
- -P
- Production mode - rebuild all routines.