blob: 4538c40ad8b268529f13cafaa8cb3c3b74925975 [file] [log] [blame]
##===- tools/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 = vmkit vmjc
include $(LEVEL)/Makefile.config
ifeq ($(WITH_JNJVM), 1)
PARALLEL_DIRS += jnjvm
endif
ifeq ($(WITH_N3_MONO), 1)
PARALLEL_DIRS += n3-mono
endif
ifeq ($(WITH_N3_PNETLIB), 1)
PARALLEL_DIRS += n3-pnetlib
endif
include $(LEVEL)/Makefile.common