]> granicus.if.org Git - clang/commitdiff
Reformat Makefile.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Jul 2015 12:14:39 +0000 (12:14 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Jul 2015 12:14:39 +0000 (12:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241991 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-arcmt-test/Makefile
tools/c-index-test/Makefile
unittests/libclang/Makefile

index fff05f828254d3116318fae774d178394407232b..2e9e449a6e7fbffde653c89acf55a8ee45791f86 100644 (file)
@@ -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.
index 62bc9348dbf58c5f5bb01a6b7fdf93a9d94089e3..2b79e66061e9d1dd971b68e08b677e2efbc1fda4 100644 (file)
@@ -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.
index f8e83aa83a1b673a82c811ede469a44c6faebf1a..82fa0f9a7c94a685d174d74766ce02108aacb591 100644 (file)
@@ -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.