Y_SITE
|
Y_LAUNCH the directory containing the Yorick executable
Y_SITE Yorick's "site directory" (platform independent)
Y_HOME Yorick's "home directory" (platform dependent)
Y_LAUNCH is set by compiled code when Yorick starts and should never
be modified.
Y_SITE is set to a default built-in value by compiled code at startup,
but may be modified in the file Y_LAUNCH/paths.i to allow for
ports of Yorick binary executables.
contains subdirectories i0/, i/, i-start/, and others
Y_HOME is set to a default built-in value by compiled code at startup,
but may be modified in the file Y_LAUNCH/paths.i to allow for
ports of Yorick binary executables.
contains file Make.cfg, subdirectories i-start/, lib/, and others
if the compiled-in value of Y_SITE is incorrect (i0/std.i missing),
then both Y_SITE and Y_HOME are reset to Y_LAUNCH/.., which allows
relocatable yorick distributions
|