A basic PIC16 toolchain driver.
[oota-llvm.git] / tools / llvmc / example / mcc16 / plugins / PIC16Base / Makefile
1 ##===- llvmc/example/Skeleton/plugins/Plugin/Makefile ------*- Makefile -*-===##
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9
10 LEVEL = $(LLVMC_BASE_LEVEL)/../..
11
12 # Change this to the name of your plugin.
13 LLVMC_PLUGIN = PIC16Base
14
15 BUILT_SOURCES = AutoGenerated.inc
16
17 include $(LEVEL)/Makefile.common