Added the POVRAY_ROOT to locate Povray.

llvm-svn: 11681
This commit is contained in:
John Criswell 2004-02-20 22:30:46 +00:00
parent acbd6572fd
commit 4a5b21523e
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ BYTECODE_REPOSITORY := @BCR@
SPEC_ROOT := @SPEC_ROOT@
SPEC95_ROOT := @SPEC95_ROOT@
# Path to the Povray source code.
@USE_POVRAY@
POVRAY_ROOT := @POVRAY_ROOT@
# Path to the PAPI code. This is used by the reoptimizer only.
#PAPIDIR := /home/vadve/shared/papi-2.3.4.1
PAPIDIR := @PAPIDIR@