blob: c4191579d136d63177f85296da8d5363310d34f7 [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_J3), 1)
PARALLEL_DIRS += J3
endif
ifeq ($(WITH_N3), 1)
PARALLEL_DIRS += N3
endif
ifeq ($(WITH_P3), 1)
PARALLEL_DIRS += p3
endif
include $(LEVEL)/Makefile.common