blob: 69c3707780a6596489464d896bccf958cb70773d [file] [log] [blame]
Mikhail Glushenkovf1881782009-03-02 09:01:14 +00001##===- 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
10LEVEL = ../..
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
Mikhail Glushenkovb3d36292010-08-15 07:07:12 +000015LIBRARYNAME = CompilerDriver
16LINK_COMPONENTS = support system
Mikhail Glushenkov2373c992009-07-03 03:52:47 +000017
Mikhail Glushenkovf1881782009-03-02 09:01:14 +000018include $(LEVEL)/Makefile.common