• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Export Makefiles
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Export Makefiles


  • Subject: Re: Export Makefiles
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 20 Apr 2009 10:25:57 -0700

On Apr 20, 2009, at 10:08 AM, K. Chen wrote:

Is there a way to export makefiles out of Xcode projects and then run 'make' with it?

No.

Very few Xcode projects are portable to other systems, as most use the Cocoa or Carbon frameworks found only on Mac OS X. If you have an open-source project that uses only the common and portable Unix headers in Mac OS X, you can write a makefile and create an Xcode project that uses an "External Target" to build with that makefile.

If you just want to build an Xcode project with the command line, use xcodebuild, it works much like make but for Xcode project files instead of Makefiles.

Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Export Makefiles (From: "K. Chen" <email@hidden>)

  • Prev by Date: Re: NSString not working
  • Next by Date: Re: How does Xcode preserve SCM meta-data?
  • Previous by thread: Export Makefiles
  • Next by thread: Building Multiple Libraries
  • Index(es):
    • Date
    • Thread