blob: b827cb2a53b1bf2968da53216175c1cf685a5f6b [file] [log] [blame]
##==-- test/Programs/SingleSource/Makefile.singlesrc -----*- 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.
#
##===----------------------------------------------------------------------===##
# rule to build raw bytecode from a classfile
%.raw.bc: %.class $(CLASS2LLVM)
$(CLASS2LLVM) $(subst /,.,$*) | $(LOPT) -mem2reg > $@
include $(LEVEL)/test/Makefile.test