blob: 10cfa4f02923c5f91e30b37be8fd616a68b9bd9f [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
Chris Lattnerf636aa92010-09-01 16:11:17 +000013# name doesn't start with "LLVM" and NO_LLVM_CONFIG is set.
Mikhail Glushenkovf1881782009-03-02 09:01:14 +000014
Mikhail Glushenkovb3d36292010-08-15 07:07:12 +000015LIBRARYNAME = CompilerDriver
Charles Davis53ca1f32010-11-29 19:44:50 +000016LINK_COMPONENTS = support
Chris Lattnerf636aa92010-09-01 16:11:17 +000017NO_LLVM_CONFIG = 1
18
Mikhail Glushenkov2373c992009-07-03 03:52:47 +000019
Mikhail Glushenkovf1881782009-03-02 09:01:14 +000020include $(LEVEL)/Makefile.common