Re: generate makefiles from XCode project
Re: generate makefiles from XCode project
- Subject: Re: generate makefiles from XCode project
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 3 Dec 2003 15:10:43 -0800
On Dec 3, 2003, at 5:05 AM, bernhard wrote:
another question: Ho can I create a makefile from a XCode C/C++
project?
You can't, although you can use "xcodebuild" to build things from the
command line if that's your objective.
But if you want to set up portable makefiles, probably the best way to
do so is to use GNU Autoconf/Automake. They with the developer tools,
and you can find documentation on GNU's site:
<http://www.gnu.org/manual/manual.html>
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://seiryu.home.comcast.net/
S/MIME signature available upon request
"That's a funny thing to promise. Well, you can't never let anything
happen to him [Nemo]; then, nothing would ever happen to him." - Dory,
from the movie "Finding Nemo"
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.