blob: fd33b562e5f998f6477f8e5bb4d6dc599afef9b4 [file] [log] [blame]
##===- lib/Mvm/GCMmap2/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 = GCMmap2
else
LIBRARYNAME = GCMmap2
endif
include $(LEVEL)/Makefile.common
CXX.Flags += -I$(PROJ_SRC_DIR)/../CommonThread -I$(PROJ_SRC_DIR)/../Allocator