[llvm-commits] CVS: llvm/Makefile.config.in
John Criswell
criswell at cs.uiuc.edu
Fri Feb 20 16:39:03 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.21 -> 1.22
---
Log message:
Added the POVRAY_ROOT to locate Povray.
---
Diffs of the changes: (+4 -0)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.21 llvm/Makefile.config.in:1.22
--- llvm/Makefile.config.in:1.21 Fri Feb 13 15:57:29 2004
+++ llvm/Makefile.config.in Fri Feb 20 16:30:46 2004
@@ -95,6 +95,10 @@
SPEC_ROOT := @SPEC_ROOT@
SPEC95_ROOT := @SPEC95_ROOT@
+# Path to the Povray source code.
+ at 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@
More information about the llvm-commits
mailing list