2008-11-26 05:38:12 +08:00
|
|
|
##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
|
2008-03-23 16:57:20 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open
|
|
|
|
# Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2008-10-03 05:15:05 +08:00
|
|
|
|
2008-03-23 16:57:20 +08:00
|
|
|
LEVEL = ../..
|
|
|
|
|
2009-03-02 17:01:14 +08:00
|
|
|
export LLVMC_BASED_DRIVER_NAME = llvmc
|
2010-02-23 17:59:30 +08:00
|
|
|
export LLVMC_BUILTIN_PLUGINS = Base Clang
|
2010-01-25 04:22:08 +08:00
|
|
|
REQUIRES_RTTI = 1
|
2008-10-03 05:15:05 +08:00
|
|
|
|
2009-03-02 17:01:14 +08:00
|
|
|
DIRS = plugins driver
|
2008-10-03 05:15:05 +08:00
|
|
|
|
2008-03-23 16:57:20 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|