Oberon || Library || Module Index || Search Engine || Definition || Module


Ulm's Oberon Library:
SysConf


NAME

SysConf - configuration parameters of the Oberon System

SYNOPSIS

CONST libdir = "/usr/local/lib";
CONST compiler = "/usr/local/lib/oberon";
CONST nameOfCompiler = "oberon";
CONST assembler = "/usr/local/bin/gas";
CONST nameOfAssembler = "gas-1.36";
CONST linkeditor = "/usr/bin/ld";
CONST nameOfLinkeditor = "ld";
CONST archivist = "/usr/5bin/ar";
CONST nameOfArchivist = "ar";
CONST needRanlib = FALSE;
CONST ranlib = "/usr/bin/ranlib";


CONST version = "0.3"; CONST distributedBy = "Universitaet Ulm, SAI"; CONST distributionDate = "Wed Jun 9 16:31:25 MET DST 1993";

(* UNIX version *) CONST targon31 = 1; CONST sunos4 = 2; CONST unixversion = sunos4;

(* name of environment parameters *) CONST obpath = "OBPATH"; CONST oblib = "OBLIB"; CONST obas = "OBAS"; CONST obar = "OBAR"; CONST obld = "OBLD"; CONST obneedranlib = "OBNEEDRANLIB"; CONST obranlib = "OBRANLIB";

CONST versionstamp = 3000; (* System V only *)

DESCRIPTION

SysConf is generated during the installation of the Oberon system and contains site-specific parameters. They are primarily intended for oc (where to find the compiler, assembler etc.). versionstamp is given by oc to ld(1) on UNIX systems with COFF-format.

SEE ALSO

oc
Edited by: borchert, last change: 1993/06/12, revision: 1.1.2.2, converted to HTML: 1997/04/28

Oberon || Library || Module Index || Search Engine || Definition || Module