.\" .\" cook - file construction tool .\" Copyright (C) 1997, 1998 Peter Miller; .\" All rights reserved. .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. .\" .\" MANIFEST: input for archive/cook.html .\" .ad l .hy 0 .so version.so
When a program is being developed or maintained, the programmer will typically change one file of several which comprise the program. Cook examines the last-modified times of the files to see when the prerequisites of a file have changed, implying that the file needs to be recreated as it is logically out of date. .br
Cook also provides a facility for implicit recipes, allowing users to specify how to form a file with a given suffix from a file with a different suffix. For example, to create filename.o from filename.c .br
Cook runs on almost any flavor of UNIX. The source distribution is self configuring using a GNU Autoconf generated configure script. .br
File Name | Description |
---|---|
cook-\*(v).README | The README file from the tar distribution. |
cook-\*(v).lsm | Brief description in .nf LSM .fi format. |
cook-\*(v).spec | RedHat package manager specification file (RPM) |
cook-\*(v).tar.gz | The complete source. |
cook-\*(v).rm.ps.gz | Cook Reference Manual in PostScript format. |
cook-\*(v).ug.ps.gz | Cook User Guide in PostScript format. |
Cook is also available from the Linux archives in the devel/make directory. .br
Cook is developed using Aegis, a transaction based software configuration management package.
There is more Software by Peter Miller at his home page. .br