Rework how the non-sse2 memory barrier is lowered so that the
[oota-llvm.git] / tools / llvmc / plugins / Makefile
1 ##===- tools/llvmc/plugins/Makefile ------------------------*- Makefile -*-===##
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open
6 # Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9
10 LEVEL = ../../..
11
12 ifneq ($(LLVMC_BUILTIN_PLUGINS),)
13 DIRS = $(LLVMC_BUILTIN_PLUGINS)
14 endif
15
16 export LLVMC_BUILTIN_PLUGIN=1
17
18 include $(LEVEL)/Makefile.common