2009-03-02 10:01:14 +01:00
|
|
|
##===- lib/CompilerDriver/Makefile -------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open
|
|
|
|
# Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
# We don't want this library to appear in `llvm-config --libs` output, so its
|
2010-09-01 18:11:17 +02:00
|
|
|
# name doesn't start with "LLVM" and NO_LLVM_CONFIG is set.
|
2009-03-02 10:01:14 +01:00
|
|
|
|
2010-08-15 09:07:12 +02:00
|
|
|
LIBRARYNAME = CompilerDriver
|
|
|
|
LINK_COMPONENTS = support system
|
2010-09-01 18:11:17 +02:00
|
|
|
NO_LLVM_CONFIG = 1
|
|
|
|
|
2009-07-03 05:52:47 +02:00
|
|
|
|
2009-03-02 10:01:14 +01:00
|
|
|
include $(LEVEL)/Makefile.common
|