blob: d1b59e970d2c792174590a6b50866a0cc43b5641 [file] [log] [blame]
##===- tools/vmjc/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
EXTRA_DIST = libvmjc
TOOLNAME = vmjc
USEDLIBS = JnJVM.a Classpath.a JnjvmCompiler.a Allocator.a CommonThread.a \
Mvm.a MvmCompiler.a $(GCLIB).a
LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo bitwriter
include $(LEVEL)/Makefile.common