Hi All,<br>
            We are trying to create a package for R. The code is written
 in C and needs Clp to solve LPs. We are able to use C wrapper for Clp 
while running our code on our system with Clp installed on it. However, 
to create a package we need Clp in the package which means we are trying
 to compile two things in one go and we are stumbling upon how to make 
it work without using a Makefile since R prefers having only a single 
Makefile.<br>
<br>
So, I guess the question is:  can we just put the source from Clp, etc. 
in our src folder and compile all our code with Clp directly (without 
building libraries first)?<br><br>Thanks,<br>Sapan Jot<br>