]> granicus.if.org Git - clang/commitdiff
Makefiles: Remove unnecessary early include of Makefile.config.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 8 Jun 2010 20:57:22 +0000 (20:57 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 8 Jun 2010 20:57:22 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105640 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/Makefile
examples/clang-interpreter/Makefile
examples/wpa/Makefile
tools/c-index-test/Makefile
tools/libclang/Makefile

index fe9712f8f222bcfbc062faa165915d398fbd7a40..297412d6b2ea1840e0225cb431b1cc49ae7f1384 100644 (file)
 CLANG_LEVEL := ../..
 LIBRARYNAME = PrintFunctionNames
 
-# Include this here so we can get the configuration of the targets that have
-# been configured for construction. We have to do this early so we can set up
-# LINK_COMPONENTS before including Makefile.rules
-include $(CLANG_LEVEL)/../../Makefile.config
-
 LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
index e46b2037b9d6d3176fd7793b82f54769c47ce097..6fa58d22cbd9a64032548b231bcc1d0ebf329081 100644 (file)
@@ -15,11 +15,6 @@ NO_INSTALL = 1
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Include this here so we can get the configuration of the targets that have
-# been configured for construction. We have to do this early so we can set up
-# LINK_COMPONENTS before including Makefile.rules
-include $(CLANG_LEVEL)/../../Makefile.config
-
 LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter ipo \
        selectiondag asmparser
 USEDLIBS = clangFrontend.a clangDriver.a clangCodeGen.a clangSema.a \
index 2c2154d8d303f745e56da59088c25522df3c26b3..46fba7ca74286d67b76b7597ab6c60491ed13f52 100644 (file)
@@ -15,11 +15,6 @@ NO_INSTALL = 1
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Include this here so we can get the configuration of the targets that have
-# been configured for construction. We have to do this early so we can set up
-# LINK_COMPONENTS before including Makefile.rules
-include $(CLANG_LEVEL)/../../Makefile.config
-
 LINK_COMPONENTS := asmparser bitreader mc core
 USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a \
           clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
index ff3dbe9a8abfe5057931fdc91542e6546ea2301d..d168df55365103f48868962aa09872ac45248408 100644 (file)
@@ -13,8 +13,6 @@ TOOLNAME = c-index-test
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-include $(CLANG_LEVEL)/../../Makefile.config
-
 LINK_COMPONENTS := bitreader mc core
 USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a clangSema.a \
           clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
index 2fbdb0c6f3519afe4fda9bb9e591383f234d1e10..253ea38c7b94d8b935c47ead8bfb9d0242af71d5 100644 (file)
@@ -12,11 +12,6 @@ LIBRARYNAME = clang
 
 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libclang.exports
 
-# Include this here so we can get the configuration of the targets
-# that have been configured for construction. We have to do this 
-# early so we can set up LINK_COMPONENTS before including Makefile.rules
-include $(CLANG_LEVEL)/../../Makefile.config
-
 LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1