search for: auug97

Displaying 2 results from an estimated 2 matches for "auug97".

Did you mean: auug
2008 Jul 30
0
[LLVMdev] Is there room for another build system?
...file named CMakeLists.txt on every > source directory, and the only maintenance is to keep up to date the > list of source files of the directory. Has anyone read "Recursive Make Considered Harmful"? http://miller.emu.id.au/pmiller/books/rmch/ http://aegis.sourceforge.net/auug97.pdf I have been using single top level Makefiles (and automake Makefile.am) for some time. For me they are far more reliable and maintainable. I have not yet tried CMake. For a large project using a single top level Makefile see the Linux kernel sources. Does CMake not support a non-recursive st...
2008 Jul 30
16
[LLVMdev] Is there room for another build system?
[Repost: The mailing list was down yesterday. Sorry if this is a duplicate] I'm evaluating CMake (1) primarily as an alternative build system for Visual Studio users, although it can easily be a replacement for `configure' and hand-made makefiles too, providing a single build system for all platforms. CMake is a tool that takes a project description and configures, generates makefiles,