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

Evan Cheng evan.cheng at apple.com
Fri Apr 21 01:19:15 PDT 2006



Changes in directory llvm-test/External:

Makefile updated: 1.22 -> 1.23
---
Log message:

Added Nurbs

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

 Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)


Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.22 llvm-test/External/Makefile:1.23
--- llvm-test/External/Makefile:1.22	Thu Nov  4 10:57:42 2004
+++ llvm-test/External/Makefile	Fri Apr 21 03:19:02 2006
@@ -8,7 +8,7 @@
 #
 # Create the list of directories to compile
 #
-PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim
+PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim Nurbs
 
 ifndef USE_POVRAY
 PARALLEL_DIRS := $(filter-out Povray, $(PARALLEL_DIRS))
@@ -26,6 +26,10 @@
 PARALLEL_DIRS := $(filter-out BoxedSim, $(PARALLEL_DIRS))
 endif
 
+ifndef USE_NURBS
+PARALLEL_DIRS := $(filter-out Nurbs, $(PARALLEL_DIRS))
+endif
+
 # Sparc can't handle Namd: infinite loop, cause unknown
 ifeq ($(ARCH),Sparc)
 PARALLEL_DIRS := $(filter-out Namd, $(PARALLEL_DIRS))






More information about the llvm-commits mailing list