blob: 7384562f70b0c074fce34c47bb5949d9d91f3596 [file] [log] [blame]
#===-- Makefile.config - Local configuration for LLVM ------*- Makefile -*--===#
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
#
# This file is included by Makefile.common. It defines paths and other
# values specific to a particular installation of LLVM.
#
#===------------------------------------------------------------------------===#
# Get the configuration variables specific to this module
LLVM_TOP := @LLVM_TOP@
LLVM_MODULE_NAME := @LLVM_MODULE_NAME@
LLVM_COPYRIGHT := @LLVM_COPYRIGHT@
LLVM_MODULE_FULLNAME := @LLVM_MODULE_FULLNAME@
LLVM_MODULE_TARNAME := @LLVM_MODULE_TARNAME@
LLVM_MODULE_VERSION := @LLVM_MODULE_VERSION@
LLVM_MODULE_BUGREPORT := @LLVM_MODULE_BUGREPORT@
LLVM_MODULE_DEPENDS_ON := @LLVM_MODULE_DEPENDS_ON@
LLVM_CONFIGTIME := @LLVM_CONFIGTIME@
# Get the source and object root directories
SRC_ROOT := @abs_top_srcdir@
OBJ_ROOT := @abs_top_builddir@
# Set the root directory of this project's install prefix
INSTALL_ROOT := @prefix@
include $(LLVM_TOP)/support/Makefile.common