Mikhail Glushenkov | f188178 | 2009-03-02 09:01:14 +0000 | [diff] [blame^] | 1 | ##===- lib/CompilerDriver/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 = ../.. |
| 11 | |
| 12 | # We don't want this library to appear in `llvm-config --libs` output, so its |
| 13 | # name doesn't start with "LLVM". |
| 14 | |
| 15 | LIBRARYNAME = CompilerDriver |
| 16 | LINK_COMPONENTS = support system |
| 17 | REQUIRES_EH := 1 |
| 18 | |
| 19 | include $(LEVEL)/Makefile.common |