Mikhail Glushenkov | 113ec35 | 2008-11-25 21:38:12 +0000 | [diff] [blame^] | 1 | ##===- tools/llvmc/driver/Makefile -------------------------*- Makefile -*-===## |
Mikhail Glushenkov | 9d1b696 | 2008-10-03 09:09:34 +0000 | [diff] [blame] | 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 | TOOLNAME = $(DRIVER_NAME) |
| 12 | LINK_COMPONENTS = support system |
| 13 | REQUIRES_EH := 1 |
| 14 | |
| 15 | ifneq ($(BUILTIN_PLUGINS),) |
| 16 | USEDLIBS = $(patsubst %,LLVMC%,$(BUILTIN_PLUGINS)) |
| 17 | endif |
| 18 | |
| 19 | include $(LEVEL)/Makefile.common |