Split out the Dwarf writer stuff into separate files. This is a much more
[llvm/msp430.git] / tools / llvmc / example / Hello / Makefile
blob10325e6a6d5f89415c6a1acc402bb5113bcc547e
1 ##===- tools/llvmc/plugins/Hello/Makefile ------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../../..
12 LLVMC_PLUGIN = Hello
14 include $(LEVEL)/Makefile.common