任何好的工具,用于生成makefile? [英] any good tool for makefile generation?

查看:134
本文介绍了任何好的工具,用于生成makefile?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个工具,它可以针对不同的编译器(GCC,微软VC ++,Borland公司等)和不同的平台(赢,在Linux,Mac)。一个C / C ++项目的Makefile文件

I'm looking for a tool which can generate makefile for a C/C++ project for different compilers (gcc, microsoft vc++, borland etc) and different platforms (Win, Linux, Mac).

推荐答案

其他建议,你可能要考虑:

Other suggestions you may want to consider:


  • 使用SCons 是一个跨平台,交叉编译器编译库,使用Python scruipting为构建系统。适用于各种大型项目,有很好的表现。

  • Scons is a cross-platform, cross-compiler build library, uses Python scruipting for the build systems. Used in a variety of large projects, and performs very well.

如果您正在使用Qt, QMAKE 是一个很好的构建系统了。

If you're using Qt, QMake is a nice build system too.

CMake的也pretty甜蜜。

CMake is also pretty sweet.

最后,如果一切都失败...

这篇关于任何好的工具,用于生成makefile?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆