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

Chris Lattner sabre at nondot.org
Sat Apr 21 23:26:26 PDT 2007



Changes in directory llvm/lib/Bitcode:

Makefile added (r1.1)
---
Log message:

build the bitcode dir


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

 Makefile |   14 ++++++++++++++
 1 files changed, 14 insertions(+)


Index: llvm/lib/Bitcode/Makefile
diff -c /dev/null llvm/lib/Bitcode/Makefile:1.1
*** /dev/null	Sun Apr 22 01:26:15 2007
--- llvm/lib/Bitcode/Makefile	Sun Apr 22 01:26:05 2007
***************
*** 0 ****
--- 1,14 ----
+ ##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
+ # 
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by Chris Lattner and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ # 
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../..
+ PARALLEL_DIRS = Reader Writer
+ 
+ include $(LEVEL)/Makefile.common
+ 






More information about the llvm-commits mailing list