blob: 7d51ec620329988563fc13047c71d3013d7e256c [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 = engine
include $(LEVEL)/Makefile.common