summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-20 22:30:46 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-20 22:30:46 +0000
commitb9a131e8a6dbd8f4d7e06267b0a2fa65c816b7fa (patch)
tree17a17033a09d63a62c12fc3daaede5271333cf74 /Makefile.config.in
parent0538d4223bb70ae61e1bc800945fc994a8680a08 (diff)
downloadllvm-b9a131e8a6dbd8f4d7e06267b0a2fa65c816b7fa.tar.gz
llvm-b9a131e8a6dbd8f4d7e06267b0a2fa65c816b7fa.tar.bz2
llvm-b9a131e8a6dbd8f4d7e06267b0a2fa65c816b7fa.tar.xz
Added the POVRAY_ROOT to locate Povray.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 73659cfb84..14ab73ac47 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -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@