Files
mercury/compiler/notes/ENVIRONMENT_VARS
Fergus Henderson 74c859332b Update the documentation.
compiler/notes/ENVIRONMENTS_VARS:
	Update the documentation.
1995-05-20 15:32:40 +00:00

44 lines
1.2 KiB
Plaintext

The shell scripts use the following environment variables.
MERCURY_C_INCL_DIR
Directory for the Mercury C header files (*.h)
MERCURY_INT_DIR
Directory for the Mercury library interface
files (*.int *.int2)
MERCURY_NC_BUILTIN
Filename of the Mercury `nc'-compatibility file (nc_builtin.nl)
MERCURY_C_LIB_DIR
Base directory containing the Mercury libraries (libmer.a and
possibly libmer.so) for each configuration and grade.
The libraries for each configuration and grade should
be in the subdirectory `fullarch`/$GRADE of $MERCURY_C_LIB_DIR.
MERCURY_MOD_LIB_DIR
The directory containing the .init files in the Mercury library.
They are used to create the initialization file *_init.c.
MERCURY_MOD_LIB_MODS
THe names of the .init files in the Mercury library.
MERCURY_NU_LIB_DIR
Directory for the NU-Prolog object files (*.no) for the
NU-Prolog Mercury library
MERCURY_NU_LIB_OBJS
List of the NU-Prolog object files (*.no) for the Mercury
library
MERCURY_COMPILER
Filename of the Mercury Compiler
MERCURY_INTERPRETER
Filename of the Mercury Interpreter
MERCURY_MKINIT
Filename of the program to create the *_init.c file.