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

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Apr 15 16:01:57 PDT 2004


Changes in directory llvm-java/lib:

Makefile added (r1.1)

---
Log message:

Initial checking of the llvm java-frontend. This contains a skeleton and a preliminary ClassFile parsing library


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

Index: llvm-java/lib/Makefile
diff -c /dev/null llvm-java/lib/Makefile:1.1
*** /dev/null	Thu Apr 15 16:01:00 2004
--- llvm-java/lib/Makefile	Thu Apr 15 16:00:50 2004
***************
*** 0 ****
--- 1,13 ----
+ ##===- lib/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 = ..
+ 
+ PARALLEL_DIRS = ClassFile
+ 
+ include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list