blob: 8dcf7a80193a34fd31d98eb604abe9d880ee622e [file] [log] [blame]
##===- lib/JnJVM/Compiler/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 = JnjvmCompiler
else
LIBRARYNAME = JnjvmCompiler
endif
EXTRA_DIST = ExceptionsCheck.inc ExceptionsDwarf.inc
include $(LEVEL)/Makefile.common
CXX.Flags += -I$(PROJ_OBJ_DIR)/../LLVMRuntime -I$(PROJ_SRC_DIR)/../Classpath $(CLASSPATH_FLAGS) -I$(PROJ_SRC_DIR)/../VMCore
ifeq ($(ISOLATE_BUILD), 1)
CXX.Flags += -I$(PROJ_SRC_DIR)/../Isolate
endif