Make handling of conditional stuff much more straightforward
[llvm/msp430.git] / lib / CompilerDriver / Makefile
blobe5bf3e10a79e5665d8897074d9f64bd49ab30b7b
1 ##===- lib/CompilerDriver/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 = ../..
12 # We don't want this library to appear in `llvm-config --libs` output, so its
13 # name doesn't start with "LLVM".
15 LIBRARYNAME = CompilerDriver
16 LINK_COMPONENTS = support system
17 REQUIRES_EH := 1
19 include $(LEVEL)/Makefile.common