[llvm-commits] CVS: poolalloc/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 21 17:23:12 PDT 2003


Changes in directory poolalloc:

Makefile.common added (r1.1)

---
Log message:

Initial checkin of Makefile.common


---
Diffs of the changes:

Index: poolalloc/Makefile.common
diff -c /dev/null poolalloc/Makefile.common:1.1
*** /dev/null	Thu Aug 21 17:22:53 2003
--- poolalloc/Makefile.common	Thu Aug 21 17:22:43 2003
***************
*** 0 ****
--- 1,10 ----
+ #
+ # Set this variable to the top of the LLVM source tree.
+ #
+ LLVM_SRC_ROOT = /home/vadve/lattner/llvm
+ 
+ #
+ # Include LLVM's Master Makefile.
+ #
+ include $(LLVM_SRC_ROOT)/Makefile.common
+ 





More information about the llvm-commits mailing list