blob: d3aa2cd52ad999d65fe24b18b70298916cec4ba8 [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),)
16USEDLIBS = $(patsubst %,LLVMC%,$(BUILTIN_PLUGINS))
17endif
18
19include $(LEVEL)/Makefile.common