2012-04-14 14:01:31 +00:00
|
|
|
##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
|
2011-10-20 21:14:49 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2012-04-14 14:01:31 +00:00
|
|
|
CLANG_LEVEL := ../..
|
|
|
|
LIBRARYNAME := clangTooling
|
2015-01-18 16:23:48 +00:00
|
|
|
PARALLEL_DIRS := Core
|
2011-10-20 21:14:49 +00:00
|
|
|
|
2012-04-14 14:01:31 +00:00
|
|
|
include $(CLANG_LEVEL)/Makefile
|