2009-03-02 09:01:14 +00:00
|
|
|
##===- tools/llvmc/plugins/Makefile ------------------------*- Makefile -*-===##
|
2008-10-02 22:41:42 +00: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 10:26:37 +00:00
|
|
|
LEVEL = ../../..
|
|
|
|
|
2009-03-02 09:01:14 +00:00
|
|
|
ifneq ($(LLVMC_BUILTIN_PLUGINS),)
|
|
|
|
DIRS = $(LLVMC_BUILTIN_PLUGINS)
|
2008-10-02 22:41:42 +00:00
|
|
|
endif
|
|
|
|
|
2009-03-02 09:01:14 +00:00
|
|
|
export LLVMC_BUILTIN_PLUGIN=1
|
2008-10-02 22:41:42 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|