[llvm-commits] CVS: llvm-java/test/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sat May 22 02:23:03 PDT 2004
Changes in directory llvm-java/test:
Makefile added (r1.1)
---
Log message:
Add test Makefile.
---
Diffs of the changes: (+13 -0)
Index: llvm-java/test/Makefile
diff -c /dev/null llvm-java/test/Makefile:1.1
*** /dev/null Sat May 22 02:21:26 2004
--- llvm-java/test/Makefile Sat May 22 02:21:16 2004
***************
*** 0 ****
--- 1,13 ----
+ ##===- tests/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 := ..
+
+ BUILD_JAVA_SOURCE=1
+
+ include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list