blob: c05f3ff95ab32d6f50dab34f30d0e89d52c44f17 [file] [log] [blame]
##===- lib/JnJVM/LLVMRuntime/Makefile ----------------------*- Makefile -*-===##
#
# The vmkit project
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
include $(LEVEL)/Makefile.config
VMKIT_RUNTIME = $(PROJ_SRC_DIR)/../../Mvm/Compiler/LLVMRuntime.gen.ll \
$(PROJ_SRC_DIR)/j3-runtime.ll
BUILT_SOURCES = LLVMRuntime.inc
include $(LEVEL)/Makefile.common