1 ##===- tools/llvmc/plugins/Makefile ------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open
6 # Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
12 ifneq ($(LLVMC_BUILTIN_PLUGINS
),)
13 DIRS
= $(LLVMC_BUILTIN_PLUGINS
)
16 export LLVMC_BUILTIN_PLUGIN
=1
18 include $(LEVEL
)/Makefile.common