Generate Makefile from Xcode Project for port of project to other UNIX systems

Posted by Manfred R. Koethe on Stack Overflow See other posts from Stack Overflow or by Manfred R. Koethe
Published on 2010-03-18T16:37:11Z Indexed on 2010/03/18 16:41 UTC
Read the original article Hit count: 273

Filed under:
|

(This was asked before but the answers were not conclusive) While I love development using Xcode (3.2.1), I have the need to port some projects to other UNIX systems, and even Windows. The code is all C++ but fairly complex. I'm looking for a way to automated / semi-automated generation of equivalent Makefiles out of my Xcode projects, after getting tired to do this by manual trial-and-error.

Thanks for any hints.

Manfred

© Stack Overflow or respective owner

Related posts about xcode

Related posts about makefiles