blob: 0d950a75530c7f2ad7669ed74dc347368caf6746 [file] [log] [blame]
##===- lib/JnJVM/Classpath/Makefile ------------------------*- Makefile -*-===##
#
# The vmkit project
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = Classpath
include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.common
CXX.Flags += -I../VMCore $(CLASSPATH_FLAGS)
ifeq ($(ISOLATE_BUILD), 1)
CXX.Flags += -I../Isolate
endif