So here's my dilemma. I am familiar with compiling programs from makefiles on the command line. I am more than familiar with compiling programs in Xcode. My question is - Is there a straightforward process for converting a makefile to an Xcode project?
Just to be clear, I know how to build an Xcode project with an external target. This is not what I am looking to do.
I want to add this to be a little more clear. I am porting a game written in C++ utilizing libSDL to iOS 3.2. I, therefore, have no choice but to convert the makefile to an Xcode project.