Next: Building a complex
Up: Installing CERNLIB software
Previous: Building standalone libraries
Building JETSET
vxcrna:/cernlib > make -n jetset
makepack -p JETSET
makepack -s JETSET
makepack -c JETSET
makepack -l JETSET
JETSET is built in four steps:
- -p
- This invokes the PATCHY step, to extract the
source code from the .CAR file.
- -s
- This invokes the FCASPLIT step, to split the
extracted code into separate files, one per routine (strictly,
one per PATCHY DECK).
- -c
- This invokes the compile step, to compile the individual
routines.
- -l
- This creates the library out of the object files created
by the previous step.
Janne Saarela
Wed Mar 29 15:50:22 METDST 1995