summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/lib/Driver/Makefile
blob: 7bc340e109d3e3c1c52a40f38605c414723f1123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##===- clang/lib/Driver/Makefile ---------------------------*- Makefile -*-===##
# 
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
# 
##===----------------------------------------------------------------------===##

CLANG_LEVEL := ../..
LIBRARYNAME := clangDriver
BUILD_ARCHIVE = 1

include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud