[llvm-commits] CVS: llvm/examples/Fibonacci/Makefile

Reid Spencer reid at x10sys.com
Thu Nov 18 02:04:06 PST 2004



Changes in directory llvm/examples/Fibonacci:

Makefile updated: 1.5 -> 1.6
---
Log message:

Fix PR456: http://llvm.cs.uiuc.edu/PR456 :\
Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \
$(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \
programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \
separate from the tools and hopefully out of the PATH. Install targets \
have not changed.

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

Index: llvm/examples/Fibonacci/Makefile
diff -u llvm/examples/Fibonacci/Makefile:1.5 llvm/examples/Fibonacci/Makefile:1.6
--- llvm/examples/Fibonacci/Makefile:1.5	Thu Oct 14 14:02:10 2004
+++ llvm/examples/Fibonacci/Makefile	Thu Nov 18 04:03:47 2004
@@ -9,6 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = Fibonacci
+EXAMPLE_TOOL = 1
 
 # Enable JIT support
 include $(LEVEL)/tools/Makefile.JIT






More information about the llvm-commits mailing list