blob: 4c14adc1c189e931be6871571088e75b7b2290ac [file] [log] [blame]
#===- ./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
# Top-Level vmkit Build Stages:
#
DIRS := lib/Mvm/StaticGCPass lib/Mvm/StaticGCPrinter lib tools/vmjc mmtk tools/precompiler tools
EXTRA_DIST=include
include $(LEVEL)/Makefile.common
#------------------------------------------------------------------------
# Make sure the generated headers are up-to-date. This must be kept in
# sync with the AC_CONFIG_HEADER invocations in autoconf/configure.ac
#------------------------------------------------------------------------
FilesToConfig := \
include/llvm/Config/config.h \
lib/J3/Classpath/Classpath.h \
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))