Split out the Dwarf writer stuff into separate files. This is a much more
[llvm/msp430.git] / tools / llvmc / example / Skeleton / plugins / Makefile
blobfb07f23d58e5035ce8c08b3c44688ffd9a0bc343
1 ##===- llvmc/example/Skeleton/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 ##===----------------------------------------------------------------------===##
10 LEVEL = $(LLVMC_BASE_LEVEL)/..
12 ifneq ($(LLVMC_BUILTIN_PLUGINS),)
13 DIRS = $(LLVMC_BUILTIN_PLUGINS)
14 endif
16 export LLVMC_BUILTIN_PLUGIN=1
18 include $(LEVEL)/Makefile.common