blob: 318d31090c7f9532352d806978078e332b9fb228 [file] [log] [blame]
##===- mmtk/mmtk-j3/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
MODULE_NAME = MMTKRuntime
LIBRARYNAME = MMTKRuntime
LOADABLE_MODULE = 1
CXX.Flags += -I$(PROJ_SRC_DIR)/../../lib/J3/VMCore
include $(LEVEL)/Makefile.common