[llvm-commits] CVS: llvm-test/External/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Oct 15 06:38:38 PDT 2004
Changes in directory llvm-test/External:
Makefile updated: 1.15 -> 1.16
---
Log message:
Add Namd.
---
Diffs of the changes: (+5 -1)
Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.15 llvm-test/External/Makefile:1.16
--- llvm-test/External/Makefile:1.15 Mon Sep 20 13:42:24 2004
+++ llvm-test/External/Makefile Fri Oct 15 08:38:26 2004
@@ -8,10 +8,14 @@
#
# Create the list of directories to compile
#
-PARALLEL_DIRS := SPEC Povray
+PARALLEL_DIRS := SPEC Povray Namd
ifndef USE_POVRAY
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
endif
+ifndef USE_NAMD
+PARALLEL_DIRS := $(filter-out Namd/, $(PARALLEL_DIRS))
+endif
+
include Makefile.external
More information about the llvm-commits
mailing list