blob: 107f0dea385a624880e180a027b00edcf5af55b0 [file] [log] [blame]
Mikhail Glushenkov113ec352008-11-25 21:38:12 +00001##===- tools/llvmc/driver/Makefile -------------------------*- Makefile -*-===##
Mikhail Glushenkov9d1b6962008-10-03 09:09:34 +00002#
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
10LEVEL = ../../..
11TOOLNAME = $(DRIVER_NAME)
12LINK_COMPONENTS = support system
13REQUIRES_EH := 1
14
15ifneq ($(BUILTIN_PLUGINS),)
Mikhail Glushenkove441b832009-01-21 13:05:00 +000016USEDLIBS = $(patsubst %,plugin_llvmc_%,$(BUILTIN_PLUGINS))
Mikhail Glushenkov9d1b6962008-10-03 09:09:34 +000017endif
18
19include $(LEVEL)/Makefile.common