satmake [[-]new | [-]old | [-]test] [-I<idir>] [-L<ldir>] [-l<llib>] [infile]
satmake [ new | old | test] [idir=<idir>] [llib=<llib>] [infile]
.spp
.
infile
is omitted, a standard SATAN
executable is created.
SATAN
version. Refers to installation directories pointed to by the environment
variables $SATANNEW
, $SATANOLD
, $SATANTEST
,
respectively. If omitted, the production version (pointed to by $SATAN
) is chosen.
cc
compiler.
ld
linker.
ld
linker.
<infile>.spp
is first converted into a C file
<infile>.c
,
then compiled and linked to the executable
<infile>
satmake ubassumes the analysis source progam
ub.spp
and generates the analysis executable ub
.
satmake -new -I../M -I../U bio9105creates analysis program executable
bio9105
for the new
SATAN
version. The user directories ../M
and ../U
are searched for header files at compile time.
Last updated: M.Kraemer@gsi.de, 7-Nov-2005