blob: 7bc340e109d3e3c1c52a40f38605c414723f1123 [file] [log] [blame]
Daniel Dunbar3ede8d02009-03-02 19:59:07 +00001##===- clang/lib/Driver/Makefile ---------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Daniel Dunbarafed0992010-06-08 20:34:18 +000010CLANG_LEVEL := ../..
Daniel Dunbar3ede8d02009-03-02 19:59:07 +000011LIBRARYNAME := clangDriver
12BUILD_ARCHIVE = 1
Ted Kremenek55bac532009-10-07 03:21:11 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/Makefile