A basic PIC16 toolchain driver.
[oota-llvm.git] / tools / llvmc / example / mcc16 / plugins / Makefile
1 ##===- llvmc/example/Skeleton/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 = $(LLVMC_BASE_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