<div dir="ltr">Hello everyone,<div><br></div><div>I have implemented the LibTool interface and made a libtool called Example.cpp </div><div><br></div><div>I have also made a build directory and below outlines the structure</div><div><br></div><div>static_analysis</div><div> -> LLVM</div><div> -> Build</div><div>      ->Release</div><div> </div><div>I made the Build directory using the following commands,</div><div><br></div><div>1.) cd build/release</div><div>2.) cmake -DCMAKE _ BUILD_TYPE=RELEASE  ../../LLVM</div><div>3.) make -j4</div><div><br></div><div><br></div><div>I'm stuck trying to make my Makefile for my libtool example.</div><div><br></div><div>The example tool should also take in a file called test.c </div><div><br></div><div>Any help would be greatly appreciated on where I am suppose to place my example tool and the test file and how to construct the Makefile correctly. Thank you!!</div></div>