2001-07-26 01:11:52 +02:00
|
|
|
Cook is a tool for constructing files. It is given a set of files to create,
|
|
|
|
and recipes of how to create them. In any non-trivial program there will be
|
|
|
|
prerequisites to performing the actions necessary to creating any file, such
|
2003-05-06 19:40:18 +02:00
|
|
|
as include files. Cook provides a mechanism to define these.
|