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

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



Changes in directory llvm/examples/ModuleMaker:

Makefile updated: 1.6 -> 1.7
---
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/ModuleMaker/Makefile
diff -u llvm/examples/ModuleMaker/Makefile:1.6 llvm/examples/ModuleMaker/Makefile:1.7
--- llvm/examples/ModuleMaker/Makefile:1.6	Wed Oct 27 18:18:44 2004
+++ llvm/examples/ModuleMaker/Makefile	Thu Nov 18 04:03:47 2004
@@ -8,6 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL=../..
 TOOLNAME=ModuleMaker
+EXAMPLE_TOOL = 1
 USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list