<div dir="ltr"><span style="font-size:12.8px">Hello everyone,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have implemented the LibTool interface and made a libtool called Example.cpp </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have also made a build directory and below outlines the structure</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">static_analysis</div><div style="font-size:12.8px"> -> LLVM</div><div style="font-size:12.8px"> -> Build</div><div style="font-size:12.8px">      ->Release</div><div style="font-size:12.8px"> </div><div style="font-size:12.8px">I made the Build directory using the following commands,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">1.) cd build/release</div><div style="font-size:12.8px">2.) cmake -DCMAKE _ BUILD_TYPE=RELEASE  ../../LLVM</div><div style="font-size:12.8px">3.) make -j4</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I'm stuck trying to make my Makefile for my libtool example.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The example tool should also take in a file called test.c </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">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 I really appreciate it.</div></div>