blob: 8a0676449f6a191373f7c4604b03cc4c5335a9ce [file] [log] [blame]
##===- mmtk/mmtk-alloc/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 = MMTKAlloc
LOADABLE_MODULE = 1
USEDLIBS =
CXX.Flags += -I$(PROJ_SRC_DIR)/../../lib/J3/VMCore
include $(LEVEL)/Makefile.common