blob: 740f8d7e78c8d3aed2b7e7ec1465da5eb2a86fb3 [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
LIBRARYNAME = MMTKFake
LOADABLE_MODULE = 1
USEDLIBS =
CXX.Flags += -I$(PROJ_OBJ_DIR)/../../lib/J3/VMCore
include $(LEVEL)/Makefile.common