29.1 External Variables

The variable ALDORROOT should point to the directory where Aldor is installed. It is assumed that this variable is set in the environment.

We assume that the compiler is in the bin subdirectory and the libraries are in the lib subdirectory.

428aexternal variables 428a  (427)  428b
checkALDORROOT:
        -if [ "x$(ALDORROOT)" = "x" ] ; then \
           echo "*** ALDORROOT is not set. See Makefile.inc.nw"; fi
        [ "x$(ALDORROOT)" != "x" ]

Defines:
checkALDORROOT, used in chunks 356 and 361b.

Uses ALDORROOT 429.

The variable PROJECTROOT should be set when this file is included. It is usually set at the top of each Makefile.nw of ALLPROSE. The TOOLS directory is used for helper applications of ALLPROSE like Perl scripts.

428bexternal variables 428a+   (427)  428a
TOOLS=$(PROJECTROOT)/tools

Defines:
TOOLS, used in chunks 356, 369, 370, 376, 435, 437, 440, 461, 468b, 470, 548, 549, and 555.

Uses PROJECTROOT 350.