blob: 73914c8e82b7d9dd7df362718e30b77c070c9ff1 [file] [log] [blame]
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
#
# The vmkit project
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ..
PARALLEL_DIRS = Mvm
include $(LEVEL)/Makefile.config
ifeq ($(WITH_JNJVM), 1)
PARALLEL_DIRS += JnJVM
endif
ifeq ($(WITH_N3), 1)
PARALLEL_DIRS += N3
endif
include $(LEVEL)/Makefile.common