使用xcode去開發makefile的project(Building Makefile Projects With Xcode)新建工程,template選擇 external Build System添加所有的源碼到工程中。新建一個target,template選擇 external Buil... ...
使用xcode去開發makefile的project(Building Makefile Projects With Xcode)
- 新建工程,template選擇 external Build System 
- 添加所有的源碼到工程中。
- 新建一個target,template選擇 external Build System
- 產生makefile文件
執行源文件夾的configure
命令,會產生makefile,供xcode編譯時使用。  - 修改target的directory
保證可以找到makefile  - 修改schema的executable參數,找到入口
 - 可以單步調試啦