Integrating CINT Interpreter with native C Code

I would like to integrate CINT with native C Code. For this purpose I will be using the .so file of CINT.
I have gone through the various sample programs given with the CINT installation. But I found that CINT works with a Makefile. My code on the other hand has a jamfile.

I would like to have all the configuration required by CINT in this jamfile and do away with the makefile.

Does anybody have any idea how to solve this problem ?

Thanks in advance.

Have you tried to find some recipes on the web on how to go from Makefile to Jamfile ?