2013-08-04 23:56:30 +08:00
|
|
|
##===- tools/extra/clang-tidy/Makefile ---------------------*- Makefile -*-===##
|
2013-07-29 16:19:24 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
CLANG_LEVEL := ../../..
|
|
|
|
LIBRARYNAME := clangTidy
|
|
|
|
include $(CLANG_LEVEL)/../../Makefile.config
|
|
|
|
|
2014-03-05 21:14:32 +08:00
|
|
|
DIRS = llvm google misc tool
|
2013-07-29 16:19:24 +08:00
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|