blob: ebeb6df04cfb51aa8b6fb8c840b568ca63953ecf [file] [log] [blame]
##==-- Makefile.rules - Common make rules for Java -------*- 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.
#
##===----------------------------------------------------------------------===##
CLASS2LLVM := $(PROJTOOLCURRENT)/class2llvm$(EXEEXT)
CLASSDUMP := $(PROJTOOLCURRENT)/classdump$(EXEEXT)
# rule to make bytecode from assembly
%.bc: %.ll
@$(ECHO) Assembling $< to bytecode
$(LLVMAS) < $< > $@