blob: 10f4bcc4b2ed197c696dd911bcc85204ec884f12 [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 = ../../..
include $(LEVEL)/Makefile.config
ifeq ($(WITH_LLVM_GCC), 1)
MODULE_NAME = J3
else
LIBRARYNAME = J3
endif
include $(LEVEL)/Makefile.common
CXX.Flags += -I$(PROJ_OBJ_DIR)/../Classpath -I$(PROJ_OBJ_DIR)/../LLVMRuntime -I$(PROJ_SRC_DIR)/../Classpath $(CLASSPATH_FLAGS) -I$(PROJ_SRC_DIR)/../../../include/j3