<div dir="ltr"><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">Below is my makefile in my example directory which is located in: </span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">static_analysis/build/release/tools/clang/tools/example</span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">which contains the Example.cpp file I want to compile</span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">when I execute the cmd "make" the build is successful. However, the executable TOOLNAME example is NOT created/generated. Am I doing something wrong?</span></div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div>CLANG_LEVEL</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"> := ../..</span><br><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">TOOLNAME</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"> = example  </span><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">#the name of tool's executable</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="color:rgb(51,51,51);line-height:16.8px">SOURCES</span><span style="color:rgb(51,51,51);line-height:16.8px"> := Example.cpp  </span><span class="" style="line-height:16.8px">#the Clang source files you want to compile</span><br></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><br></span></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><span class="" style="color:rgb(167,29,93);line-height:16.8px">include</span><span style="color:rgb(51,51,51);line-height:16.8px"> </span><span class="" style="color:rgb(24,54,145);line-height:16.8px">$(<span class="" style="color:rgb(51,51,51)">CLANG_LEVEL</span>)</span><span style="color:rgb(51,51,51);line-height:16.8px">/../../Makefile.config</span><br></span></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><span class="" style="color:rgb(51,51,51);line-height:16.8px">LINK_COMPONENTS</span><span style="color:rgb(51,51,51);line-height:16.8px"> := </span><span class="" style="color:rgb(24,54,145);line-height:16.8px">$(<span class="" style="color:rgb(51,51,51)">TARGETS_TO_BUILD</span>)</span><span style="color:rgb(51,51,51);line-height:16.8px"> asmparser bitreader support mc option</span><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><span class="" style="color:rgb(51,51,51);line-height:16.8px">USEDLIBS</span><span style="color:rgb(51,51,51);line-height:16.8px"> = clangFrontend.a clangSerialization.a clangDriver.a </span><span class="" style="color:rgb(51,51,51);line-height:16.8px">\</span><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div><span class="" style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="" style="line-height:16.8px"><span class="" style="color:rgb(51,51,51);line-height:16.8px">           </span></span></span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">clangTooling.a clangParse.a clangSema.a </span><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">\</span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">           </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">clangAnalysis.a clangRewriteFrontend.a clangRewriteCore.a </span><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">\</span></div><div><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">           </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">clangEdit.a clangAST.a clangLex.a clangBasic.a</span></div><div><span class="" style="color:rgb(167,29,93);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">include</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"> </span><span class="" style="color:rgb(24,54,145);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">$(<span class="" style="color:rgb(51,51,51)">CLANG_LEVEL</span>)</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">/Makefile</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><br></span></div></div>