首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 为构建系统使用非递归的makefile模板

为构建系统使用非递归的makefile模板

资 源 简 介

This is my attempt to implement a non-recursive make build system. For the motivation Google for the paper "Recursive make consider harmful" by Peter Miller. I"ve seen couple of other proposals and decided to have something that will be a blend of nice ideas I have seen plus some improvements. If you actually use this I"d like to hear from you :) - is it useful, does it perform well, do you have any suggestions for the improvements ... and so on. This implementation is based on GNU make and its new features introduced in 3.80. But don"t use that version - these features had bugs in that version. Use version 3.81 where everything works OK. IMHO this system is pretty simple to use. Browse the repository. I"ve tried also to describe it well in wiki pages. NOTE: Source repository is moved to g

文 件 列 表

pax_global_header
mk
Makefile
Readme.txt
build-debug.mk
build-profile.mk
build-release.mk
config-Cygwin-i686_Cygwin-i686.mk
config-Cygwin-i686_Linux-ppc.mk
config-MinGW-i686_MinGW-i686.mk
config-SunOS-sun4u_SunOS-sun4u.mk
config-default.mk
config.mk
def_rules.mk
footer.mk
header.mk
skel.mk
VIP VIP
0.179145s