[llvm-commits] CVS: llvm-test/Makefile.config.in

John Criswell criswell at cs.uiuc.edu
Fri Oct 15 06:38:58 PDT 2004



Changes in directory llvm-test:

Makefile.config.in updated: 1.4 -> 1.5
---
Log message:

Add Namd.


---
Diffs of the changes:  (+4 -0)

Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.4 llvm-test/Makefile.config.in:1.5
--- llvm-test/Makefile.config.in:1.4	Thu Oct  7 16:48:26 2004
+++ llvm-test/Makefile.config.in	Fri Oct 15 08:38:46 2004
@@ -45,5 +45,9 @@
 @USE_POVRAY@
 POVRAY_ROOT := @POVRAY_ROOT@
 
+# Path to the Namd source code
+ at USE_NAMD@
+NAMD_ROOT := @NAMD_ROOT@
+
 # Disable LLC diffs for testing.
 @DISABLE_LLC_DIFFS@






More information about the llvm-commits mailing list