I was given a project made up of open source libraries, source files and makefiles. Since the makefiles were provided for both unix and osx, the command-line compiling went quite smoothly. I would like now to use xcode (which I never used before) in order to take advantage of its functionalities, but since I didn't write the makefiles, it would be almost impossible for me to create the project files. Is there any tool to automatically generate project files from osx makefiles? if can be of any help, the only gui used by the executable is glutviewer. Thank you in advance for your help!