[llvm-commits] CVS: llvm/test/Programs/MultiSource/Fhourstones/Makefile

John Criswell criswell at cs.uiuc.edu
Sat Sep 6 10:16:17 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Fhourstones:

Makefile updated: 1.6 -> 1.7

---
Log message:

Checkin of autoconf-style object root.

Adjusted the Makefile rules to handle building outside the source directory.


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Fhourstones/Makefile
diff -u llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.6 llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.7
--- llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.6	Wed Aug  6 15:42:25 2003
+++ llvm/test/Programs/MultiSource/Fhourstones/Makefile	Sat Sep  6 10:13:18 2003
@@ -3,7 +3,9 @@
 PROG     = fhourstones
 CPPFLAGS = -DUNIX -DTRANSIZE=1050011 -DPROBES=8 -DREPORTPLY=8
 
+include $(LEVEL)/Makefile.config
+
 # Specify which file provides the contents of stdin for the test run 
-STDIN_FILENAME = input
+STDIN_FILENAME = $(BUILD_SRC_DIR)/input
 
 include	../Makefile.multisrc





More information about the llvm-commits mailing list