blob: 7ed08ffdc596809b3ee1a614190fb72c0e4a8a01 [file] [log] [blame]
##===- lib/JnJVM/VMCore/Makefile ---------------------------*- Makefile -*-===##
#
# The vmkit project
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = JnJVM
include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.common
CXX.Flags += -I../LLVMRuntime $(CLASSPATH_FLAGS)
ifeq ($(ISOLATE_BUILD), 1)
CXX.Flags += -I../Isolate
endif