How to generate Makefile for existing Xcode objective-C application

Hello,

I have an existing XCode project which has .mm and .cpp files. And application links to AppKit, Cocoa, CoreData, foundation framework.

I am moving towards cross-compilation on Linux. For the same purpose I am researching about generating MakeFile for this xcode project.

Is it possible to get Makefile, without using xcodebuild command line utility? If yes how?

Help is much appreciated.

How to generate Makefile for existing Xcode objective-C application
 
 
Q