Possible Duplicate:
Import existing c++ project into Xcode IDE
I have a bunch of c++ code that I would like to import in Xcode 4.2 and use its IDE features. My code is in two directory, include and src. I just want to import them to a project so that I can see list of my classes, their functions and create new ones. Also, I don't need to create makefile since I already have one. The main reason I want this is to use Xcode's suggestion features while writing my code.
My question is, which project should I select and how should I proceed?
Thanks a lot in advance Cheers Eda