blob: e1a30fcf31f4d9f87543efe6602855ded8659994 [file] [log] [blame]
##===- tools/vtoffset/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
TOOLNAME = vtoffset
USEDLIBS = Mvm CommonThread Allocator $(GCLIB)
LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo bitwriter
include $(LEVEL)/Makefile.common