From 89c2339b726b8ae6c16caef69cc848c467759da3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 12 Jul 2015 12:14:39 +0000 Subject: [PATCH] Reformat Makefile. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241991 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/c-arcmt-test/Makefile | 7 ++++++- tools/c-index-test/Makefile | 7 ++++++- unittests/libclang/Makefile | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/tools/c-arcmt-test/Makefile b/tools/c-arcmt-test/Makefile index fff05f8282..2e9e449a6e 100644 --- a/tools/c-arcmt-test/Makefile +++ b/tools/c-arcmt-test/Makefile @@ -21,7 +21,12 @@ NO_INSTALL = 1 # LINK_COMPONENTS before including Makefile.rules include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ + AsmParser \ + BitReader \ + MC \ + Option \ + Support # Note that 'USEDLIBS' must include all of the core clang libraries # when -static is given to linker on cygming. diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index 62bc9348db..2b79e66061 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -22,7 +22,12 @@ TOOL_NO_EXPORTS = 1 # LINK_COMPONENTS before including Makefile.rules include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ + AsmParser \ + BitReader \ + MC \ + Option \ + Support # Note that 'USEDLIBS' must include all of the core clang libraries # when -static is given to linker on cygming. diff --git a/unittests/libclang/Makefile b/unittests/libclang/Makefile index f8e83aa83a..82fa0f9a7c 100644 --- a/unittests/libclang/Makefile +++ b/unittests/libclang/Makefile @@ -12,7 +12,12 @@ TESTNAME = libclang LINK_LIBS_IN_SHARED := 1 include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ + AsmParser \ + BitReader \ + MC \ + Option \ + Support # Note that 'USEDLIBS' must include all of the core clang libraries # when -static is given to linker on cygming. -- 2.50.1