blob: 506203e6bb7d9e0279b7daa8752c2a0e431a70f9 [file] [log] [blame]
##==-- runtime/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 := ..
CPPFLAGS+=-I$(PROJ_SRC_ROOT)/include/llvm/Java
BYTECODE_LIBRARY=1
LIBRARYNAME=jrt
include $(LEVEL)/Makefile.common