[llvm-commits] CVS: llvm/test/Programs/External/Makefile

John Criswell criswell at cs.uiuc.edu
Thu Feb 26 17:26:01 PST 2004


Changes in directory llvm/test/Programs/External:

Makefile updated: 1.5 -> 1.6

---
Log message:

Enable Povray for testing.



---
Diffs of the changes:  (+5 -1)

Index: llvm/test/Programs/External/Makefile
diff -u llvm/test/Programs/External/Makefile:1.5 llvm/test/Programs/External/Makefile:1.6
--- llvm/test/Programs/External/Makefile:1.5	Tue Feb 10 16:34:42 2004
+++ llvm/test/Programs/External/Makefile	Thu Feb 26 17:25:31 2004
@@ -8,6 +8,10 @@
 #
 # Create the list of directories to compile
 #
-DIRS := SPEC
+DIRS := Povray SPEC
+
+ifndef USE_POVRAY
+DIRS := $(filter-out Povray/, $(DIRS))
+endif
 
 include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list