[llvm-commits] CVS: llvm/support/lib/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 29 10:59:02 PDT 2003


Changes in directory llvm/support/lib:

Makefile added (r1.1)

---
Log message:

Initial checkin of makefile for this directory


---
Diffs of the changes:

Index: llvm/support/lib/Makefile
diff -c /dev/null llvm/support/lib/Makefile:1.1
*** /dev/null	Mon Sep 29 10:58:26 2003
--- llvm/support/lib/Makefile	Mon Sep 29 10:58:16 2003
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../..
+ 
+ DIRS = Support
+ 
+ include $(LEVEL)/Makefile.common
+ 





More information about the llvm-commits mailing list