blob: 835b5f54bb8cba4476cf9e36e702a6469ca7783d [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 = J3Compiler
else
LIBRARYNAME = J3Compiler
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