[llvm-commits] CVS: llvm-java/lib/Compiler/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Sat May 22 02:02:06 PDT 2004


Changes in directory llvm-java/lib/Compiler:

Makefile added (r1.1)

---
Log message:

Add Compiler library makefile.


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

Index: llvm-java/lib/Compiler/Makefile
diff -c /dev/null llvm-java/lib/Compiler/Makefile:1.1
*** /dev/null	Sat May 22 02:00:26 2004
--- llvm-java/lib/Compiler/Makefile	Sat May 22 02:00:16 2004
***************
*** 0 ****
--- 1,15 ----
+ ##===- lib/Compiler/Makefile -------------------------------*- Makefile -*-===##
+ #
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ #
+ ##===----------------------------------------------------------------------===##
+ LEVEL := ../..
+ 
+ LIBRARYNAME := compiler
+ 
+ BUILD_ARCHIVE = 1
+ 
+ include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list