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

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Jul 14 01:30:45 PDT 2004



Changes in directory llvm-java/test/Compiler:

Makefile added (r1.1)

---
Log message:

Add makefiles for automatically getting bytecode and llvm assmbly out
of classfiles.


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

Index: llvm-java/test/Compiler/Makefile
diff -c /dev/null llvm-java/test/Compiler/Makefile:1.1
*** /dev/null	Wed Jul 14 03:30:45 2004
--- llvm-java/test/Compiler/Makefile	Wed Jul 14 03:30:35 2004
***************
*** 0 ****
--- 1,15 ----
+ ##===- tests/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 := ../..
+ 
+ CLASSFILES := $(wildcard *.class)
+ 
+ all:: $(foreach ext,rbc ll,$(CLASSFILES:%.class=Output/%.$(ext)))
+ 
+ include $(LEVEL)/test/Makefile.test





More information about the llvm-commits mailing list