http://qs321.pair.com?node_id=1137771


in reply to Re^2: OT Sick of make, is there a replacement?
in thread OT Sick of make, is there a replacement?

Sorta. cmake generates makefiles (or other build systems, like ninja), that run (among other things) cmake. So it's not like autotools in that it just spits outs plain makefiles; you need cmake through the whole process, even if you invoke it via make.