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

Reid Spencer reid at x10sys.com
Thu Nov 18 02:03:58 PST 2004



Changes in directory llvm/examples/BFtoLLVM:

Makefile updated: 1.1 -> 1.2
---
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/BFtoLLVM/Makefile
diff -u llvm/examples/BFtoLLVM/Makefile:1.1 llvm/examples/BFtoLLVM/Makefile:1.2
--- llvm/examples/BFtoLLVM/Makefile:1.1	Tue Oct  5 13:05:26 2004
+++ llvm/examples/BFtoLLVM/Makefile	Thu Nov 18 04:03:47 2004
@@ -9,4 +9,5 @@
 
 LEVEL = ../..
 TOOLNAME = BFtoLLVM
+EXAMPLE_TOOL = 1
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list