blob: 409df932aeaaeec9123619b065045c7147ac37dd [file] [log] [blame]
##===- lib/N3/VMCore/Makefile ------------------------------*- Makefile -*-===##
#
# The vmkit project
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
EXTRA_DIST = MSCorlib.inc
include $(LEVEL)/Makefile.config
ifeq ($(WITH_LLVM_GCC), 1)
MODULE_NAME = N3
else
LIBRARYNAME = N3
endif
include $(LEVEL)/Makefile.common
CXX.Flags += -I$(PROJ_OBJ_DIR)/../LLVMRuntime