| #===-- Makefile.config.in - LLVM Module configureion -------*- Makefile -*--===# |
| # |
| # The LLVM Sample Module |
| # |
| # This file was developed by Reid Spencer is distributed under the |
| # University of Illinois Open Source License. See LICENSE.TXT for details. |
| # |
| #===------------------------------------------------------------------------===# |
| # |
| # 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@ |
| |
| # 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 the common makefile from the support module |
| include $(LLVM_TOP)/support/Makefile.common |