diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-06-08 20:57:22 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-08 20:57:22 +0000 |
| commit | d04e1a7ef1f18629518a156367a701216e6916f6 (patch) | |
| tree | d7f37a9428b62826da450a58f75feeb42dfbcad6 /clang/examples | |
| parent | 5d02e0bd8a761c8bcc1b7cd96f9450e104c8f029 (diff) | |
| download | bcm5719-llvm-d04e1a7ef1f18629518a156367a701216e6916f6.tar.gz bcm5719-llvm-d04e1a7ef1f18629518a156367a701216e6916f6.zip | |
Makefiles: Remove unnecessary early include of Makefile.config.
llvm-svn: 105640
Diffstat (limited to 'clang/examples')
| -rw-r--r-- | clang/examples/PrintFunctionNames/Makefile | 5 | ||||
| -rw-r--r-- | clang/examples/clang-interpreter/Makefile | 5 | ||||
| -rw-r--r-- | clang/examples/wpa/Makefile | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/clang/examples/PrintFunctionNames/Makefile b/clang/examples/PrintFunctionNames/Makefile index fe9712f8f22..297412d6b2e 100644 --- a/clang/examples/PrintFunctionNames/Makefile +++ b/clang/examples/PrintFunctionNames/Makefile @@ -10,11 +10,6 @@ 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 diff --git a/clang/examples/clang-interpreter/Makefile b/clang/examples/clang-interpreter/Makefile index e46b2037b9d..6fa58d22cbd 100644 --- a/clang/examples/clang-interpreter/Makefile +++ b/clang/examples/clang-interpreter/Makefile @@ -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 \ diff --git a/clang/examples/wpa/Makefile b/clang/examples/wpa/Makefile index 2c2154d8d30..46fba7ca742 100644 --- a/clang/examples/wpa/Makefile +++ b/clang/examples/wpa/Makefile @@ -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 |

