1f4a2713aSLionel Sambuc##===- clang-format/Makefile -------------------------------*- Makefile -*-===## 2f4a2713aSLionel Sambuc# 3f4a2713aSLionel Sambuc# The LLVM Compiler Infrastructure 4f4a2713aSLionel Sambuc# 5f4a2713aSLionel Sambuc# This file is distributed under the University of Illinois Open Source 6f4a2713aSLionel Sambuc# License. See LICENSE.TXT for details. 7f4a2713aSLionel Sambuc# 8f4a2713aSLionel Sambuc##===----------------------------------------------------------------------===## 9f4a2713aSLionel Sambuc 10f4a2713aSLionel SambucCLANG_LEVEL := ../.. 11f4a2713aSLionel Sambuc 12f4a2713aSLionel SambucTOOLNAME = clang-format 13f4a2713aSLionel Sambuc 14f4a2713aSLionel Sambuc# No plugins, optimize startup time. 15f4a2713aSLionel SambucTOOL_NO_EXPORTS = 1 16f4a2713aSLionel Sambuc 17f4a2713aSLionel Sambucinclude $(CLANG_LEVEL)/../../Makefile.config 18f4a2713aSLionel SambucLINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option 19*0a6a1f1dSLionel SambucUSEDLIBS = clangFormat.a clangToolingCore.a clangDriver.a clangRewrite.a \ 20f4a2713aSLionel Sambuc clangLex.a clangBasic.a 21f4a2713aSLionel Sambuc 22f4a2713aSLionel Sambucinclude $(CLANG_LEVEL)/Makefile 23